npm zundo 2.0.0-experimental.0
v2.0.0-experimental.0

latest releases: 2.3.0, 2.2.0, 2.1.0...
3 years ago

Support zustand v4 with an updated API. This is an experimental release that will be similar to v2 of zundo.

BREAKING CHANGES
The methods undo, redo, clear, setIsUndoHistoryEnabled, and getState are not accessed from useStore.temporal instead of useStore().

  const { undo, redo, clear, setIsUndoHistoryEnabled, getState } = useStore.temporal;

What's Changed

Full Changelog: v1.6.0...v2.0.0-experimental.0

Don't miss a new zundo release

NewReleases is sending notifications on new releases.