File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.2.1
4
+
5
+ [ compare changes] ( https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/compare/v0.2.0...v0.2.1 )
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - Formatting ([ 352d41e] ( https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/352d41e ) )
10
+ - Remove unneded peerDependencie ([ 55e91f3] ( https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/55e91f3 ) )
11
+ - Render empty paragraph as br elements ([ #25 ] ( https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/pull/25 ) )
12
+ - Remove old ts plugin ([ 111a1d5] ( https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/111a1d5 ) )
13
+ - Add br to test data ([ 1b3958b] ( https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/1b3958b ) )
14
+
15
+ ### 🏡 Chore
16
+
17
+ - ** dep:** Update packages ([ c25be63] ( https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/c25be63 ) )
18
+
19
+ ### ✅ Tests
20
+
21
+ - Added p => br test ([ ede0a25] ( https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/ede0a25 ) )
22
+
23
+ ### ❤️ Contributors
24
+
25
+ - Niklas Fjeldberg < github@fjeldberg.me >
26
+ - Reslear < reslear@gmail.com >
27
+
3
28
## v0.2.0
4
29
5
30
[ compare changes] ( https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/compare/v0.1.2...v0.2.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-strapi-blocks-renderer" ,
3
3
"private" : false ,
4
- "version" : " 0.2.0 " ,
4
+ "version" : " 0.2.1 " ,
5
5
"description" : " A Vue renderer for the Strapi's Blocks rich text editor. Compatible with Nuxt." ,
6
6
"repository" : {
7
7
"type" : " git" ,
74
74
" nuxt" ,
75
75
" vue"
76
76
]
77
- }
77
+ }
You can’t perform that action at this time.
0 commit comments