Releases: KonnorRogers/rhino-editor
v0.13.2
Patch Changes
-
#220
5fcb5ac
Thanks @KonnorRogers! - Fixed a CSS bug with inline code -
#220
5fcb5ac
Thanks @KonnorRogers! - Fixed link dialogs not showing when the selection is not in view
v0.13.1
Patch Changes
61241c0
Thanks @KonnorRogers! - Fix some bugs around prosemirror-view versioning
v0.13.0
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
-
#216
0031ec1
Thanks @KonnorRogers! - Fix: behavior around cursors with inline-code using Codemark plugin. -
#216
0031ec1
Thanks @KonnorRogers! - Fix: links now properly render inside of<figcaption>
-
#216
0031ec1
Thanks @KonnorRogers! - Fix: double error extension registration has been fixed -
#216
0031ec1
Thanks @KonnorRogers! - Fix: keybindings now swap to using "option" instead of "alt" for iOS / MacOS.
v0.12.0
Minor Changes
-
#205
f4c64a7
Thanks @KonnorRogers! - Feature: Added thedetermineNodeViewAnchor
to the bubble menu extension -
#205
f4c64a7
Thanks @KonnorRogers! - Feature: Add thedefer-initialize
attribute for more reliable initialization events.
Patch Changes
-
#205
f4c64a7
Thanks @KonnorRogers! - Bug fix: bubble menu will now anchor the<figcaption>
or an attachment. -
#205
f4c64a7
Thanks @KonnorRogers! - Style fix: attachments without previews no longer have weird empty border lines -
#205
f4c64a7
Thanks @KonnorRogers! - Bug Fix: no longer generate an empty<img>
for non-previewable attachments.
v0.11.0
Minor Changes
-
#199
7de4762
Thanks @KonnorRogers! - AddedrhinoBubbleMenu
to the default list of extensions. -
#199
7de4762
Thanks @KonnorRogers! - Feature: Added some CSS fallbacks for dark color schemes -
#199
7de4762
Thanks @KonnorRogers! - Feature: added events for direct upload in the form ofrhino-direct-upload:*
, you can read more in the editor events section. -
#201
0611c16
Thanks @KonnorRogers! - Update package versions -
#199
7de4762
Thanks @KonnorRogers! - Feature: added therhino-update
event. Useful for tracking when the component has updated.
Patch Changes
-
#199
7de4762
Thanks @KonnorRogers! - Feature: Added therhino-update
event for tracking updates to the editor -
#199
7de4762
Thanks @KonnorRogers! - Fixed a bug where rhino editor would not find inputs if loaded in the shadow dom
v0.10.2
Patch Changes
-
#185
2a6fb5b
Thanks @KonnorRogers! - AddinitializationComplete
async function for listening to initialization -
#185
2a6fb5b
Thanks @KonnorRogers! - Fixed initialization events to be more reliable to catch
v0.10.1
Patch Changes
- #182
c64173a
Thanks @KonnorRogers! - Fixed a bug in the update lifecycles of RhinoEditor causing rebuilds to happen too frequently
v0.10.0
Minor Changes
-
#178
abddbac
Thanks @KonnorRogers! - AddgetHTMLContentFromRange()
andgetTextContentFromRange()
functions -
#176
fd8cc08
Thanks @KonnorRogers! - upgrade TipTap versions to 2.4.0
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! - - Fixedtooltip-arrow
andtooltip-base
parts renamed totoolbar__tooltip__arrow
andtoolbar__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
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 beingdiv > div.trix-content
. Most users should not see a difference.
Patch Changes
-
#142
a69c1cc
Thanks @KonnorRogers! - fix:openOnClick
for links is now set tofalse
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
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
tofigcaption
to match Trix. toMemorySize
now does not return decimales for KB / MB sizes. This is to align with Trix.