Skip to content

v3.5.0.pre9

Pre-release
Pre-release

Choose a tag to compare

@marcoroth marcoroth released this 01 Apr 18:44
· 65 commits to master since this release

Released: 2022-04-01

Added:

  • This release enables Rails Applications to easily include the StimulusReflex JavaScript client into their app by just installing the stimulus_reflex Rubygem.
# Gemfile

gem 'stimulus_reflex', '~> 3.5'

Either with Import maps:

# config/importmap.rb

# ...

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

Or with the regular Asset pipeline:

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

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

Changed

  • Client side sanity by @leastbad in #561
  • Updated gemspec to specific Rails gems by @paul in #568
  • Fall back to empty siblings list if no parentNode is present by @julianrubisch in #566
  • Bundle for Production, Dev-Builds and prebuilt JavaScript with the gem by @marcoroth in #575

Fixed

  • Fix logger when :logging is nil by @ni3t in #573
  • Temporarily fix OpenStruct with fix for class and method attributes by @marcoroth in #569

Removed

Dependencies

New Contributors

Commits

Full Changelog: v3.5.0.pre8...v3.5.0.pre9