Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/repl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: vuetifyjs/vue-repl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Oct 14, 2022

  1. feat: install vuetify

    KaelWD committed Oct 14, 2022
    Copy the full SHA
    0422b9d View commit details
  2. Copy the full SHA
    a75642e View commit details
  3. fix: mark vuetify as external

    KaelWD committed Oct 14, 2022
    Copy the full SHA
    dea7768 View commit details

Commits on Oct 16, 2022

  1. v1.4.0

    KaelWD committed Oct 16, 2022
    Copy the full SHA
    e7095c4 View commit details
  2. Copy the full SHA
    6d2c8fa View commit details
  3. v1.4.1

    KaelWD committed Oct 16, 2022
    Copy the full SHA
    452c968 View commit details

Commits on Oct 30, 2022

  1. chore: enable sourcemaps

    KaelWD committed Oct 30, 2022
    Copy the full SHA
    ec97a04 View commit details
  2. 1.4.2

    KaelWD committed Oct 30, 2022
    Copy the full SHA
    08c7c2e View commit details

Commits on Nov 1, 2022

  1. Copy the full SHA
    f40a372 View commit details
  2. fix: correct header height

    nekosaur committed Nov 1, 2022
    Copy the full SHA
    d7658e9 View commit details
  3. fix: remove unused function

    KaelWD committed Nov 1, 2022
    Copy the full SHA
    29af361 View commit details
  4. 1.4.3

    KaelWD committed Nov 1, 2022
    Copy the full SHA
    41610e1 View commit details

Commits on Dec 5, 2022

  1. Copy the full SHA
    19ed153 View commit details
  2. Copy the full SHA
    a84174a View commit details

Commits on May 28, 2023

  1. feat: add emmet

    KaelWD committed May 28, 2023
    Copy the full SHA
    5af8e42 View commit details
  2. feat: add prettier

    KaelWD committed May 28, 2023
    Copy the full SHA
    72f7b11 View commit details
  3. 1.6.0

    KaelWD committed May 28, 2023
    Copy the full SHA
    b797c16 View commit details
  4. fix: update formatting rules

    KaelWD committed May 28, 2023
    Copy the full SHA
    c5932c2 View commit details
  5. 1.6.1

    KaelWD committed May 28, 2023
    Copy the full SHA
    d238aa2 View commit details
  6. fix: set prettier parser mode

    KaelWD committed May 28, 2023
    Copy the full SHA
    e0edd7e View commit details
  7. 1.6.2

    KaelWD committed May 28, 2023
    Copy the full SHA
    5004917 View commit details
  8. Copy the full SHA
    63a0448 View commit details
  9. 1.6.3

    KaelWD committed May 28, 2023
    Copy the full SHA
    243dd75 View commit details
  10. fix: catch prettier errors

    KaelWD committed May 28, 2023
    Copy the full SHA
    9ccc539 View commit details
  11. 1.6.4

    KaelWD committed May 28, 2023
    Copy the full SHA
    d03b2bd View commit details

Commits on Sep 12, 2023

  1. Merge branch 'main'

    nekosaur committed Sep 12, 2023
    Copy the full SHA
    504af08 View commit details
  2. fix: merge issues

    nekosaur committed Sep 12, 2023
    Copy the full SHA
    16a3675 View commit details
  3. 2.0.0

    nekosaur committed Sep 12, 2023
    Copy the full SHA
    d04bbb5 View commit details

Commits on Sep 20, 2023

  1. feat: add emmet to monaco

    KaelWD committed Sep 20, 2023
    Copy the full SHA
    6d606a3 View commit details
  2. feat: add prettier to monaco

    KaelWD committed Sep 20, 2023
    Copy the full SHA
    3c6c9dd View commit details
  3. Copy the full SHA
    57aa5f7 View commit details
  4. chore: resolve build errors

    KaelWD committed Sep 20, 2023
    Copy the full SHA
    d1ab950 View commit details
  5. 2.1.0

    KaelWD committed Sep 20, 2023
    Copy the full SHA
    5841941 View commit details
  6. Copy the full SHA
    ef2c925 View commit details
  7. Copy the full SHA
    25d65be View commit details
  8. 2.1.1

    KaelWD committed Sep 20, 2023
    Copy the full SHA
    7efea0d View commit details

Commits on Oct 28, 2023

  1. Copy the full SHA
    758ceb8 View commit details

Commits on Mar 8, 2024

  1. Copy the full SHA
    abcdcb2 View commit details
  2. Copy the full SHA
    bd5c449 View commit details
  3. Copy the full SHA
    00e1c3c View commit details
  4. Copy the full SHA
    e10279d View commit details

