Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-embed-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lecepin authored Sep 9, 2024
2 parents 76eb20c + ec393cf commit ef538d0
Show file tree
Hide file tree
Showing 17 changed files with 761 additions and 751 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## [4.4.1](https://github.com/vuejs/repl/compare/v4.4.0...v4.4.1) (2024-09-08)


### Bug Fixes

* cancel creating new file ([#281](https://github.com/vuejs/repl/issues/281)) ([7467f38](https://github.com/vuejs/repl/commit/7467f38f65e4b05dacc389644a8001b24f86fcdb))
* type error ([6653d0e](https://github.com/vuejs/repl/commit/6653d0e4b0b30eeee4bfe0c0c92bf00a84c0c753))


### Features

* add `autoSave` toggle button ([#283](https://github.com/vuejs/repl/issues/283)) ([83d8e48](https://github.com/vuejs/repl/commit/83d8e487de724261cf709c5648cc2512b4c33732))
* export `languageToolsVersion` ([5a92a92](https://github.com/vuejs/repl/commit/5a92a9259da01da4aa30b09ed6dcedfb4503c71d))



# [4.4.0](https://github.com/vuejs/repl/compare/v4.3.1...v4.4.0) (2024-09-07)


### Bug Fixes

* debounce reloadLanguageTools in monaco ([f9f650a](https://github.com/vuejs/repl/commit/f9f650ada945f7ea597b7e7b51c132c4594bd5cb)), closes [#275](https://github.com/vuejs/repl/issues/275) [#263](https://github.com/vuejs/repl/issues/263)
* no default value for object props ([d786626](https://github.com/vuejs/repl/commit/d78662652ec18f4610facc8f3e2a50f38c01f93f))
* rollback & pin volar version ([c6f58c7](https://github.com/vuejs/repl/commit/c6f58c7f4d04799a64f788251362f8349728bea4))


### Features

* add more customization options ([#274](https://github.com/vuejs/repl/issues/274)) ([c73b786](https://github.com/vuejs/repl/commit/c73b7868d73d3dad792c80a36507ce92234443d4))
* expose `editorOptions.monacoOptions` ([00176d0](https://github.com/vuejs/repl/commit/00176d007ff5eb74e216abff3de87e625cde543b)), closes [#277](https://github.com/vuejs/repl/issues/277) [#232](https://github.com/vuejs/repl/issues/232)
* reactivity `autoSave` option ([#266](https://github.com/vuejs/repl/issues/266)) ([d90082a](https://github.com/vuejs/repl/commit/d90082a2e44956e08fc64d296661b30ea4590506))



## [4.3.1](https://github.com/vuejs/repl/compare/v4.3.0...v4.3.1) (2024-07-03)


Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@vue/repl",
"version": "4.3.1",
"version": "4.4.1",
"description": "Vue component for editing Vue components",
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.9.0",
"type": "module",
"main": "dist/ssr-stub.js",
"module": "dist/vue-repl.js",
Expand Down Expand Up @@ -71,40 +71,40 @@
},
"homepage": "https://github.com/vuejs/repl#readme",
"devDependencies": {
"@babel/standalone": "^7.25.5",
"@babel/types": "^7.25.4",
"@eslint/js": "^9.9.1",
"@babel/standalone": "^7.25.6",
"@babel/types": "^7.25.6",
"@eslint/js": "^9.10.0",
"@rollup/plugin-replace": "^5.0.7",
"@shikijs/monaco": "^1.14.1",
"@shikijs/monaco": "^1.16.2",
"@types/babel__standalone": "^7.1.7",
"@types/codemirror": "^5.60.15",
"@types/hash-sum": "^1.0.2",
"@types/node": "^22.5.0",
"@vitejs/plugin-vue": "^5.1.2",
"@volar/jsdelivr": "2.4.0-alpha.12",
"@volar/monaco": "2.4.0-alpha.12",
"@vue/babel-plugin-jsx": "^1.2.2",
"@vue/language-service": "~2.0.29",
"@types/node": "^22.5.4",
"@vitejs/plugin-vue": "^5.1.3",
"@volar/jsdelivr": "~2.4.4",
"@volar/monaco": "~2.4.4",
"@vue/babel-plugin-jsx": "^1.2.4",
"@vue/language-service": "~2.1.6",
"assert": "^2.1.0",
"bumpp": "^9.5.2",
"codemirror": "^5.65.17",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.9.1",
"eslint-plugin-vue": "^9.27.0",
"eslint": "^9.10.0",
"eslint-plugin-vue": "^9.28.0",
"fflate": "^0.8.2",
"hash-sum": "^2.0.0",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"monaco-editor-core": "^0.51.0",
"prettier": "^3.3.3",
"shiki": "^1.14.1",
"shiki": "^1.16.2",
"simple-git-hooks": "^2.11.1",
"sucrase": "^3.35.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"vite": "^5.4.2",
"vite-plugin-dts": "^4.0.3",
"typescript-eslint": "^8.4.0",
"vite": "^5.4.3",
"vite-plugin-dts": "^4.2.1",
"vscode-uri": "^3.0.8",
"vue": "^3.4.38",
"vue-tsc": "~2.0.29"
"vue": "^3.5.3",
"vue-tsc": "~2.1.6"
}
}
Loading

0 comments on commit ef538d0

Please sign in to comment.