10 KiB
10 KiB
@prefresh/core
1.5.9
Patch Changes
6ad366f68fb445493881c13be98055038aed08a9#599 Thanks @JoviDeCroock! - Cleanup unmounted vnodes
1.5.8
Patch Changes
ef00e88492e2f75388ce7c293753532afcb8e595#590 Thanks @JoviDeCroock! - Add check for last seen vnode in index.js
1.5.7
Patch Changes
c1f1372542cb586643151693c32cc46079150ef7#585 Thanks @rschristian! - Correct semver range to support beta releases of Preact v11
1.5.6
Patch Changes
-
071ae156bf2eb715b7369f48c35b0ce5318ebaf3#581 Thanks @rschristian! - Expand semver ranges to support the upcoming v11 beta release -
a896aff2ca548b596c10756f62a9adeb50b5fcbe#577 Thanks @JoviDeCroock! - Add support for new bits in __component of v11 -
7337e7073db08d4bebaad7bbe7ebd6368af46b94#583 Thanks @JoviDeCroock! - Pass error-info onwards -
34af6dde0004498a31a32b0daddea9808a9bf3a0#580 Thanks @JoviDeCroock! - Fix potential crash with null vnodes
1.5.5
Patch Changes
73807d24be7ff38cfe111edeaaba8fc8f7a9cb21#575 Thanks @JoviDeCroock! - Remove log from update logic
1.5.4
Patch Changes
-
dbf8e68#571 Thanks @JoviDeCroock! - Fix case where Fragment wrapped children loses all references -
b0e73ed#572 Thanks @JoviDeCroock! - Add descriptions to package.json
1.5.3
Patch Changes
06f97ac#559 Thanks @JoviDeCroock! - Avoid memory leak by not registering built-in types
1.5.2
Patch Changes
1.5.1
Patch Changes
9ad0839#505 Thanks @JoviDeCroock! - Stop invoking setState on unmounted vnodes
9ad0839#505 Thanks @JoviDeCroock! - Fix case where a repeatedly called upon component would have a lot of entries in the vnodesForComponent
1.5.0
Minor Changes
e641c69#499 Thanks @JoviDeCroock! - Publish automatically with npm provenance enabled
1.4.1
Patch Changes
a4f25c2#471 Thanks @JoviDeCroock! - update signal handling to not dispose all state
1.4.0
Minor Changes
1121bae#470 Thanks @JoviDeCroock! - Support signals that are globally defined
1.3.4
Patch Changes
f89017d#447 Thanks @JoviDeCroock! - remove async component check
1.3.3
Patch Changes
eb9aa93#425 Thanks @JoviDeCroock! - Fix import paths for newer node versions
1.3.2
Patch Changes
0121873#325 Thanks @JoviDeCroock! - Forward thirth prop for catchError
1.3.1
Patch Changes
c256066#296 Thanks @JoviDeCroock! - Skip registration of non-function nodes
1.3.0
Minor Changes
21f8c43#243 Thanks @JoviDeCroock! - Invalidate useEffect/useLayoutEffect/useMemo/useCallback without resetting hook-state aggressively, now hook-state will only be reset for stateful hooks.
1.2.0
Minor Changes
bcd6113#236 Thanks @JoviDeCroock! - Update oldVnodeTypes in place with newer equivalents
1.1.1
Patch Changes
b8678d0#206 Thanks @JoviDeCroock! - Improve cleanup detection
1.1.0
Minor Changes
ac7c5d1#202 Thanks @JoviDeCroock! - Cleanup effects when resetting hooks state
1.0.0
Major Changes
b075a8e#190 Thanks @JoviDeCroock! - Remove export registration
0.8.1
Patch Changes
9e34c74#143 Thanks @JoviDeCroock! - Cleanup utils and core code
0.8.0
Minor Changes
32b7a6e#131 Thanks @JoviDeCroock! - Handle non-exported components correctly
0.7.4
Patch Changes
ff43e20#132 Thanks @JoviDeCroock! - Fix mistake where the signature for custom hooks would always override itself
0.7.3
Patch Changes
f645aaa#128 Thanks @JoviDeCroock! - Perform initial registration in core to avoid type without a signature
0.7.2
Patch Changes
23bdb37#115 Thanks @JoviDeCroock! - Add .npmignore removing example
0.7.1
Patch Changes
501d8f6#72 Thanks @JoviDeCroock! - Add "default" to the export map to support CJS modules requiring core
0.7.0
Minor Changes
520acd7#69 Thanks @JoviDeCroock! - Add export maps for Node 13/14
Patch Changes
9948be5#67 Thanks @JoviDeCroock! - Handle async errors in nested components
0.6.2
Patch Changes
-
ee56105#57 Thanks @JoviDeCroock! - Graciously handle errors with Preact options -
Some performance refactors
0.6.1
- Remove invalid
webpackpeerDependency
0.6.0
- Added
computeKeyandregisterto the window payloadcomputeKeywill calculate a hash forfunctional componentsandcustom hooksthis will allow you to derive the need for resetting state or not.registeris a noop that might be used later
- Added a third parameter to
replaceComponentallowing the user to specify whether or not the stat has to be reset.