Commits on Apr 21, 2025

  1. feat: add toggle word wrap (#2)

    * feat(monaco): added word wrap toggle
    
    * style: avoid message overlap with bottom switches
    
    * chore(prettier): migrate to async formatting and updated plugin imports
    
    * chore(deps): align versions with the usage
    
    * chore(prettier): use async formatting in codemirror
    
    * chore(deps): update vite-plugin-vuetify and vuetify versions
    
    * chore(build): use vite-plugin-dts for types gen
    
    * chore(deps): add missing lint-staged dev dependency
    oumoussa98 authored Apr 21, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f4a420e View commit details

Commits on May 17, 2025

  1. feat: file explorer via navigation drawer (#5)

    * chore: extract file selector logic into a composable
    
    * chore: added file explorer using navigation drawer
    
    * chore: added ability to open and close file explorer
    
    * chore: use file selector as recent files explorer
    
    * chore: added close button to file selector tab items
    
    * chore: minor UI updates
    
    * chore: hide file explorer be default in mdAndDown
    
    * fix: filter out deleted files from recent files
    
    * chore: properly update recent files when active file changes
    
    * style: UI tweaks 🎨
    
    * chore: added missing computed import
    
    * chore(deps): bump @babel/types to latest version
    
    * fix: exclude hidden files for mdAndDown in file selector
    oumoussa98 authored May 17, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6bea261 View commit details

Commits on May 29, 2025

  1. 2.2.0

    johnleider committed May 29, 2025
    Copy the full SHA
    b264463 View commit details
  2. chore: release v2.2.1

    johnleider committed May 29, 2025
    Copy the full SHA
    f85e061 View commit details

Commits on May 30, 2025

  1. Copy the full SHA
    cba6002 View commit details
  2. chore: release v2.2.2

    johnleider committed May 30, 2025
    Copy the full SHA
    9bd878d View commit details
3 changes: 2 additions & 1 deletion api-extractor.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,8 @@
"mainEntryPointFilePath": "./dist/src/index.d.ts",

"dtsRollup": {
"enabled": true
"enabled": true,
"untrimmedFilePath": "./dist/repl.d.ts"
},

"apiReport": {
1 change: 1 addition & 0 deletions index-dist.html
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css" rel="stylesheet">
<title>Vue SFC Playground</title>
<style>
body {
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css" rel="stylesheet">
<title>Vue SFC Playground</title>
<style>
body {
78 changes: 48 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/repl",
"version": "2.5.8",
"name": "@vuetify/vue-repl",
"version": "2.2.2",
"description": "Vue component for editing Vue components",
"packageManager": "pnpm@8.6.10",
"type": "module",
@@ -9,34 +9,34 @@
"files": [
"dist"
],
"types": "dist/repl.d.ts",
"types": "dist/vue-repl.d.ts",
"exports": {
".": {
"types": "./dist/repl.d.ts",
"types": "./dist/vue-repl.d.ts",
"import": "./dist/vue-repl.js",
"require": "./dist/ssr-stub.js"
},
"./monaco-editor": {
"types": "./dist/editor-types.d.ts",
"types": "./dist/monaco-editor.d.ts",
"import": "./dist/monaco-editor.js",
"require": null
},
"./codemirror-editor": {
"types": "./dist/editor-types.d.ts",
"types": "./dist/codemirror-editor.d.ts",
"import": "./dist/codemirror-editor.js",
"require": null
},
"./style.css": "./dist/style.css",
"./dist/style.css": "./dist/style.css"
"./package.json": "./package.json",
"./style.css": "./dist/vue-repl.css",
"./dist/style.css": "./dist/vue-repl.css"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build-types": "vue-tsc -p tsconfig.build.json && api-extractor run -c api-extractor.json && node scripts/cleanup.js",
"build-preview": "vite build -c vite.preview.config.ts",
"format": "prettier --write .",
"release": "bumpp -r",
"prepublishOnly": "npm run build && npm run build-types"
"prepublishOnly": "npm run build"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
@@ -48,42 +48,60 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/repl.git"
"url": "git+https://github.com/vuetifyjs/vue-repl.git"
},
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/repl/issues"
"url": "https://github.com/vuetifyjs/vue-repl/issues"
},
"homepage": "https://github.com/vuejs/repl#readme",
"homepage": "https://github.com/vuetifyjs/vue-repl#readme",
"devDependencies": {
"@babel/types": "^7.22.5",
"@microsoft/api-extractor": "^7.36.3",
"@rollup/plugin-replace": "^5.0.2",
"@types/codemirror": "^5.60.8",
"@types/node": "^20.4.5",
"@vitejs/plugin-vue": "^4.2.3",
"@babel/types": "^7.27.1",
"@emmetio/abbreviation": "^2.3.3",
"@emmetio/codemirror-plugin": "^1.2.4",
"@emmetio/css-abbreviation": "^2.1.8",
"@mdi/js": "6.2.95",
"@microsoft/api-extractor": "^7.42.3",
"@rollup/plugin-replace": "^5.0.5",
"@types/codemirror": "^5.60.15",
"@types/node": "^20.11.25",
"@types/prettier": "^2.7.3",
"@vitejs/plugin-vue": "^5.0.4",
"@volar/cdn": "~1.9.2",
"@volar/monaco": "~1.9.2",
"@volar/typescript": "~1.9.2",
"@vue/language-service": "1.8.6",
"bumpp": "^9.1.1",
"bumpp": "^9.4.0",
"codemirror": "^5.65.14",
"fflate": "^0.8.0",
"emmet": "^2.4.6",
"emmet-monaco-es": "^5.3.2",
"fflate": "^0.8.2",
"hash-sum": "^2.0.0",
"lint-staged": "^13.2.3",
"monaco-editor-core": "^0.40.0",
"lint-staged": "^15.5.1",
"monaco-editor-core": "^0.46.0",
"monaco-editor-textmate": "^4.0.0",
"monaco-textmate": "^3.0.1",
"monaco-volar": "^0.4.0",
"onigasm": "^2.2.5",
"path-browserify": "^1.0.1",
"prettier": "^3.0.0",
"simple-git-hooks": "^2.9.0",
"sucrase": "^3.34.0",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vue": "^3.3.4",
"vue-tsc": "1.8.6"
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"sass": "^1.86.3",
"sucrase": "^3.35.0",
"typescript": "^5.8.3",
"vite": "^6.3.2",
"vite-plugin-dts": "^4.5.3",
"vite-plugin-vuetify": "^2.1.1",
"vue": "^3.5.13",
"vue-tsc": "2.2.8",
"vuetify": "3.8.2"
},
"peerDependencies": {
"vue": "^3.5.13",
"vuetify": "^3.8.2"
},
"publishConfig": {
"access": "public"
}
}
Loading