Skip to content

Releases: pdanpdan/quasar-play

v1.2.0

03 Dec 22:45
Compare
Choose a tag to compare

Major refactoring:

  • use @pdanpdan/vue-repl fork
  • add support for SASS/SCSS
  • add auto-save config

v1.1.2

21 Nov 00:41
Compare
Choose a tag to compare
  • major refactoring to use replStore from vue repl
  • add prod query string param to start in prod mode
  • add ssr query string param to start in ssr mode
  • add file query string for current file tab selection

v1.0.8

19 Nov 12:07
Compare
Choose a tag to compare
  • add refresh button in preview

v1.0.7

19 Nov 11:52
Compare
Choose a tag to compare
  • add URL query configuration:

    • preview with no value or with a lower case converted value of '', 'true', 't', or '1' will start the REPL with the output area as default when the size is small
    • previewMode or preview-mode will select the preview tab displayed (one of preview, js, css, or ssr) - defaults to preview
    • editor with a value of codemirror or mirror will use CodeMirror editor instead of Monaco (lighter on resources)
    • sfcOptions or sfc-options with a JSON stringified object will be used as sfcOptions for @vue/repl
    • previewOptions or preview-options with a JSON stringified object will be used as previewOptions for @vue/repl
  • add share URL configurator

v1.0.6

19 Nov 02:09
Compare
Choose a tag to compare
  • feat: add DEV/PROD toggle

v1.0.5

19 Nov 01:19
Compare
Choose a tag to compare
  • feat: add URL search param preview to show the preview pane by default when on small

v1.0.0

18 Nov 21:33
Compare
Choose a tag to compare

Initial release.

Vue REPL with support for:

  • Quasar components
  • VueRouter
  • VueI18n
  • Pinia
  • JS/TS