Commit Graph

291 Commits

Author SHA1 Message Date
Dominik
f387ad3dd4
feat(pm): new prosemirror package for dependency resolving
* chore:(core): migrate to tsup

* chore: migrate blockquote and bold to tsup

* chore: migrated bubble-menu and bullet-list to tsup

* chore: migrated more packages to tsup

* chore: migrate code and character extensions to tsup

* chore: update package.json to simplify build for all packages

* chore: move all packages to tsup as a build process

* chore: change ci build task

* feat(pm): add prosemirror meta package

* rfix: resolve issues with build paths & export mappings

* docs: update documentation to include notes for @tiptap/pm

* chore(pm): update tsconfig

* chore(packages): update packages

* fix(pm): add package export infos & fix dependencies

* chore(general): start moving to pm package as deps

* chore: move to tiptap pm package internally

* fix(demos): fix demos working with new pm package

* fix(tables): fix tables package

* fix(tables): fix tables package

* chore(demos): pinned typescript version

* chore: remove unnecessary tsconfig

* chore: fix netlify build

* fix(demos): fix package resolving for pm packages

* fix(tests): fix package resolving for pm packages

* fix(tests): fix package resolving for pm packages

* chore(tests): fix tests not running correctly after pm package

* chore(pm): add files to files array

* chore: update build workflow

* chore(tests): increase timeout time back to 12s

* chore(docs): update docs

* chore(docs): update installation guides & pm information to docs

* chore(docs): add link to prosemirror docs

* fix(vue-3): add missing build step

* chore(docs): comment out cdn link

* chore(docs): remove semicolons from docs

* chore(docs): remove unnecessary installation note

