Skip to content

v1.3.0

Compare
Choose a tag to compare
@charkour charkour released this 24 Oct 02:41
· 163 commits to main since this release

Add setIsUndoHistoryEnabled to the returned store from zundo create. This allows users to programmatically ignore or save states in the global store. const { setIsUndoHistoryEnabled } = useStore();

Thanks to @funwithtriangles! 🎉

  • update readme for setIsUndoHistoryEnabled 6335aaf
  • run lint:fix 7669212
  • Merge pull request #17 from funwithtriangles/feature/enable-disable 26a2081
  • fixed formatting 77ba35e
  • Added setIsUndoHistoryEnabled 005fcd2

v1.2.2...v1.3.0