You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
2.0 KiB

3 years ago
## 1.5.0 (2022-05-30)
### New features
Include TypeScript type declarations.
## 1.4.0 (2021-11-11)
### New features
Add support for a `disableDropCursor` property on node specs, which can be used to turn off the drop cursor inside such nodes.
## 1.3.5 (2021-05-25)
### Bug fixes
Avoid a crash that happened when the document shrank during dragging.
## 1.3.4 (2021-04-01)
### Bug fixes
Hide the drop cursor when `dropPoint` doesn't return a position.
## 1.3.3 (2021-02-04)
### Bug fixes
Fix drop cursor positioning when the editor's `offsetParent` has been scrolled.
## 1.3.2 (2019-11-20)
### Bug fixes
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs
## 1.3.1 (2019-11-19)
### Bug fixes
The file referred to in the package's `module` field now is compiled down to ES5.
## 1.3.0 (2019-11-08)
### New features
Add a `module` field to package json file.
## 1.2.0 (2019-10-08)
### New features
`dropCursor` now takes a new option, `class`, to set the CSS class name of the cursor element. Add class option to in-code docs
## 1.1.2 (2019-09-05)
### Bug fixes
Fix crash on IE11 due to using a method that platform doesn't support. Don't show a drop cursor when the view isn't editable
The drop cursor will no longer show up when the view isn't editable.
## 1.1.1 (2018-10-23)
### Bug fixes
Fix crash when destroying the plugin, due to a misspelled method name.
## 1.1.0 (2018-10-22)
### Bug fixes
Fixes an issue where drop cursors changed line breaking, causing the content to jump around during dragging.
### New features
Between-blocks drop cursors are now shown as a horizontal line.
## 1.0.1 (2018-06-20)
### Bug fixes
Dragging from a content node directly to the outside of the editor will now properly hide the drop cursor.
Make removal of drop cursor part of the drop transaction when possible.
Use `dropPoint` from prosemirror-transform, rather than a local parallel implementation.
## 1.0.0 (2017-10-13)
First stable release.