Skip to content

Commit

Permalink
Version Packages (#107)
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 11, 2023
1 parent a315ebe commit a942226
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 45 deletions.
8 changes: 0 additions & 8 deletions .changeset/dry-walls-occur.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/healthy-nails-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-impalas-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-spoons-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-beers-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-hats-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-turtles-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-masks-impress.md

This file was deleted.

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

## 0.8.0

### Minor Changes

- a315ebe: BREAKING_CHANGE: CSS parts have changed slightly to create a more consistent naming conventions. `toolbar-tooltip` has been renamed to `toolbar__tooltip` along with other parts being slightly modified. `link-dialog__add-link` changed to
`link-dialog__link`.
- a315ebe: - BREAKING_CHANGE: `handleFiles` now no longer automatically chains events. Instead now it returns the attachmentManagers to be chained.

### Patch Changes

- a315ebe: - The editor no longer inserts `<p>` tags above and below an attachment
- `<figure>` now has a default margin of `0.6em 0` to align with Trix.
- Updated to role-components v2.0.1
- Added docs on styling the border of the toolbar
- a315ebe: - Fixed CSS for attachment galleries
- a315ebe: - Added the ability to press the "Enter" key inside a `<figcaption>` and end up on the next line.
- a315ebe: - Fixed a bug with dropcursor not showing
- 6190d0b: Dependencies: update role-component to v2.0.0
- a315ebe: - Fixed a bug where pressing backspace inside a `<figcaption>` or a Gallery would cause the attachment to no longer be in the gallery

## 0.7.1

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

0 comments on commit a942226

Please sign in to comment.