Skip to content

Commit

Permalink
Merge pull request #804 from bemusic/release-candidate/proposed
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Jan 5, 2023
2 parents f0249c8 + fcbe1e6 commit 6ceeb04
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 31 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Expand Up @@ -29,6 +29,45 @@
[@dimitrov-d]: https://github.com/dimitrov-d
[@s-pace]: https://github.com/s-pace

## 54.0.0

### Bug fixes

- Fixed a problem where the old version of the game file is incorrectly cached,
leading to an error: “Failed to load environment bundle.” Also improved the
error message that displays to suggest the user to perform a hard refresh (by
holding down the Shift key while clicking the Reload button).
[[#809], [#818]], by [@dtinth]

### Internals

- Made further improvements to the codebase. Upgraded
[React](https://reactjs.org/), [Redux](https://redux.js.org/), and
[React Redux](https://react-redux.js.org/) to the latest version, migrated the
state management code from a bespoke helper library to
[Redux Toolkit](https://redux-toolkit.js.org/), and converted many files into
TypeScript along the way.
[[#805], [#808], [#810], [#811], [#812], [#813], [#814], [#815], [#816], [#817]],
by [@MikuroXina]
- Added some more automated test cases. [[#806]], by [@dtinth]
- Refactored online code and replaced remaining code that uses Bacon.js with
RxJS. [[#807]], by [@MikuroXina]

[#805]: https://github.com/bemusic/bemuse/pull/805
[#808]: https://github.com/bemusic/bemuse/pull/808
[#810]: https://github.com/bemusic/bemuse/pull/810
[#811]: https://github.com/bemusic/bemuse/pull/811
[#812]: https://github.com/bemusic/bemuse/pull/812
[#813]: https://github.com/bemusic/bemuse/pull/813
[#814]: https://github.com/bemusic/bemuse/pull/814
[#815]: https://github.com/bemusic/bemuse/pull/815
[#816]: https://github.com/bemusic/bemuse/pull/816
[#817]: https://github.com/bemusic/bemuse/pull/817
[#806]: https://github.com/bemusic/bemuse/pull/806
[#807]: https://github.com/bemusic/bemuse/pull/807
[#809]: https://github.com/bemusic/bemuse/pull/809
[#818]: https://github.com/bemusic/bemuse/pull/818

## 53.3.0

### Internals
Expand Down
2 changes: 1 addition & 1 deletion bemuse/package.json
@@ -1,6 +1,6 @@
{
"name": "bemuse",
"version": "53.3.0",
"version": "54.0.0",
"description": "BEAT☆MUSIC☆SEQUENCE, a web-based music game of the future",
"private": true,
"browserslist": [
Expand Down
8 changes: 0 additions & 8 deletions changelog/pr-805.md

This file was deleted.

8 changes: 0 additions & 8 deletions changelog/pr-806.md

This file was deleted.

7 changes: 0 additions & 7 deletions changelog/pr-807.md

This file was deleted.

7 changes: 0 additions & 7 deletions changelog/pr-818.md

This file was deleted.

0 comments on commit 6ceeb04

Please sign in to comment.