Skip to content

Releases: ueberdosis/tiptap

v2.1.4

18 Aug 16:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.3

18 Aug 06:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.1.3

v2.1.2

17 Aug 16:07
Compare
Choose a tag to compare

What's Changed

  • fix(core): fix error when merging class attributes by @bdbch in #4340

Full Changelog: v2.1.1...v2.1.2

v2.1.1

16 Aug 18:41
Compare
Choose a tag to compare

Bugfixes

  • hotfix(core): Fix input rules not working if at last position of a block by @bdbch in #4337

Full Changelog: v2.1.0...v2.1.1

v2.1.0

16 Aug 01:15
Compare
Choose a tag to compare

We finally made it to 2.1.0 – here is the list of changes included in this release:

Noticeable changes

  • Fix configure loosing the existing config on Marks and Extensions by @nholden in #3822
  • Require file extensions for imports and exports by @benasher44 in #4001
  • update strikethrough shortcut to be inline with other editors by @bdbch in #4288

Features

@tiptap/core

  • New Cut Command & Position Mapping for insertContentAt by @bdbch in #4141
  • Ddded new options for nodeInputRules for block replacements by @bdbch in #4289

@tiptap/extension-collaboration-cursor

@tiptap/extension-list-keymap

  • New list keymap extension with improved list key handling by @bdbch in #3819
  • chore(lists): move list keymap to extra extension by @bdbch in #4290

@tiptap/extension-typography

  • feat(typography): allow overrides of inputRule outputs by @bdbch in #4287

@tiptap/react

  • React context implementation for Tiptap by @bdbch in #4192

Bugfixes

@tiptap/core

  • Fix empty nodes not behaving the same as empty nodes on document node inside isolating nodes by @bdbch in #3943
  • Fix configure loosing the existing config on Marks and Extensions by @nholden in #3822
  • Fix 'enter' behavior on android custom node views by @C-Hess in #4153
  • Fix nested chain not preserving dispatch state by @C-Hess in #4152
  • Fix text style to be clearable on new lines by @C-Hess in #4151
  • Fix cut and insertContentAt functions by @bdbch in #4187
  • Fix classes being duplicated on mergeAttributes function by @bdbch in #4320

@tiptap/extension-strikethrough

  • update strikethrough shortcut to be inline with other editors by @bdbch in #4288

@tiptap/extension-list-item

@tiptap/extension-list-keymap

  • Fix List issues & add support for Mod keys by @bdbch in #4210

@tiptap/extension-link

@tiptap/extension-horizontal-rule

  • HorizontalRule: fix setHorizontalRule putting cursor at non-text positions by @bdbch in #4319

@tiptap/extension-bubble-menu

  • Fix menu debounce not working with collab by @bdbch in #3956

@tiptap/extension-history

@tiptap/react

@tiptap/vue3

@tiptap/vue2

  • Make Vue 2 nodeViewProps compatible with @vue/composition-api by @FloEdelmann in #4123

Other changes

Core

  • New class on editor wrapper by @patrickbaber in #4068
  • Require file extensions for imports and exports by @benasher44 in #4001
    • (this should now allow support for more node environments)

Maintainment

  • chore: added CODEOWNERS file by @bdbch in #4154
  • update peerDependencies to fix lerna version tasks by @bdbch in #3914

Docs

Demos

Build

  • build(deps): bump cypress-io/github-action from 5.5.1 to 5.6.1 by @dependabot in #3933
  • build(deps): bump cypress-io/github-action from 5.6.1 to 5.8.3 by @dependabot in #4139
  • build(deps): bump actions/checkout from 3.5.0 to 3.5.3 by @dependabot in #4122
  • build(deps-dev): bump vite from 2.9.15 to 2.9.16 by @dependabot in #4110
  • build(deps-dev): bump vite from 2.9.13 to 2.9.16 in /demos by @dependabot in #4109
  • build(deps): bump actions/setup-node from 3.6.0 to 3.7.0 by @dependabot in #4196
  • build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #4232

New Contributors

Full Changelog: v2.0.4...v2.1.0

v2.1.0-rc.14

11 Aug 03:32
Compare
Choose a tag to compare
v2.1.0-rc.14 Pre-release
Pre-release

What's Changed

Features

  • Allow overrides of inputRule outputs for Typography Extension by @bdbch in #4287

Full Changelog: v2.1.0-rc.13...v2.1.0-rc.14

v2.1.0-rc.13

11 Aug 01:20
Compare
Choose a tag to compare
v2.1.0-rc.13 Pre-release
Pre-release

What's Changed

Fixes

  • Fix List issues & add support for Mod keys by @bdbch in #4210
  • Update strikethrough shortcut by @bdbch in #4288
  • Fix autolinking and pasting in link extension by @bdbch in #4292
  • fix demo for cut command by @bdbch in #4313

Docs

Features

  • Add support to register CSS through extensions by @svenadlung in #4220
  • Add support for custom selection builders by @benglewis in #4128
  • Add new options for nodeInputRules for block replacements by @bdbch in #4289

Chores

  • chore(lists): move list keymap to extra extension by @bdbch in #4290

New Contributors

Full Changelog: v2.1.0-rc.12...v2.1.0-rc.13

v2.0.4

17 Jul 07:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.1.0-rc.12

14 Jul 04:09
Compare
Choose a tag to compare
v2.1.0-rc.12 Pre-release
Pre-release

What's Changed

  • Make Vue 2 nodeViewProps compatible with @vue/composition-api by @FloEdelmann in #4123
  • React context implementation for Tiptap by @bdbch in #4192

New Contributors

Full Changelog: v2.1.0-rc.11...v2.1.0-rc.12

v2.1.0-rc.11

07 Jul 14:23
Compare
Choose a tag to compare
v2.1.0-rc.11 Pre-release
Pre-release

What's Changed

  • fix(core): fix cut and insertContentAt functions by @bdbch in #4187

Full Changelog: v2.1.0-rc.10...v2.1.0-rc.11