-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #167 from sugarlabs/prepare-release-4.0.0
Prepare Release v4.0.0
- Loading branch information
Showing
12 changed files
with
231 additions
and
235 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
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
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,15 @@ | ||
# Changelog | ||
|
||
## 4.0.0 [2022-02-13] | ||
|
||
- Sets up a _Node.js_ project for _React_ using `create-react-app`. | ||
- Bundles the _Programming Framework_ ([musicblocks-v4-lib](https://github.com/sugarlabs/musicblocks-v4-lib)). | ||
- Adds a basic _View Framework_ that creates a _workspace_ wrapper, and _toolbar_ buttons and wrappers. | ||
- Adds the _Config_ component that creates a dependency tree of components and dynamically loads them. | ||
- Adds the _Painter_ component with a single SVG _sprite_. | ||
- Adds basic _Syntax Elements_ for _Painter_ instructions. | ||
- Adds a basic _Editor_ to author programs using _Painter_ instructions. | ||
- Displays the _Painter_ instructions API in the _Editor_. | ||
- Adds a basic _Menu_ to run and reset programs authored in the _Editor_. | ||
- Adds project documentation. | ||
- Adds `lint` and `CD` workflows. |
Oops, something went wrong.