Skip to content

editor: v1.26.0

Compare
Choose a tag to compare
@ecoscript ecoscript released this 23 Jan 13:06

1.26.0 (2025-01-23)

Features

  • behaviors: add block.(set|unset) events and actions (f804157)
  • behaviors: add insert.block event and action (0fd745b)
  • core behaviors: raise insert.text event from insert.sort break Behavior (c35b7bd)
  • move insert.break at start/end of text block to core Behaviors (56ff60b)
  • selectors: add isAtThe(End|Start)OfBlock (470d533)
  • utils: add getBlockEndPoint (e9d208f)
  • utils: add isEqualSelectionPoints (d8c3941)

Bug Fixes

  • fix issue with inserting block before/after empty block in empty editor (3622e7d)
  • selectors: account for no selection in isSelectionCollapsed (e3e5766)