Skip to content

Commit bd8dbca

Browse files
committed
chore: release v1.0.20
1 parent 9c54f3d commit bd8dbca

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [1.0.20](https://github.com/pdanpdan/vue-repl/compare/v1.0.19...v1.0.20) (2024-01-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **codemirror:** fix codemirror editor showing nothing on start on small layouts when starting in ouput mode ([#181](https://github.com/pdanpdan/vue-repl/issues/181)) ([6d7598d](https://github.com/pdanpdan/vue-repl/commit/6d7598d763c79d777efae4e17ef61132930ae9a0))
7+
* default to white color on dark theme ([#202](https://github.com/pdanpdan/vue-repl/issues/202)) ([481035a](https://github.com/pdanpdan/vue-repl/commit/481035a443031e50de26b75c8e5b86fbb8ca96f2))
8+
* **messages:** place error messages in editor in front of bottom toggles ([#183](https://github.com/pdanpdan/vue-repl/issues/183)) ([b1594d0](https://github.com/pdanpdan/vue-repl/commit/b1594d07dbb29d7d3c15afa4110a4005d4245297))
9+
* **Preview:** fix style loading delay ([#191](https://github.com/pdanpdan/vue-repl/issues/191)) ([ece4414](https://github.com/pdanpdan/vue-repl/commit/ece4414186fab8bb19290ed047e2a4ab665ae3ef))
10+
* serialize import maps ([e085e30](https://github.com/pdanpdan/vue-repl/commit/e085e3041a228fe0ec076056e23e8f55258120ab)), closes [#204](https://github.com/pdanpdan/vue-repl/issues/204)
11+
12+
13+
### Features
14+
15+
* add theme as classname to sandbox ([#203](https://github.com/pdanpdan/vue-repl/issues/203)) ([7e9dc0f](https://github.com/pdanpdan/vue-repl/commit/7e9dc0f3b1f2c488664ccfa22cdf21ba19926158))
16+
* apply theme to preview ([#200](https://github.com/pdanpdan/vue-repl/issues/200)) ([7ae1061](https://github.com/pdanpdan/vue-repl/commit/7ae106129274f13393808000fd25995d919ae0bd))
17+
* **playground:** use a height of 100dvh with fallback to original 100vh ([#182](https://github.com/pdanpdan/vue-repl/issues/182)) ([9e99990](https://github.com/pdanpdan/vue-repl/commit/9e99990f7aa2bd8792510fcc03fda931691e8353))
18+
* **preview:** allow inject customCode in SSR render and provide context constant SSR_CLIENT for conditional execution of custom code ([6c02276](https://github.com/pdanpdan/vue-repl/commit/6c022761506d8615f708dc7967887741f6958468))
19+
* support custom template ([#196](https://github.com/pdanpdan/vue-repl/issues/196)) ([8038b49](https://github.com/pdanpdan/vue-repl/commit/8038b49cc5fb76a7dc34acffcda5b3f55ff8aa11))
20+
21+
22+
123
## [1.0.19](https://github.com/pdanpdan/vue-repl/compare/v1.0.18...v1.0.19) (2024-01-02)
224

325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pdanpdan/vue-repl",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
44
"description": "Vue component for editing Vue components",
55
"packageManager": "[email protected]",
66
"type": "module",

0 commit comments

Comments
 (0)