Releases: marcoroth/cable-streams
Releases · marcoroth/cable-streams
0.1.0-beta3
What's Changed
- Properly Support Custom Turbo Stream Actions by @marcoroth in #2
- Bump Turbo dependency to
>= 7.2
Deprecations
- Custom CableStreams actions are deprecated, instead register your custom actions directly on the newly exposed
Turbo.StreamActions
in Turbo 7.2+. The deprecation also includes:CableStreams.actions
CableStreams.defaultActions
CableStreams.customActions
Full Changelog: 0.1.0-beta2...0.1.0-beta3
0.1.0-beta2
What's Changed
- Expose Custom Actions Public API via
CableStreams.customActions
- Improve compatibility for defining/initializing the global window objects
- Add
CableStreams
instance as default export - Add error message to inform if CableReady is not installed properly when calling
registerCableReadyOperations()
- Minify production build
- Migrate playground to Vite
- Update README with more examples about Custom Actions and instruction on how to use with Rails
- See the
cable-streams-rails
gem
- See the
Full Changelog: 0.1.0-beta1...0.1.0-beta2
0.1.0-beta1
Changed:
- Initial Release
Full Changelog: https://github.com/marcoroth/cable-streams/commits/0.1.0-beta1