Update dependency @hotwired/stimulus to v3.2.2
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@hotwired/stimulus (source) | 3.2.1 -> 3.2.2 |
Release Notes
hotwired/stimulus (@hotwired/stimulus)
v3.2.2
What's Changed
- Add
PageUp
andPageDown
to keyMappings by @seb-jean in https://github.com/hotwired/stimulus/pull/677 - Adding
@window
by @ThomasLandauer in https://github.com/hotwired/stimulus/pull/676 - Add support for number values with underscores by @lb- in https://github.com/hotwired/stimulus/pull/693
- Support keyboard modifier for click events by @shouichi in https://github.com/hotwired/stimulus/pull/665
- Outlets: Add observers for controller element attributes by @seanpdoyle in https://github.com/hotwired/stimulus/pull/624
- Fixed error message in outlet_properties by @drjayvee in https://github.com/hotwired/stimulus/pull/616
- Explicitly type options of
Controller.dispatch()
method by @marcoroth in https://github.com/hotwired/stimulus/pull/643 - Allow
ValueTypeObject
to be provided as aPartial
by @marcoroth in https://github.com/hotwired/stimulus/pull/650 - Ensure the
afterLoad
method gets called bound to controller by @lb- in https://github.com/hotwired/stimulus/pull/658 - Ensure
Scope
is connected before accessing outlets by @marcoroth in https://github.com/hotwired/stimulus/pull/648 - Pass the
ActionEvent
(with params) toregisterActionOption
callbacks by @lb- in https://github.com/hotwired/stimulus/pull/692 - Pass the
Controller
instance toregisterActionOption
callback by @lb- in https://github.com/hotwired/stimulus/pull/691
New Contributors
- @drjayvee made their first contribution in https://github.com/hotwired/stimulus/pull/616
- @devcamke made their first contribution in https://github.com/hotwired/stimulus/pull/655
- @frederfred made their first contribution in https://github.com/hotwired/stimulus/pull/664
- @ThomasLandauer made their first contribution in https://github.com/hotwired/stimulus/pull/675
- @seb-jean made their first contribution in https://github.com/hotwired/stimulus/pull/677
- @shouichi made their first contribution in https://github.com/hotwired/stimulus/pull/665
- @dnlgrv made their first contribution in https://github.com/hotwired/stimulus/pull/679
- @benoittgt made their first contribution in https://github.com/hotwired/stimulus/pull/663
- @swh-tropic made their first contribution in https://github.com/hotwired/stimulus/pull/696
- @tellodaniel made their first contribution in https://github.com/hotwired/stimulus/pull/705
Full Changelog: https://github.com/hotwired/stimulus/compare/v3.2.1...v3.2.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.