* chore(docs): remove unnecessary installation note
2023-02-02 17:37:33 +01:00
Dominik
e46f8e3334
Change Build Process to Lerna + tsup & prepare for prosemirror-meta package (#3555)
* chore:(core): migrate to tsup

* chore: migrate blockquote and bold to tsup

* chore: migrated bubble-menu and bullet-list to tsup

* chore: migrated more packages to tsup

* chore: migrate code and character extensions to tsup

* chore: update package.json to simplify build for all packages

* chore: move all packages to tsup as a build process

* chore: change ci build task

* chore: clean up and fix issues related to new build

* fix: fix demo build

* fix: fix demo build

* fix: fix tsconfig files to reference only one source

* fix: fix minor ts issues
2023-01-25 10:19:51 +01:00
Dominik Biedebach
8da85c8901 v2.0.0-beta.209 2022-12-16 13:44:12 +01:00
Dominik Biedebach
72d9fbf7bf 2.0.0-beta.208 2022-12-16 12:52:17 +01:00
Dominik Biedebach
6b61955ff2 v2.0.0-beta.207 2022-12-08 17:25:53 +01:00
Dominik Biedebach
51d1f719e1 2.0.0-beta.206 2022-12-08 11:55:29 +01:00
Dominik Biedebach
5682d04f3e v2.0.0-beta.205 2022-12-05 09:14:57 +01:00
Jan Thurau
30e799c67f
Moves all prosemirror deps to peerDependencies & devDependencies (for package development) (#3487) 2022-12-05 09:13:53 +01:00
Dominik Biedebach
28d436ffbd v2.0.0-beta.204 2022-11-25 15:27:27 +01:00
Dominik Biedebach
c1a0c3ae43 fix(core): rename esm modules to esm.js 2022-11-25 15:26:42 +01:00
Rui Serra
369f109fc7
Fix cursor not following to new node when using a react node view (#3331)
* Refactor: extract `setRenderer` and `removeRenderer` methods

* Refactor: avoid using a mutable ES6 Map in React component state

The React docs recommend treating the `state` as immutable. See e.g.:
https://reactjs.org/docs/react-component.html#state

* Fix: flush EditorContent state changes immediately once initialized

This fixes the cursor problem described in tiptap#3200

Node views need to be rendered immediately when they're created so that
the editor can correctly position the cursor. That's achieved using
`flushSync` whenever a new node view renderer is added.

However, `flushSync` cannot be used from inside a React component
lifecycle method.

By keeping an instance variable to determine if initialization has
happened, we can avoid using `flushSync` from inside the `componentDidMount`
and `componentDidUpdate` methods, and still call it whenever a new node view
is created afterwards.
2022-11-25 12:01:07 +01:00
Dominik Biedebach
4d7f05a2a7 v2.0.0-beta.203 2022-11-24 16:11:10 +01:00
tomi-bigpi
d3aeac4afa
Fix #3435 - CommonJS and ESM loading confusion (#3436)
* Fix TipTap getting loaded as CommonJS when the intent is to use the ES Module version.
* `package.json` change also makes explicit exports required
* Update `core` utilities exports to include all utilities
* Update tests to use exported utilities
2022-11-24 16:06:42 +01:00
Dominik Biedebach
0c6757c01e v2.0.0-beta.202 2022-11-04 22:05:08 +01:00
Dominik Biedebach
3d04941c64 style(extension/bubble-menu): change delay option to updateDelay 2022-11-04 22:04:47 +01:00
Dominik Biedebach
e889e10e68 v2.0.0-beta.201 2022-11-04 18:23:50 +01:00
Dominik
cd5fd606d1
refactor(extension/bubble-menu): add debounce to bubble menu updates (#3385)
* refactor(extension/bubble-menu): add debounce to bubble menu updates

* fix: change default duration in react bubble menu demo
2022-11-04 16:39:41 +01:00
Dominik Biedebach
cd78f1d863 v2.0.0-beta.200 2022-11-04 12:33:51 +01:00
Dominik Biedebach
921bbdd4bb v2.0.0-beta.199 2022-09-30 04:43:37 +02:00
Dominik Biedebach
801b436d7a v2.0.0-beta.198 2022-09-29 15:20:55 +02:00
Dominik Biedebach
be4cde0e02 v2.0.0-beta.197 2022-09-26 15:26:23 +02:00
Dominik
8c088b6b88
chore(maintainment): 🚀 update prosemirror packages to the most recent versions (#3237) 2022-09-26 14:56:14 +02:00
Dominik Biedebach
95842e18f6 v2.0.0-beta.196 2022-09-21 00:49:19 +02:00
Dominik Biedebach
ea1fbeda7d v2.0.0-beta.195 2022-09-14 02:10:19 +02:00
Daniel Spitzer
9093cdfcf5
fix: move React flushSync to microtask (#3188)
To avoid seeing the `Warning: flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task.` error, we need to move the `flushSync()` code that avoids automatic batching to a microtask to not fire a lifecycle event `setState()` during rendering.

Fixes warning introduced in #2985
2022-09-13 20:36:35 +02:00
Dominik Biedebach
009f79991d v2.0.0-beta.194 2022-09-11 11:11:52 +02:00
Dominik Biedebach
56c138671b chore: sync package versions 2022-09-11 11:11:31 +02:00
Dominik Biedebach
5bcfb322ce Publish
- @tiptap/core@2.0.0-beta.183
 - @tiptap/extension-bubble-menu@2.0.0-beta.62
 - @tiptap/extension-code@2.0.0-beta.29
 - @tiptap/extension-mention@2.0.0-beta.103
 - @tiptap/extension-subscript@2.0.0-beta.14
 - @tiptap/html@2.0.0-beta.182
 - @tiptap/react@2.0.0-beta.115
 - @tiptap/starter-kit@2.0.0-beta.192
 - @tiptap/suggestion@2.0.0-beta.98
 - @tiptap/vue-2@2.0.0-beta.85
 - @tiptap/vue-3@2.0.0-beta.97
2022-09-03 20:12:57 +02:00
Cai Huanyu
f32293b0d5
fix: fix React Node View render problem in React 18 (#2985) 2022-08-22 14:41:26 +02:00
Philipp Kühn
090c5a4456 Publish
- @tiptap/core@2.0.0-beta.181
 - @tiptap/extension-bubble-menu@2.0.0-beta.61
 - @tiptap/extension-character-count@2.0.0-beta.31
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.73
 - @tiptap/extension-code-block@2.0.0-beta.42
 - @tiptap/extension-collaboration@2.0.0-beta.38
 - @tiptap/extension-dropcursor@2.0.0-beta.29
 - @tiptap/extension-floating-menu@2.0.0-beta.56
 - @tiptap/extension-focus@2.0.0-beta.45
 - @tiptap/extension-gapcursor@2.0.0-beta.39
 - @tiptap/extension-history@2.0.0-beta.26
 - @tiptap/extension-horizontal-rule@2.0.0-beta.36
 - @tiptap/extension-link@2.0.0-beta.43
 - @tiptap/extension-mention@2.0.0-beta.102
 - @tiptap/extension-placeholder@2.0.0-beta.53
 - @tiptap/extension-table@2.0.0-beta.54
 - @tiptap/extension-task-item@2.0.0-beta.37
 - @tiptap/extension-youtube@2.0.0-beta.6
 - @tiptap/html@2.0.0-beta.180
 - @tiptap/react@2.0.0-beta.114
 - @tiptap/starter-kit@2.0.0-beta.190
 - @tiptap/suggestion@2.0.0-beta.97
 - @tiptap/vue-2@2.0.0-beta.84
 - @tiptap/vue-3@2.0.0-beta.96
2022-06-27 10:50:35 +02:00
Dominik Biedebach
b2bd909eaa chore: update prosemirror-state and prosemirror-view 2022-06-26 11:43:20 +02:00
SavKS
8e65c20815
Fix state update after component unmounted (#2857)
Co-authored-by: Andrii Savluk <a.savluk@ideil.com>
2022-06-24 17:46:54 +02:00
Dominik
53e39d0c47
refactor(maintainment): set dependency versions for prosemirror and y… (#2904)
* refactor(maintainment): set dependency versions for prosemirror and yjs to fixed versions

* refactor(docs): fix dependency versions in demos

* chore: update package-lock.json

* chore: update latest prosemirror packages
2022-06-21 00:17:10 +02:00
Shaun Tan
8a5b3cf67a
Prevent overriding 'whiteSpace' styling for NodeView React components (#2884)
Fixes ueberdosis/tiptap#2883
2022-06-20 19:41:33 +02:00
Philipp Kühn
a1e612bf89 Publish
- @tiptap/core@2.0.0-beta.180
 - @tiptap/extension-bubble-menu@2.0.0-beta.60
 - @tiptap/extension-character-count@2.0.0-beta.30
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.72
 - @tiptap/extension-code-block@2.0.0-beta.41
 - @tiptap/extension-collaboration@2.0.0-beta.37
 - @tiptap/extension-dropcursor@2.0.0-beta.28
 - @tiptap/extension-floating-menu@2.0.0-beta.55
 - @tiptap/extension-focus@2.0.0-beta.44
 - @tiptap/extension-gapcursor@2.0.0-beta.38
 - @tiptap/extension-history@2.0.0-beta.25
 - @tiptap/extension-horizontal-rule@2.0.0-beta.35
 - @tiptap/extension-link@2.0.0-beta.42
 - @tiptap/extension-mention@2.0.0-beta.101
 - @tiptap/extension-placeholder@2.0.0-beta.52
 - @tiptap/extension-subscript@2.0.0-beta.13
 - @tiptap/extension-superscript@2.0.0-beta.13
 - @tiptap/extension-table@2.0.0-beta.53
 - @tiptap/extension-task-item@2.0.0-beta.36
 - @tiptap/extension-youtube@2.0.0-beta.5
 - @tiptap/html@2.0.0-beta.179
 - @tiptap/react@2.0.0-beta.113
 - @tiptap/starter-kit@2.0.0-beta.189
 - @tiptap/suggestion@2.0.0-beta.96
 - @tiptap/vue-2@2.0.0-beta.83
 - @tiptap/vue-3@2.0.0-beta.95
2022-06-20 13:22:53 +02:00
Dominik
1ebc8f8e14
chore: migrate to new versions of prosemirror packages (#2854)
* refactor: upgrade prosemirror packages to new typescript versions

* refactor: migrate to new typings from prosemirror

* style: fix linting issues

* style: fix linting issues

* style: fix linting issues

* fix(ci): fix build process by reimplement filterTransaction

* fix(extension-test): fix broken build because of wrong output file names

* fix: fix prosemirror-tables not being bundled correctly for ES6

* fix: move to prosemirror-tables-contently until es6 build is working

* fix: fix tests for youtube

* fix: fix youtube test

* fix(demos): fix demos build
2022-06-20 11:45:37 +02:00
Philipp Kühn
591c0807a2 Publish
- @tiptap/core@2.0.0-beta.179
 - @tiptap/extension-blockquote@2.0.0-beta.29
 - @tiptap/extension-bold@2.0.0-beta.28
 - @tiptap/extension-bubble-menu@2.0.0-beta.59
 - @tiptap/extension-bullet-list@2.0.0-beta.29
 - @tiptap/extension-character-count@2.0.0-beta.29
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.71
 - @tiptap/extension-code-block@2.0.0-beta.40
 - @tiptap/extension-code@2.0.0-beta.28
 - @tiptap/extension-collaboration-cursor@2.0.0-beta.37
 - @tiptap/extension-collaboration@2.0.0-beta.36
 - @tiptap/extension-color@2.0.0-beta.12
 - @tiptap/extension-document@2.0.0-beta.17
 - @tiptap/extension-dropcursor@2.0.0-beta.27
 - @tiptap/extension-floating-menu@2.0.0-beta.54
 - @tiptap/extension-focus@2.0.0-beta.43
 - @tiptap/extension-font-family@2.0.0-beta.24
 - @tiptap/extension-gapcursor@2.0.0-beta.37
 - @tiptap/extension-hard-break@2.0.0-beta.33
 - @tiptap/extension-heading@2.0.0-beta.29
 - @tiptap/extension-highlight@2.0.0-beta.35
 - @tiptap/extension-history@2.0.0-beta.24
 - @tiptap/extension-horizontal-rule@2.0.0-beta.34
 - @tiptap/extension-image@2.0.0-beta.30
 - @tiptap/extension-italic@2.0.0-beta.28
 - @tiptap/extension-link@2.0.0-beta.41
 - @tiptap/extension-list-item@2.0.0-beta.23
 - @tiptap/extension-mention@2.0.0-beta.100
 - @tiptap/extension-ordered-list@2.0.0-beta.30
 - @tiptap/extension-paragraph@2.0.0-beta.26
 - @tiptap/extension-placeholder@2.0.0-beta.51
 - @tiptap/extension-strike@2.0.0-beta.29
 - @tiptap/extension-subscript@2.0.0-beta.12
 - @tiptap/extension-superscript@2.0.0-beta.12
 - @tiptap/extension-table-cell@2.0.0-beta.23
 - @tiptap/extension-table-header@2.0.0-beta.25
 - @tiptap/extension-table-row@2.0.0-beta.22
 - @tiptap/extension-table@2.0.0-beta.52
 - @tiptap/extension-task-item@2.0.0-beta.35
 - @tiptap/extension-task-list@2.0.0-beta.29
 - @tiptap/extension-text-align@2.0.0-beta.31
 - @tiptap/extension-text-style@2.0.0-beta.26
 - @tiptap/extension-text@2.0.0-beta.17
 - @tiptap/extension-typography@2.0.0-beta.22
 - @tiptap/extension-underline@2.0.0-beta.25
 - @tiptap/extension-youtube@2.0.0-beta.4
 - @tiptap/html@2.0.0-beta.178
 - @tiptap/react@2.0.0-beta.112
 - @tiptap/starter-kit@2.0.0-beta.188
 - @tiptap/suggestion@2.0.0-beta.95
 - @tiptap/vue-2@2.0.0-beta.82
 - @tiptap/vue-3@2.0.0-beta.94
2022-06-17 10:11:06 +02:00
Philipp Kühn
78dacbeb72 force update versions 2022-06-17 10:09:27 +02:00
Philipp Kühn
7a49ab8655 Publish
- @tiptap/core@2.0.0-beta.177
 - @tiptap/extension-blockquote@2.0.0-beta.27
 - @tiptap/extension-bubble-menu@2.0.0-beta.57
 - @tiptap/extension-bullet-list@2.0.0-beta.27
 - @tiptap/extension-character-count@2.0.0-beta.27
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.69
 - @tiptap/extension-code-block@2.0.0-beta.38
 - @tiptap/extension-collaboration-cursor@2.0.0-beta.35
 - @tiptap/extension-collaboration@2.0.0-beta.34
 - @tiptap/extension-color@2.0.0-beta.10
 - @tiptap/extension-floating-menu@2.0.0-beta.52
 - @tiptap/extension-focus@2.0.0-beta.41
 - @tiptap/extension-font-family@2.0.0-beta.22
 - @tiptap/extension-gapcursor@2.0.0-beta.35
 - @tiptap/extension-hard-break@2.0.0-beta.31
 - @tiptap/extension-heading@2.0.0-beta.27
 - @tiptap/extension-history@2.0.0-beta.22
 - @tiptap/extension-horizontal-rule@2.0.0-beta.32
 - @tiptap/extension-image@2.0.0-beta.28
 - @tiptap/extension-link@2.0.0-beta.39
 - @tiptap/extension-list-item@2.0.0-beta.21
 - @tiptap/extension-mention@2.0.0-beta.98
 - @tiptap/extension-ordered-list@2.0.0-beta.28
 - @tiptap/extension-paragraph@2.0.0-beta.24
 - @tiptap/extension-placeholder@2.0.0-beta.49
 - @tiptap/extension-table-cell@2.0.0-beta.21
 - @tiptap/extension-table-header@2.0.0-beta.23
 - @tiptap/extension-table-row@2.0.0-beta.20
 - @tiptap/extension-table@2.0.0-beta.50
 - @tiptap/extension-task-item@2.0.0-beta.33
 - @tiptap/extension-task-list@2.0.0-beta.27
 - @tiptap/extension-text-style@2.0.0-beta.24
 - @tiptap/extension-youtube@2.0.0-beta.2
 - @tiptap/html@2.0.0-beta.176
 - @tiptap/react@2.0.0-beta.110
 - @tiptap/starter-kit@2.0.0-beta.186
 - @tiptap/suggestion@2.0.0-beta.93
 - @tiptap/vue-2@2.0.0-beta.80
 - @tiptap/vue-3@2.0.0-beta.92
2022-06-17 09:57:51 +02:00
Philipp Kühn
9c38d2713e Revert "Publish"
This reverts commit fa502c9f11.
2022-06-17 09:55:42 +02:00
Philipp Kühn
fa502c9f11 Publish
- @tiptap/core@2.0.0-beta.177
 - @tiptap/extension-blockquote@2.0.0-beta.27
 - @tiptap/extension-bubble-menu@2.0.0-beta.57
 - @tiptap/extension-bullet-list@2.0.0-beta.27
 - @tiptap/extension-character-count@2.0.0-beta.27
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.69
 - @tiptap/extension-code-block@2.0.0-beta.38
 - @tiptap/extension-collaboration-cursor@2.0.0-beta.35
 - @tiptap/extension-collaboration@2.0.0-beta.34
 - @tiptap/extension-color@2.0.0-beta.10
 - @tiptap/extension-floating-menu@2.0.0-beta.52
 - @tiptap/extension-focus@2.0.0-beta.41
 - @tiptap/extension-font-family@2.0.0-beta.22
 - @tiptap/extension-gapcursor@2.0.0-beta.35
 - @tiptap/extension-hard-break@2.0.0-beta.31
 - @tiptap/extension-heading@2.0.0-beta.27
 - @tiptap/extension-history@2.0.0-beta.22
 - @tiptap/extension-horizontal-rule@2.0.0-beta.32
 - @tiptap/extension-image@2.0.0-beta.28
 - @tiptap/extension-link@2.0.0-beta.39
 - @tiptap/extension-list-item@2.0.0-beta.21
 - @tiptap/extension-mention@2.0.0-beta.98
 - @tiptap/extension-ordered-list@2.0.0-beta.28
 - @tiptap/extension-paragraph@2.0.0-beta.24
 - @tiptap/extension-placeholder@2.0.0-beta.49
 - @tiptap/extension-table-cell@2.0.0-beta.21
 - @tiptap/extension-table-header@2.0.0-beta.23
 - @tiptap/extension-table-row@2.0.0-beta.20
 - @tiptap/extension-table@2.0.0-beta.50
 - @tiptap/extension-task-item@2.0.0-beta.33
 - @tiptap/extension-task-list@2.0.0-beta.27
 - @tiptap/extension-text-style@2.0.0-beta.24
 - @tiptap/extension-youtube@2.0.0-beta.2
 - @tiptap/html@2.0.0-beta.176
 - @tiptap/react@2.0.0-beta.110
 - @tiptap/starter-kit@2.0.0-beta.186
 - @tiptap/suggestion@2.0.0-beta.93
 - @tiptap/vue-2@2.0.0-beta.80
 - @tiptap/vue-3@2.0.0-beta.92
2022-06-17 09:44:21 +02:00
Dominik
8c6751f0c6
add precommit hook for linting and automatic eslint fixes + update eslint packages (#2862)
* chore: add precommit hook for eslint fixes, fix linting issues
* chore: add eslint import sort plugin
2022-06-08 14:10:25 +02:00
Anton Liubushkin
d84ce08dcf Update ReactNodeViewRenderer.tsx
remove trailing spaces
2022-05-20 13:33:17 +02:00
Anton Liubushkin
21913445bc Update ReactNodeViewRenderer.tsx 2022-05-20 13:33:17 +02:00
Anton Liubushkin
00cd74e2c6 Add className option and pass through to ReactRenderer 2022-05-20 13:33:17 +02:00
Philipp Kühn
90e719c711 Publish
- @tiptap/core@2.0.0-beta.175
 - @tiptap/extension-bubble-menu@2.0.0-beta.56
 - @tiptap/extension-character-count@2.0.0-beta.26
 - @tiptap/extension-floating-menu@2.0.0-beta.51
 - @tiptap/extension-link@2.0.0-beta.37
 - @tiptap/extension-mention@2.0.0-beta.96
 - @tiptap/extension-task-item@2.0.0-beta.32
 - @tiptap/html@2.0.0-beta.174
 - @tiptap/react@2.0.0-beta.109
 - @tiptap/starter-kit@2.0.0-beta.184
 - @tiptap/suggestion@2.0.0-beta.91
 - @tiptap/vue-2@2.0.0-beta.78
 - @tiptap/vue-3@2.0.0-beta.91
2022-04-27 22:50:51 +02:00
Dany Castillo
a6fd827d31 fix children property not being defined in React.FC type 2022-04-14 00:18:29 +02:00
Dany Castillo
7deaf97c65 upgrade React types to v18 2022-04-14 00:18:29 +02:00
Dany Castillo
2f3a0312a8 upgrade packages to support React 18 2022-04-14 00:18:29 +02:00
Philipp Kühn
3227b7736b Publish
- @tiptap/core@2.0.0-beta.173
 - @tiptap/extension-typography@2.0.0-beta.20
 - @tiptap/html@2.0.0-beta.172
 - @tiptap/react@2.0.0-beta.108
 - @tiptap/starter-kit@2.0.0-beta.182
2022-02-07 09:10:11 +01:00