diff --git a/.changeset/fast-turkeys-chew.md b/.changeset/fast-turkeys-chew.md deleted file mode 100644 index 90ac5a0e..00000000 --- a/.changeset/fast-turkeys-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rhino-editor": patch ---- - -fix: `openOnClick` for links is now set to `false` by default in the editor. This fixes some bugs around editing links and was the original intended behavior. diff --git a/.changeset/late-zebras-march.md b/.changeset/late-zebras-march.md deleted file mode 100644 index 09f722f0..00000000 --- a/.changeset/late-zebras-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rhino-editor": patch ---- - -fix: link-dialog buttons now have proper hover / focus state. diff --git a/.changeset/serious-avocados-act.md b/.changeset/serious-avocados-act.md deleted file mode 100644 index 357681c4..00000000 --- a/.changeset/serious-avocados-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rhino-editor": minor ---- - -BREAKING_CHANGE: Allow the light-dom editor to be slotted. Do note, this change may result in a small breaking change for the users relying on the original light-dom structure being `div > div.trix-content`. Most users should not see a difference. diff --git a/CHANGELOG.md b/CHANGELOG.md index 50673d9c..5df91071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.9.0 + +### Minor Changes + +- [#143](https://github.com/KonnorRogers/rhino-editor/pull/143) [`13dce87`](https://github.com/KonnorRogers/rhino-editor/commit/13dce878f5aed3479bf8a783141283b9925c19af) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - BREAKING_CHANGE: Allow the light-dom editor to be slotted. Do note, this change may result in a small breaking change for the users relying on the original light-dom structure being `div > div.trix-content`. Most users should not see a difference. + +### Patch Changes + +- [#142](https://github.com/KonnorRogers/rhino-editor/pull/142) [`a69c1cc`](https://github.com/KonnorRogers/rhino-editor/commit/a69c1cc1d11762584e474a823ec2c0a838b196e4) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - fix: `openOnClick` for links is now set to `false` by default in the editor. This fixes some bugs around editing links and was the original intended behavior. + +- [#143](https://github.com/KonnorRogers/rhino-editor/pull/143) [`13dce87`](https://github.com/KonnorRogers/rhino-editor/commit/13dce878f5aed3479bf8a783141283b9925c19af) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - fix: link-dialog buttons now have proper hover / focus state. + ## 0.8.7 ### Patch Changes diff --git a/package.json b/package.json index 03d5c658..792469f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rhino-editor", - "version": "0.8.7", + "version": "0.9.0", "description": "A custom element wrapped rich text editor", "type": "module", "main": "exports/index.js",