-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0362bfa
commit c69aba9
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
All notable changes to Dojo.js will be documented in this file. | ||
|
||
## 0.3.0 - 10.01.2024 | ||
|
||
### Added | ||
|
||
- `@dojoengine/state` - State sync functions | ||
|
||
### Changed | ||
|
||
- `@dojoengine/core` - Simplify dojo provider | ||
- `examples/react/react-app` - Improve structure and cleanup dojo package preparing for codegen in upcoming version | ||
- `examples/react/phaser-app` - Improve structure and cleanup dojo package preparing for codegen in upcoming version | ||
|
||
### Removed | ||
|
||
- `@dojoengine/react` - Removed state sync and moved to `@dojoengine/state` | ||
|
||
### Fixed | ||
|
||
- Minor client improvements and bugs |