Skip to content

v3.5.0

Compare
Choose a tag to compare
@marcoroth marcoroth released this 10 May 19:24
· 35 commits to main since this release
b6116d4

Added

Changed

  • Call initial setupDeclarativeReflexes() on document.readyState === 'complete' by @marcoroth in #602
  • Move logger and sanity_checker to /utils by @leastbad in #456
  • only run piggybacked operations after SR is finished, and isolate them by @leastbad in #482
  • Always pick up instance variables when accessing controller by @leastbad in #493
  • Stop adding whitespace when parsing our html by @lmatiolis in #492
  • New CR wire format + reworked server message events by @leastbad in #536
  • reverse merge params into locals by @leastbad in #542
  • specify env headers for page morph controller by @leastbad in #538
  • When searching a controller based off a reflex name, ignore hyphens by @g-gagnon in #558
  • Fall back to empty siblings list if no parentNode is present by @julianrubisch in #566
  • Temporarily fix OpenStruct with fix for class and method attributes by @marcoroth in #569
  • Fall back to empty siblings list if no parentNode is present by @julianrubisch in #566
  • Temporarily fix OpenStruct with fix for class and method attributes by @marcoroth in #569
  • Make version import from package.json webpack 5 compatible by @marcoroth in #604
  • Declarative Reflexes Resiliency by @marcoroth in #606
  • Introduce StimulusReflex::HTML::Document, featuring Nokogiri::HTML5 by @marcoroth in #601
  • Don't use relative imports for Importmaps by @marcoroth in #655
  • Don't choose first controller if no matching StimulusReflex-enabled controller was found by @marcoroth in #670
  • Isolate and namespace StimulusReflex::Installer by @marcoroth in #699

Removed

Fixes

Internals

Docs

Dependencies

See all

New Contributors

Commits

Full Changelog: v3.4.2...v3.5.0