Skip to content

Releases: fuhton/react-abc

0.4.0

16 Jun 11:32
Compare
Choose a tag to compare
  • Updating abcjs to most recent version
  • Updating Notation, Editor, and Midi to use new APIs from abcjs
  • Updating Notation component to utilize componentDidUpdate
    • Previously Notation was only rendering on componentDidMount. Now it triggers a re-render of renderABC on the passed element when componentDidUpdate is called as well.