Skip to content

Commit

Permalink
update changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Apr 1, 2021
1 parent 39e47dc commit c600202
Show file tree
Hide file tree
Showing 23 changed files with 110 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/afraid-swans-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-react': minor
---

**Add directional awareness to `Editor.deleteFragment`.** This is an obscure change, but is a required distinction when implementing features that need to "fake delete" content (like Google Docs's suggestions). Previously deleting always collapsed to the end of a range, but now it can collapse forwards as well.
5 changes: 5 additions & 0 deletions .changeset/brave-lions-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-react': patch
---

Fixed spellcheck disabling logic to always work in older versions of Firefox.
5 changes: 5 additions & 0 deletions .changeset/clean-buses-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-react': patch
---

Fixed browser-detection behavior to work with Deno.
5 changes: 5 additions & 0 deletions .changeset/dirty-carrots-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
slate: minor
---

**Updated `Text.equals` to deeply compare text node properties.** Previously it only did a shallow comparison, but this made it harder to keep track of more complex data structures at the text level.
5 changes: 5 additions & 0 deletions .changeset/five-dryers-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-react': patch
---

Fixed a bug where memoization logic would prevent placeholders from re-rendering properly.
5 changes: 5 additions & 0 deletions .changeset/heavy-rice-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-react': patch
---

Fixed cursor movement in RTL text.
5 changes: 5 additions & 0 deletions .changeset/kind-flies-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
slate: patch
---

Fixed `move_node` operations to normalize the node in question.
5 changes: 5 additions & 0 deletions .changeset/late-pumas-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
slate: patch
---

Added memoization logic to `Node.isNodeList` and `Editor.isEditor` to speed up common code paths.
5 changes: 5 additions & 0 deletions .changeset/late-squids-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-react': patch
---

Fixed a bug in the conversion of DOM points to Slate points.
2 changes: 1 addition & 1 deletion .changeset/lazy-trains-sell.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'slate-react': patch
---

Fix editor auto-scrolling behavior when a block is bigger than the viewport.
Fixed auto-scrolling behavior when a block is bigger than the viewport.
5 changes: 5 additions & 0 deletions .changeset/light-peas-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-react': patch
---

Fixed a bug that occurred when using Babel's `loose` mode.
8 changes: 4 additions & 4 deletions .changeset/lovely-rats-suffer.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
'slate': patch
'slate-history': patch
'slate-hyperscript': patch
'slate-react': patch
'slate': minor
'slate-history': minor
'slate-hyperscript': minor
'slate-react': minor
---

**Start using [🦋 Changesets](https://github.com/atlassian/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.
5 changes: 5 additions & 0 deletions .changeset/nasty-beds-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-history': patch
---

Fixed history logic to not store focus and blur selection changes in the history.
5 changes: 5 additions & 0 deletions .changeset/nice-lemons-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-react': patch
---

Fixed deleting void elements when using cut-and-paste.
5 changes: 5 additions & 0 deletions .changeset/ninety-radios-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-react': patch
---

Fixed a bug that crashed the editor when using IME input.
5 changes: 5 additions & 0 deletions .changeset/pretty-cooks-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
slate: patch
---

Fixed a bug when merging deeply nested multi-child nodes.
5 changes: 5 additions & 0 deletions .changeset/quiet-rules-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
slate: minor
---

**Added support for custom selection properties.** Previously you could set custom properties on the selection objects but it was not a fully supported feature because there was no way to delete them later. Now custom properties are officially supported and deleting them once set is possible.
5 changes: 5 additions & 0 deletions .changeset/rich-suits-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-react': patch
---

Fixed internal decoration logic to be faster and require fewer re-renders.
5 changes: 5 additions & 0 deletions .changeset/seven-suns-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-react': patch
---

Fixed `move_node` operations to not always require a full re-render.
5 changes: 5 additions & 0 deletions .changeset/tasty-apes-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
slate: patch
---

Fixed a bug when deleting a hanging range with a trailing void block node.
5 changes: 5 additions & 0 deletions .changeset/tasty-tables-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-react': patch
---

Fixed IME input to not insert repeated characters.
5 changes: 5 additions & 0 deletions .changeset/tough-parents-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-react': patch
---

Fixed deleting by line to account for the line breaks in the browser.
5 changes: 5 additions & 0 deletions .changeset/violet-toes-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate': patch
---

Fixed a bug in `Editor.positions` which caused it to sometimes skip positions in text nodes that were segmented across inlines or marks.

0 comments on commit c600202

Please sign in to comment.