Releases: stimulusreflex/cable_ready
Releases · stimulusreflex/cable_ready
v4.5.0
Released: 2021-01-26
New Operations
- Add
append
operation by @marcoroth in #90 - Add
prepend
operation by @marcoroth in #90 - Add
replace
operation by @marcoroth in #90 - Add
play_sound
operation by @leastbad in #98 - Add
replace_state
operation by @leastbad in #101 - Add
go
operation by @leastbad in #101 - Add
graft
operation by @leastbad in #103
Changed
- rework custom operations by @leastbad in #88
- multiple selector element operations by @leastbad in #92
- Global config, simplify threading, custom operations by @hopsoft in #96
Commits
Full Changelog: v4.4.6...v4.5.0
v4.4.6
Released: 2020-12-18
What's Changed
- Add more detail to the CableReady error message by @marcoroth in #84
- pluggable before/after morph callbacks by @leastbad in #87
Full Changelog: v4.4.5...v4.4.6
v4.4.5
v4.4.4
v4.4.3
v4.4.2
Released: 2020-11-30
Full Changelog: v4.4.1...v4.4.2
v4.4.1
v4.4.0
Released: 2020-12-24
What's Changed
- Add braces to hash parameter to remove warning by @dabit in #61
- Provide an async perform method by @julianrubisch in #63
- only pass inner html if childrenOnly is false by @joshleblanc in #58
- Add a shared mutex to avoid concurrency issues in Channels by @barrywoolgar in #65
- Bump actionview from 6.0.3.2 to 6.0.3.3 by @dependabot in #72
- set_focus operation by @leastbad in #69
- Add support for pushState by @hopsoft in #73
- use CustomEvent to get IE11 working by @existentialmutt in #74
- method chaining by @leastbad in #78
- jquery support by @leastbad in #75
- Removed isEqualNode comparison by @adank92 in #71
- Move package.json to root and prepare for v4.4.0.pre3 by @hopsoft in #79
- only compare isEqualNode for non-inputs by @leastbad in #80
New Contributors
- @dabit made their first contribution in #61
- @joshleblanc made their first contribution in #58
- @barrywoolgar made their first contribution in #65
- @adank92 made their first contribution in #71
Full Changelog: v4.3.0...v4.4.0
v4.3.0
Released: 2020-07-02
What's Changed
- Correct method 'outerHtml' to 'outer_html' in documentation by @pskarlas in #39
- Fix typo in method name outerHTML -> outer_html by @back2war in #35
- Add setStyles by @excid3 in #37
- Make DOMOperations extendable by @n-rodriguez in #44
- Make morph emit after event by @julianrubisch in #48
- add dom_id helper by @leastbad in #50
- Dom id signature fix by @leastbad in #51
- Support for multiple CSS classes. by @sarriagada in #49
- broadcast_to method by @leastbad in #38
- Customize operations via initializer by @leastbad in #47
- text_content is missing from 4.3.0.pre0 by @leastbad in #53
- Bump actionpack from 6.0.3.1 to 6.0.3.2 by @dependabot in #56
- Bump rack from 2.2.2 to 2.2.3 by @dependabot in #57
- Notifications by @leastbad in #55
New Contributors
- @pskarlas made their first contribution in #39
- @back2war made their first contribution in #35
- @sarriagada made their first contribution in #49
Full Changelog: v4.2.0...v4.3.0
v4.2.0
Released: 2020-06-02
What's Changed
- Fix
outer_html
notation by @julianrubisch in #45 - after-outer-html emitted from new element by @leastbad in #46
- Print out the selector for easier debugging perform errors by @excid3 in #36
- add set_property method to library by @leastbad in #34
Full Changelog: v4.1.2...v4.2.0