v3.5.0.pre9
Pre-release
Pre-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_reflexRubygem.
# Gemfile
gem 'stimulus_reflex', '~> 3.5'Either with Import maps:
# config/importmap.rb
# ...
pin 'stimulus_reflex', to: 'stimulus_reflex.js', preload: trueOr 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
classandmethodattributes by @marcoroth in #569
Removed
- Remove
changelogGitHub Action by @marcoroth in #576
Dependencies
- Bump nokogiri from 1.12.5 to 1.13.3 by @dependabot in #572
New Contributors
Commits
Full Changelog: v3.5.0.pre8...v3.5.0.pre9