Skip to content

Releases: preactjs/signals

@preact/signals-react@1.3.7

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

1.3.7

Patch Changes

@preact/signals-react-transform@0.1.1

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/signals-react-transform@0.1.0

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/signals-core@1.5.0

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/signals@1.2.1

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

1.2.1

Patch Changes

@preact/signals-react@1.3.6

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

1.3.6

Patch Changes

@preact/signals-react-transform@0.0.2

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

0.0.2

Patch Changes

@preact/signals@1.2.0

08 Jan 01:06
a8280b0
Compare
Choose a tag to compare

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.

@preact/signals-react@1.3.5

08 Jan 01:09
a8280b0
Compare
Choose a tag to compare

1.3.5

Patch Changes

@preact/signals-react-transform@0.0.1

08 Jan 01:08
a8280b0
Compare
Choose a tag to compare

0.0.1

Patch Changes