Skip to content

Releases: preactjs/signals

@preact/[email protected]

08 Jan 01:56
4dbf4fb
Compare
Choose a tag to compare

1.3.8

Patch Changes

@preact/[email protected]

08 Jan 01:55
4dbf4fb
Compare
Choose a tag to compare

0.2.0

Minor Changes

  • #458 0c0d89f Thanks @andrewiggins! - Only prepend useSignals call if we can't determine whether a function is a component or hook
  • #446 09f3ed7 Thanks @andrewiggins! - Use function expression name to determine if it is a Component and should be transformed.

@preact/[email protected]

08 Jan 01:55
4dbf4fb
Compare
Choose a tag to compare

1.5.1

Patch Changes

@preact/[email protected]

08 Jan 01:43
dca5f2a
Compare
Choose a tag to compare

1.2.2

Patch Changes

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

@preact/[email protected]

08 Jan 01:43
dca5f2a
Compare
Choose a tag to compare

1.3.7

Patch Changes

@preact/[email protected]

08 Jan 01:44
dca5f2a
Compare
Choose a tag to compare

0.1.1

Patch Changes

  • #421 f80b251 Thanks @andrewiggins! - Add an "all" mode to the react transform that transforms all components to be reactive to signals
  • #441 4c433c3 Thanks @andrewiggins! - Add support for auto-transforming more ways to specify components: object methods, member assignments, export default components, components wrapped in HoCs like memo and forwardRef

@preact/[email protected]

08 Jan 01:19
3c73389
Compare
Choose a tag to compare

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]

08 Jan 01:18
3c73389
Compare
Choose a tag to compare

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]

08 Jan 01:13
d69916e
Compare
Choose a tag to compare

1.2.1

Patch Changes

@preact/[email protected]

08 Jan 01:14
d69916e
Compare
Choose a tag to compare

1.3.6

Patch Changes