Skip to content

Commit b577287

Browse files
authored
Merge pull request #168 from SpringRoll/feature/fix_send_properties
Fix duplicate property send in button plugins
2 parents 3bff5ba + 9672124 commit b577287

File tree

12 files changed

+71
-7742
lines changed

12 files changed

+71
-7742
lines changed

.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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [2.5.0] - unreleased
99

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+
1016
### Added
1117

1218
- Added a check to make sure plugin preloads are finished before opening up the application to avoid race conditions.
1319

14-
## [2.4.6] - unreleased
20+
https://github.com/SpringRoll/SpringRollContainer/pull/169
21+
1522

1623
### Fixed
1724

1825
- added check to prevent sub sound channel volumes being set to 0 causing soundVolume to be set to 1 in the game
19-
- Added/fixed logic in volume and toggle handlers to make sure everything stays in sync and respects user preferences better
26+
- Added/fixed logic in `SoundPlugin` volume and toggle handlers to make sure everything stays in sync and respects user preferences better
2027

2128
## [2.4.5] 2023-09-08
2229

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.

0 commit comments

Comments
 (0)