Skip to content

Commit c2fdcf1

Browse files
Merge pull request #245 from rdkcentral/fix/version-bump
Added version bump and copied changelog to docs.
2 parents 87da562 + 03a3421 commit c2fdcf1

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

docs/changelog.md

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

3+
## v4.4.0
4+
5+
*18 june 2021*
6+
7+
- Router updates
8+
- Added showing loading page between shared instances with `on()` provider
9+
- Fixed wrong historyState object on shared instance
10+
- Fixed hash to route mismatch on hash with trailing slash
11+
- Fixed showing bootPage before unknown hash
12+
- Fixed focus issues with shared state on routes with same page type
13+
- Fixed memoryleak on shared routes with lazyCreate disabled
14+
15+
316
## v4.3.3
417

518
*7 may 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.3.3",
3+
"version": "4.4.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.3.3",
3+
"version": "4.4.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"postinstall": "node ./scripts/postinstall.js",

0 commit comments

Comments
 (0)