@uiloos/svelte releases

@uiloos/svelte 1.3.0

Released on 2023-09-08

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

@uiloos/svelte contains functions which create Svelte readable stores, that subscribe to changes in a uiloos class.

For example it contains a function called createActiveListStore which you call with an ActiveListConfig that returns a new ActiveList, which is wrapped in a Svelte readable store.

This means that whenever the ActiveList changes, the store will notify Svelte that it needs to re-render the component.

For more information go to the Svelte API page.