UNPKG

@preact/signals-react-transform

Version:

Manage state with style in React

131 lines (72 loc) 8.78 kB
# @preact/signals-react-transform ## 0.5.2 ### Patch Changes - [#691](https://github.com/preactjs/signals/pull/691) [`960b09d`](https://github.com/preactjs/signals/commit/960b09d07134595c73d5921a4f294f82f7613daa) Thanks [@robin-drexler](https://github.com/robin-drexler)! - Adds `detectTransformedJSX` option which will trigger transformation when alternative methods (like `React.createElement`) are used to create elements - [#693](https://github.com/preactjs/signals/pull/693) [`b19ddec`](https://github.com/preactjs/signals/commit/b19ddec358f0bae8ad6338e1ca103c33b317650b) Thanks [@robin-drexler](https://github.com/robin-drexler)! - Destructured access to signal values should be registered as usage, before this change Babel would skip a component that would access `.value` on a signal through destructuring ## 0.5.1 ### Patch Changes - Updated dependencies [[`8c72dff`](https://github.com/preactjs/signals/commit/8c72dff85b1a6c8a2e724aeeab27daf95ad8c75f)]: - @preact/signals-react@3.0.0 ## 0.5.0 ### Minor Changes - [#624](https://github.com/preactjs/signals/pull/624) [`18b2f29`](https://github.com/preactjs/signals/commit/18b2f299c6d6985644a6459c9e9bb1a5863f02ac) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Bump `peerDependency` on React to support 19.x ### Patch Changes - [#628](https://github.com/preactjs/signals/pull/628) [`c3e8e8c`](https://github.com/preactjs/signals/commit/c3e8e8c215881b82e491e84575a2b464fa4cfadc) Thanks [@Artur-](https://github.com/Artur-)! - Avoid cloning the top-level component function when we are prepending `useSignals`. This fixes compatability with fast-refresh as it requires the function identity to correctly leverage its cache. - Updated dependencies [[`18b2f29`](https://github.com/preactjs/signals/commit/18b2f299c6d6985644a6459c9e9bb1a5863f02ac), [`57a7d38`](https://github.com/preactjs/signals/commit/57a7d38fcd8a65721feb9038ad4b04cd1e86a0b1), [`18b2f29`](https://github.com/preactjs/signals/commit/18b2f299c6d6985644a6459c9e9bb1a5863f02ac)]: - @preact/signals-react@2.3.0 ## 0.4.0 ### Minor Changes - [#584](https://github.com/preactjs/signals/pull/584) [`726e417`](https://github.com/preactjs/signals/commit/726e41727014722e7de1d7e6e276e28bf0bec2fd) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Support `require()` syntax in the Babel transform ## 0.3.2 ### Patch Changes - [#582](https://github.com/preactjs/signals/pull/582) [`4fa8603`](https://github.com/preactjs/signals/commit/4fa86038191e2f2773e1d4b2211fb78cece19814) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Support nested scopes like a component accessing an array of signals - Updated dependencies [[`931404e`](https://github.com/preactjs/signals/commit/931404e96338e120464b73e522148389e38eeb2b), [`5a02bfa`](https://github.com/preactjs/signals/commit/5a02bfaac4f22459174c4695de2050d84d7b6e41)]: - @preact/signals-react@2.1.0 ## 0.3.1 ### Patch Changes - [#535](https://github.com/preactjs/signals/pull/535) [`58befba`](https://github.com/preactjs/signals/commit/58befba577d02c5cac5292fda0a599f9708e908b) Thanks [@jviide](https://github.com/jviide)! - Publish packages with provenance statements - Updated dependencies [[`d846def`](https://github.com/preactjs/signals/commit/d846defaf6e64f0236e2b91247e5f94a35f29cbc)]: - @preact/signals-react@2.0.1 ## 0.3.0 ### Minor Changes - [#467](https://github.com/preactjs/signals/pull/467) [`d7f43ef`](https://github.com/preactjs/signals/commit/d7f43ef5c9b6516cd93a12c3f647409cfd8c62be) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Change opt-in/opt-out comment to `@useSignals` and `@noUseSignals`. Previous comments (`@trackSignals` & `@noTrackSignals`) still supported but deprecated. ### Patch Changes - Updated dependencies [[`d7f43ef`](https://github.com/preactjs/signals/commit/d7f43ef5c9b6516cd93a12c3f647409cfd8c62be)]: - @preact/signals-react@2.0.0 ## 0.2.0 ### Minor Changes - [#458](https://github.com/preactjs/signals/pull/458) [`0c0d89f`](https://github.com/preactjs/signals/commit/0c0d89f181e7b38432d10ea0f79fa031774c2a27) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Only prepend useSignals call if we can't determine whether a function is a component or hook * [#459](https://github.com/preactjs/signals/pull/459) [`06d4c10`](https://github.com/preactjs/signals/commit/06d4c10dbc2b3029ffe855d846afd7dc431ea749) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Wrap custom hooks in try/finally when using react-transform - [#446](https://github.com/preactjs/signals/pull/446) [`09f3ed7`](https://github.com/preactjs/signals/commit/09f3ed7c5b7a5a3a86673dfc73cd868766e0eefc) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Use function expression name to determine if it is a Component and should be transformed. ### Patch Changes - Updated dependencies [[`b0b2a5b`](https://github.com/preactjs/signals/commit/b0b2a5b54d0b512152171bb13c5bc4c593e7e444)]: - @preact/signals-react@1.3.8 ## 0.1.1 ### Patch Changes - [#439](https://github.com/preactjs/signals/pull/439) [`fb6b050`](https://github.com/preactjs/signals/commit/fb6b050be305294fa3ea5b883c51a375f1720f78) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Remove top-level requirement from react-transform * [#413](https://github.com/preactjs/signals/pull/413) [`ad6305c`](https://github.com/preactjs/signals/commit/ad6305c973160fb1272b6ad2e3783e6e3410f9de) Thanks [@XantreGodlike](https://github.com/XantreGodlike)! - Added 'module:' prefix to readme to babel recognized plugin correctly - [#421](https://github.com/preactjs/signals/pull/421) [`f80b251`](https://github.com/preactjs/signals/commit/f80b251d7333e1a1d82e537969a15ba17657c82f) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Add an "all" mode to the react transform that transforms all components to be reactive to signals * [#441](https://github.com/preactjs/signals/pull/441) [`4c433c3`](https://github.com/preactjs/signals/commit/4c433c32469d3a79b1a3e4d523f111b6bec3a187) Thanks [@andrewiggins](https://github.com/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](https://github.com/preactjs/signals/pull/444) [`2939812`](https://github.com/preactjs/signals/commit/2939812a972b62830e0a839dcc9a8024ab5c7bc8) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Add support for auto transforming Components declared as object properties * [#442](https://github.com/preactjs/signals/pull/442) [`76babcb`](https://github.com/preactjs/signals/commit/76babcb520594bb200fd69ac4840a7df5f259752) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Add debug logging to inspect what components are transformed by plugin * Updated dependencies [[`020982d`](https://github.com/preactjs/signals/commit/020982d2f3039817527aaa000a5697486a870c9d), [`fb6b050`](https://github.com/preactjs/signals/commit/fb6b050be305294fa3ea5b883c51a375f1720f78)]: - @preact/signals-react@1.3.7 ## 0.1.0 ### Minor Changes - [#406](https://github.com/preactjs/signals/pull/406) [`71caaad`](https://github.com/preactjs/signals/commit/71caaad9c69da4bd6a1c9bf1926562162a109dfb) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Remove support for transforming CJS files Removing support for transforming CommonJS files since we have no tests for it currently ### Patch Changes - [#406](https://github.com/preactjs/signals/pull/406) [`71caaad`](https://github.com/preactjs/signals/commit/71caaad9c69da4bd6a1c9bf1926562162a109dfb) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Register newly inserted import statement as a scope declaration in Babel's scope tracking ## 0.0.2 ### Patch Changes - [#401](https://github.com/preactjs/signals/pull/401) [`17e1491`](https://github.com/preactjs/signals/commit/17e1491a27afedc714c6b0ab1e9fbf88d0d6433c) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Lower required babel version required as a peer dependency - Updated dependencies [[`24fa9f7`](https://github.com/preactjs/signals/commit/24fa9f791d70baba35bdce722f71ce63ac091a4d)]: - @preact/signals-react@1.3.6 ## 0.0.1 ### Patch Changes - [#375](https://github.com/preactjs/signals/pull/375) [`59115d9`](https://github.com/preactjs/signals/commit/59115d9ea6dfa073255f9803dd7e8a09892d2acc) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Initial alpha release - Updated dependencies [[`cd3a22d`](https://github.com/preactjs/signals/commit/cd3a22d628c3a535108bc45b8151505dd6fc51c8), [`59115d9`](https://github.com/preactjs/signals/commit/59115d9ea6dfa073255f9803dd7e8a09892d2acc)]: - @preact/signals-react@1.3.5