Cable Ready Versions Save

Use simple commands on the server to control client browsers in real-time

v5.0.4

1 week ago

Changed

Dependencies

Commits

Full Changelog: https://github.com/stimulusreflex/cable_ready/compare/v5.0.3...v5.0.4

v5.0.3

6 months ago

Replacement for the corrupted 5.0.2 release

v5.0.2

6 months ago

Added

Fixed

Dependencies

Commits

Full Changelog: https://github.com/stimulusreflex/cable_ready/compare/v5.0.1...v5.0.2

v5.0.1

10 months ago

Released: 2023-07-07

Added

Fixed

Docs

Dependencies

Commits

Full Changelog: https://github.com/stimulusreflex/cable_ready/compare/v5.0.0...v5.0.1

v5.0.0

1 year ago

Released: 2023-04-13

New Operations

Added

Fixed

Changed

Removed

Renamed

Refactoring/Internals

Docs

New packages

@cable_ready/element

@cable_ready/invoke_operations

Dependencies

Details

New Contributors

Commits

Full Changelog: https://github.com/stimulusreflex/cable_ready/compare/v4.5.0...v5.0.0

v5.0.0.rc2

1 year ago

Released: 2023-03-28

Changed

  • No new changes in this release. This is just a version bump so that the CableReady RCs are in sync with the StimulusReflex RCs. See: StimulusReflex 3.5.0.rc2

Commits

Full Changelog: https://github.com/stimulusreflex/cable_ready/compare/v5.0.0.rc1...v5.0.0.rc2

v5.0.0.rc1

1 year ago

Released: 2023-03-26

Added

Fixed

Removed

Note: if you were using the any CableReady min.js files we ask you to migrate to the non-minified versions.

Renamed

Dependencies

Docs

New Contributors

Commits

Full Changelog: https://github.com/stimulusreflex/cable_ready/compare/v5.0.0.pre10...v5.0.0.rc1

v5.0.0.pre10

1 year ago

Released: 2023-02-15

New Operations

Added

Changed

Fixed

Removed

Renamed

New packages

@cable_ready/element

@cable_ready/invoke_operations

Refactoring/Internal

Dependencies

New Contributors

Commits

Full Changelog: https://github.com/stimulusreflex/cable_ready/compare/v5.0.0.pre9...v5.0.0.pre10

v5.0.0.pre9

2 years ago

Released: 2022-04-01

Added

Changed

Fixed

Refactoring/Internals

JavaScript Client:

This enables Rails Applications to easily include the CableReady JavaScript client into their app by just installing the cable_ready Rubygem.

# Gemfile

gem 'cable_ready', '~> 5.0'

Either with Import maps:

# config/importmap.rb

# ...

pin 'cable_ready', to: 'cable_ready.js', preload: true

Or with the regular Asset pipeline:

<!-- app/views/layouts/application.html.erb -->

<%= javascript_include_tag "cable_ready.umd.js", "data-turbo-track": "reload" %>

Dependencies

New Contributors

Commits

Full Changelog: https://github.com/stimulusreflex/cable_ready/compare/v5.0.0.pre8...v5.0.0.pre9

v5.0.0.pre8

2 years ago

Released: 2021-11-22

Added

Fixed

Refactoring/Internal

Commits

Full Changelog: https://github.com/stimulusreflex/cable_ready/compare/v5.0.0.pre7...v5.0.0.pre8