Skip to content

Commit e7a99d1

Browse files
committed
changelog: add v4.0.0 details
1 parent a69525c commit e7a99d1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 4.0.0 [2022-02-13]
4+
5+
- Sets up a _Node.js_ project for _React_ using `create-react-app`.
6+
- Bundles the _Programming Framework_ ([musicblocks-v4-lib](https://github.com/sugarlabs/musicblocks-v4-lib)).
7+
- Adds a basic _View Framework_ that creates a _workspace_ wrapper, and _toolbar_ buttons and wrappers.
8+
- Adds the _Config_ component that creates a dependency tree of components and dynamically loads them.
9+
- Adds the _Painter_ component with a single SVG _sprite_.
10+
- Adds basic _Syntax Elements_ for _Painter_ instructions.
11+
- Adds a basic _Editor_ to author programs using _Painter_ instructions.
12+
- Displays the _Painter_ instructions API in the _Editor_.
13+
- Adds a basic _Menu_ to run and reset programs authored in the _Editor_.
14+
- Adds project documentation.
15+
- Adds `lint` and `CD` workflows.

0 commit comments

Comments
 (0)