- Features
- Allow accessing the checked state of form controls via
Motion::Element#checked?
(#152)
- Allow accessing the checked state of form controls via
- Fixes
- Support ViewComponent > 2.35.0 (#79)
- Fixes
- Support Rails 6.1 (#79)
-
Features
- Add expanded test helpers. (#60)
-
Fixes
- Fix serializing components that use Rails' asset helpers (i.e.
image_tag
). (#67)
- Fix serializing components that use Rails' asset helpers (i.e.
-
Features
-
Fixes
-
Removals
- Drop support for Ruby 2.4 (#48)
- Remove mention of removed API Event#current_target
- Fixes
- Upgrade of vulnerable dependencies (#44)
- Features
- Add compression to serialization pipeline (#38)
- Features
- Add Callbacks API (
bind
) (#32)
- Add Callbacks API (