tiptap/.changeset
Glenn Allen 86250c6e9e
Some checks are pending
build / lint (20) (push) Waiting to run
build / test (20, map[name:Demos/Examples spec:./demos/src/Examples/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Experiments spec:./demos/src/Experiments/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Extensions spec:./demos/src/Extensions/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/GuideContent spec:./demos/src/GuideContent/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/GuideGettingStarted spec:./demos/src/GuideGettingStarted/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Marks spec:./demos/src/Marks/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Nodes spec:./demos/src/Nodes/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Integration spec:./tests/cypress/integration/**/*.spec.{js,ts}]) (push) Waiting to run
build / build (20) (push) Blocked by required conditions
Publish / Release (20) (push) Waiting to run
fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#5863)
If starting a selection at the end of a list item, then pressing delete, the selected text wasn't being deleted, but instead the following list item was joined to the end.

Now the selected text will be deleted.

Joining will only occur if the selection spans multiple nodes or it's collapsed.
2024-11-25 10:36:45 +01:00
..
chilled-pigs-drum.md fix(character-count): setting content larger than limit should truncate #5851 (#5862) 2024-11-25 10:33:52 +01:00
config.json revert: "revert: "build: don't bump major when you don't have to"" 2024-09-17 09:26:11 +02:00
fluffy-panthers-yell.md fix(core): update the typings to be that options and storage are partials on an extended config #5852 (#5854) 2024-11-21 14:39:13 +01:00
four-islands-chew.md fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#5863) 2024-11-25 10:36:45 +01:00
README.md switch from lerna to changesets for versioning and publishing (#5274) 2024-06-27 17:48:30 +02:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation