Skip to content

Commit 58e5ef0

Browse files
committed
chore(release): release v0.17.0
1 parent 180983f commit 58e5ef0

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,52 @@
11
# Changelog
22

33

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+
- Farnabaz <[email protected]>
46+
47+
- Sébastien Chopin <[email protected]>
48+
49+
450
## v0.16.1
551

652
[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.16.0...v0.16.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/mdc",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"description": "Nuxt MDC module",
55
"repository": "nuxt-modules/mdc",
66
"license": "MIT",

0 commit comments

Comments
 (0)