Skip to content

Commit 1e30950

Browse files
Version Packages (#206)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f4c64a7 commit 1e30950

File tree

7 files changed

+17
-26
lines changed

7 files changed

+17
-26
lines changed

.changeset/long-snails-hunt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nine-deers-accept.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nine-turtles-teach.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/serious-hairs-knock.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tricky-years-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- [#205](https://github.com/KonnorRogers/rhino-editor/pull/205) [`f4c64a7`](https://github.com/KonnorRogers/rhino-editor/commit/f4c64a7f67c16e66b9ccc7588be1804e172349d7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Feature: Added the `determineNodeViewAnchor` to the bubble menu extension
8+
9+
- [#205](https://github.com/KonnorRogers/rhino-editor/pull/205) [`f4c64a7`](https://github.com/KonnorRogers/rhino-editor/commit/f4c64a7f67c16e66b9ccc7588be1804e172349d7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Feature: Add the `defer-initialize` attribute for more reliable initialization events.
10+
11+
### Patch Changes
12+
13+
- [#205](https://github.com/KonnorRogers/rhino-editor/pull/205) [`f4c64a7`](https://github.com/KonnorRogers/rhino-editor/commit/f4c64a7f67c16e66b9ccc7588be1804e172349d7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Bug fix: bubble menu will now anchor the `<figcaption>` or an attachment.
14+
15+
- [#205](https://github.com/KonnorRogers/rhino-editor/pull/205) [`f4c64a7`](https://github.com/KonnorRogers/rhino-editor/commit/f4c64a7f67c16e66b9ccc7588be1804e172349d7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Style fix: attachments without previews no longer have weird empty border lines
16+
17+
- [#205](https://github.com/KonnorRogers/rhino-editor/pull/205) [`f4c64a7`](https://github.com/KonnorRogers/rhino-editor/commit/f4c64a7f67c16e66b9ccc7588be1804e172349d7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Bug Fix: no longer generate an empty `<img>` for non-previewable attachments.
18+
319
## 0.11.0
420

521
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rhino-editor",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "A custom element wrapped rich text editor",
55
"type": "module",
66
"main": "exports/index.js",

0 commit comments

Comments
 (0)