Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prosemirror-dropcursor

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-dropcursor - npm Package Versions

134

1.3.4

Diff

Changelog

Source

1.3.4 (2021-04-01)

Bug fixes

Hide the drop cursor when dropPoint doesn't return a position.

marijn
published 1.3.3 •

Changelog

Source

1.3.3 (2021-02-04)

Bug fixes

Fix drop cursor positioning when the editor's offsetParent has been scrolled.

marijn
published 1.3.2 •

Changelog

Source

1.3.2 (2019-11-20)

Bug fixes

Rename ES module files to use a .js extension, since Webpack gets confused by .mjs

marijn
published 1.3.1 •

Changelog

Source

1.3.1 (2019-11-19)

Bug fixes

The file referred to in the package's module field now is compiled down to ES5.

marijn
published 1.3.0 •

Changelog

Source

1.3.0 (2019-11-08)

New features

Add a module field to package json file.

marijn
published 1.2.0 •

Changelog

Source

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

marijn
published 1.1.2 •

Changelog

Source

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.

marijn
published 1.1.1 •

Changelog

Source

1.1.1 (2018-10-23)

Bug fixes

Fix crash when destroying the plugin, due to a misspelled method name.

marijn
published 1.1.0 •

Changelog

Source

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.

marijn
published 1.0.1 •

Changelog

Source

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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc