Skip to content

Releases: stimulusreflex/stimulus_reflex

v3.4.0 - Developer Happiness Edition

16 Mar 15:14
Compare
Choose a tag to compare

Released: 2020-12-18

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.4.0

v3.3.0 - Morphs Edition

22 Sep 06:59
Compare
Choose a tag to compare

Released: 2020-09-22

What's Changed

New Contributors

Full Changelog: v3.2.3...v3.3.0

v3.2.3

16 Mar 15:16
Compare
Choose a tag to compare

Released: 2020-06-15

Added

Changed

  • Use merges instead of overwrites params for reflex actions with form data by @RolandStuder in #231

Fixed

  • Fix bug in __perform where it was only ever calling the first event by @leastbad in #234

Documentation

  • Fix typos in the documentation by @dlt in #228

New Contributors

  • @dlt made their first contribution in #228

Commits

Full Changelog: v3.2.2...v3.2.3

v3.2.2

16 Mar 15:16
Compare
Choose a tag to compare

Released: 2020-06-06

Added

Changed

  • Extract multiple checkbox values by @julianrubisch in #175
  • Setup mutation aware declarative reflexes by @hopsoft in #197
  • Stimulus reflexData assignment after callback by @jasoncharnes in #208
  • Make StimulusReflex::Element even more user friendly by @hopsoft in #210
  • reflex_name restriction loosening by @leastbad in #212
  • Combine dataset with data-attributes from parent elements on reflex call by @marcoroth in #200
  • Map hashes in incoming arguments using with_indifferent_access by @jaredcwhite in #203
  • Update dataset handling and some minor refactoring to better naming by @hopsoft in #214
  • Always commit session by @hopsoft in #222

Fixed

Documention

Dependencies

New Contributors

Commits

Full Changelog: v3.2.1...v3.2.2

v3.2.1

16 Mar 15:17
Compare
Choose a tag to compare

Released: 2020-05-09

Changed

  • Prevent halting if reflex returns false by @hopsoft in #194

Commits

Full Changelog: v3.2.0...v3.2.1

v3.2.0

16 Mar 15:17
Compare
Choose a tag to compare

Released: 2020-05-09

Added

Changed

  • Allow channel exceptions to be rescuable by @dark-panda in #180
  • Pluralize the generated class name, so that will match with the file name by @dark88888 in #178
  • Allow to call stimulate without a reflex target by @marcoroth in #188

Documentation

Internal

New Contributors

Commits

Full Changelog: v3.1.4...v3.2.0