tiptap/packages/core/CHANGELOG.md
Philipp Kühn fc7d1ebf3f Publish
- @tiptap/core@2.0.0-beta.64
 - @tiptap/html@2.0.0-beta.64
 - @tiptap/react@2.0.0-beta.41
 - @tiptap/starter-kit@2.0.0-beta.61
 - @tiptap/vue-2@2.0.0-beta.31
 - @tiptap/vue-3@2.0.0-beta.37
2021-05-19 00:05:23 +02:00

23 KiB
Raw Blame History

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0-beta.64 (2021-05-18)

Bug Fixes

  • add marks to JSONContent type (f829b45)

Features

  • add deleteNode method to node views (fcee5f8)

2.0.0-beta.63 (2021-05-18)

Note: Version bump only for package @tiptap/core

2.0.0-beta.62 (2021-05-17)

Note: Version bump only for package @tiptap/core

2.0.0-beta.61 (2021-05-17)

Bug Fixes

  • fix export for getAttributes (5b8808a)

Features

  • add findChildrenInRange helper (463661c)
  • add support for checking for attributes in extendMarkRange (ff7dd9b)
  • export isList, fix #1326 (2bd17c7)

2.0.0-beta.60 (2021-05-13)

Bug Fixes

  • fix missing extensions when using addExtension, fix #1309 (28737b1)

2.0.0-beta.59 (2021-05-13)

Note: Version bump only for package @tiptap/core

2.0.0-beta.57 (2021-05-13)

Bug Fixes

  • core: Increment i in defaultBlockAt (655957d)

2.0.0-beta.57 (2021-05-13)

Bug Fixes

  • core: Increment i in defaultBlockAt (655957d)

2.0.0-beta.56 (2021-05-13)

Bug Fixes

  • fix a bug in detecting a current list in toggleList command (a35b253)

2.0.0-beta.55 (2021-05-11)

Bug Fixes

  • fix a bug when configurating the same extension multiple times (655c564)

Features

2.0.0-beta.54 (2021-05-09)

Bug Fixes

  • set correct priority when extending extensions, fix #1288 (b4e2b6f)

2.0.0-beta.53 (2021-05-07)

Features

  • add editor.getAttributes, deprecate editor.getNodeAttributes and editor.getMarkAttributes (072905c)

2.0.0-beta.52 (2021-05-07)

Features

  • expose node helpers to core (6048f9b)

2.0.0-beta.51 (2021-05-07)

Bug Fixes

  • add support for priority and nested extension for getSchema (129ad83)
  • remove editor from addExtensions context (cbc0dd8)

2.0.0-beta.50 (2021-05-07)

Note: Version bump only for package @tiptap/core

2.0.0-beta.49 (2021-05-07)

Bug Fixes

  • fix a bug that messed up pasted link attributes, fix #1284 (7da647d)
  • revert adding exports (bc320d0)

2.0.0-beta.48 (2021-05-06)

Bug Fixes

  • revert adding type: module (f8d6475)

2.0.0-beta.47 (2021-05-06)

Bug Fixes

  • add exports to package.json (1277fa4)

2.0.0-beta.46 (2021-05-06)

Features

  • add addExtensions option (26e672e)

2.0.0-beta.45 (2021-05-06)

Note: Version bump only for package @tiptap/core

2.0.0-beta.44 (2021-05-05)

Features

  • remove deprecated commands insertHTML, insertNode and insertText (86d570f)

2.0.0-beta.43 (2021-05-05)

Note: Version bump only for package @tiptap/core

2.0.0-beta.42 (2021-05-04)

Bug Fixes

  • ignore editable in dispatchTransaction, fix #1239 (b3fb022)

2.0.0-beta.41 (2021-04-27)

Bug Fixes

2.0.0-beta.40 (2021-04-27)

Bug Fixes

  • prevent a bug for node views when pressing enter on iOS, fix #1214 (234d238)

Features

  • add setNodeSelection and setTextSelection commands (811bf69)

2.0.0-beta.39 (2021-04-27)

Bug Fixes

  • add correct type for parseOptions (592892e)
  • fix type error for commands (26785db)
  • set correct type for emitUpdate (9a40c17)

2.0.0-beta.38 (2021-04-23)

Note: Version bump only for package @tiptap/core

2.0.0-beta.37 (2021-04-23)

Bug Fixes

  • better merge mark attributes for existing marks, fix #1039 (cfd29fa)

2.0.0-beta.36 (2021-04-22)

Note: Version bump only for package @tiptap/core

2.0.0-beta.35 (2021-04-21)

