Releases: markdoc/markdoc
Releases · markdoc/markdoc
0.4.0
What's Changed
- Adds additional escapes to string attributes by @rpaul-stripe in #470
- Changes th width property to string type in schema by @rpaul-stripe in #472
Full Changelog: 0.3.5...0.4.0
0.3.5
What's Changed
- Fix table cell widths in formatter by @nkohari-stripe in #463
New Contributors
- @nkohari-stripe made their first contribution in #463
Full Changelog: 0.3.4...0.3.5
0.3.4
What's Changed
- Fixes variable resolution for slots by @rpaul-stripe in #457
Full Changelog: 0.3.3...0.3.4
0.3.3
What's Changed
- Adds support for dropping location information in
parse
function by @rpaul-stripe in #455
Full Changelog: 0.3.2...0.3.3
0.3.2
What's Changed
- Fix conflict between parent validation and function validation by @rpaul-stripe in #441
Full Changelog: 0.3.1...0.3.2
0.3.1
What's Changed
- Fix loose lists by @mfix-stripe in #388
- Properly handle annotations in fenced code blocks by @rpaul-stripe in #393
- Adds validation message for duplicate attributes by @rpaul-stripe in #392
- Use colSpan and rowSpan by @mfix-stripe in #399
- Fixes error computing multiline tag range by @rpaul-stripe in #403
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #412
- Add row and col span to th by @mfix-stripe in #422
- Markdoc formatter - update to skip printing undefined attributes by @matv-stripe in #432
- Exposes parent nodes in validation by @rpaul-stripe in #437
- Update version to 0.3.1 by @rpaul-stripe in #438
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Preserve list marker by @rpaul-stripe in #348
- Improves the way the validator displays matches with many possible values by @rpaul-stripe in #355
- Introduces slots by @rpaul-stripe in #356
- Correctly handle numbers for ordered list items by @rpaul-stripe in #372
- Preserves em and strong markers in the AST by @rpaul-stripe in #373
- Store
start
on ordered lists rather thanvalue
on ordered list items by @emmatown in #374 - Makes parser correctly identify unmatched opening tags by @rpaul-stripe in #376
- Adds validate function to attributes by @rpaul-stripe in #380
- Adds description property to schema types by @rpaul-stripe in #381
Full Changelog: 0.2.2...0.3.0
0.2.2
What's Changed
- Improve formatter escaping by @mfix-stripe in #287
- Fix multi-paragraph blockquotes by @mfix-stripe in #322
- Fix null scalar formatting by @emmatown in #320
New Contributors
Full Changelog: 0.2.1...0.2.2
0.2.1
0.2.0
What's Changed
- Rename
__EXPERIMENTAL_FORMAT__
asformat
to make it public by @mfix-stripe in #284 - Updates RenderableTreeNode type by @rpaul-stripe in #251, #249
- Forward React.forwardRef react nodes by @mfix-stripe in #263
- Fix up dependencies to use optional and peer correctly by @mfix-stripe in #281
Full Changelog: 0.1.13...0.2.0