turbo-mount

Use React, Vue, Svelte, and other components with Hotwire

MIT License

Downloads
4.1K
Stars
216
turbo-mount - v0.3.2 Latest Release

Published by skryukov 4 months ago

Fixed

  • Fix typescript exports. (@skryukov)
  • Readme improvements (@p-schlickmann)

Full Changelog: https://github.com/skryukov/turbo-mount/compare/v0.3.1...v0.3.2

turbo-mount - v0.3.1

Published by skryukov 4 months ago

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: https://github.com/skryukov/turbo-mount/compare/v0.3.0...v0.3.1

turbo-mount - v0.3.0

Published by skryukov 5 months ago

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) 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: https://github.com/skryukov/turbo-mount/compare/v0.2.3...v0.3.0

Package Rankings
Top 39.19% on Npmjs.org
Badges
Extracted from project README
Gem Version
Related Projects