Skip to content

Commit 4f9490f

Browse files
Bumped version to 4.5.0.
1 parent e56b938 commit 4f9490f

File tree

5 files changed

+29
-5
lines changed

5 files changed

+29
-5
lines changed

CHANGELOG.md

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

3+
## v4.5.0
4+
5+
*12 july 2021*
6+
7+
- Router updates
8+
- Added `getQueryStringParams()`-method to public api
9+
- Fixed returning correct querystring params if bootcomponent is configured
10+
- Fixed restoring state on pages flagged as keep alive
11+
- Fixed initialization of Pin plugin
12+
- Full rewrite of documentation 🎉
13+
- Updated several NPM dependencies with (security) patches
14+
315
## v4.4.0
416

517
*18 june 2021*
@@ -11,8 +23,8 @@
1123
- Fixed showing bootPage before unknown hash
1224
- Fixed focus issues with shared state on routes with same page type
1325
- Fixed memoryleak on shared routes with lazyCreate disabled
14-
15-
26+
27+
1628
## v4.3.3
1729

1830
*7 may 2021*

docs/changelog.md

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

3+
## v4.5.0
4+
5+
*12 july 2021*
6+
7+
- Router updates
8+
- Added `getQueryStringParams()`-method to public api
9+
- Fixed returning correct querystring params if bootcomponent is configured
10+
- Fixed restoring state on pages flagged as keep alive
11+
- Fixed initialization of Pin plugin
12+
- Full rewrite of documentation 🎉
13+
- Updated several NPM dependencies with (security) patches
14+
315
## v4.4.0
416

517
*18 june 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.4.0",
3+
"version": "4.5.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.4.0",
3+
"version": "4.5.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"postinstall": "node ./scripts/postinstall.js",

0 commit comments

Comments
 (0)