2021-06-07 15:05:13 -05:00
# @astrojs/parser
2021-05-17 09:31:37 -05:00
2021-06-25 08:51:28 -05:00
## 0.15.0
### Patch Changes
- 47ac2cc: Fix #521 , allowing `{...spread}` props to work again
2021-06-16 16:26:15 -05:00
## 0.13.10
### Patch Changes
- 7f8d586: Bugfix: template literals in JSX tags breaking parser
2021-06-16 13:12:05 -05:00
## 0.13.9
### Patch Changes
- f9f2da4: Add repository key to all package.json
2021-06-16 07:41:21 -05:00
## 0.13.8
### Patch Changes
- 490f2be: Add support for Fragments with `<>` and `</>` syntax
2021-06-14 07:43:03 -05:00
## 0.13.3
### Patch Changes
- ab2972b: Update package.json engines for esm support
2021-06-02 12:51:43 -05:00
## 0.12.1
### Patch Changes
- 6de740d: Fix for when there's a parser error with unmatched backticks
2021-06-02 11:49:05 -05:00
## 0.12.0
### Patch Changes
- d2330a5: Improve error display for missing local files
2021-05-28 18:28:11 -05:00
### 0.12.0-next.0
### Patch Changes
- Fixes a few more Markdown issues
2021-05-28 18:29:49 -05:00
2021-05-24 15:32:10 -05:00
## 0.11.0
### Patch Changes
- 9cdada0: Fixes a few edge case bugs with Astro's handling of Markdown content
2021-05-17 09:31:37 -05:00
## 0.1.0
2021-05-17 09:32:43 -05:00
2021-05-17 09:31:37 -05:00
### 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_ .
2021-05-17 09:32:43 -05:00
2021-05-17 09:31:37 -05:00
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 )