Skip to content

Commit

Permalink
Version Packages (#137)
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 Sep 27, 2023
1 parent ba79275 commit 53af8f8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .changeset/three-dolls-flash.md

This file was deleted.

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

## 0.8.7

### Patch Changes

- [#136](https://github.com/KonnorRogers/rhino-editor/pull/136) [`ba79275`](https://github.com/KonnorRogers/rhino-editor/commit/ba7927570d8333ea45810396c8f22db9d868b6ab) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - - `previewable` attribute is now more consistently applied and checked on attachments.
- Fixed a bug where attachments were not rendering properly when the raw action-text HTML passed to the editor.
- Fixed a bug where all attachments were not being properly rendered.
- Figcaption now jumps to the end of the block when you click on the `figure`
- `"Add a caption"` will no longer show up on custom attachments.
- Added a note about custom attachments need an actual content-type unlike Trix.
- Added a small amount of `margin-top` to `figcaption` to match Trix.
- `toMemorySize` now does not return decimales for KB / MB sizes. This is to align with Trix.

## 0.8.6

### Patch 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.8.6",
"version": "0.8.7",
"description": "A custom element wrapped rich text editor",
"type": "module",
"main": "exports/index.js",
Expand Down

0 comments on commit 53af8f8

Please sign in to comment.