mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 17:43:49 +08:00

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
* 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> * fix: update ReactNodeViewProps to allow null ref values (#6415) --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
72 B
72 B
@tiptap/react |
---|
minor |
Added support for React 19 ref in props