slate-history
0.115.0
Patch Changes
#5866
7f5f9e1cThanks @nabbydude! - Fix certain undos undoing more than they should#5862
98b115b7Thanks @12joan! - Increase minimumslateversion to0.114.3#5859
72532fd2Thanks @12joan! - OptimizeisElement,isText,isNodeListandisEditorby removing dependency onis-plain-objectand by performing shallow checks by default. To perform a full check, including all descendants, pass the{ deep: true }option toisElement,isNodeListorisEditor.
0.113.1
Patch Changes
- #5837
701d5f32Thanks @ederzz! - fix: add try/finally block in withoutSaving method to ensure state restoration
0.110.3
Patch Changes
0.109.0
Minor Changes
- #5696
e5fed793Thanks @felixfeng33! - AddwithMerging
0.100.0
Minor Changes
0.93.0
Minor Changes
- #5382 Thanks @reinvanimschoot! - Extracts history push to own function
0.86.0
Patch Changes
- #5197
70b64dc8Thanks @jacobcarpenter! - Fix isHistory check.
0.85.0
Minor Changes
- #4717
d73026eeThanks @bryanph! - Changes how selections are stored in the history resulting in more consistent results
0.81.3
Patch Changes
0.66.0
Patch Changes
0.65.3
Patch Changes
- #4430
748bf750Thanks @TheSpyder! - Removed unnecessary (and outdated) dependency onimmer
0.62.0
Minor Changes
- #4154
7283c51fThanks @ianstormtaylor! - Start using 🦋 Changesets to manage releases. Going forward, whenever a pull request is made that fixes or adds functionality to Slate, it will need to be accompanied by a changset Markdown file describing the change. These files will be automatically used in the release process when bump the versions of Slate and compiling the changelog.
Patch Changes
c6002024Thanks @ianstormtaylor! - Fixed history logic to not store focus and blur selection changes in the history.