@atlaskit/editor-prosemirror
Advanced tools
Comparing version
# @atlaskit/editor-prosemirror | ||
## 7.1.0 | ||
### Minor Changes | ||
- f04a9d3: update Step Metadata type - add new attribute for tagging unconfirmed steps after recovery | ||
## 7.0.0 | ||
@@ -4,0 +10,0 @@ |
@@ -13,3 +13,4 @@ import { Step } from 'prosemirror-transform'; | ||
schemaVersion?: string; | ||
unconfirmedStepAfterRecovery?: boolean; | ||
}; | ||
export { Step }; |
{ | ||
"name": "@atlaskit/editor-prosemirror", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"description": "Package to group all prosemirror libraries in a single place ", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd", |
@@ -16,2 +16,3 @@ import { fg } from '@atlaskit/platform-feature-flags'; | ||
schemaVersion?: string; | ||
unconfirmedStepAfterRecovery?: boolean; | ||
}; | ||
@@ -18,0 +19,0 @@ |
76010
0.29%1877
0.11%