Skip to content

Releases: skryukov/turbo-mount

v0.4.0

03 Nov 18:57
83cc761
Compare
Choose a tag to compare

Added

  • [BREAKING] Support Svelte 5. (@skryukov)
    turbo-mount/svelte is now the Svelte 5 plugin. The Svelte 4 plugin is now turbo-mount/svelte4.

Full Changelog: v0.3.3...v0.4.0

v0.3.3

24 Sep 06:58
09f9181
Compare
Choose a tag to compare

Added

  • Support components in nested directories. (@skryukov)
  • Support pnpm build tool. (@jkogara)

New Contributors

Full Changelog: v0.3.2...v0.3.3

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