Stimulus Reflex Versions Save

Build reactive applications with the Rails tooling you already know and love.

v3.5.0.rc4

1 month ago

Security Fix

Changed

Fixed

Docs

Dependencies

New Contributors

Commits

Full Changelog: https://github.com/stimulusreflex/stimulus_reflex/compare/v3.5.0.rc3...v3.5.0.rc4

v3.5.0.rc3

9 months ago

Released: 2023-07-12

Added

-

Fixed

Removed

Docs

Dependencies

Commits

Full Changelog: https://github.com/stimulusreflex/stimulus_reflex/compare/v3.5.0.rc2...v3.5.0.rc3

v3.5.0.rc2

1 year ago

Released: 2023-03-28

Added

Fixed

Dependecnies

New Contributors

Commits

Full Changelog: https://github.com/stimulusreflex/stimulus_reflex/compare/v3.5.0.rc1...v3.5.0.rc2

v3.5.0.rc1

1 year ago

Released: 2023-03-26

Added

Fixed

Removed

Note: if you were using the any StimulusReflex min.js files we ask you to migrate to the non-minified versions.

Documentation

Dependencies

Internal

New Contributors

Commits

Full Changelog: https://github.com/stimulusreflex/stimulus_reflex/compare/v3.5.0.pre10...v3.5.0.rc1

v3.5.0.pre10

1 year ago

Released: 2023-02-21

Added

Changed

Fixed

Removed

Documentation

Note documentation changes are now welcome in pull requests!

Internal/Refactoring

Dependencies

New Contributors

Commits

Full Changelog: https://github.com/stimulusreflex/stimulus_reflex/compare/v3.5.0.pre9...v3.5.0.pre10

v3.5.0.pre9

2 years ago

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

Fixed

Removed

Dependencies

New Contributors

Commits

Full Changelog: https://github.com/stimulusreflex/stimulus_reflex/compare/v3.5.0.pre8...v3.5.0.pre9

v3.5.0.pre8

2 years ago

Released: 2021-11-22

Added

Changed

New Contributors

Commits

Full Changelog: https://github.com/stimulusreflex/stimulus_reflex/compare/v3.5.0.pre7...v3.5.0.pre8

v3.5.0.pre7

2 years ago

Released: 2021-10-26

Changed

Commits

Full Changelog: https://github.com/stimulusreflex/stimulus_reflex/compare/v3.5.0.pre6...v3.5.0.pre7

v3.5.0.pre6

2 years ago

Released: 2021-10-14

Fixed

Changed

Commits

Full Changelog: https://github.com/stimulusreflex/stimulus_reflex/compare/v3.5.0.pre5...v3.5.0.pre6