Features

  • add editor prop to KeyboardShortcutCommand (e0c2460)
  • add name to extension context (12f60ab)

2.0.0-beta.34 (2021-04-20)

Bug Fixes

  • fix a bug when dragging node views (4e6d43b)

2.0.0-beta.33 (2021-04-20)

Bug Fixes

  • fix extension option merging (aa002a0)

2.0.0-beta.32 (2021-04-16)

Features

  • add coordsAtPos and posToClientRect helper methods (8dab614)
  • remove resize event handler (9f64015)

2.0.0-beta.31 (2021-04-15)

Bug Fixes

2.0.0-beta.30 (2021-04-15)

Note: Version bump only for package @tiptap/core

2.0.0-beta.29 (2021-04-12)

Bug Fixes

  • fix adding mark only with insertContent(), fix #264 (0a63123)

2.0.0-beta.28 (2021-04-12)

Features

  • add parentConfig to extension context for more extendable extensions, fix #259 (5e1ec5d)

2.0.0-beta.27 (2021-04-09)

Bug Fixes

  • add scrollIntoView for insertContent (e7fe724)

2.0.0-beta.26 (2021-04-09)

Bug Fixes

  • fix a bug when detecting changes within node views (708ac94)

2.0.0-beta.25 (2021-04-09)

Bug Fixes

2.0.0-beta.24 (2021-04-08)

Bug Fixes

  • improve drag position for node views even more (d2c5b71)

2.0.0-beta.23 (2021-04-08)

Bug Fixes

  • improve drag position for node views (5e5b8db)

2.0.0-beta.22 (2021-04-08)

Note: Version bump only for package @tiptap/core

2.0.0-beta.21 (2021-04-08)

Note: Version bump only for package @tiptap/core

2.0.0-beta.20 (2021-04-07)

Features

  • add resetAttributes() command, deprecate resetNodeAttributes() (3334d93)

2.0.0-beta.19 (2021-04-07)

Features

  • add updateAttributes() command, deprecate updateNodeAttributes(), fix #254 (aac32b4)

2.0.0-beta.18 (2021-04-07)

Features

  • add priority option to extensions (bb1ae65)

2.0.0-beta.17 (2021-04-07)

Bug Fixes

2.0.0-beta.16 (2021-04-07)

Features

  • add insertContent() command, deprecate insertText(), insertHTML() and insertNode() (b8d9b7d)

2.0.0-beta.15 (2021-04-06)

Note: Version bump only for package @tiptap/core

2.0.0-beta.14 (2021-04-04)

Note: Version bump only for package @tiptap/core

2.0.0-beta.13 (2021-04-02)

Note: Version bump only for package @tiptap/core

2.0.0-beta.12 (2021-04-01)

Note: Version bump only for package @tiptap/core

2.0.0-beta.11 (2021-04-01)

Note: Version bump only for package @tiptap/core

2.0.0-beta.10 (2021-03-31)

Note: Version bump only for package @tiptap/core

2.0.0-beta.9 (2021-03-28)

Note: Version bump only for package @tiptap/core

2.0.0-beta.8 (2021-03-28)

Note: Version bump only for package @tiptap/core

2.0.0-beta.7 (2021-03-28)

Note: Version bump only for package @tiptap/core

2.0.0-beta.6 (2021-03-24)

Note: Version bump only for package @tiptap/core

2.0.0-beta.5 (2021-03-18)

Note: Version bump only for package @tiptap/core

2.0.0-beta.4 (2021-03-18)

Note: Version bump only for package @tiptap/core

2.0.0-beta.3 (2021-03-16)

Note: Version bump only for package @tiptap/core

2.0.0-beta.2 (2021-03-09)

Note: Version bump only for package @tiptap/core

2.0.0-beta.1 (2021-03-05)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.22 (2021-02-28)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.21 (2021-02-26)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.20 (2021-02-26)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.19 (2021-02-18)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.18 (2021-02-16)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.17 (2021-02-16)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.16 (2021-02-07)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.15 (2021-02-05)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.14 (2021-01-29)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.13 (2021-01-29)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.12 (2021-01-28)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.11 (2021-01-28)

Bug Fixes

2.0.0-alpha.10 (2021-01-06)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.9 (2020-12-18)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.8 (2020-12-18)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.7 (2020-12-02)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.6 (2020-11-19)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.5 (2020-11-18)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.4 (2020-11-16)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.3 (2020-11-16)

Reverts

  • Revert "use global namespace" (0c9ce26)

2.0.0-alpha.2 (2020-11-16)

Note: Version bump only for package @tiptap/core

2.0.0-alpha.1 (2020-11-16)

Note: Version bump only for package @tiptap/core