Releases: ueberdosis/tiptap
Releases · ueberdosis/tiptap
v2.9.1
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
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
- @jaapvanhoek made their first contribution in #4955
- @Ericlm made their first contribution in #5648
- @tk-425 made their first contribution in #5732
- @guarmo made their first contribution in #5745
Full Changelog: v2.8.0...v2.9.0
v2.8.0
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
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
What's Changed
- fix: update zeed-dom version for style support #5352 by @nperez0111 in #5640
- Add Poggio to sponsors list by @ConnorDoyle in #5645
- build(deps-dev): bump rollup from 4.20.0 to 4.22.4 by @dependabot in #5647
- fix(react): Fix incorrect extensionAttributes value by @YaoKaiLun in #5588
- build(deps-dev): bump vite from 5.4.1 to 5.4.6 by @dependabot in #5629
- refactor: make NodeViewProps an interface again by @nperez0111 in #5658
- Publish a new pre-release version by @github-actions in #5652
New Contributors
- @ConnorDoyle made their first contribution in #5645
Full Changelog: v2.7.2...v2.7.3
v2.7.2
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
v2.7.1
What's Changed
- Fix Slice import in DropPlugin by @gerardva in #5626
- build(deps): bump micromatch and lint-staged by @dependabot in #5628
- build(deps-dev): bump webpack from 5.93.0 to 5.94.0 by @dependabot in #5572
- build(deps-dev): bump svelte from 4.2.18 to 4.2.19 by @dependabot in #5571
- build(deps): bump cypress-io/github-action from 6.7.2 to 6.7.6 by @dependabot in #5603
- build(deps): bump slackapi/slack-github-action from 1.26.0 to 1.27.0 by @dependabot in #5582
- build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #5581
- Publish a new pre-release version by @github-actions in #5627
New Contributors
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
- fix: update pm versions by @nperez0111 in #5488
- chore: rebuild pjson by @nperez0111 in #5513
- refactor(react): default to using deep equal comparisons by @nperez0111 in #5512
- Updating ReactNodeViewRenderer element's attributes when the node updates by @YaoKaiLun in #5494
- refactor(core): update typings for NodeViews to be accurate to implementation #5483 by @nperez0111 in #5526
- Fix for #5490 - Adds
preventClearDocument
meta + makes it easier to disable specific core plugins. by @AlansCodeLog in #5514 - Prevent onBlur being trigged when task item is toggled by @jarlef in #5520
- fix(suggestion): sometimes a suggestion would not show up (#4380) by @nperez0111 in #5531
- fix: preserve attributes of toggled node #3644 by @nperez0111 in #5489
- Use parent window for cross-frame instantiation by @bdbch in #5534
- feature(core): add onPaste and onDrop events to editor by @bdbch in #4843
- Core: Fix styles being duplicated on mergeAttributes function by @sifat009 in #4610
- fix: Broken text replacement feature (macOS-only) by @rfgamaral in #5261
- feat: Add data attribute on ReactNodeView mounting div to assist styling by @WilliamIPark in #5539
- fix(suggestion): dropdown can't be closed with
Esc
(#4380) by @rfgamaral in #5544 - fix(extension-code-block-lowlight): support for lowlight v3 aliases by @Ilya-Iskra in #5551
New Contributors
- @YaoKaiLun made their first contribution in #5494
- @AlansCodeLog made their first contribution in #5514
- @jarlef made their first contribution in #5520
- @sifat009 made their first contribution in #4610
- @Ilya-Iskra made their first contribution in #5551
Full Changelog: v2.6.6...v2.7.0
v2.7.0-pre.0
What's Changed
- fix: update pm versions by @nperez0111 in #5488
- chore: rebuild pjson by @nperez0111 in #5513
- refactor(react): default to using deep equal comparisons by @nperez0111 in #5512
- Updating ReactNodeViewRenderer element's attributes when the node updates by @YaoKaiLun in #5494
- refactor(core): update typings for NodeViews to be accurate to implementation #5483 by @nperez0111 in #5526
- Fix for #5490 - Adds
preventClearDocument
meta + makes it easier to disable specific core plugins. by @AlansCodeLog in #5514 - Prevent onBlur being trigged when task item is toggled by @jarlef in #5520
- fix(suggestion): sometimes a suggestion would not show up (#4380) by @nperez0111 in #5531
- fix: preserve attributes of toggled node #3644 by @nperez0111 in #5489
- Use parent window for cross-frame instantiation by @bdbch in #5534
- feature(core): add onPaste and onDrop events to editor by @bdbch in #4843
- Core: Fix styles being duplicated on mergeAttributes function by @sifat009 in #4610
- fix: Broken text replacement feature (macOS-only) by @rfgamaral in #5261
- feat: Add data attribute on ReactNodeView mounting div to assist styling by @WilliamIPark in #5539
- fix(suggestion): dropdown can't be closed with
Esc
(#4380) by @rfgamaral in #5544 - fix(extension-code-block-lowlight): support for lowlight v3 aliases by @Ilya-Iskra in #5551
New Contributors
- @YaoKaiLun made their first contribution in #5494
- @AlansCodeLog made their first contribution in #5514
- @jarlef made their first contribution in #5520
- @sifat009 made their first contribution in #4610
- @Ilya-Iskra made their first contribution in #5551
Full Changelog: v2.6.6...v2.7.0-pre.0
v2.6.6
What's Changed
- fix(core): check schema's nesting rules on contentCheck (#5500) by @lepult in #5535
- fix(suggestion): dropdown can now be closed with
Esc
(#4380) by @rfgamaral in #5544 - Publish a new stable version by @github-actions in #5537
New Contributors
Full Changelog: v2.6.5...v2.6.6