Releases: markdoc/markdoc
Releases ยท markdoc/markdoc
0.5.1
What's Changed
- Fix #544 - Component type mismatch by @matv-stripe in #546
Full Changelog: 0.5.0...0.5.1
0.5.0
What's changed
- Fix escaping image src in formatter by @emmatown in #474
- Add support for custom tag resolution in react render by @addisonj in #496
- Fix inconsistency between type libraries for markdown-it and linkify-it by @nkohari in #506
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #512
- Add type generic to Config by @mfix-stripe in #509
- Add orderedListMode option to Markdoc.format by @bibek-stripe in #523
- Fix formatting fences when content has no final newline by @jstasiak in #537
- Re-export Node in a way that allows runtime use by @jstasiak in #540
Full changelog: 0.4.0...0.5.0
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