Skip to content

Commit 375f1a0

Browse files
committed
v0.2.0
1 parent a70ea95 commit 375f1a0

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
#### 0.2.0 (2020-11-02)
2+
3+
##### Build System / Dependencies
4+
5+
- upgrade dependencies ([2457d172](https://github.com/gatsbyjs/gatsby/commit/2457d1722cf26404ac3db33068d202ff1f58df0d))
6+
7+
##### Chores
8+
9+
- remove debug console.log ([7ee4556d](https://github.com/gatsbyjs/gatsby/commit/7ee4556dda9c588896b2b6eb82c156948df95124))
10+
11+
##### Documentation Changes
12+
13+
- mark as beta and link usage example ([8438fccd](https://github.com/gatsbyjs/gatsby/commit/8438fccd67d95cc22550300a91614c380e4c715f))
14+
15+
##### New Features
16+
17+
- add additional information when video could not be analyzed cus of a broken or unsupported file ([a70ea950](https://github.com/gatsbyjs/gatsby/commit/a70ea950f93e5c26a656c6e95f1ef4a381b2d6d0))
18+
- add width, height and aspect ratio to video nodes ([e1370884](https://github.com/gatsbyjs/gatsby/commit/e1370884e875335751eedb697e3eeb5f949ea301))
19+
- align file naming for files and contentful assets ([240eefe9](https://github.com/gatsbyjs/gatsby/commit/240eefe9213ce818e55c26ef88f1324239527482))
20+
- clean up logging and reporting ([91d50ec7](https://github.com/gatsbyjs/gatsby/commit/91d50ec7df9698b80e789e6be167e635a8265167))
21+
- slightly increase default quality for h264 and h265 ([4b05c482](https://github.com/gatsbyjs/gatsby/commit/4b05c4821506defebc9ebd826f5c59324bbdeb63))
22+
- move default directory into static folder ([767e75f9](https://github.com/gatsbyjs/gatsby/commit/767e75f9fd27bbfb348a543117f374a862d676c6))
23+
- use new reporter API ([dd80e1aa](https://github.com/gatsbyjs/gatsby/commit/dd80e1aa50419edf9ff48f8b54e06fbdc3edf38f))
24+
- move screenshots to extra videoScreenshots resolver ([242e99ea](https://github.com/gatsbyjs/gatsby/commit/242e99ea6956b44e782ac24ed9873b3a4542b582))
25+
- switch to medium preset for h264 and h265 for higher quality, smaller size and almost same conversion time ([370c0d07](https://github.com/gatsbyjs/gatsby/commit/370c0d07e2ec546260a6058dfba7a2de4d7bbbe9))
26+
27+
##### Bug Fixes
28+
29+
- redownload files if actual file on Contentful changed ([53909a2e](https://github.com/gatsbyjs/gatsby/commit/53909a2e57fe6055583a15e7e5e8e1aaca8788f6))
30+
- ensure screenshots are queued ([c61df862](https://github.com/gatsbyjs/gatsby/commit/c61df8623f16e94e7f28c9f5fc0a43b80f0da16c))
31+
32+
##### Refactors
33+
34+
- adjust example to match new screenshots resolver ([73f67b33](https://github.com/gatsbyjs/gatsby/commit/73f67b33b5fbb984fd605f41649a3b4a3da6640b))
35+
- update babelrc to use babel-preset-gatsby-package ([c7371733](https://github.com/gatsbyjs/gatsby/commit/c73717330f8f214166ddfcec4b319805683b866f))
36+
37+
##### Code Style Changes
38+
39+
- reapply eslint ([1c21a16f](https://github.com/gatsbyjs/gatsby/commit/1c21a16f5de8e092a795a2bdb1f4bba0e0b00cca))

packages/gatsby-transformer-video/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-transformer-video",
3-
"version": "0.1.18",
3+
"version": "0.2.0",
44
"description": "Convert videos into well supported formats via FFMPEG. Supports generating previews as well.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)