linktree/node_modules/@prefresh/core/CHANGELOG.md
2025-06-16 13:37:14 +02:00

7.6 KiB

@prefresh/core

1.5.3

Patch Changes

1.5.2

Patch Changes

1.5.1

Patch Changes

  • 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

1.4.1

Patch Changes

1.4.0

Minor Changes

1.3.4

Patch Changes

1.3.3

Patch Changes

1.3.2

Patch Changes

1.3.1

Patch Changes

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

1.1.1

Patch Changes

1.1.0

Minor Changes

1.0.0

Major Changes

0.8.1

Patch Changes

0.8.0

Minor Changes

0.7.4

Patch Changes

0.7.3

Patch Changes

0.7.2

Patch Changes

0.7.1

Patch Changes

0.7.0

Minor Changes

Patch Changes

0.6.2

Patch Changes

0.6.1

  • Remove invalid webpack peerDependency

0.6.0

  • Added computeKey and register to the window payload
    • computeKey will calculate a hash for functional components and custom hooks this will allow you to derive the need for resetting state or not.
    • register is a noop that might be used later
  • Added a third parameter to replaceComponent allowing the user to specify whether or not the stat has to be reset.