Skip to content

Commit

Permalink
Merge branch 'release/1.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
compeak committed Aug 31, 2018
2 parents 111919f + 48b9121 commit 244fee8
Show file tree
Hide file tree
Showing 4 changed files with 252 additions and 1,118 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# embetty

## v1.1.3, 2018-08-31

- Fixed YouTube videos not supporting fullscreen display.
- Upgraded dependencies.

## v1.1.2, 2018-08-22

- Fixed deployment to npmjs.com.
Expand Down
1 change: 1 addition & 0 deletions lib/embed/video/type/youtube.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export class YoutubeVideo extends BaseType {
height="${this.height}"
src="//www.youtube-nocookie.com/embed/${this.element.videoId}?autoplay=1&start=${this.element.startAt}"
frameborder="0"
allowfullscreen
></iframe>
</div>
`
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heise/embetty",
"version": "1.1.2",
"version": "1.1.3",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -62,25 +62,25 @@
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cache-loader": "^1.2.0",
"css-loader": "^0.28.7",
"eslint": "^4.9.0",
"eslint-config-standard": "^11.0.0",
"css-loader": "^1.0.0",
"eslint": "^5.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^1.1.5",
"fs-extra": "^6.0.1",
"gh-pages": "^1.1.0",
"karma": "^2.0.0",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"mocha": "^5.0.0",
"node-sass": "^4.7.2",
"postcss-loader": "^2.0.9",
"postcss-loader": "^3.0.0",
"puppeteer": "^1.0.0",
"raw-loader": "^0.5.1",
"sass-loader": "^7.0.0",
Expand Down
Loading

0 comments on commit 244fee8

Please sign in to comment.