Releases: BattlesnakeOfficial/board
1.2.3
1.2.2
Playback Settings fixes
What's Changed
- Removed theme class from settings page. by @originalwebgurl in #47
- Change settings speeds by @originalwebgurl in #48
Full Changelog: 1.2.0...1.2.1
Playback Settings
Completed the initial implementation of playback settings. Includes persistent settings for playback speed, autoplay and theme.
What's Changed
- Toggle play buttons by @originalwebgurl in #41
- Move theme toggle to settings by @originalwebgurl in #42
- Media Controls - do not scroll on space bar by @BoldBigflank in #44
- Autoplay setting by @originalwebgurl in #43
- Refine speed component by @originalwebgurl in #45
- Improve localStorage detection by @originalwebgurl in #46
New Contributors
- @BoldBigflank made their first contribution in #44
Full details described in our blog: https://blog.battlesnake.com/p/2c1d064f-376c-4661-a545-afb8472a3e64/
Full Changelog: 1.1.3...1.2.0
Fixed localStorage feature detection
Includes a critical bug fix to correct how we detect localstorage. This will allow users with aggressive security settings to continue using the board.
Full Changelog: 1.1.2...1.1.3
Changed default framerate back to 10
Since this change affects localstorage, you may need to 'clear all' for your board's localstorage (in browser console / devtools) to force the new default value to be set.
Persisted playback speed
Initial implementation of persisted playback speed settings. It should allow setting the value by navigating to /settings. This will persist the value in localStorage (if available). When navigating back to the board / the persisted value is used as the framerate value already in use by the code and referenced by the docs.
What's Changed
- Playback speed component by @originalwebgurl in #40
Full Changelog: 1.1.0...1.1.1
1.1.0
- Initial setup of react-router to support navigating to upcoming board settings page.
- Upgraded react version from 16.8.4 to 17.0.2 and removed unused packages