Skip to content

Commit b454bee

Browse files
committed
Merge branch 'dev' of https://github.com/maiolica/quasar into dev
2 parents 639d245 + 809244a commit b454bee

1,848 files changed

Lines changed: 66551 additions & 60770 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.eslintrc.cjs

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug-report--quasar-v1.yml

Lines changed: 0 additions & 142 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug-report--quasar-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ body:
4242
Fork one of the following, hit save then copy-paste the URL here:
4343
- [Codepen](https://codepen.quasar.dev)
4444
- [jsFiddle](https://jsfiddle.quasar.dev)
45-
- [StackBlitz - app-vite](https://stackblitz.com/fork/quasarframework)
46-
- [StackBlitz - app-webpack](https://stackblitz.com/fork/quasarframework-webpack)
45+
- [StackBlitz - app-vite](https://stackblitz-vite.quasar.dev)
46+
- [StackBlitz - app-webpack](https://stackblitz-webpack.quasar.dev)
4747
- [Codesandbox](https://codesandbox.quasar.dev)
4848
_You can provide a GitHub repo only as a last resort. Keep in mind that it will be prioritized less as it makes the reproduction process slower._
4949
placeholder: https://codepen.io/rstoenescu/pen/xxEvBLR - DO NOT use this example value or a random URL

.github/ISSUE_TEMPLATE/docs-report--quasar-v1.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

.github/workflows/build-types.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
uses: actions/upload-artifact@v4
8080
with:
8181
name: types-build
82+
include-hidden-files: true # to include the .pr-number file
8283
path: |
8384
ui/dist/api
8485
ui/dist/types

.github/workflows/process-created-issue.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
env:
1919
# Mimic ternary operator, see https://github.com/actions/runner/issues/409#issuecomment-752775072
2020
TEMPLATE_TYPE: ${{ contains(github.event.issue.labels.*.name, 'kind/bug 🐞') && 'bug' || 'docs' }}
21-
TEMPLATE_VERSION: ${{ contains(github.event.issue.labels.*.name, 'Qv1') && 'v1' || 'v2' }}
21+
TEMPLATE_VERSION: 'v2'
22+
# TEMPLATE_VERSION: ${{ contains(github.event.issue.labels.*.name, 'Qv2') && 'v2' || 'v3' }} # uncomment when Quasar v3 is available
2223
steps:
2324
- uses: actions/checkout@v4
2425

@@ -34,7 +35,7 @@ jobs:
3435
Hi @${{ github.event.issue.user.login }}! 👋
3536
3637
It looks like you provided an invalid or unsupported reproduction URL.
37-
Do not use any service other than [Codepen](https://codepen.io), [jsFiddle](https://jsfiddle.net), [StackBlitz](https://stackblitz.com), [Codesandbox](https://codesandbox.io), and [GitHub](https://github.com).
38+
Do not use any service other than [Codepen](https://codepen.io), [jsFiddle](https://jsfiddle.net), [StackBlitz](https://stackblitz.com), [CodeSandbox](https://codesandbox.io), and [GitHub](https://github.com).
3839
Make sure the URL you provided is correct and reachable. You can test it by visiting it in a private tab, another device, etc.
3940
Please **edit your original post above** and provide a valid reproduction URL as explained.
4041

.github/workflows/project-creation-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
fail-fast: false
7676
matrix:
7777
script-type: [js, ts]
78-
app-engine: [vite-1, vite-2, webpack-3, webpack-4]
78+
app-engine: [vite-2, webpack-4]
7979
node-version: [18, 20]
8080
package-manager: [yarn, npm, pnpm]
8181

@@ -181,4 +181,3 @@ jobs:
181181
fi
182182
183183
kill $!
184-

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ ui/.vscode/
99
node_modules/
1010
yarn.lock
1111
package-lock.json
12+
13+
.eslintcache

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# pnpm-related options
22
shamefully-hoist=true
33
strict-peer-dependencies=false
4+
link-workspace-packages=true

0 commit comments

Comments
 (0)