@remirror/extension-underline
Advanced tools
Comparing version 1.0.2 to 1.0.3
# @remirror/extension-underline | ||
## 1.0.3 | ||
> 2021-08-29 | ||
### Patch Changes | ||
- Don't install `@remirror/theme` as a dependency of `@remirror/core`. | ||
* Add a new `UploadExtension` to the built-in preset, which will manage all upload states from `FileExtension` and other extensions in the future. | ||
**Breaking changes**: `UploadContext` and `FileUploader` are now exported by `@remirror/core` instead of `@remirror/extension-file`. | ||
* Updated dependencies []: | ||
- @remirror/core@1.1.0 | ||
## 1.0.2 | ||
@@ -4,0 +19,0 @@ |
{ | ||
"name": "@remirror/extension-underline", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Add underline formatting to your text editor.", | ||
@@ -10,3 +10,7 @@ "keywords": [ | ||
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-underline", | ||
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-underline", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/remirror/remirror.git", | ||
"directory": "packages/remirror__extension-underline" | ||
}, | ||
"license": "MIT", | ||
@@ -40,3 +44,3 @@ "contributors": [ | ||
"@babel/runtime": "^7.13.10", | ||
"@remirror/core": "^1.0.3", | ||
"@remirror/core": "^1.1.0", | ||
"@remirror/messages": "^1.0.2" | ||
@@ -43,0 +47,0 @@ }, |
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
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
35892
1
Updated@remirror/core@^1.1.0