From 7eb92d48db31c4186ba7341db519c5b7d0fdfa20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Jul 2022 09:44:19 +0000 Subject: [PATCH] Version Packages --- .changeset/angry-files-kick.md | 7 ------- packages/slate-react/CHANGELOG.md | 8 ++++++++ packages/slate-react/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/angry-files-kick.md diff --git a/.changeset/angry-files-kick.md b/.changeset/angry-files-kick.md deleted file mode 100644 index c687a96350..0000000000 --- a/.changeset/angry-files-kick.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'slate-react': minor ---- - -- Introduces a `useSlateSelection` hook that triggers whenever the selection changes. -- This also changes the implementation of SlateContext to use an incrementing value instead of an array replace to trigger updates -- Introduces a `useSlateWithV` hook that includes the version counter which can be used to prevent re-renders diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index b662c63f90..99e1f6efdd 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,13 @@ # slate-react +## 0.82.0 + +### Minor Changes + +- [#5041](https://github.com/ianstormtaylor/slate/pull/5041) [`9bc0b613`](https://github.com/ianstormtaylor/slate/commit/9bc0b6132aa288a37ae9a85d0e59a9d5a75ebdd7) Thanks [@bryanph](https://github.com/bryanph)! - - Introduces a `useSlateSelection` hook that triggers whenever the selection changes. + - This also changes the implementation of SlateContext to use an incrementing value instead of an array replace to trigger updates + - Introduces a `useSlateWithV` hook that includes the version counter which can be used to prevent re-renders + ## 0.81.3 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 9b88f2bac7..90b8d6f256 100644 --- a/packages/slate-react/package.json +++ b/packages/slate-react/package.json @@ -1,7 +1,7 @@ { "name": "slate-react", "description": "Tools for building completely customizable richtext editors with React.", - "version": "0.81.3", + "version": "0.82.0", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",