Skip to content

Commit 67b411c

Browse files
authored
Merge pull request #175 from SpringRoll/release/2.5.0
Release/2.5.0
2 parents d3e0040 + b4140ce commit 67b411c

File tree

16 files changed

+106
-5627
lines changed

16 files changed

+106
-5627
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [14.x, 16.x, 18.x]
20+
node-version: [16.x, 18.x, 20.x]
2121

2222
steps:
2323
- uses: actions/checkout@v1

.github/workflows/npm-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 16
15+
node-version: 18
1616
registry-url: https://registry.npmjs.org/
1717

1818
- name: install

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.19.1
1+
v18.15.0

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.5.0] - 2023-02-21
9+
10+
### Changed
11+
12+
- Prevent SoundPlugin from sending mute state before Application is loaded.
13+
- Prevent CaptionsTogglePlugin from sending mute state before Application is loaded.
14+
- updated .nvmrc to 18
15+
16+
### Added
17+
18+
- Added a check to make sure plugin preloads are finished before opening up the application to avoid race conditions.
19+
820
## [2.4.6] - 2023-10-16
921

1022
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,6 @@ There is no configuration required for the UserDataPlugin as it just handles req
678678

679679
## License
680680

681-
Copyright (c) 2022 [SpringRoll](http://github.com/SpringRoll)
681+
Copyright (c) 2024 [SpringRoll](http://github.com/SpringRoll)
682682

683683
Released under the MIT License.

dist/SpringRoll-Container-umd.js

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

dist/SpringRoll-Container-umd.js.map

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

dist/index.js

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

dist/index.js.map

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-lock.json

Lines changed: 25 additions & 5592 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)