Skip to content

Releases: Serabe/live_isolated_component

Just an implementation detail

28 Sep 23:43
Compare
Choose a tag to compare

This does not add anything new, just changes an implementation detail back to a closer way as it was in v0.5.x

A couple of fixes

28 Sep 23:31
Compare
Choose a tag to compare

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

28 Sep 23:29
Compare
Choose a tag to compare

This PR:

  • Honors id if passed in.
  • live_assign keeps old values if not overriden.

Update for LiveView 0.18

28 Sep 23:29
Compare
Choose a tag to compare

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

15 Aug 22:31
Compare
Choose a tag to compare

Add refute macros.

Rockwell Rocks

10 Aug 11:50
Compare
Choose a tag to compare

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 :(

27 Jul 00:35
Compare
Choose a tag to compare

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