Skip to content

Releases: KonnorRogers/rhino-editor

v0.13.2

02 Nov 17:28
88bbf8f
Compare
Choose a tag to compare

Patch Changes

v0.13.1

02 Nov 05:18
1d72051
Compare
Choose a tag to compare

Patch Changes

v0.13.0

01 Nov 23:12
1df4b5e
Compare
Choose a tag to compare

Minor Changes

  • #216 0031ec1 Thanks @KonnorRogers! - Styles: blockquote has had its icon changed to represent a block code icon.

  • #216 0031ec1 Thanks @KonnorRogers! - Styling of link dialogs has changed now that it follows the selection cursor.

  • #216 0031ec1 Thanks @KonnorRogers! - Fix: code blocks now properly display their correct keybinding

  • #216 0031ec1 Thanks @KonnorRogers! - Feature: Added an "inline code" toolbar button, bubble menu buttons, and default styles.

  • #216 0031ec1 Thanks @KonnorRogers! - Feature: Link dialogs now follow your selection cursor instead of always being in the top left of the editor

Patch Changes

v0.12.0

17 Oct 15:53
1e30950
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.11.0

13 Oct 19:16
07efbb8
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.10.2

20 May 18:00
af35222
Compare
Choose a tag to compare

Patch Changes

v0.10.1

18 May 22:31
aa764e9
Compare
Choose a tag to compare

Patch Changes

  • #182 c64173a Thanks @KonnorRogers! - Fixed a bug in the update lifecycles of RhinoEditor causing rebuilds to happen too frequently

v0.10.0

18 May 05:53
195f28e
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #176 fd8cc08 Thanks @KonnorRogers! - Fixed an issue where updating translations would not update the editor

  • #178 abddbac Thanks @KonnorRogers! - Fixed a bug where the current focused figure did not have an outline

  • #178 abddbac Thanks @KonnorRogers! - Close link dialogs when clicking outside the editor or on other toolbar items

  • #176 fd8cc08 Thanks @KonnorRogers! - - Fixed tooltip-arrow and tooltip-base parts renamed to toolbar__tooltip__arrow and toolbar__tooltip__base respectively.

  • #178 abddbac Thanks @KonnorRogers! - Fixed a bug where figcaptions would never update if you did not interact with the editor

v0.9.0

12 Oct 14:12
5fb1e49
Compare
Choose a tag to compare

Minor Changes

  • #143 13dce87 Thanks @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 a69c1cc Thanks @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 13dce87 Thanks @KonnorRogers! - fix: link-dialog buttons now have proper hover / focus state.

v0.8.7

27 Sep 11:56
53af8f8
Compare
Choose a tag to compare

Patch Changes

  • #136 ba79275 Thanks @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.