Skip to content

Commit 9e8f72c

Browse files
Released version 4.8.0
1 parent 32bec83 commit 9e8f72c

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

docs/changelog.md

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

3+
## v4.8.0
4+
5+
*7 dec 2021*
6+
7+
8+
- Fixed deepmerge breaking provided canvas
9+
- Fixed getting querystring parameters with boot component
10+
- Added dynamic canvas size support
11+
- Added support to accept all characters in hash
12+
- Added `Router.root()` support
13+
- Added `Router.reload()` support
314
## v4.7.0
415

516
*20 oct 2021*

docs/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.7.0",
3+
"version": "4.8.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"postinstall": "node ./scripts/postinstall.js",

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.7.0",
3+
"version": "4.8.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"postinstall": "node ./scripts/postinstall.js",

0 commit comments

Comments
 (0)