50 minutes ago
page-spy-web
1 hours ago
docx-editor

@docx-editor.dev/pro@2.9.1

Patch Changes

  • Updated dependencies [36ea49a]
    • @docx-editor.dev/core@2.9.1
    • @docx-editor.dev/react@2.9.1
    • @docx-editor.dev/vue@2.9.1
1 hours ago
docx-editor

@docx-editor.dev/vue@2.9.1

Patch Changes

  • Updated dependencies [36ea49a]
    • @docx-editor.dev/core@2.9.1
    • @docx-editor.dev/i18n@2.9.1
1 hours ago
docx-editor

@docx-editor.dev/react@2.9.1

Patch Changes

  • Updated dependencies [36ea49a]
    • @docx-editor.dev/core@2.9.1
    • @docx-editor.dev/i18n@2.9.1
1 hours ago
docx-editor

@docx-editor.dev/core@2.9.1

Patch Changes

  • 36ea49a: Show selected paragraph marks and empty lines with a small selection block.
  • @docx-editor.dev/i18n@2.9.1
1 hours ago
docx-editor

@docx-editor.dev/editor-api@2.9.1

Patch Changes

  • Updated dependencies [36ea49a]
    • @docx-editor.dev/core@2.9.1
2 hours ago
slate

slate-react@0.126.4

Patch Changes

  • #6099 ad04f91c Thanks @BetterAndBetterII! - Skip Selection.collapseToEnd() during composition selection-sync when the live DOM selection has no ranges, so a cleared selection no longer throws InvalidStateError and unmounts the editor.
3 hours ago
slate

slate-react@0.126.3

Patch Changes

  • #6096 b96028a5 Thanks @melodysdreamj! - Fix IME composition being cancelled on the first character typed into an empty leaf on Android, which left the first character behind as a separate, uncomposed character (typing 안녕 in Korean produced ㅇ안녕).