prosemirror-inputrules
Advanced tools
Comparing version 0.24.0 to 1.0.0
@@ -37,2 +37,6 @@ # How to contribute | ||
If you want to make a change that involves a significant overhaul of | ||
the code or introduces a user-visible new feature, create an | ||
[RFC](https://github.com/ProseMirror/rfcs/) first with your proposal. | ||
- Make sure you have a [GitHub Account](https://github.com/signup/free) | ||
@@ -39,0 +43,0 @@ |
{ | ||
"name": "prosemirror-inputrules", | ||
"version": "0.24.0", | ||
"version": "1.0.0", | ||
"description": "Automatic transforms on text input for ProseMirror", | ||
@@ -19,4 +19,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"prosemirror-state": "^0.24.0", | ||
"prosemirror-transform": "^0.24.0" | ||
"prosemirror-state": "^1.0.0", | ||
"prosemirror-transform": "^1.0.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
@@ -5,2 +5,3 @@ # prosemirror-inputrules | ||
This is a [core module](http://prosemirror.net/docs/ref/#inputrules) of [ProseMirror](http://prosemirror.net). | ||
ProseMirror is a well-behaved rich semantic content editor based on | ||
@@ -25,1 +26,6 @@ contentEditable, with support for collaborative editing and custom | ||
is the place to report issues. | ||
We aim to be an inclusive, welcoming community. To make that explicit, | ||
we have a [code of | ||
conduct](http://contributor-covenant.org/version/1/1/0/) that applies | ||
to communication around the project. |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
36100
1
30
+ Addedorderedmap@2.1.1(transitive)
+ Addedprosemirror-model@1.23.0(transitive)
+ Addedprosemirror-state@1.4.3(transitive)
+ Addedprosemirror-transform@1.10.2(transitive)
+ Addedprosemirror-view@1.36.0(transitive)
- Removedorderedmap@1.1.8(transitive)
- Removedprosemirror-model@0.24.0(transitive)
- Removedprosemirror-state@0.24.0(transitive)
- Removedprosemirror-transform@0.24.0(transitive)
Updatedprosemirror-state@^1.0.0
Updatedprosemirror-transform@^1.0.0