Releases: preactjs/signals
Releases · preactjs/signals
@preact/[email protected]
1.3.8
Patch Changes
- #456
b0b2a5b
Thanks @XantreGodlike! - Ensure types are resolved against built.d.ts
rather than source.ts
@preact/[email protected]
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
- #459
06d4c10
Thanks @andrewiggins! - Wrap custom hooks in try/finally when using react-transform
- #446
09f3ed7
Thanks @andrewiggins! - Use function expression name to determine if it is a Component and should be transformed.
@preact/[email protected]
@preact/[email protected]
@preact/[email protected]
1.3.7
Patch Changes
- #443
020982d
Thanks @andrewiggins! - Setup internal infrastructure for upcoming major change
- #439
fb6b050
Thanks @andrewiggins! - Fix rendering signals as text when using react-transform
@preact/[email protected]
0.1.1
Patch Changes
- #439
fb6b050
Thanks @andrewiggins! - Remove top-level requirement from react-transform
- #413
ad6305c
Thanks @XantreGodlike! - Added 'module:' prefix to readme to babel recognized plugin correctly
- #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
- #444
2939812
Thanks @andrewiggins! - Add support for auto transforming Components declared as object properties
- #442
76babcb
Thanks @andrewiggins! - Add debug logging to inspect what components are transformed by plugin
@preact/[email protected]
0.1.0
Minor Changes
-
#406
71caaad
Thanks @andrewiggins! - Remove support for transforming CJS filesRemoving 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]
1.5.0
Minor Changes
- #405
9355d96
Thanks @JoviDeCroock! - Add unique identifier to everySignal
, this will be present on thebrand
property of a Signal coming from eithersignal()
orcomputed()
@preact/[email protected]
1.2.1
Patch Changes
- #399
24fa9f7
Thanks @rschristian! - Fixes UMD builds of@preact/signals
and@preact/signals-react
@preact/[email protected]
1.3.6
Patch Changes
- #399
24fa9f7
Thanks @rschristian! - Fixes UMD builds of@preact/signals
and@preact/signals-react