@atlaskit/editor-prosemirror
Advanced tools
Comparing version 2.0.2 to 2.0.3
# @atlaskit/editor-prosemirror | ||
## 2.0.3 | ||
### Patch Changes | ||
- 169dab9: Update readme | ||
## 2.0.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/editor-prosemirror", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Package to group all prosemirror libraries in a single place ", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd", |
@@ -11,5 +11,4 @@ # EditorProsemirror | ||
## Codemods | ||
# Codemods | ||
There are some codemods to help the migration. But, they are supposed to run only once and manual in the AFE repo. | ||
@@ -21,4 +20,3 @@ | ||
``` | ||
```js | ||
// before | ||
@@ -30,3 +28,3 @@ | ||
``` | ||
```js | ||
// after | ||
@@ -38,4 +36,2 @@ | ||
## How to run | ||
@@ -45,7 +41,6 @@ | ||
``` | ||
```js | ||
npx @atlaskit/codemod-cli --parser tsx --extensions ts,tsx --transform packages/editor/editor-prosemirror/codemods/optimistic-next-editor-prosemirror-usage/ packages | ||
``` | ||
## Troubleshooting | ||
@@ -55,3 +50,3 @@ | ||
``` | ||
```js | ||
import { Binding, NodePath, Scope } from '@babel/traverse'; | ||
@@ -67,5 +62,5 @@ ^^^^^^ | ||
** DO NOT COMMIT THIS CHANGE ** | ||
## DO NOT COMMIT THIS CHANGE | ||
``` | ||
```json | ||
// file: babel.config.shared.js | ||
@@ -72,0 +67,0 @@ |
57814
83