Skip to content

Commit

Permalink
fix: Quasar v2 support (Vue 3) (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed Jul 13, 2021
2 parents f9b3306 + d8ccc75 commit 68c78aa
Show file tree
Hide file tree
Showing 377 changed files with 9,639 additions and 3,044 deletions.
99 changes: 99 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/ui"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: postcss
versions:
- 8.2.10
- 8.2.12
- 8.2.4
- 8.2.5
- 8.2.6
- 8.2.7
- 8.2.8
- 8.2.9
- dependency-name: open
versions:
- 8.0.1
- 8.0.2
- 8.0.3
- 8.0.4
- 8.0.5
- 8.0.6
- dependency-name: eslint-plugin-vue
versions:
- 7.5.0
- 7.6.0
- 7.7.0
- 7.8.0
- dependency-name: autoprefixer
versions:
- 10.2.4
- dependency-name: "@rollup/plugin-node-resolve"
versions:
- 11.1.0
- 11.1.1
- 11.2.0
- dependency-name: quasar-json-api
versions:
- 1.2.4
- 1.2.5
- dependency-name: "@rollup/plugin-commonjs"
versions:
- 17.0.0
- 17.1.0
- package-ecosystem: npm
directory: "/app-extension"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: eslint-plugin-vue
versions:
- 7.5.0
- 7.6.0
- 7.7.0
- 7.8.0
- package-ecosystem: npm
directory: "/ui/dev"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/demo"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: electron
versions:
- 11.2.1
- 11.2.2
- 11.2.3
- 11.3.0
- 12.0.0
- 12.0.1
- 12.0.2
- 12.0.4
- dependency-name: eslint
versions:
- 7.18.0
- 7.19.0
- 7.20.0
- 7.21.0
- 7.22.0
- 7.23.0
- 7.24.0
- dependency-name: eslint-plugin-vue
versions:
- 7.5.0
- 7.6.0
- 7.7.0
- 7.8.0
- dependency-name: quasar-app-extension-example-viewer
versions:
- 1.1.0
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ yarn-error.log*
*.njsproj
*.sln

docs/.quasar/
demo/.quasar/
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.



## [2.0.0-alpha.1] - XXXX-XX-XX
### Changed


## [Unreleased]
### Added
### Changed
### Removed
### Fixed
### Dependency
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ QFlashcard (Vue Plugin, UMD and Quasar App Extension)

* [/ui](ui) - standalone npm package
* [/app-extension](app-extension) - Quasar app extension
* [/demo](demo) - docs, demo and examples project
* [/demo](demo.old) - docs, demo and examples project
* [live demo](https://quasarframework.github.io/quasar-ui-qflashcard/docs) - live docs, demo and examples

# Demo Workflow
Expand Down
4 changes: 2 additions & 2 deletions app-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/quasar-app-extension-qflashcard",
"version": "1.0.5",
"version": "2.0.0-alpha.1",
"description": "A Quasar App Extension",
"author": "Jeff Galbraith <jeff@quasar.dev>",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"yarn": ">= 1.6.0"
},
"dependencies": {
"@quasar/quasar-ui-qflashcard": "^1.0.5"
"@quasar/quasar-ui-qflashcard": "^2.0.0-alpha.1"
},
"devDependencies": {
"@vue/eslint-config-standard": "^5.1.2",
Expand Down
4 changes: 2 additions & 2 deletions app-extension/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ module.exports = function (api) {
// Quasar compatibility check; you may need
// hard dependencies, as in a minimum version of the "quasar"
// package or a minimum version of "@quasar/app" CLI
api.compatibleWith('quasar', '^1.5.0')
api.compatibleWith('@quasar/app', '^1.3.0 || ^2.0.0') // needed for describe to work properly
api.compatibleWith('quasar', '^2.0.0')
api.compatibleWith('@quasar/app', '^3.0.0')

// Uncomment the line below if you provide a JSON API for your component
api.registerDescribeApi('QFlashcard', '~@quasar/quasar-ui-qflashcard/dist/api/QFlashcard.json')
Expand Down
1 change: 0 additions & 1 deletion demo/.eslintignore

This file was deleted.

63 changes: 0 additions & 63 deletions demo/.eslintrc.js

This file was deleted.

35 changes: 0 additions & 35 deletions demo/.stylintrc

This file was deleted.

21 changes: 0 additions & 21 deletions demo/LICENSE

This file was deleted.

6 changes: 0 additions & 6 deletions demo/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions demo/babel.config.js

This file was deleted.

9 changes: 0 additions & 9 deletions demo/jsconfig.json

This file was deleted.

48 changes: 0 additions & 48 deletions demo/package.json

This file was deleted.

Binary file removed demo/public/1.jpg
Binary file not shown.
Binary file removed demo/public/2.jpg
Binary file not shown.
Binary file removed demo/public/app-logo-128x128.png
Binary file not shown.
Binary file removed demo/public/icons/apple-icon-120x120.png
Binary file not shown.
Binary file removed demo/public/icons/apple-icon-152x152.png
Binary file not shown.
Binary file removed demo/public/icons/apple-icon-167x167.png
Binary file not shown.
Binary file removed demo/public/icons/apple-icon-180x180.png
Binary file not shown.
Binary file removed demo/public/icons/favicon-16x16.png
Binary file not shown.
Binary file removed demo/public/icons/favicon-32x32.png
Binary file not shown.
Binary file removed demo/public/icons/favicon-96x96.png
Binary file not shown.
Binary file removed demo/public/icons/favicon.ico
Binary file not shown.
Binary file removed demo/public/icons/icon-128x128.png
Binary file not shown.
Binary file removed demo/public/icons/icon-192x192.png
Binary file not shown.
Binary file removed demo/public/icons/icon-256x256.png
Binary file not shown.
Binary file removed demo/public/icons/icon-384x384.png
Binary file not shown.
Binary file removed demo/public/icons/icon-512x512.png
Binary file not shown.
Binary file removed demo/public/icons/ms-icon-144x144.png
Binary file not shown.
1 change: 0 additions & 1 deletion demo/public/icons/safari-pinned-tab.svg

This file was deleted.

8 changes: 0 additions & 8 deletions demo/quasar.extensions.json

This file was deleted.

9 changes: 0 additions & 9 deletions demo/src-electron/electron-flag.d.ts

This file was deleted.

Binary file removed demo/src-electron/icons/icon.icns
Binary file not shown.
Binary file removed demo/src-electron/icons/linux-512x512.png
Binary file not shown.
Loading

0 comments on commit 68c78aa

Please sign in to comment.