tiptap/demos
bdbch ef12b32623
Some checks are pending
build / build (20) (push) Waiting to run
build / test (20, map[name:Demos/Commands spec:./demos/src/Commands/**/*.spec.{js,ts}]) (push) Blocked by required conditions
build / test (20, map[name:Demos/Examples spec:./demos/src/Examples/**/*.spec.{js,ts}]) (push) Blocked by required conditions
build / test (20, map[name:Demos/Experiments spec:./demos/src/Experiments/**/*.spec.{js,ts}]) (push) Blocked by required conditions
build / test (20, map[name:Demos/Extensions spec:./demos/src/Extensions/**/*.spec.{js,ts}]) (push) Blocked by required conditions
build / test (20, map[name:Demos/GuideContent spec:./demos/src/GuideContent/**/*.spec.{js,ts}]) (push) Blocked by required conditions
build / test (20, map[name:Demos/GuideGettingStarted spec:./demos/src/GuideGettingStarted/**/*.spec.{js,ts}]) (push) Blocked by required conditions
build / test (20, map[name:Demos/Marks spec:./demos/src/Marks/**/*.spec.{js,ts}]) (push) Blocked by required conditions
build / test (20, map[name:Demos/Nodes spec:./demos/src/Nodes/**/*.spec.{js,ts}]) (push) Blocked by required conditions
build / test (20, map[name:Integration spec:./tests/cypress/integration/**/*.spec.{js,ts}]) (push) Blocked by required conditions
build / release (20) (push) Blocked by required conditions
Publish / Release (20) (push) Waiting to run
add support for react 19 ref props (#6405)
* add support for react 19 ref props

* added changeset

* Update packages/react/src/ReactRenderer.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* use partial imports instead of importing the whole React library

* fix react renderer not passing ref prop

* upgrade dev dependencies for react

* updated lockfile

* upgrade dev dependencies

* update package.json

* remove optionalDependencies and move react deps to peerDependencies

* enhance ReactRenderer for React 19 compatibility and improve ref handling

* remove unused 'node' property from ReactNodeViewProps type definition

* fix: update ref type in ReactNodeView to be generic

* fix: replace FunctionComponent with NamedExoticComponent for better performance in ReactNodeView

* cloned react renderer element props to avoid side effects

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-04 13:48:27 +02:00
..
preview build: migrate to pnpm (#5978) 2025-01-06 09:35:00 +01:00
public add basic vite setup 2021-08-25 11:52:20 +02:00
setup build: migrate to pnpm (#5978) 2025-01-06 09:35:00 +01:00
src add support for react 19 ref props (#6405) 2025-06-04 13:48:27 +02:00
CHANGELOG.md chore(release): publish a new pre-release version (beta) (#6327) 2025-05-07 22:59:55 +02:00
dedupeDeps.txt chore: add deps 2025-01-21 09:27:48 +01:00
index.html build: migrate to pnpm (#5978) 2025-01-06 09:35:00 +01:00
package.json add support for react 19 ref props (#6405) 2025-06-04 13:48:27 +02:00
postcss.config.cjs chore: update package versions for prosemirror 2024-06-28 08:17:13 +02:00
tailwind.config.js build: migrate to pnpm (#5978) 2025-01-06 09:35:00 +01:00
tsconfig.base.json reinstigate history extension and move it into deprecated packages directory 2025-03-20 16:22:26 +01:00
tsconfig.react.json build: migrate to pnpm (#5978) 2025-01-06 09:35:00 +01:00
tsconfig.vue-2.json build: migrate to pnpm (#5978) 2025-01-06 09:35:00 +01:00
tsconfig.vue-3.json build: migrate to pnpm (#5978) 2025-01-06 09:35:00 +01:00
vite.config.ts reinstigate history extension and move it into deprecated packages directory 2025-03-20 16:22:26 +01:00