Skip to content

v5.0.0.pre10

Pre-release
Pre-release
Compare
Choose a tag to compare
@marcoroth marcoroth released this 15 Feb 00:40
· 80 commits to main since this release
9cb4b6b

Released: 2023-02-15

New Operations

Added

Changed

  • Include changeset in class-level updates broadcast by @grncdr in #193
  • Register Single-Table-Inheritance descendants for collection updates when using enable_cable_ready_updates by @julianrubisch in #204
  • Explicit check for leaf parent element presence for cable_ready_updates_for by @rickbenavidez in #208
  • Make CableReady::Updatable aware of Turbo Boost Commands by @julianrubisch in #242
  • Change that CableReadyHelper doesn't raise when including the module by @marcoroth in #256

Fixed

  • Fix 0 value problem with null checks by @leastbad in #210
  • Fix documentElement doesn't have a parent by @leastbad in #218
  • Fix cable_ready_updates_for makes redundant calls by @leastbad in #225
  • Fix bug where using an array when calling add_css_class or remove_css_class didn't work by @binarygit in #232

Removed

  • Remove config.on_new_version_available config option by @marcoroth in #253

Renamed

New packages

@cable_ready/element

@cable_ready/invoke_operations

Refactoring/Internal

Dependencies

New Contributors

Commits

Full Changelog: v5.0.0.pre9...v5.0.0.pre10