Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 14:12
· 67 commits to main since this release
5fb1e49

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.