Skip to content

Commit

Permalink
Version Packages (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 1, 2024
1 parent 0031ec1 commit 1df4b5e
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-adults-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-zebras-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-buttons-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-rivers-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-berries-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-tables-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-mails-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-emus-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-geckos-provide.md

This file was deleted.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 0.13.0

### Minor Changes

- [#216](https://github.com/KonnorRogers/rhino-editor/pull/216) [`0031ec1`](https://github.com/KonnorRogers/rhino-editor/commit/0031ec1b8f939593724460e7929d531bd5c29ab7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Styles: blockquote has had its icon changed to represent a block code icon.

- [#216](https://github.com/KonnorRogers/rhino-editor/pull/216) [`0031ec1`](https://github.com/KonnorRogers/rhino-editor/commit/0031ec1b8f939593724460e7929d531bd5c29ab7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Styling of link dialogs has changed now that it follows the selection cursor.

- [#216](https://github.com/KonnorRogers/rhino-editor/pull/216) [`0031ec1`](https://github.com/KonnorRogers/rhino-editor/commit/0031ec1b8f939593724460e7929d531bd5c29ab7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Fix: code blocks now properly display their correct keybinding

- [#216](https://github.com/KonnorRogers/rhino-editor/pull/216) [`0031ec1`](https://github.com/KonnorRogers/rhino-editor/commit/0031ec1b8f939593724460e7929d531bd5c29ab7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Feature: Added an "inline code" toolbar button, bubble menu buttons, and default styles.

- [#216](https://github.com/KonnorRogers/rhino-editor/pull/216) [`0031ec1`](https://github.com/KonnorRogers/rhino-editor/commit/0031ec1b8f939593724460e7929d531bd5c29ab7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Feature: Link dialogs now follow your selection cursor instead of always being in the top left of the editor

### Patch Changes

- [#216](https://github.com/KonnorRogers/rhino-editor/pull/216) [`0031ec1`](https://github.com/KonnorRogers/rhino-editor/commit/0031ec1b8f939593724460e7929d531bd5c29ab7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Fix: behavior around cursors with inline-code using Codemark plugin.

- [#216](https://github.com/KonnorRogers/rhino-editor/pull/216) [`0031ec1`](https://github.com/KonnorRogers/rhino-editor/commit/0031ec1b8f939593724460e7929d531bd5c29ab7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Fix: links now properly render inside of `<figcaption>`

- [#216](https://github.com/KonnorRogers/rhino-editor/pull/216) [`0031ec1`](https://github.com/KonnorRogers/rhino-editor/commit/0031ec1b8f939593724460e7929d531bd5c29ab7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Fix: double error extension registration has been fixed

- [#216](https://github.com/KonnorRogers/rhino-editor/pull/216) [`0031ec1`](https://github.com/KonnorRogers/rhino-editor/commit/0031ec1b8f939593724460e7929d531bd5c29ab7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Fix: keybindings now swap to using "option" instead of "alt" for iOS / MacOS.

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rhino-editor",
"version": "0.12.0",
"version": "0.13.0",
"description": "A custom element wrapped rich text editor",
"type": "module",
"main": "exports/index.js",
Expand Down

0 comments on commit 1df4b5e

Please sign in to comment.