Skip to content

Releases: ueberdosis/tiptap

v2.10.3

26 Nov 19:51
7567ace
Compare
Choose a tag to compare

What's Changed

  • fix(link): change type HTMLLinkElement to HTMLAnchorElement (#5858)
  • fix(character-count): setting content larger than limit should truncate #5851 (#5862)
  • fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#5863)
  • fix(code): more robust regex for text enclosed in backticks #4467 (#4468)
  • fix(core): update types to match prosemirror-view #5867
  • fix(react): useIsomorphicLayoutEffect instead to support SSR #5872

Full Changelog: v2.10.2...v2.10.3

v2.10.2

22 Nov 09:55
c5d87d6
Compare
Choose a tag to compare

What's Changed

  • fix: revert type changes introduced with 2.10 #5859 by @nperez0111 in #5860
  • Publish a new stable version by @github-actions in #5861

Full Changelog: v2.10.1...v2.10.2

v2.10.1

21 Nov 14:56
9d1c41e
Compare
Choose a tag to compare

What's Changed

  • fix(core): update the typings to be that options and storage are partials on an extended config #5852 by @nperez0111 in #5854
  • Publish a new stable version by @github-actions in #5855

Full Changelog: v2.10.0...v2.10.1

v2.10.0

20 Nov 10:19
4b2de33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.1...v2.10.0

v2.9.1

23 Oct 09:21
c206464
Compare
Choose a tag to compare

What's Changed

  • fix(lists): bullet-list and ordered-list no longer depend on list-item or text-style extensions #5707 by @nperez0111 in #5756
  • Publish a new pre-release version by @github-actions in #5757

Full Changelog: v2.9.0...v2.9.1

v2.9.0

22 Oct 13:28
cbbb8a5
Compare
Choose a tag to compare

What's Changed

  • docs: update the typings for DecorationWithType to be more accurate by @nperez0111 in #5692
  • fix: add extension-text-style as a dep of @tiptap/starter-kit #5691 by @nperez0111 in #5693
  • Fixes resizeable columns when the first row has a colspan by @jaapvanhoek in #4955
  • build(deps): bump actions/cache from 4.0.2 to 4.1.0 by @dependabot in #5704
  • Fix NodePos logic for child position calculation and attribute changes by @bdbch in #5716
  • Fix getMarkRange not finding marks when at the start of a mark by @bdbch in #5717
  • Fix editor destruction at the end of Vue transition by @Ericlm in #5648
  • Improve accessibility on the editor DOM element by @bdbch in #5734
  • Add clear mark parse rules to bold & italic marks by @mgreystone in #5705
  • Update mention extension's priority by @kart-c in #5687
  • Update styles.scss by @tk-425 in #5732
  • fix(core): respect the editor's parseOptions by @nperez0111 in #5742
  • fix(react): preserve editable option across renders by @guarmo in #5745
  • feat: in a collab setting, disable transactions that are trying to sync invalid content by @nperez0111 in #5207
  • Publish a new stable version by @github-actions in #5751

New Contributors

Full Changelog: v2.8.0...v2.9.0

v2.8.0

30 Sep 14:48
5d9b8d0
Compare
Choose a tag to compare

#5669

What's Changed

  • build: type definitions are only emitted for a single package's code by @nperez0111 in #5665
  • fix(core): onDrop and onPaste only registered when defined #5681 by @nperez0111 in #5684
  • feat(CharacterCount): Add counter function to CharacterCount extension. by @ho991217 in #5674
  • Publish a new pre-release version by @github-actions in #5669

New Contributors

Full Changelog: v2.7.4...v2.8.0

v2.7.4

26 Sep 12:25
b2598dc
Compare
Choose a tag to compare

#5667

What's Changed

  • Add editorContainerProps to EditorProvider by @kart-c in #5661
  • fix(core): dereference editor from DOM element on destroy #5654 by @nperez0111 in #5666
  • Publish a new pre-release version by @github-actions in #5667

New Contributors

Full Changelog: v2.7.3...v2.7.4

v2.7.3

25 Sep 16:03
e8e4df3
Compare
Choose a tag to compare

#5652 (review)

What's Changed

New Contributors

Full Changelog: v2.7.2...v2.7.3

v2.7.2

19 Sep 09:28
89d5713
Compare
Choose a tag to compare

#5631

What's Changed

  • fix(vue-3): late-registering plugins by @svenadlung in #5616
  • Publish a new pre-release version by @github-actions in #5631

Full Changelog: v2.7.1...v2.7.2