Nick Perez
64a74f62be
feat(starter-kit): enable more extensions in the starter-kit for easier onboarding ( #5466 )
2024-08-10 18:15:43 +02:00
Nick the Sick
d086c4e423
chore: rm umd key
2024-08-08 09:57:37 +02:00
Nick Perez
a92f4a6663
build: use tsup for compilation ( #5455 )
...
* build: use tsup for compilation
* chore: rm turbo file
2024-08-07 11:59:44 +02:00
Nick the Sick
08593a279f
refactor(react): throw an error if misconfigured in SSR mode
2024-08-07 06:32:35 +02:00
Nick the Sick
96601f7c99
refactor(placeholder): deprecate considerAnyAsEmpty
2024-08-07 06:30:46 +02:00
Nick the Sick
0fa9e1a4b0
Merge branch 'develop' into next
2024-08-07 06:26:41 +02:00
Nick the Sick
42476462a9
chore: update package-lock
2024-08-07 06:24:32 +02:00
github-actions[bot]
535dcccb40
chore(release): publish version v2.5.9 ( #5451 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-06 17:03:26 +02:00
Nick the Sick
c01eccc0ea
chore: make into a patch version
2024-08-06 16:53:31 +02:00
Nick the Sick
273e18bd87
Merge branch 'main' into develop
2024-08-06 16:37:34 +02:00
Nick the Sick
ffc4ad4762
build: enabled CI releases for next
2024-08-06 16:04:35 +02:00
Nick Perez
d6e56c41e3
fix(extension-code-block-lowlight): use lowlight v3 and update demos ( #5374 )
2024-08-06 13:53:58 +02:00
Nick Perez
4b215f794e
fix(code-block): respect defaultLanguage
on code-block-lowlight add option to code-block
( #5406 )
2024-08-06 12:25:01 +02:00
Nick Perez
174aefe0f1
fix(collaboration): update y-prosemirror, respect onFirstRender
( #5411 )
2024-08-06 11:23:20 +02:00
Nick Perez
ae0254db97
feat(core): add ignoreWhitespace option to isNodeEmpty ( #5446 )
2024-08-06 10:05:50 +02:00
Nick Perez
efb27faf54
fix(core): use correct position for getMarksBetween ( #5412 )
2024-08-05 20:46:23 +02:00
dependabot[bot]
e143fb4ca3
build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.5 ( #5444 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.3 to 4.3.5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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-08-05 20:35:02 +02:00
dependabot[bot]
3f4e2808bb
build(deps): bump cypress-io/github-action from 6.7.1 to 6.7.2 ( #5443 )
...
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action ) from 6.7.1 to 6.7.2.
- [Release notes](https://github.com/cypress-io/github-action/releases )
- [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/github-action/compare/v6.7.1...v6.7.2 )
---
updated-dependencies:
- dependency-name: cypress-io/github-action
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-08-05 20:34:39 +02:00
Nick Perez
c1ff1b0d4d
fix(placeholder): add back-compat to deprecated placeholder functionality ( #5409 )
2024-08-05 18:09:10 +02:00
Nick Perez
7c8889a2a6
fix(react): optimize useEditor
and useEditorState
to reduce number of instances created while being performant #5432 ( #5445 )
2024-08-05 17:46:19 +02:00
svenadlung
bde3328ba2
docs: update demo styles
2024-08-01 12:51:45 +02:00
Nick Perez
84ebd511d2
fix(core): resolve isNodeEmpty
criteria #5415 ( #5419 )
2024-08-01 09:02:34 +02:00
Dominik Biedebach
2f6064b9bf
v3.0.0-next.0
2024-08-01 00:41:01 +02:00
Dominik Biedebach
8e85b5916d
Merge branch 'develop' into 'next'
2024-08-01 00:34:47 +02:00
Ricardo Amaral
068559d0ac
chore: Use proper types for configure
methods (Extension/Mark/Node) ( #5421 )
2024-08-01 00:28:51 +02:00
Yuichiro Yamashita
6543f059ff
fix: allow task items to be parsed when only having <li data-checked
instead of only when <li data-checked="true"
(re-fix of #5366 ) ( #5426 )
...
* fix
* changeset
2024-08-01 00:25:29 +02:00
Rob LaFeve
0ec0af67b1
fix: use Array.from when converting Set ( #5428 )
2024-08-01 00:00:26 +02:00
Dominik Biedebach
b6aa2c0814
enter next track
2024-07-31 17:39:18 +02:00
Dominik Biedebach
6c5065a90e
sync dependencies for floating and bubble menu
2024-07-31 17:38:48 +02:00
bdbch
7eaa34d0d1
Remove tippy.js and replace with Floating UI ( #5398 )
...
* start experimenting with floating-ui
* add options to floating-ui bubble menu plugin & fix smaller issues
* add vue support for new floating-ui
* start experimenting with floating-ui
* adjust floating-menu plugin for floating-ui & update react component
* add vue support for floating-menu with floating-ui
* update tests for new floating-ui integration
* added changeset file
* move floating-ui dependency to peerDeps
* add install notice to changelog
* remove unnecessary code for destroying and removing component element in Vue suggestion.js
* remove unnecessary code for destroying and removing component element in React suggestion.js
* sync package-lock
* widen range for peerDeps again
2024-07-31 03:51:53 +02:00
github-actions[bot]
7d6c9399c6
chore(release): publish a new version 2.5.8 ( #5408 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-30 09:13:28 +02:00
Nick the Sick
4b9d8a3346
chore: cleanup
2024-07-30 09:07:53 +02:00
Nick Perez
99d7820cbb
fix(react): always cleanup old editor instances ( #5414 )
2024-07-30 09:06:31 +02:00
Martin Bokša
ce141c2e69
chore(extension-table): remove unnecessary @ts-ignore, update view type ( #5387 )
2024-07-29 17:13:49 +02:00
Raman Paulau
f7f644f7b2
fix(vue-3): set editor's appContext.provide to forward inject chain ( #5397 )
...
Vue internally uses prototype chain to preserve injects across the entire component chain. Thus should avoid Object.assign or spread operator as it won't copy the prototype. All correct provides will be already present on `instance.provides`.
2024-07-29 17:02:15 +02:00
Nick Perez
a08bf85cf0
fix: do not consider text content as atoms resolve #5405 ( #5407 )
2024-07-29 08:54:17 +02:00
Nick the Sick
5fb71f6602
chore: package-lock
2024-07-29 08:11:35 +02:00
bdbch
0da439007a
Shared rollup config ( #5403 )
...
* add one shared rollup config
* rename to baseConfig
2024-07-27 12:47:09 +02:00
bdbch
44e4eca47a
Shared rollup config ( #5403 )
...
* add one shared rollup config
* rename to baseConfig
2024-07-27 12:46:39 +02:00
Rirax
940f9d5266
fix(vue-3): copy missing provided parent values ( #5396 )
...
Co-authored-by: relchapt <reynald.lechapt@getmayday.co>
2024-07-26 15:43:18 +02:00
github-actions[bot]
a1c5120a4d
chore: publish a new release version ( #5375 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-26 13:58:58 +02:00
Nick the Sick
d3e88e791d
fix: emit a contentError on inserting invalid content
2024-07-26 13:44:03 +02:00
Nick the Sick
42dc27aa4b
fix(react): if using a deps array, destroy the previous instance
2024-07-26 13:34:23 +02:00
Nick Perez
b012471755
fix(core): isNodeEmpty no longer considers attributes for it's checks ( #5393 )
2024-07-25 15:40:07 +02:00
Nick Perez
cc3497efd5
fix(core): address enableContentCheck
insertion bug ( #5390 )
2024-07-24 17:43:30 +02:00
github-actions[bot]
52f717b3eb
chore(release): publish a new release version
2024-07-24 16:58:54 +02:00
Nick Perez
8337e53167
Merge pull request #5369 from ueberdosis/develop
2024-07-24 16:49:33 +02:00
Nick the Sick
341b01d384
Merge branch 'main' into develop
2024-07-24 16:42:03 +02:00
Moch. Irfan Rafif
c7f55500ee
fix(extension-table): correctly set min-width for table ( #4684 )
2024-07-24 14:16:48 +02:00
Nick the Sick
5283a51931
chore: widen the typing for GlobalAttributes
2024-07-24 13:59:10 +02:00