Preactjs Signals Versions Save

Manage state with style in every framework

@preact/[email protected]

4 months ago

1.3.7

Patch Changes

@preact/[email protected]

4 months ago

1.2.2

Patch Changes

  • #415 79efe32 Thanks @prinsss! - Fix error when using useSignal with UMD builds of @preact/signals.

@preact/[email protected]

4 months ago

0.1.0

Minor Changes

  • #406 71caaad Thanks @andrewiggins! - Remove support for transforming CJS files

    Removing support for transforming CommonJS files since we have no tests for it currently

Patch Changes

  • #406 71caaad Thanks @andrewiggins! - Register newly inserted import statement as a scope declaration in Babel's scope tracking

@preact/[email protected]

4 months ago

1.5.0

Minor Changes

  • #405 9355d96 Thanks @JoviDeCroock! - Add unique identifier to every Signal, this will be present on the brand property of a Signal coming from either signal() or computed()

@preact/[email protected]

4 months ago

0.0.2

Patch Changes

@preact/[email protected]

4 months ago

1.3.6

Patch Changes

@preact/[email protected]

4 months ago

1.2.1

Patch Changes

@preact/[email protected]

4 months ago

1.3.5

Patch Changes

@preact/[email protected]

4 months ago

0.0.1

Patch Changes

@preact/[email protected]

4 months ago

1.2.0

Minor Changes

  • #387 6e4dab4 Thanks @XantreGodlike! - Removed difference in behaviour between adapters, signals that use a JSX value will correctly re-render the whole component rather than attempting the JSX-Text optimization.