- Updates README text.
- Adds the feature to author programs in the Editor using YAML.
- Updates vulnerable dependent package
url-parse
version.
- Updates core dependency
musicblocks-v4-lib
version from1.0.1
to prerelease0.2.0
.
- Sets up a Node.js project for React using
create-react-app
. - Bundles the Programming Framework (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
andCD
workflows.