astro/packages/astro-parser/CHANGELOG.md
github-actions[bot] 6074771564
Version Packages (#291)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-02 13:51:43 -04:00

33 lines
859 B
Markdown

# astro-parser
## 0.12.1
### Patch Changes
- 6de740d: Fix for when there's a parser error with unmatched backticks
## 0.12.0
### Patch Changes
- d2330a5: Improve error display for missing local files
### 0.12.0-next.0
### Patch Changes
- Fixes a few more Markdown issues
## 0.11.0
### Patch Changes
- 9cdada0: Fixes a few edge case bugs with Astro's handling of Markdown content
## 0.1.0
### Minor Changes
- b3886c2: Enhanced **Markdown** support! Markdown processing has been moved from `micromark` to `remark` to prepare Astro for user-provided `remark` plugins _in the future_.
This change also introduces a built-in `<Markdown>` component for embedding Markdown and any Astro-supported component format inside of `.astro` files. [Read more about Astro's Markdown support.](https://github.com/snowpackjs/astro/blob/main/docs/markdown.md)