diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7dc48ce7a11..dc3ac01f6b6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -12,9 +12,9 @@ Hi! I’m really excited that you are interested in contributing to Quasar. Befo - The issue list of this repo is **exclusively** for bug reports and feature requests. Non-conforming issues will be closed immediately. - - For simple beginner questions, you can get quick answers from the [Quasar Discord chat](http://chat.quasar-framework.org). + - For simple beginner questions, you can get quick answers from the [Quasar Discord chat](https://chat.quasar.dev). - - For more complicated questions, you can use [the official forum](https://forum.quasar-framework.org/). Make sure to provide enough information when asking your questions - this makes it easier for others to help you! + - For more complicated questions, you can use [the official forum](https://forum.quasar.dev/). Make sure to provide enough information when asking your questions - this makes it easier for others to help you! - Try to search for your issue, it may have already been answered or even fixed in the development branch (`dev`). diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index dcdea795d82..a7e30d4b0c2 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,9 +4,9 @@ Got a question? === The issue list of this repo is **exclusively** for bug reports and feature requests. For simple questions, please use the following resources: -- Read the docs: https://v1.quasar-framework.org -- For simple/quick questions ask on the Discord chat room: http://chat.quasar-framework.org/ -- For complex questions or requiring help, ask on the forum: https://forum.quasar-framework.org/ +- Read the docs: https://quasar.dev +- For simple/quick questions ask on the Discord chat room: https://chat.quasar.dev/ +- For complex questions or requiring help, ask on the forum: https://forum.quasar.dev/ Reporting a bug? ================ diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5133e173a4d..5d2140b9ac8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -28,7 +28,7 @@ If yes, please describe the impact and migration path for existing applications: - [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix: #xxx[,#xxx]`, where "xxx" is the issue number) - [ ] It's been tested on a Cordova (iOS, Android) app - [ ] It's been tested on a Electron app -- [ ] Any necessary documentation has been added or updated [in the docs](https://github.com/quasarframework/quasar-framework.org/tree/dev/source) (for faster update click on "Suggest an edit on GitHub" at bottom of page) or explained in the PR's description. +- [ ] Any necessary documentation has been added or updated [in the docs](https://github.com/quasarframework/quasar/tree/dev/docs) (for faster update click on "Suggest an edit on GitHub" at bottom of page) or explained in the PR's description. If adding a **new feature**, the PR's description includes: - [ ] A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it) diff --git a/README.md b/README.md index 0bcad54a22b..2f9e7bf5a2d 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,17 @@ -![Quasar Framework logo](https://cdn.quasar-framework.org/logo/svg/quasar-logo-full-inline.svg) +![Quasar Framework logo](https://cdn.quasar.dev/logo/svg/quasar-logo-full-inline.svg) # Quasar Framework > Build responsive Single Page Apps, **SSR Apps**, PWAs, Hybrid Mobile Apps and Electron Apps, all using the same codebase!, powered with Vue. - - [![Join the chat at https://discord.gg/5TDhbDg](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/5TDhbDg) - + [![https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg](https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg)](https://good-labs.github.io/greater-good-affirmation) Please submit a PR to https://github.com/quasarframework/quasar-awesome with your website/app/Quasar tutorial/video etc. Thank you! -## v1 beta is available! -https://v1.quasar-framework.org - ## Supporting Quasar Quasar Framework is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support by these awesome [backers](https://github.com/rstoenescu/quasar-framework/blob/dev/backers.md). If you'd like to join them, check out [Quasar Framework's Patreon campaign](https://www.patreon.com/quasarframework). @@ -27,12 +22,12 @@ Quasar Framework is an MIT-licensed open source project. Its ongoing development - + - + @@ -40,12 +35,12 @@ Quasar Framework is an MIT-licensed open source project. Its ongoing development - + - + @@ -53,12 +48,12 @@ Quasar Framework is an MIT-licensed open source project. Its ongoing development - + - + @@ -66,12 +61,12 @@ Quasar Framework is an MIT-licensed open source project. Its ongoing development - + - + @@ -79,12 +74,12 @@ Quasar Framework is an MIT-licensed open source project. Its ongoing development - + - + @@ -92,7 +87,7 @@ Quasar Framework is an MIT-licensed open source project. Its ongoing development - + @@ -106,12 +101,12 @@ Quasar Framework is an MIT-licensed open source project. Its ongoing development - + - + @@ -119,7 +114,7 @@ Quasar Framework is an MIT-licensed open source project. Its ongoing development - + @@ -128,7 +123,7 @@ Quasar Framework is an MIT-licensed open source project. Its ongoing development ## Documentation -Head on to the Quasar Framework official website: [https://v1.quasar-framework.org](https://v1.quasar-framework.org) +Head on to the Quasar Framework official website: [https://quasar.dev](https://quasar.dev) ## Stay in Touch @@ -136,11 +131,11 @@ For latest releases and announcements, follow on Twitter: [@quasarframework](htt ## Chat Support -Ask questions at the official community Discord server: [http://chat.quasar-framework.org](http://chat.quasar-framework.org) +Ask questions at the official community Discord server: [https://chat.quasar.dev](https://chat.quasar.dev) ## Community Forum -Ask questions at the official community forum: [https://forum.quasar-framework.org](https://forum.quasar-framework.org) +Ask questions at the official community forum: [https://forum.quasar.dev](https://forum.quasar.dev) ## Contributing @@ -150,7 +145,7 @@ I'm excited if you want to contribute to Quasar under any form (report bugs, wri **Please use the appropriate GitHub repo to report issues. See "Related Components" above.** For example, a bug related to CLI should be reported to the CLI repo, one related to build issues to Quasar Framework Templates repo and so on. -- The issue list of the repository is **exclusively** for bug reports and feature requests. For anything else please use the [Community Forum](https://forum.quasar-framework.org). +- The issue list of the repository is **exclusively** for bug reports and feature requests. For anything else please use the [Community Forum](https://forum.quasar.dev). - Try to search for your issue, it may have already been fixed in the development branch or it may have a resolution. diff --git a/SECURITY.md b/SECURITY.md index da177e06c1c..254c4a44632 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,7 +14,7 @@ If you have found a potential security threat, vulnerability or exploit in Quasa or one of its upstream dependencies, please DON’T create a pull-request, DON’T file an issue on GitHub, DON’T mention it on Discord and DON’T create a forum thread. -DO reach out to the team by sending an email to security@quasar-framework.org - we +DO reach out to the team by sending an email to security@quasar.dev - we will investigate and work with you to triage this issue and help you to report it if appropriate. At the current time we do not have the financial ability to reward bounties, but in extreme cases will at our discretion consider a reward. @@ -25,8 +25,8 @@ You can apply to book the Quasar team’s security experts to perform a Security for your project. Contact us to find out more about how to acquire, validate and publish an official timestamped and version-locked audit badge. -security@quasar-framework.org +security@quasar.dev ## Security Documentation -https://v1.quasar-framework.org/security/ +https://quasar.dev/security/ diff --git a/babel-preset-app/package.json b/babel-preset-app/package.json index 0aa1f80282e..e3a26120125 100644 --- a/babel-preset-app/package.json +++ b/babel-preset-app/package.json @@ -1,6 +1,6 @@ { "name": "@quasar/babel-preset-app", - "version": "1.0.2", + "version": "1.0.3", "description": "Babel preset for Quasar CLI", "main": "index.js", "scripts": { @@ -46,7 +46,7 @@ }, "license": "MIT", "bugs": "https://github.com/quasarframework/quasar/issues", - "homepage": "http://quasar-framework.org", + "homepage": "https://quasar.dev", "engines": { "node": ">= 8.9.0", "npm": ">= 5.6.0", diff --git a/backers.md b/backers.md index 83c9e02b259..b27f51f226a 100644 --- a/backers.md +++ b/backers.md @@ -7,12 +7,12 @@ Quasar Framework is an MIT licensed open source project and completely free to u - + - + @@ -21,7 +21,7 @@ Quasar Framework is an MIT licensed open source project and completely free to u - + @@ -39,7 +39,7 @@ You can join them in supporting Quasar development by [pledging on Patreon](http - + @@ -53,7 +53,7 @@ You can join them in supporting Quasar development by [pledging on Patreon](http - + @@ -67,12 +67,12 @@ You can join them in supporting Quasar development by [pledging on Patreon](http - + - + @@ -80,12 +80,12 @@ You can join them in supporting Quasar development by [pledging on Patreon](http - + - + @@ -93,12 +93,12 @@ You can join them in supporting Quasar development by [pledging on Patreon](http - + - + @@ -207,7 +207,7 @@ You can join them in supporting Quasar development by [pledging on Patreon](http - David Flasterstein - Jay McGuinness - Jesse Sudich (Outflank Pay Tracker) -- Controle Digital +- Controle Digital - Tobias Mesquita - Volentix - Pascual Strømsnæs diff --git a/docs/package.json b/docs/package.json index 62df1be7aab..2d195c1d153 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,5 +1,5 @@ { - "name": "docs", + "name": "quasar.dev", "version": "0.0.1", "description": "Official Quasar Docs Website", "productName": "quasar-docs", diff --git a/docs/quasar.conf.js b/docs/quasar.conf.js index 784092ca2f9..cbbdb4e63e3 100644 --- a/docs/quasar.conf.js +++ b/docs/quasar.conf.js @@ -110,39 +110,39 @@ module.exports = function (ctx) { theme_color: '#027be3', icons: [ { - 'src': 'https://cdn.quasar-framework.org/app-icons/icon-128x128.png', + 'src': 'https://cdn.quasar.dev/app-icons/icon-128x128.png', 'sizes': '128x128', 'type': 'image/png' }, { - 'src': 'https://cdn.quasar-framework.org/app-icons/icon-192x192.png', + 'src': 'https://cdn.quasar.dev/app-icons/icon-192x192.png', 'sizes': '192x192', 'type': 'image/png' }, { - 'src': 'https://cdn.quasar-framework.org/app-icons/icon-256x256.png', + 'src': 'https://cdn.quasar.dev/app-icons/icon-256x256.png', 'sizes': '256x256', 'type': 'image/png' }, { - 'src': 'https://cdn.quasar-framework.org/app-icons/icon-384x384.png', + 'src': 'https://cdn.quasar.dev/app-icons/icon-384x384.png', 'sizes': '384x384', 'type': 'image/png' }, { - 'src': 'https://cdn.quasar-framework.org/app-icons/icon-512x512.png', + 'src': 'https://cdn.quasar.dev/app-icons/icon-512x512.png', 'sizes': '512x512', 'type': 'image/png' } ] }, metaVariables: { - appleTouchIcon120: 'https://cdn.quasar-framework.org/app-icons/apple-icon-120x120.png', - appleTouchIcon180: 'https://cdn.quasar-framework.org/app-icons/apple-icon-180x180.png', - appleTouchIcon152: 'https://cdn.quasar-framework.org/app-icons/apple-icon-152x152.png', - appleTouchIcon167: 'https://cdn.quasar-framework.org/app-icons/apple-icon-167x167.png', - appleSafariPinnedTab: 'https://cdn.quasar-framework.org/app-icons/safari-pinned-tab.svg', - msapplicationTileImage: 'https://cdn.quasar-framework.org/app-icons/ms-icon-144x144.png' + appleTouchIcon120: 'https://cdn.quasar.dev/app-icons/apple-icon-120x120.png', + appleTouchIcon180: 'https://cdn.quasar.dev/app-icons/apple-icon-180x180.png', + appleTouchIcon152: 'https://cdn.quasar.dev/app-icons/apple-icon-152x152.png', + appleTouchIcon167: 'https://cdn.quasar.dev/app-icons/apple-icon-167x167.png', + appleSafariPinnedTab: 'https://cdn.quasar.dev/app-icons/safari-pinned-tab.svg', + msapplicationTileImage: 'https://cdn.quasar.dev/app-icons/ms-icon-144x144.png' } }, diff --git a/docs/src/components/DocPage.vue b/docs/src/components/DocPage.vue index edba3bcc9f5..1144ed0bb34 100644 --- a/docs/src/components/DocPage.vue +++ b/docs/src/components/DocPage.vue @@ -62,7 +62,7 @@ q-page.doc-page a(href="https://discord.gg/5TDhbDg", target="_blank") q-icon(name="fab fa-discord") - a(href="https://forum.quasar-framework.org/", target="_blank") + a(href="https://forum.quasar.dev/", target="_blank") q-icon(name="fas fa-comments") a(href="https://www.patreon.com/quasarframework", target="_blank") diff --git a/docs/src/components/HeaderMenu.vue b/docs/src/components/HeaderMenu.vue index 626e5507ade..8ce30fca172 100644 --- a/docs/src/components/HeaderMenu.vue +++ b/docs/src/components/HeaderMenu.vue @@ -3,14 +3,7 @@ div q-btn-dropdown.text-bold(:align="align", flat, no-caps, stretch, :label="`v${$q.version}`", auto-close) q-list q-item( - clickable - tag="a" - :href="`https://quasar-framework.org/`" - target="_blank" - ) - q-item-section v0.17 - q-item( - v-for="version in ['16', '15', '14', '13']" + v-for="version in ['17', '16', '15', '14', '13']" :key="version" clickable tag="a" @@ -62,7 +55,7 @@ div q-item-label(header) Social - q-item(clickable, tag="a", href="https://forum.quasar-framework.org/category/1/announcements", target="_blank") + q-item(clickable, tag="a", href="https://forum.quasar.dev/category/1/announcements", target="_blank") q-item-section.text-purple(avatar) q-icon(name="announcement") q-item-section Announcements @@ -80,7 +73,7 @@ div q-icon(name="fab fa-discord") q-item-section Chat - q-item(clickable, tag="a", href="https://forum.quasar-framework.org/", target="_blank") + q-item(clickable, tag="a", href="https://forum.quasar.dev/", target="_blank") q-item-section.text-secondary(avatar) q-icon(name="fas fa-comments") q-item-section Forum diff --git a/docs/src/components/page-parts/sponsors-and-backers/Sponsor.vue b/docs/src/components/page-parts/sponsors-and-backers/Sponsor.vue index df13bebc5fd..9cee86a8bc9 100644 --- a/docs/src/components/page-parts/sponsors-and-backers/Sponsor.vue +++ b/docs/src/components/page-parts/sponsors-and-backers/Sponsor.vue @@ -3,7 +3,7 @@ q-card-section.quasar-sponsor__title {{ name }} q-separator q-card-section.quasar-sponsor__logo.flex.flex-center(v-if="img") - q-img(alt="name", :src="`https://cdn.quasar-framework.org/sponsors/${img}`") + q-img(alt="name", :src="`https://cdn.quasar.dev/sponsors/${img}`")