File tree 2 files changed +38
-1
lines changed
2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
4
4
5
+ ## v3.3.0
6
+
7
+ [ compare changes] ( https://github.com/nuxtlabs/remark-mdc/compare/v3.2.1...v3.3.0 )
8
+
9
+ ### 🚀 Enhancements
10
+
11
+ - Option for max attributes length ([ #79 ] ( https://github.com/nuxtlabs/remark-mdc/pull/79 ) )
12
+ - Allow using inline components inside parentheses ([ f0f168c] ( https://github.com/nuxtlabs/remark-mdc/commit/f0f168c ) )
13
+
14
+ ### 🩹 Fixes
15
+
16
+ - ** to-markdown:** Check if value if an object to properly simple quote value ([ #81 ] ( https://github.com/nuxtlabs/remark-mdc/pull/81 ) )
17
+ - Resolve experimental features conflict ([ b0e2daa] ( https://github.com/nuxtlabs/remark-mdc/commit/b0e2daa ) )
18
+ - ** autoUnwrap:** Do not unwrap tables ([ 7195bcc] ( https://github.com/nuxtlabs/remark-mdc/commit/7195bcc ) )
19
+ - Codeblock yaml data section ([ b74b764] ( https://github.com/nuxtlabs/remark-mdc/commit/b74b764 ) )
20
+ - Remove scaped char ` \ ` from attributes value ([ #89 ] ( https://github.com/nuxtlabs/remark-mdc/pull/89 ) )
21
+ - ** to-markdown:** Parse component props object ([ #84 ] ( https://github.com/nuxtlabs/remark-mdc/pull/84 ) )
22
+ - ** to-markdown:** Link reference attributes ([ 41f7e3c] ( https://github.com/nuxtlabs/remark-mdc/commit/41f7e3c ) )
23
+
24
+ ### 🏡 Chore
25
+
26
+ - Replace ` js-yaml ` by ` yaml ` package ([ #82 ] ( https://github.com/nuxtlabs/remark-mdc/pull/82 ) )
27
+ - Remove studio ci ([ 58ca74a] ( https://github.com/nuxtlabs/remark-mdc/commit/58ca74a ) )
28
+
29
+ ### ✅ Tests
30
+
31
+ - Update snapshots ([ f92a84f] ( https://github.com/nuxtlabs/remark-mdc/commit/f92a84f ) )
32
+
33
+ ### 🤖 CI
34
+
35
+ - Upgrade actions ([ fcb2ff3] ( https://github.com/nuxtlabs/remark-mdc/commit/fcb2ff3 ) )
36
+
37
+ ### ❤️ Contributors
38
+
39
+
40
+ - Emmanuel Salomon ([ @ManUtopiK ] ( http://github.com/ManUtopiK ) )
41
+
5
42
## v3.2.1
6
43
7
44
[ compare changes] ( https://github.com/nuxtlabs/remark-mdc/compare/v3.2.0...v3.2.1 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " remark-mdc" ,
3
- "version" : " 3.2.1 " ,
3
+ "version" : " 3.3.0 " ,
4
4
"description" : " Remark plugin to support MDC syntax" ,
5
5
"keywords" : [
6
6
" remark" ,
You can’t perform that action at this time.
0 commit comments