Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

25 lines (19 loc) · 1.07 KB

Changelog

4.1.0 [2022-03-05]

  • Updates README text.
  • Adds the feature to author programs in the Editor using YAML.
  • Updates vulnerable dependent package url-parse version.

4.0.1 [2022-02-15]

  • Updates core dependency musicblocks-v4-lib version from 1.0.1 to prerelease 0.2.0.

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).
  • 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.