Releases: Serabe/live_isolated_component
Just an implementation detail
A couple of fixes
This PR:
- Honors id if passed in.
live_assign
keeps old values if not overriden.
These changes were backported for LiveView 0.17 in v0.5.1
A couple of fixes
This PR:
- Honors id if passed in.
live_assign
keeps old values if not overriden.
Update for LiveView 0.18
This version just updates the code so it works with LiveView 0.18. Version 0.5.x will continue to work on LiveView 0.17. I might backport some fixes (like in v0.5.1) but it's not guaranteed.
Refuting
Rockwell Rocks
In this release, the new slot/1
macro is introduced. The old slot descriptors are here no more! In their place we have a nicer way by using the slot/2
macro.
Zach is Gone :(
This release changes completely the way to check handle_events and handle_infos. Before, a Spy module was included. Now, a few assert_handle_x
methods have been added. These are way less flaky (not flaky so far in my tests, pun intended) and more Elixir-like.
We cannot assert on socket anymore though. This change is intended as it might be difficult to make the user understand that the socket is the one in the dummy LiveView and not the one in the component.
Full Changelog: v0.2.1...v0.3.0