Skip to content

Commit

Permalink
Merge pull request #168 from SpringRoll/feature/fix_send_properties
Browse files Browse the repository at this point in the history
Fix duplicate property send in button plugins
  • Loading branch information
902seanryan authored Jan 31, 2024
2 parents 3bff5ba + 9672124 commit b577287
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 7,742 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.19.1
v18.15.0
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [2.5.0] - unreleased

### Changed

- Prevent SoundPlugin from sending mute state before Application is loaded.
- Prevent CaptionsTogglePlugin from sending mute state before Application is loaded.
- updated .nvmrc to 18

### Added

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

## [2.4.6] - unreleased
https://github.com/SpringRoll/SpringRollContainer/pull/169


### Fixed

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

## [2.4.5] 2023-09-08

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,6 @@ There is no configuration required for the UserDataPlugin as it just handles req

## License

Copyright (c) 2022 [SpringRoll](http://github.com/SpringRoll)
Copyright (c) 2024 [SpringRoll](http://github.com/SpringRoll)

Released under the MIT License.
2 changes: 1 addition & 1 deletion dist/SpringRoll-Container-umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/SpringRoll-Container-umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit b577287

Please sign in to comment.