DefinitelyTyped/types/prosemirror-model
David 3089986096 Update prosemirror-model to v0.24 (#19935)
* Make NodeRange constructor public

* Remove parameter from ResolvePos.marks

* Remove matchNode, matchToEnd, findWrappingFor and allowsMark from ContentMatch

* Add allowsMarkType, allowsMarks and allowedMarks to NodeType

* Change ContentMatch.validEnd from method to a property

* Change return type of ContentMatch.findWrapping

* Remove AttributeSpec.compute

* Remove Fragment.offsetAt

* DOMParser.schemaRules is no longer public

* Replace topStart from DOM parser option with topMatch

* DOMSerializer methods nodesFromSchema and marksFromSchema are no longer public

* ParseRule.contentElement may now be a function.

* Add new method ResolvedPos.marksAcross

* Add NodeType.contentMatch

* Add NodeSpec.marks

* Add Fragment.size

* Increment version for prosemirror-model to 0.24

* Adapt parameter and return type of ContentMatch.findWrapping
2017-09-25 16:57:54 -07:00
..
dom.d.ts
index.d.ts Update prosemirror-model to v0.24 (#19935) 2017-09-25 16:57:54 -07:00
prosemirror-model-tests.ts
tsconfig.json
tslint.json