Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@remirror/react-utils

Package Overview
Dependencies
Maintainers
1
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/react-utils - npm Package Compare versions

Comparing version 1.0.0-next.2 to 1.0.0-next.4

30

CHANGELOG.md
# @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

14

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc