Skip to content

Commit 0240ac9

Browse files
Bumped version to v4.7.0 and updated changelog.
1 parent 0ed2019 commit 0240ac9

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v4.7.0
4+
5+
*20 oct 2021*
6+
7+
- Fixed issues with playing Video as a texture (#189)
8+
- Added (semi private) getter for consumer to VideoPlayer plugin
9+
- Added error handling (by firing an error to the consumer) when play() on the video tag returns an error (with a Promise wrapper fallback for older browsers)
10+
- Added fix that allows periods to be used in a Router hash
11+
312
## v4.6.1
413

514
*30 aug 2021*

docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v4.7.0
4+
5+
*20 oct 2021*
6+
7+
- Fixed issues with playing Video as a texture (#189)
8+
- Added (semi private) getter for consumer to VideoPlayer plugin
9+
- Added error handling (by firing an error to the consumer) when play() on the video tag returns an error (with a Promise wrapper fallback for older browsers)
10+
- Added fix that allows periods to be used in a Router hash
11+
312
## v4.6.1
413

514
*30 aug 2021*

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightningjs/sdk",
3-
"version": "4.6.1",
3+
"version": "4.7.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"postinstall": "node ./scripts/postinstall.js",
@@ -23,6 +23,7 @@
2323
"dependencies": {
2424
"@babel/polyfill": "^7.11.5",
2525
"@lightningjs/core": "*",
26+
"@michieljs/execute-as-promise": "^1.0.0",
2627
"deepmerge": "^4.2.2",
2728
"localCookie": "github:WebPlatformForEmbedded/localCookie",
2829
"shelljs": "^0.8.4",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightningjs/sdk",
3-
"version": "4.6.1",
3+
"version": "4.7.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"postinstall": "node ./scripts/postinstall.js",

0 commit comments

Comments
 (0)