Dominik Biedebach
80ba352941
Merge branch 'main' of github.com:ueberdosis/tiptap into develop
2024-05-14 15:20:07 +02:00
Dominik Biedebach
55cc320de9
chore: merge main
2024-05-14 15:19:50 +02:00
bdbch
ef7d195311
chore: update build badge
2024-05-14 14:49:48 +02:00
bdbch
6a581153d8
v2.4.0
2024-05-14 14:45:38 +02:00
Nick Perez
4db463c6bb
fix(core): configure should use the parent of the current instance, to avoid duplication ( #5147 )
2024-05-14 14:45:03 +02:00
bdbch
6049985c04
refactor(core): clean up constructor & extension setup in extension manager ( #5035 )
...
* refactor(core): refactor extension manager
* refactor(core): update comment for setupExtensions function
2024-05-14 14:43:53 +02:00
Nick Perez
1ff58aea21
test: get tests running on macOS again by leveraging built-in platform detection ( #5144 )
2024-05-14 14:42:57 +02:00
bdbch
cdc147a7f0
chore: add cz-conventional-changelog cli & update contributing guides ( #5148 )
...
* chore: add commitizen cli
added cz-conventional-changelog to make commiting easier with the new linter
* docs: add commiting information to CONTRIBUTING.md
Added information on how to commit to the codebase via conventional commits
2024-05-14 14:41:03 +02:00
bdbch
d70e8a70b6
refactor(core): add jsdocs for utility functions ( #5141 )
...
* refactor(core): add jsdocs to utilitiy functions
* refactor(core): add jsdocs to more utility functions
2024-05-13 18:28:53 +02:00
bdbch
bc6d081fa1
refactor(core): add jsdoc comments for ExtensionManager ( #5140 )
2024-05-13 18:19:46 +02:00
dependabot[bot]
99473ba8c6
Bump follow-redirects from 1.15.2 to 1.15.6 ( #4982 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 11:54:55 +02:00
bdbch
5ae2de2e21
chore: merge main into develop
2024-05-13 11:29:50 +02:00
bdbch
b941eea6da
feat: added jsdocs ( #4356 )
...
* added JSDocs for almost all extensions
* start adding commands jsdocs
* add jsdocs for rest of extensions
* add jsdocs for Extensions
* add js docs for all extensions
* add more jsdocs
* add js docs for node spec definitions
2024-05-11 14:30:44 +02:00
bdbch
f54d314ad3
chore: update github template files with more choesive and simpler versions ( #5134 )
2024-05-11 03:45:38 +02:00
bdbch
e992e707b4
chore: added commitlint for conventional commit linting ( #5133 )
...
* chore: add commitlint for conventional commits
* fix: fix commit-msg executable
2024-05-11 03:34:37 +02:00
Illia Sakovich
edceec4898
Fix getTextBetween ( #5055 )
2024-05-10 02:51:22 +02:00
cosine
baff4af39e
fix: fix ts error for BubbleMenu and FloatingMenu in @tiptap/react ( #5126 )
2024-05-10 02:50:12 +02:00
echatzief
152c7cb8ae
fixed issue with blocking update attribute when we have multiple types at text-align-extension ( #5097 )
2024-05-10 02:32:59 +02:00
dependabot[bot]
bf1e6bb3e6
Bump ejs from 3.1.9 to 3.1.10 ( #5109 )
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-10 02:31:17 +02:00
Nantris
c52a6026fc
Prevent history checkpoints during backspace in empty editor ( #5063 )
...
* Prevent history checkpoints during backspace in empty editor
* Remove errant comment/lint problem
2024-05-09 15:49:59 +02:00
Joel
3a21bc1d2f
Update Context.tsx ( #5102 )
2024-05-09 15:47:28 +02:00
PHillemans
fb2b1c0b02
fix: only start at block with removing if not an inline node ( #4791 )
...
Co-authored-by: Pepijn Hillemans <pepijn.hillemans@cm.com>
2024-05-09 15:47:13 +02:00
Dominik Biedebach
ca4f13461e
v2.3.2
2024-05-08 17:43:53 +02:00
bdbch
e307034088
upgrade y-prosemirror ( #5124 )
2024-05-08 17:41:53 +02:00
Dalius C
4900a27c53
fix: NodePos querySelectorAll function ( #5094 )
...
* fix nodepos queryselector
* fix NodePos querySelectorAll function
* tests
* remove test variable
* test fix
2024-05-08 12:22:13 +02:00
dependabot[bot]
2b24986295
Bump actions/upload-artifact from 3.1.3 to 4.3.3 ( #5099 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3.1.3 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3.1.3...v4.3.3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 06:28:39 +02:00
dependabot[bot]
47865e435f
Bump actions/checkout from 4.1.1 to 4.1.4 ( #5100 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.1 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 06:28:20 +02:00
bdbch
dfd5ff5c6b
v2.3.1
2024-04-30 17:27:07 +02:00
icode
ad89de3c86
Fix packing ySyncPluginOptions error ( #5101 )
...
* Fix package ySyncPluginOptions error
* remove semi
2024-04-30 17:25:56 +02:00
bdbch
7343c518ae
fix issue with code pasting from VS Code when at the last line of code ( #5106 )
2024-04-30 17:22:37 +02:00
Jan Thurau
e73073c020
Feature/y sync options: allow passing ySyncOptions to extension-collaboration ( #4976 )
...
* extension-collaboration: allow passing ySyncOptions
* fixes import
2024-04-11 19:16:44 +02:00
Dominik Biedebach
a06ec40138
Merge branch 'main' of github.com:ueberdosis/tiptap
2024-04-11 12:04:09 +02:00
Dominik Biedebach
173f609972
fix images demo test
2024-04-11 12:02:37 +02:00
hanneskoksch
ce2b499543
Update link of hocuspocus in introduction.md ( #5053 )
2024-04-11 06:51:46 +02:00
svenadlung
4c602e76db
adjust tests
2024-04-09 14:22:05 +02:00
svenadlung
b132d9207d
v2.3.0
2024-04-09 13:17:27 +02:00
bdbch
22ced31872
fix(core): fix nodepos child lookup ( #5038 )
2024-04-09 13:12:28 +02:00
Sven Adlung
96b6abcf6e
feat(core): apply input and paste rules when using insertContent methods ( #5046 )
2024-04-09 13:04:16 +02:00
Mateo Morris
d8f3404d3f
docs: fix arguments ( #5044 )
...
Change string booleans (i.e. 'true') into boolean booleans (i.e. true).
2024-04-09 11:04:48 +02:00
Benjamin Kroeger
0f41e389b3
extension/link: adds 'whenNotEditable' as option for openOnClick ( #3312 )
...
* checks whenNotEditable condition in clickHandler
* passes whenNotEditable option from to helper
* adds docs for whenNotEditable
* adds to ClickHandlerOptions type
2024-04-08 13:21:10 +02:00
Illia Sakovich
b7107832c0
Add blockSeparator
option to clipboardTextSerializer
core extension ( #5019 )
...
* Update clipboardTextSerializer.ts
* Update clipboardTextSerializer.ts
* feat(core): add core extension options to editor options
---------
Co-authored-by: Dominik Biedebach <dominik.biedebach@ueber.io>
2024-04-08 13:12:40 +02:00
Pontus Lundin
677642eda8
return invokation of command ( #4882 )
...
Co-authored-by: Pontus Lundin <pontus.lundin@klarna.com>
2024-04-06 19:02:55 +02:00
bdbch
e79523fb8b
v2.2.6
2024-04-06 17:46:17 +02:00
dependabot[bot]
05ed556021
Bump vite from 2.9.16 to 2.9.18 in /demos ( #5028 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 2.9.16 to 2.9.18.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.18/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v2.9.18/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bdbch <6538827+bdbch@users.noreply.github.com>
2024-04-06 13:16:26 +02:00
dependabot[bot]
1bf7f2ee14
Bump vite from 2.9.16 to 2.9.18 ( #5029 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 2.9.16 to 2.9.18.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.18/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v2.9.18/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-06 13:16:04 +02:00
bdbch
d78f99920d
style(react): fix linting issues
2024-04-06 13:15:34 +02:00
Karol Firmanty
8d5077a1a5
fix editor cleanup ( #4973 )
2024-04-06 04:02:05 +02:00
bdbch
7213843951
merge main into develop
2024-04-06 01:37:57 +02:00
Solomon Astley
1439a91624
check if (pos - 1) >= 0 before resolving in handleBackspace keymap helper ( #4835 )
...
Co-authored-by: bdbch <6538827+bdbch@users.noreply.github.com>
2024-04-06 01:30:39 +02:00
Myles J
d6c71a838d
fix: unexpected renderText() for contentful nodes ( #3410 )
2024-04-06 01:29:46 +02:00