hash stringlengths 40 40 | date stringdate 2016-01-13 02:22:49 2025-03-03 16:03:28 | author stringclasses 78
values | commit_message stringlengths 16 242 | is_merge bool 1
class | masked_commit_message stringlengths 5 208 | type stringclasses 6
values | git_diff stringlengths 194 41.5M |
|---|---|---|---|---|---|---|---|
914e3addf0f7d42f695272b663e679cf305fdf73 | 2021-04-23 10:42:03 | Razvan Stoenescu | feat(docs): update quasar.conf | false | update quasar.conf | feat | diff --git a/app/lib/quasar-conf-file.js b/app/lib/quasar-conf-file.js
index 743855c9c26..0aa66257b71 100644
--- a/app/lib/quasar-conf-file.js
+++ b/app/lib/quasar-conf-file.js
@@ -568,7 +568,9 @@ class QuasarConfFile {
prodPort: 3000, // gets superseeded in production by an eventual process.env.PORT
... |
d7a41cf6f3f44182669555fb2c735796c11f4530 | 2023-04-06 18:09:08 | Razvan Stoenescu | chore(docs): small tweak to toc css | false | small tweak to toc css | chore | diff --git a/docs/src/layouts/doc-layout/DocPage.vue b/docs/src/layouts/doc-layout/DocPage.vue
index d5f6c038034..aaeff646583 100644
--- a/docs/src/layouts/doc-layout/DocPage.vue
+++ b/docs/src/layouts/doc-layout/DocPage.vue
@@ -224,8 +224,6 @@ body.body--light .doc-page
&__toc-container .q-item
color: $heade... |
34d4fbeb26aa1c7b941a01cf20d59aa10d477815 | 2021-01-30 16:55:48 | Razvan Stoenescu | chore(app): Bump alpha version | false | Bump alpha version | chore | diff --git a/app/bin/quasar-build b/app/bin/quasar-build
index b5422e249cb..e157fdc4b32 100755
--- a/app/bin/quasar-build
+++ b/app/bin/quasar-build
@@ -91,9 +91,10 @@ if (argv.help) {
// TODO vue3 - remove when ready
if (argv.mode === 'ssr') {
console.log(
+ '\n' +
'#######################################... |
6559a047c83ac363e497a7660eb0f2d61ba0422c | 2020-03-30 16:02:33 | Razvan Stoenescu | feat(app): out of the box support for .mjs files #6689 | false | out of the box support for .mjs files #6689 | feat | diff --git a/app/lib/webpack/create-chain.js b/app/lib/webpack/create-chain.js
index 1cf81c88e46..b729f44625e 100644
--- a/app/lib/webpack/create-chain.js
+++ b/app/lib/webpack/create-chain.js
@@ -48,7 +48,7 @@ module.exports = function (cfg, configName) {
chain.resolve.symlinks(false)
chain.resolve.extensions
... |
2e9883bab978e08a2e000f1a175f57ef759b5444 | 2020-08-21 16:27:17 | Razvan Stoenescu | fix(lang/kur-ckb): format error | false | format error | fix | diff --git a/ui/lang/index.json b/ui/lang/index.json
index 5c6c1546b76..f98099820a9 100644
--- a/ui/lang/index.json
+++ b/ui/lang/index.json
@@ -91,6 +91,10 @@
"isoName": "ko-kr",
"nativeName": "한국어"
},
+ {
+ "isoName": "kur-ckb",
+ "nativeName": "کوردی سۆرانی"
+ },
{
"isoName": "lu",
... |
6509a43ed0d8301d202a9bb5e295d9c485f669e7 | 2021-02-16 16:15:59 | Razvan Stoenescu | feat(docs): temporarily revert the new search | false | temporarily revert the new search | feat | diff --git a/docs/build/search.js b/docs/build/search.js
deleted file mode 100644
index 3b50045265d..00000000000
--- a/docs/build/search.js
+++ /dev/null
@@ -1,264 +0,0 @@
-const fs = require('fs')
-const path = require('path')
-const fg = require('fast-glob')
-const jsYaml = require('js-yaml')
-const SimpleMarkdown = ... |
c036edf81eacb02eb8ee19fc9fb9226db2e10ec6 | 2018-02-20 06:46:43 | Razvan Stoenescu | fix(QTable): top & bottom responsiveness | false | top & bottom responsiveness | fix | diff --git a/dev/components/components/data-table2.vue b/dev/components/components/data-table2.vue
index 44d0bd2af42..00986d1a2da 100644
--- a/dev/components/components/data-table2.vue
+++ b/dev/components/components/data-table2.vue
@@ -94,6 +94,7 @@
<h4>Filter, Column selection</h4>
<q-table
:data="da... |
2abb603d99420703e88e492f73637917b5408a87 | 2024-05-03 21:12:29 | Razvan Stoenescu | fix(ui): JSON > model-value definition for QBtnDropdown/QDialog/QDrawer/QExpansionItem/QFab/QMenu/QTooltip/QFab | false | JSON > model-value definition for QBtnDropdown/QDialog/QDrawer/QExpansionItem/QFab/QMenu/QTooltip/QFab | fix | diff --git a/ui/src/components/fab/QFab.json b/ui/src/components/fab/QFab.json
index 528d18cb0c4..a57471d93fe 100644
--- a/ui/src/components/fab/QFab.json
+++ b/ui/src/components/fab/QFab.json
@@ -3,10 +3,7 @@
"props": {
"model-value": {
- "extends": "model-value",
- "desc": "Controls state of fab a... |
18d6d0d70d12171f26f9afc2bc55cd3b60bdb19b | 2021-03-30 16:35:47 | Paolo Caleffi | feat(app/ts): add Vuex typings, fix #8511, #8500 (#8712) | false | add Vuex typings, fix #8511, #8500 (#8712) | feat | diff --git a/app/templates/entry/app.js b/app/templates/entry/app.js
index cd6bffbc648..28fc670e039 100644
--- a/app/templates/entry/app.js
+++ b/app/templates/entry/app.js
@@ -61,6 +61,10 @@ export default async function (createAppFn<%= ctx.mode.ssr ? ', ssrContext' : ''
const store = typeof createStore === 'functi... |
72d8a60ab6a2b844b76c4b2dee62c5cafb6421e5 | 2018-12-28 18:47:44 | Razvan Stoenescu | feat(app): Sync modifier banner | false | Sync modifier banner | feat | diff --git a/app/bin/quasar-describe b/app/bin/quasar-describe
index 8ebf8670aab..45eeed2fb16 100644
--- a/app/bin/quasar-describe
+++ b/app/bin/quasar-describe
@@ -86,6 +86,9 @@ function describeComponent (api) {
const prop = api.props[propName]
console.log(`\n ${prop.required ? chalk.red('*') : ' '} ${c... |
06ef9484203ce8552d3bce7a4e5f770f362e705d | 2017-11-23 17:14:43 | Razvan Stoenescu | refactor: Model toggle updates | false | Model toggle updates | refactor | diff --git a/dev/components/global/dialog.vue b/dev/components/global/dialog.vue
index 9a9dc924b98..ffb113a407a 100644
--- a/dev/components/global/dialog.vue
+++ b/dev/components/global/dialog.vue
@@ -43,16 +43,16 @@ export default {
this.showDialog = !this.showDialog
},
onOk (data) {
- console.lo... |
4002b65ae2f79ba3152b84203d22a671e7a03f8f | 2024-12-20 19:05:51 | Razvan Stoenescu | fix(app-vite/app-webpack): pin down esbuild to 0.24.0 due to compile error | false | pin down esbuild to 0.24.0 due to compile error | fix | diff --git a/app-vite/package.json b/app-vite/package.json
index cfbcc67e6ea..454bc916014 100644
--- a/app-vite/package.json
+++ b/app-vite/package.json
@@ -1,6 +1,6 @@
{
"name": "@quasar/app-vite",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "Quasar Framework App CLI with Vite",
"bin": {
... |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 12