Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

53 lines (34 loc) · 1.68 KB

Unreleased

0.7 - 2022-06-16

  • Features
    • Allow accessing the checked state of form controls via Motion::Element#checked? (#152)

0.6 - 2022-03-16

  • Fixes
    • Support ViewComponent > 2.35.0 (#79)

0.5 - 2021-03-11

  • Fixes
    • Support Rails 6.1 (#79)

0.4.4 - 2020-11-19

  • Features

    • Add expanded test helpers. (#60)
  • Fixes

    • Fix serializing components that use Rails' asset helpers (i.e. image_tag). (#67)

0.4.3 - 2020-09-22

  • Features

    • Add support for form builders in motion state (#47)
    • Add support for Rails 5.1 (#57)
  • Fixes

    • Fix memory leak and race condition allowing invocation of motion after disconnecting (#58)
    • Fix issue copying attributes using destructuring assignment from Event objects (#57)
  • Removals

    • Drop support for Ruby 2.4 (#48)
    • Remove mention of removed API Event#current_target

0.4.2 - 2020-09-02

  • Fixes
    • Upgrade of vulnerable dependencies (#44)

0.4.1 - 2020-08-21

  • Features
    • Add compression to serialization pipeline (#38)

0.4.0 - 2020-07-16

  • Features
    • Add Callbacks API (bind) (#32)