Skip to content

v3.5.0.pre10

Pre-release
Pre-release
Compare
Choose a tag to compare
@marcoroth marcoroth released this 21 Feb 02:38
· 111 commits to main since this release
6193f88

Released: 2023-02-21

Added

  • Add new forbidden lifecycle event by @leastbad in #588
  • Add support for enqueuing reflexes when ActionCable connection might not be established yet by @leastbad in #590
  • Add global and controller-scoped reflexes object by @leastbad in #592
  • Add config.morph_operation and config.replace_operation config options by @leastbad in #599
  • Add StimulusReflex.version on global JavaScript object by @marcoroth in #603
  • Add StimulusReflex 3.5 installer by @leastbad and @marcoroth in #610
  • Add support for URL parameters in ReflexData by @leastbad in #612
  • Add config.precompile_assets option for disabling assets compilation by @marcoroth in #631

Changed

  • Emit stimulus-reflex:ready event on specific element instead of document by @marcoroth in #625

Fixed

  • Fix inclusion of missing rake tasks by @marcoroth in #581
  • Fix conditional operator for webpack by @leastbad in #587
  • Fix missing safe navigation by @leastbad in #600
  • Fix version import from package.json for webpack 5 compatibility by @marcoroth in #604
  • Fix Schema to be able to be configured multiple times by @marcoroth in #624
  • Fix race conditions when using Import Maps:
    • Call initial setupDeclarativeReflexes() on document.readyState === 'complete' by @marcoroth in #602
    • Fix detection of data-reflex attributes by making the mechanism more resilient by @marcoroth in #606

Removed

Documentation

Note
documentation changes are now welcome in pull requests!

Internal/Refactoring

Dependencies

New Contributors

Commits

Full Changelog: v3.5.0.pre9...v3.5.0.pre10