Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 1.57 KB

Theatre.js changelog

0.4.5

  • New features
    • sequence.attachAudio() now uses an internal GainNode that you can customize by connecting it to your own audio graph. Docs here.

0.4.4

  • New features
    • Implemented @theatre/browser-bundles, a custom build of Theatre.js that can be used via a <script> tag and a CDN. This should enable Theatre.js to be used in CodePen or projects that don't use a bundler.

0.4.3

  • New features
    • sequence.attachAudio() now accepts any AudioNode as destination.
    • Implemented studio.createContentOfSaveFile() for programmatically exporting the project's state.

0.4.2

  • New features
    • sequence.attachAudio now handles autoplay blocking (Docs).
    • studio.selection and co have a more lax type constraint.
  • Bug fixes
    • Fixed the builds of internal examples.

0.4.1

  • Bug fixes
    • Fixed the jumping issue with sequence.play({range}).
    • Fixed a typo in the dependencies field, thanks Nikhil Saraf!