|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 |
|
| 4 | +## v0.17.0 |
| 5 | + |
| 6 | +[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.16.1...v0.17.0) |
| 7 | + |
| 8 | +### 🚀 Enhancements |
| 9 | + |
| 10 | +- Introduce `MDCCached` component ([#382](https://github.com/nuxt-modules/mdc/pull/382)) |
| 11 | + |
| 12 | +### 🩹 Fixes |
| 13 | + |
| 14 | +- Vue server renderer does not render `\r` causes hydration issue ([b722c4a](https://github.com/nuxt-modules/mdc/commit/b722c4a)) |
| 15 | +- Dynamic load parser in MDC component ([#363](https://github.com/nuxt-modules/mdc/pull/363)) |
| 16 | +- **parser:** Simplify filename regex in parseThematicBlock function ([#367](https://github.com/nuxt-modules/mdc/pull/367)) |
| 17 | +- **MDCRenderer:** Re-render when tags are modified ([78a0571](https://github.com/nuxt-modules/mdc/commit/78a0571)) |
| 18 | +- **stringify:** Force `hast-util-to-mdast` to treat `textComponent` nodes as text ([cd1c4fd](https://github.com/nuxt-modules/mdc/commit/cd1c4fd)) |
| 19 | +- **shiki:** Allow overriding base transformers ([760874d](https://github.com/nuxt-modules/mdc/commit/760874d)) |
| 20 | +- **md-highlighter:** Import bundledLanguagesInfo directly from shiki ([#375](https://github.com/nuxt-modules/mdc/pull/375)) |
| 21 | +- Unify class properties ([b820147](https://github.com/nuxt-modules/mdc/commit/b820147)) |
| 22 | +- **MDCRenderer:** Ensure nodes are in right order on re-render ([#381](https://github.com/nuxt-modules/mdc/pull/381)) |
| 23 | +- Render button nodes ([5242c08](https://github.com/nuxt-modules/mdc/commit/5242c08)) |
| 24 | +- **stringify:** Ensure inline components are separated by space ([c9f538a](https://github.com/nuxt-modules/mdc/commit/c9f538a)) |
| 25 | +- Do not add spacing around binding ([c3efdd5](https://github.com/nuxt-modules/mdc/commit/c3efdd5)) |
| 26 | +- Do not add space between components and punctuation ([6ea4163](https://github.com/nuxt-modules/mdc/commit/6ea4163)) |
| 27 | +- Prevent undefined error ([fc8c294](https://github.com/nuxt-modules/mdc/commit/fc8c294)) |
| 28 | + |
| 29 | +### 💅 Refactors |
| 30 | + |
| 31 | +- Imports for Shiki ([#365](https://github.com/nuxt-modules/mdc/pull/365)) |
| 32 | + |
| 33 | +### 📖 Documentation |
| 34 | + |
| 35 | +- Fix link ([bcb41b1](https://github.com/nuxt-modules/mdc/commit/bcb41b1)) |
| 36 | + |
| 37 | +### 🏡 Chore |
| 38 | + |
| 39 | +- Upgrade deps ([918ae96](https://github.com/nuxt-modules/mdc/commit/918ae96)) |
| 40 | +- Upgrade deps ([418852c](https://github.com/nuxt-modules/mdc/commit/418852c)) |
| 41 | +- Upgrade to latest remark-mdc ([180983f](https://github.com/nuxt-modules/mdc/commit/180983f)) |
| 42 | + |
| 43 | +### ❤️ Contributors |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +- Sébastien Chopin <[email protected]> |
| 48 | + |
| 49 | + |
4 | 50 | ## v0.16.1
|
5 | 51 |
|
6 | 52 | [compare changes](https://github.com/nuxt-modules/mdc/compare/v0.16.0...v0.16.1)
|
|
0 commit comments