Skip to content

Releases: skryukov/turbo-mount

v0.3.2

24 Jun 17:35
c73fc65
Compare
Choose a tag to compare

Fixed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

16 Jun 11:04
65a35eb
Compare
Choose a tag to compare

Added

  • Add registerComponents helper for ESBuild. (@skryukov)
  • Readme improvements for manual installation users. (@p-schlickmann)

Fixed

  • Fix entrypoint issue in the install generator. (@skryukov)

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

31 May 08:40
100479e
Compare
Choose a tag to compare

Added

Changed

  • [BREAKING] New API without controller inheritance. (@skryukov)
    To migrate to the new API:
    • Replace new TurboMountReact() (or any other framework specific constructor) with new TurboMount()
    • Replace turboMount.register(...) with registerComponent(turboMount, ...)
    • Replace turbo_mount_react_component (or any other framework specific helper) with turbo_mount
    • Also see the new API for plugins and custom controllers in the README.

Full Changelog: v0.2.3...v0.3.0