@uiloos/alpine releases

@uiloos/alpine 1.4.0

Released on 2023-10-13

The initial release of the Alpine bindings for the "uiloos" library.

@uiloos/alpine contains functions which create Alpine data components and stores, that subscribe to changes in a uiloos class.

For example it contains a function called activeList which you can register to alpine with Alpine.data, allowing you to use ActiveList from within HTML.

Whenever the ActiveList changes Alpine will get notified it needs to re-render, keeping your HTML up to date.

For more information go to the Alpine API page.