v2.11.5
- 98fffbb: Upgraded prosemirror-tables to 1.6.3 to fix cells being resizable while the editor is uneditable
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.11.4...v2.11.5
v3.0.0-next.6
- Modify the TextAlign extension documentation so that the default value of the defaultAlignment option matches the code by @arnaugomez in https://github.com/ueberdosis/tiptap/pull/6061
- feat: add a codemod for transforming imports by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6067
- fix(extension-link): update regex to allow numbers in URI by @timoisik in https://github.com/ueberdosis/tiptap/pull/6068
- Publish a new stable version by @github-actions in https://github.com/ueberdosis/tiptap/pull/6070
- Publish a new pre-release version (next) by @github-actions in https://github.com/ueberdosis/tiptap/pull/6071
- @arnaugomez made their first contribution in https://github.com/ueberdosis/tiptap/pull/6061
- @timoisik made their first contribution in https://github.com/ueberdosis/tiptap/pull/6068
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v3.0.0-next.5...v3.0.0-next.6
v2.11.4
- bce96a6: Added support for numbers in email addresses.
- 49402f6: Modify the documentation of the default value of defaultAlignment so that it matches the code
- @arnaugomez made their first contribution in https://github.com/ueberdosis/tiptap/pull/6061
- @timoisik made their first contribution in https://github.com/ueberdosis/tiptap/pull/6068
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.11.3...v2.11.4
v3.0.0-next.5
- Merge develop by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5873
- Publish a new stable version by @github-actions in https://github.com/ueberdosis/tiptap/pull/5874
- replaced youtube regex with regex found on https://regexr.com/3dj5t, … by @janthurau in https://github.com/ueberdosis/tiptap/pull/4645
- fix(extension-code): support safari versions 16.4 and older by @lino-levan in https://github.com/ueberdosis/tiptap/pull/5916
- Fix/remove empty text style extension by @alexvcasillas in https://github.com/ueberdosis/tiptap/pull/5909
- Fixed Link extension's commands not respecting XSS prevention via unallowed protocols by @bdbch in https://github.com/ueberdosis/tiptap/pull/5945
- Publish a new stable version by @github-actions in https://github.com/ueberdosis/tiptap/pull/5947
- build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in https://github.com/ueberdosis/tiptap/pull/5958
- build(deps): bump nanoid from 3.3.7 to 3.3.8 by @dependabot in https://github.com/ueberdosis/tiptap/pull/5935
- build(deps): bump cypress-io/github-action from 6.7.7 to 6.7.8 by @dependabot in https://github.com/ueberdosis/tiptap/pull/5938
- build(deps): bump actions/cache from 4.1.2 to 4.2.0 by @dependabot in https://github.com/ueberdosis/tiptap/pull/5922
- fix: update linkifyjs to support object-replacement characters by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5968
- fix(task-item): fix updating checked status by @nicksellen in https://github.com/ueberdosis/tiptap/pull/5953
- feat(core): add
rewriteUnknownContent
utility for cleaning JSON by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5915 - Publish a new pre-release version by @github-actions in https://github.com/ueberdosis/tiptap/pull/5836
- [ISSUE-5815] Add font size extension by @kart-c in https://github.com/ueberdosis/tiptap/pull/5894
- perf(core): if a transaction is a no-op do not attempt to re-apply it #4535 by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5449
- Update LICENSE.md, fix copyright license year by @JasonnnW3000 in https://github.com/ueberdosis/tiptap/pull/5975
- feat: make text-style non-consuming by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5979
- fix: handleSelectionUpdate callback is triggered before the renderer is initialized. by @rushillshah in https://github.com/ueberdosis/tiptap/pull/5982
- feat(extension-utils): add a new package, extension-utils by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5970
- feat(table): make all table packages be in one package, add a new TableKit extension to configure them by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5469
- build: migrate to pnpm by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5978
- build: move cypress cache by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5989
- feat(static-renderer): add
@tiptap/static-renderer
to enable static rendering of content by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5528 - feat(text-style): merge all packages into text-style by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6001
- refactor(table): re-export the sub-paths, reuse them in old pkgs by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6002
- feat(html): switch from
zeed-dom
tohappy-dom-without-node
by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5984 - feat: migrate
@tiptap/extension-utils
->@tiptap/extensions
by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6003 - fix: add missing node view props to props type object by @GYHHAHA in https://github.com/ueberdosis/tiptap/pull/6006
- Support
validate
options in node and mark attribute definitions. by @bobthecow in https://github.com/ueberdosis/tiptap/pull/5991 - fix(extension-link): Fix the issue where a link cannot be pasted when… by @guanriyue in https://github.com/ueberdosis/tiptap/pull/6010
- fix(core): convert class attribute to string by @AndreyChelnokov in https://github.com/ueberdosis/tiptap/pull/6011
- Publish a new pre-release version (next) by @github-actions in https://github.com/ueberdosis/tiptap/pull/5969
- Publish a new pre-release version by @github-actions in https://github.com/ueberdosis/tiptap/pull/5983
- Publish a new pre-release version by @github-actions in https://github.com/ueberdosis/tiptap/pull/6013
- docs: add a custom shortcuts example by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5981
- test: add tests specifically for React static rendering by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6029
- perf(react): do some light diffing to not reset options on every render #6024 by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6031
- fix: Text Formatting Effects Reset After Input Confirmation with Japanese IME on Mobile Browsers (Safari & Chrome) by @agata in https://github.com/ueberdosis/tiptap/pull/6033
- feat(jsx): add
@tiptap/jsx
for more convenient rendering of Tiptap content by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5558 - feat(on-delete): add a new extension
OnDelete
which can detect node deletions by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6022 - feat(core): add support for markviews by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5759
- fix(core): fix focus issue introduced in v2.11.0 by @cpgruber in https://github.com/ueberdosis/tiptap/pull/6043
- Publish a new pre-release version by @github-actions in https://github.com/ueberdosis/tiptap/pull/6035
- build: move to latest cypress by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6041
- refactor: extract bubble-menu & floating-menu to own export by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5993
- refactor(core): update setContent command signature for better defaults by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6051
- feat(core): introduce new mounting system for SSR by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6050
- feat(core): the delete event can now detect mark deletions too by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6047
- feat: update changesets and move more extensions into
@tiptap/extensions
by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6056 - feat(list): add new
extension-list
package which packages all the list packages into a single package by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6048 - feat: move the character-count extension into
@tiptap/extensions
by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6059 - use @tiptap/y-tiptap instead of y-prosemirror by @bdbch in https://github.com/ueberdosis/tiptap/pull/6064
- feat(core): editor.storage strong typing and separate instances by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6060
- test: update examples for trailing-node and selection extension by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6065
- Publish a new pre-release version (next) by @github-actions in https://github.com/ueberdosis/tiptap/pull/6012
- @lino-levan made their first contribution in https://github.com/ueberdosis/tiptap/pull/5916
- @nicksellen made their first contribution in https://github.com/ueberdosis/tiptap/pull/5953
- @JasonnnW3000 made their first contribution in https://github.com/ueberdosis/tiptap/pull/5975
- @rushillshah made their first contribution in https://github.com/ueberdosis/tiptap/pull/5982
- @GYHHAHA made their first contribution in https://github.com/ueberdosis/tiptap/pull/6006
- @bobthecow made their first contribution in https://github.com/ueberdosis/tiptap/pull/5991
- @guanriyue made their first contribution in https://github.com/ueberdosis/tiptap/pull/6010
- @agata made their first contribution in https://github.com/ueberdosis/tiptap/pull/6033
- @cpgruber made their first contribution in https://github.com/ueberdosis/tiptap/pull/6043
Full Changelog: https://github.com/ueberdosis/tiptap/compare/@tiptap/core@3.0.0-next.3...v3.0.0-next.5
v2.11.3
- perf(react): do some light diffing to not reset options on every render #6024 by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6031
- fix: Text Formatting Effects Reset After Input Confirmation with Japanese IME on Mobile Browsers (Safari & Chrome) by @agata in https://github.com/ueberdosis/tiptap/pull/6033
- fix(core): fix focus issue introduced in v2.11.0 by @cpgruber in https://github.com/ueberdosis/tiptap/pull/6043
- @agata made their first contribution in https://github.com/ueberdosis/tiptap/pull/6033
- @cpgruber made their first contribution in https://github.com/ueberdosis/tiptap/pull/6043
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.11.1...v2.11.3
v2.11.1
- Update LICENSE.md, fix copyright license year by @JasonnnW3000 in https://github.com/ueberdosis/tiptap/pull/5975
- fix: handleSelectionUpdate callback is triggered before the renderer is initialized. by @rushillshah in https://github.com/ueberdosis/tiptap/pull/5982
- fix: add missing node view props to props type object by @GYHHAHA in https://github.com/ueberdosis/tiptap/pull/6006
- fix(extension-link): Fix the issue where a link cannot be pasted when… by @guanriyue in https://github.com/ueberdosis/tiptap/pull/6010
- fix(core): convert class attribute to string by @AndreyChelnokov in https://github.com/ueberdosis/tiptap/pull/6011
- Publish a new pre-release version by @github-actions in https://github.com/ueberdosis/tiptap/pull/5983
- @JasonnnW3000 made their first contribution in https://github.com/ueberdosis/tiptap/pull/5975
- @rushillshah made their first contribution in https://github.com/ueberdosis/tiptap/pull/5982
- @GYHHAHA made their first contribution in https://github.com/ueberdosis/tiptap/pull/6006
- @guanriyue made their first contribution in https://github.com/ueberdosis/tiptap/pull/6010
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.11.0...v2.11.1
v2.11.0
- fix(link): change type HTMLLinkElement to HTMLAnchorElement by @hungtcs in https://github.com/ueberdosis/tiptap/pull/5858
- fix: #5851 - While setting content directly while using CharacterCount with limit is not obeyed by @gethari in https://github.com/ueberdosis/tiptap/pull/5862
- Prevent selection deletions at the end of list items from joining lists by @glenn-allen in https://github.com/ueberdosis/tiptap/pull/5863
- build: add pkg-pr-new by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5866
- Fix inline code formatting for text enclosed in backticks by @marwan37 in https://github.com/ueberdosis/tiptap/pull/4468
- fix: font family extesion demo by @alexvcasillas in https://github.com/ueberdosis/tiptap/pull/5880
- fix: remove unused spec for font family extension by @alexvcasillas in https://github.com/ueberdosis/tiptap/pull/5886
- fix: extension link object replacement caracter sanitization by @alexvcasillas in https://github.com/ueberdosis/tiptap/pull/5887
- Fix headline rules ignoring level 1 headlines by @bdbch in https://github.com/ueberdosis/tiptap/pull/5890
- feat: allow support for drag-and-drop between multiple editors by @bdbch in https://github.com/ueberdosis/tiptap/pull/5893
- fix emptyTextBlock detection to handle leaf nodes too by @bdbch in https://github.com/ueberdosis/tiptap/pull/5838
- Fix losing text selection/focus briefly when using the
focus
command on Android by @hellovietduc in https://github.com/ueberdosis/tiptap/pull/4448 - Allow suggestion character to be used inside the suggestion query by @bdbch in https://github.com/ueberdosis/tiptap/pull/5895
- [ISSUE-5516] Fixing select-all command by @AndreyChelnokov in https://github.com/ueberdosis/tiptap/pull/5900
- Fix : React DND broken when used within a NodeViewWrapper by @tej1562 in https://github.com/ueberdosis/tiptap/pull/5023
- Force add text align styles when a defaultAlignment is set by @bdbch in https://github.com/ueberdosis/tiptap/pull/5891
- fix: remove empty text style handling by @alexvcasillas in https://github.com/ueberdosis/tiptap/pull/5905
- revert: "fix: remove empty text style handling" by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5906
- feat(text-style): to fix Nested marks with styling are stripped by default #5720 by @mieze018 in https://github.com/ueberdosis/tiptap/pull/5897
- replaced youtube regex with regex found on https://regexr.com/3dj5t, … by @janthurau in https://github.com/ueberdosis/tiptap/pull/4645
- fix(extension-code): support safari versions 16.4 and older by @lino-levan in https://github.com/ueberdosis/tiptap/pull/5916
- Fix/remove empty text style extension by @alexvcasillas in https://github.com/ueberdosis/tiptap/pull/5909
- build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in https://github.com/ueberdosis/tiptap/pull/5958
- build(deps): bump nanoid from 3.3.7 to 3.3.8 by @dependabot in https://github.com/ueberdosis/tiptap/pull/5935
- build(deps): bump cypress-io/github-action from 6.7.7 to 6.7.8 by @dependabot in https://github.com/ueberdosis/tiptap/pull/5938
- build(deps): bump actions/cache from 4.1.2 to 4.2.0 by @dependabot in https://github.com/ueberdosis/tiptap/pull/5922
- fix: update linkifyjs to support object-replacement characters by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5968
- fix(task-item): fix updating checked status by @nicksellen in https://github.com/ueberdosis/tiptap/pull/5953
- feat(core): add
rewriteUnknownContent
utility for cleaning JSON by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5915 - Publish a new pre-release version by @github-actions in https://github.com/ueberdosis/tiptap/pull/5836
- @hungtcs made their first contribution in https://github.com/ueberdosis/tiptap/pull/5858
- @marwan37 made their first contribution in https://github.com/ueberdosis/tiptap/pull/4468
- @alexvcasillas made their first contribution in https://github.com/ueberdosis/tiptap/pull/5880
- @hellovietduc made their first contribution in https://github.com/ueberdosis/tiptap/pull/4448
- @AndreyChelnokov made their first contribution in https://github.com/ueberdosis/tiptap/pull/5900
- @tej1562 made their first contribution in https://github.com/ueberdosis/tiptap/pull/5023
- @mieze018 made their first contribution in https://github.com/ueberdosis/tiptap/pull/5897
- @lino-levan made their first contribution in https://github.com/ueberdosis/tiptap/pull/5916
- @nicksellen made their first contribution in https://github.com/ueberdosis/tiptap/pull/5953
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.10.4...v2.11.0
v2.10.4
- Fixed Link extension's commands not respecting XSS prevention via unallowed protocols by @bdbch in https://github.com/ueberdosis/tiptap/pull/5945
- Publish a new stable version by @github-actions in https://github.com/ueberdosis/tiptap/pull/5947
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.10.3...v2.10.4
v2.10.3
- 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: https://github.com/ueberdosis/tiptap/compare/v2.10.2...v2.10.3
v2.10.2
- fix: revert type changes introduced with 2.10 #5859 by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5860
- Publish a new stable version by @github-actions in https://github.com/ueberdosis/tiptap/pull/5861
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.10.1...v2.10.2