Releases: fuhton/react-abc
Releases · fuhton/react-abc
0.4.0
- 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 ofrenderABC
on the passed element whencomponentDidUpdate
is called as well.
- Previously Notation was only rendering on