Releases: skryukov/turbo-mount
Releases · skryukov/turbo-mount
v0.4.0
v0.3.3
v0.3.2
Fixed
- Fix typescript exports. (@skryukov)
- Readme improvements (@p-schlickmann)
Full Changelog: v0.3.1...v0.3.2
v0.3.1
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
- @p-schlickmann made their first contribution in #9
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Added
- Installation script. (@skryukov)
Changed
- [BREAKING] New API without controller inheritance. (@skryukov)
To migrate to the new API:- Replace
new TurboMountReact()
(or any other framework specific constructor) withnew TurboMount()
- Replace
turboMount.register(...)
withregisterComponent(turboMount, ...)
- Replace
turbo_mount_react_component
(or any other framework specific helper) withturbo_mount
- Also see the new API for plugins and custom controllers in the README.
- Replace
Full Changelog: v0.2.3...v0.3.0