@remirror/react-portals
Advanced tools
Comparing version 1.0.0-next.1 to 1.0.0
# @remirror/react-portals | ||
## 1.0.0 | ||
> 2021-07-17 | ||
### Major Changes | ||
- [#706](https://github.com/remirror/remirror/pull/706) [`adfb12a4c`](https://github.com/remirror/remirror/commit/adfb12a4cee7031eec4baa10830b0fc0134ebdc8) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Deprecate the following packages: | ||
- `@remirror/core-extensions` | ||
- `@remirror/editor-markdown` | ||
- `@remirror/editor-social` | ||
- `@remirror/editor-wysiwyg` | ||
- `@remirror/extension-auto-link` | ||
- `@remirror/extension-base-keymap` | ||
- `@remirror/extension-enhanced-link` | ||
- `@remirror/preset-social` | ||
- `@remirror/react-node-view` | ||
- `@remirror/react-portals` | ||
- `@remirror/react-social` | ||
- `@remirror/react-wysiwyg` | ||
- `@remirror/showcase` | ||
- `@remirror/ui` | ||
- `@remirror/ui-a11y-status` | ||
- `@remirror/ui-buttons` | ||
- `@remirror/ui-dropdown` | ||
- `@remirror/ui-icons` | ||
- `@remirror/ui-menus` | ||
- `@remirror/ui-modal` | ||
- `@remirror/ui-text` | ||
## 1.0.0-next.1 | ||
@@ -24,4 +54,3 @@ | ||
- 7380e18f: Update repository url from ifiokjr/remirror to remirror/remirror to reflect new GitHub | ||
organisation. | ||
- 7380e18f: Update repository url from ifiokjr/remirror to remirror/remirror to reflect new GitHub organisation. | ||
@@ -28,0 +57,0 @@ ## 0.7.3 |
{ | ||
"name": "@remirror/react-portals", | ||
"version": "1.0.0-next.1", | ||
"description": "DEPRECATED - Enables using react portals to render prosemirror nodes.", | ||
"keywords": [ | ||
"prosemirror", | ||
"react", | ||
"ssr", | ||
"text editor" | ||
], | ||
"homepage": "https://github.com/remirror/remirror/tree/HEAD/support/deprecated/react-portals", | ||
"repository": "https://github.com/remirror/remirror/tree/HEAD/support/deprecated/react-portals", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Ifiok Jr. <ifiokotung@gmail.com>" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
"name": "@remirror/react-portals", | ||
"version": "1.0.0", | ||
"description": "DEPRECATED - Enables using react portals to render prosemirror nodes.", | ||
"keywords": [ | ||
"prosemirror", | ||
"react", | ||
"ssr", | ||
"text editor" | ||
], | ||
"homepage": "https://github.com/remirror/remirror/tree/HEAD/deprecated/react-portals", | ||
"repository": "https://github.com/remirror/remirror/tree/HEAD/deprecated/remirror__react-portals", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Ifiok Jr. <ifiokotung@gmail.com>" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
# @remirror/react-portals | ||
This package is **deprecated** and it's functionality is included by default with the | ||
`@remirror/react` package. | ||
This package is **deprecated** and it's functionality is included by default with the `@remirror/react` package. | ||
@@ -6,0 +5,0 @@ It is now accessible with the following installation. |
Sorry, the diff of this file is not supported yet
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
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3445
1
17