Skip to content

Releases: web-pacotes/reactor

@web-pacotes/[email protected]

17 Apr 22:26
91711fd
Compare
Choose a tag to compare

Patch Changes

  • 021be9d: feat(reactor-svelte): add support for providing multiple reactors to child components

@web-pacotes/[email protected]

11 Apr 11:20
dc0cd0d
Compare
Choose a tag to compare

Patch Changes

  • d82516c: fix(reactor-svelte): import TypedClass as type otherwise vite bundler won't remove imports during transform phase
    #7

@web-pacotes/[email protected]

10 Apr 22:20
e9b3ff8
Compare
Choose a tag to compare

Patch Changes

  • ea7060b: fix: resolve not being able to infer state of multiple parameter constructor reactor. see #4 for a detailed explanation on this issue

@web-pacotes/[email protected]

06 Apr 12:36
55896a9
Compare
Choose a tag to compare

Patch Changes

  • 2f27a07: First real release of reactor-svelte.

    Add APIs for:

    • implementing new reactors
    • providing reactors to child components
    • resolving reactors from parent components
    • listening to reactor state changes