prosemirror-utils icon indicating copy to clipboard operation
prosemirror-utils copied to clipboard

⚒ Utils library for ProseMirror

Results 23 prosemirror-utils issues
Sort by recently updated
recently updated
newest added

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

missing `start` attribute https://github.com/atlassian/prosemirror-utils/blob/e8e648bd591bae8bac10427e3b50caee3040e1d5/src/selection.js#L109 https://github.com/atlassian/prosemirror-utils/blob/e8e648bd591bae8bac10427e3b50caee3040e1d5/src/selection.js#L120-L127

Please update "prosemirror-tables" to latest (v.1.0.0). Thanks.

It would be great if you could add more details on Licensing. I know all atlassian does Apache 2.0 but is there any chance that this could be MIT or...

npm issues the following warning: ``` npm WARN [email protected] requires a peer of prosemirror-tables@^0.9.1 but none is installed. You must install peer dependencies yourself. ``` Related to: https://github.com/atlassian/prosemirror-utils/blob/64b258de4cfb28a1f34bfc66791db8520984d5e1/package.json#L67 prosemirror-tables is...

Current `findParentNode`implementation doesn't take into consideration if the whole selection is inside the same parent. Causing that some ranges selections has a valid parent in the left side, but is...

- [x] Upgrade babel version to 7 - [x] Upgrade rollup to 0.60 - [x] Tests green - [x] build working # Why ? To help on debugger tests without...

house keeping

- [x] Fix circular references - [x] Fix module exports to avoid `export *`

house keeping

Deprecated the `cloneRowAt` and added a configurable method to copy a row in table `copyRow`. The `copyRow` will make this behavior possible: ![Screen Recording 2019-08-05 at 11 13 am](https://user-images.githubusercontent.com/3452187/62432291-3384b280-b772-11e9-9d0c-8d9bbb084b39.gif) with...

needs discussion