Skip to content

Commit 11ffcd0

Browse files
committed
chore(cjk): release v1.0.0
1 parent 6ed08b5 commit 11ffcd0

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-02-11)
4+
5+
### Features
6+
7+
* improve GFM syntax and React support ([30c0ae8](https://github.com/nuxt-content/mdc-syntax/commit/30c0ae81d6bf06cc49a847abcbcaba744dce9363))
8+
* `@mdc-syntax/math` package ([3c7538e](https://github.com/nuxt-content/mdc-syntax/commit/3c7538e3bf0b7786103d19929f46e909d67ca1dd))
9+
* auto unwrap single child paragraphs ([69c5e0c](https://github.com/nuxt-content/mdc-syntax/commit/69c5e0c289a1c575fc67b3df6d7a5e6c0c024130))
10+
* codeblock meta data ([c1a2a57](https://github.com/nuxt-content/mdc-syntax/commit/c1a2a57754cfde4ccd6da60279774ded5fab291b))
11+
* headings id and mixed inline components ([20c1a00](https://github.com/nuxt-content/mdc-syntax/commit/20c1a003f2faf86eee270e759e179706cede57fd))
12+
* line-break ([1599057](https://github.com/nuxt-content/mdc-syntax/commit/1599057d0288edfbacd6599543813a6a97418c6c))
13+
* shiki code highlighting ([9b6df0c](https://github.com/nuxt-content/mdc-syntax/commit/9b6df0cd0a257b3131e80c616616a167fa74b18c))
14+
* streaming caret indicator ([8228120](https://github.com/nuxt-content/mdc-syntax/commit/82281202be096fe3ec2e44bb2c74fb79122d5f19))
15+
* use `yaml` package to parse frontmatter ([e592349](https://github.com/nuxt-content/mdc-syntax/commit/e592349f0e86e7a33f0c5f69408e6d5cb51aa6a3))
16+
17+
### Bug Fixes
18+
19+
* auto-close markdown ([0f76bac](https://github.com/nuxt-content/mdc-syntax/commit/0f76bac15652fa95c57ce1465297cc4a7c5627b1))
20+
* **auto-close:** improve performance & partial issues ([2aadfc7](https://github.com/nuxt-content/mdc-syntax/commit/2aadfc75597498f68c845d6cf1441a03a78b72e0))
21+
* **auto-close:** trailing spaces ([8664088](https://github.com/nuxt-content/mdc-syntax/commit/86640888114f9104f81d2575abb6ea6891140fd2))
22+
* auto-unwrap issue with pargraphs, PascalCase components ([2b9defd](https://github.com/nuxt-content/mdc-syntax/commit/2b9defd2ee1245738df24aa444c06b950a60d11d))
23+
* detect code block language without space ([621d9ec](https://github.com/nuxt-content/mdc-syntax/commit/621d9ece0d740e0b550da7bb83ae843feef04abd))
24+
* drop stream components in React ([3702c17](https://github.com/nuxt-content/mdc-syntax/commit/3702c177793ab5d65fd7bd21355a4b7e0f3fb6aa))
25+
* expose `/vue/*` ([6455b2e](https://github.com/nuxt-content/mdc-syntax/commit/6455b2ec7830188aed2b9ce67767d745d5002b22))
26+
* lint and tests ([857e0e6](https://github.com/nuxt-content/mdc-syntax/commit/857e0e6c6f4b0304abb26574cb11a7ac7d4ae26c))
27+
* pre component styles ([31186b1](https://github.com/nuxt-content/mdc-syntax/commit/31186b1b461cf0474117e80bd970430ddc84d4cb))
28+
* prepack script ([ba3c847](https://github.com/nuxt-content/mdc-syntax/commit/ba3c847c34877aa898f206d59b540bdea6d565ec))
29+
* **shiki:** dual theme ([2176594](https://github.com/nuxt-content/mdc-syntax/commit/2176594417d72ca62a8f67689fdfa0cdb3d47bfd))
30+
31+
### Performance
32+
33+
* optimize Vue Renderer ([5ee6927](https://github.com/nuxt-content/mdc-syntax/commit/5ee6927f2c2ba132f87770bfe25567ac6949e3ac))

packages/mdc-syntax-cjk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mdc-syntax/cjk",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"description": "CJK support for MDC Syntax",
66
"author": "",
77
"license": "MIT",

0 commit comments

Comments
 (0)