Releases: markdoc/markdoc
Releases · markdoc/markdoc
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
0.1.13
What's Changed
- Dont wrap tags within inline parents by @mfix-stripe in #230
- Fix formatter bug w/ fences by @mfix-stripe in #228
- Fix bug in fence parsing by @mfix-stripe in #234
- Fix direct inline children within lists by @mfix-stripe in #233
- Simplify td/th formatting implementation by @mfix-stripe in #236
- Validation improvements by @rpaul-stripe in #237
- Render numbers in html renderer by @mfix-stripe in #244
Full Changelog: 0.1.12...0.1.13
0.1.12
What's Changed
- Format titles for images and links by @mfix-stripe in #222
- Update tests to test links too by @mfix-stripe in #225
- Format indented code blocks correctly by @mfix-stripe in #224
- Format list item annotations correctly by @mfix-stripe in #223
Full Changelog: 0.1.11...0.1.12
0.1.11
What's Changed
- Wrap json object keys with "" if non-identifier by @mfix-stripe in #215
- Remove console.error from formatter by @mfix-stripe in #217
- Format comments by @mfix-stripe in #216
Full Changelog: 0.1.10...0.1.11
0.1.10
0.1.9
What's Changed
- Fix trimStart is undefined bug by @mfix-stripe in #208
- Fix conflicting React types by @mfix-stripe in #209
- Fix formatting for tags within fences by @mfix-stripe in #210
Full Changelog: 0.1.8...0.1.9
0.1.8
What's Changed
- Update @types deps by @mfix-stripe in #197
- [Experimental] async validation support by @mfix-stripe in #177
- Try using export declare type for Variable by @mfix-stripe in #201
- Adds comment syntax to Markdoc by @rpaul-stripe in #198
New Contributors
- @rpaul-stripe made their first contribution in #198
Full Changelog: 0.1.7...0.1.8
0.1.7
What's Changed
- Add test for auto-closing tags by @mfix-stripe in #174
- Improve formatter tests by @mfix-stripe in #178
- Improve error message for invalid attribute and add test by @matv-stripe in #182
- 2 bug fixes in formatter by @mfix-stripe in #189
Full Changelog: 0.1.6...0.1.7
0.1.6
What's Changed
- Fix TODO in formatter by @mfix-stripe in #168
- Make Tag a generic class by @mfix-stripe in #170
- Test for format(null) by @mfix-stripe in #172
Full Changelog: 0.1.5...0.1.6