@remirror/react-utils
Advanced tools
Comparing version 1.0.0-next.2 to 1.0.0-next.4
# @remirror/react-utils | ||
## 1.0.0-next.4 | ||
> 2020-07-16 | ||
### Minor Changes | ||
- 64edeec2: Add a new extension package `@remirror/extension-react-component` for creating | ||
ProseMirror `NodeView`'s from React components. | ||
- Move `ReactPortal` implementation from `@remirror/react` to `@remirror/react-utils` for usage in | ||
other parts of the application. | ||
- Move `ReactNodeView` into new package `@remirror/extension-react-component`. | ||
- Rename `ReactNodeView.createNodeView` to `ReactNodeView.create`. | ||
The new package adds the `ReactComponent` property to the extension interface. An extension with a | ||
component attached will use it to override the automatic DOM representation with a ProseMirror | ||
`NodeView`. | ||
### Patch Changes | ||
- 5d5970ae: Update repository and website field to point to HEAD rather than a specific branch. | ||
- Updated dependencies [5d5970ae] | ||
- @remirror/core-constants@1.0.0-next.4 | ||
- @remirror/core-helpers@1.0.0-next.4 | ||
- @remirror/core-types@1.0.0-next.4 | ||
## 1.0.0-next.2 | ||
> 2020-07-05 | ||
> 2020-07-06 | ||
### Minor Changes | ||
- Add support for `React.StricMode`. | ||
- Add support for `React.StrictMode`. | ||
@@ -11,0 +37,0 @@ Previously, activating `StrictMode` would cause the components to render twice and break |
{ | ||
"name": "@remirror/react-utils", | ||
"version": "1.0.0-next.2", | ||
"version": "1.0.0-next.4", | ||
"description": "A small set of utilities for react components in remirror.", | ||
@@ -11,4 +11,4 @@ "keywords": [ | ||
], | ||
"homepage": "https://github.com/remirror/remirror/tree/next/packages/@remirror/react-utils", | ||
"repository": "https://github.com/remirror/remirror/tree/master/packages/@remirror/react-utils", | ||
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/react-utils", | ||
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/react-utils", | ||
"license": "MIT", | ||
@@ -27,8 +27,8 @@ "contributors": [ | ||
"@babel/runtime": "^7.10.4", | ||
"@remirror/core-constants": "^1.0.0-next.1", | ||
"@remirror/core-helpers": "^1.0.0-next.1", | ||
"@remirror/core-types": "^1.0.0-next.1" | ||
"@remirror/core-constants": "^1.0.0-next.4", | ||
"@remirror/core-helpers": "^1.0.0-next.4", | ||
"@remirror/core-types": "^1.0.0-next.4" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^16.9.41", | ||
"@types/react": "^16.9.43", | ||
"react": "^16.13.1" | ||
@@ -35,0 +35,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
26868
2