Releases: quasarframework/quasar
@quasar/app-webpack-v3.13.1
Changes
- fix(app-webpack): quasar.config > framework > lang/iconSet parsing
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
@quasar/app-vite-v1.9.2
Changes
- fix(app-vite): quasar.config > framework > lang/iconSet parsing
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
@quasar/app-webpack-v4.0.0-beta.14
Changes
- fix(app-webpack): quasar.config > framework > lang/iconSet parsing
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
@quasar/app-vite-v2.0.0-beta.13
Changes
- fix(app-vite): quasar.config > framework > lang/iconSet parsing
- chore(app-vite): enforce the installation of latest q/vite-plugin
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
quasar-v2.16.0
New
Converted "quasar" package internal build system to ESM (built dist/*.js are now renamed).
Will require these minimum CLI/plugin versions (if using any of the following):
- q/app-vite v1.9+ / v2.0.0-beta.12+
- q/app-webpack v3.13+ / v4.0.0-beta.13+
- q/vite-plugin v1.7+
- vite-cli-plugin-quasar v5.1+
If you have hard-coded imports from quasar/lang or quasar/icon-set with the extension specified (eg. quasar/lang/de.mjs
) please change the extension to .js
.
Fixes
- fix(QDate): direction declaration (#17145)
- fix(QCarousel): declare navigationPosition before using it
- fix(QBtnDropdown/QBtn): declared properties (btn related & router-link related)
- fix(QTooltip): should not end up with "context-menu" as prop after injecting useAnchor composable
- fix(QField/QFile/QInput/QSelect): declare "maxlength" prop only for components using it; popupShow & popupHide should be declared only for QSelect; correctly override virtualScrollItemSize for QSelect; correctly override modelValue for QInput
- fix(QDate/QTime): harden the modelValue validation
- fix(QTooltip): correctly override transition props definition
- fix(QEditor): remove unused emit (mouseup, keyup, touchend)
- fix(QOptionGroup): add "type" for "type" prop definition
- fix(QFab/QFabAction): QFab > hideLabel prop definition; JSON fixes on default values
- fix(QInnerLoading): size prop default value & JSON type
- fix(QSlider): remove unused prop (hideSelection); JSON > model-value default value
- fix(QSplitter): "dark" definition
- fix(QPageScroller): "offset" prop definition
- fix(ui): multiple components > scrollTarget prop definition
JSON fixes
- fix(QCircularProgress): JSON > font-size should not have a default value
- fix(QDrawer): JSON > mini-width wrong default value
- fix(QEditor): JSON > "toolbar" & "paragraph-tag" default values
- fix(QImg): JSON > initial-ratio wrong default value
- fix(QKnob): JSON > some prop default values
- fix(QKnob): JSON > missing "rounded" prop definition
- fix(QPage): JSON > style-fn default value and examples
- fix(QPagination): JSON > some default values
- fix(QParallax): JSON > speed default value
- fix(QPopupEdit): JSON > "validate" default value & examples
- fix(QRange): JSON > model-value default value
- fix(QSelect): JSON > missing "maxlength" prop definition; "tabindex" missing default value
- fix(QSeparator): JSON > "spaced" default value
- fix(QSkeleton): JSON > "animation-speed" default value
- fix(QSpinner/...): JSON structure; JSON > "size" type definition
- fix(QTabPanels): JSON > missing "dark" prop definition
- fix(QTable): JSON > some props default values
- fix(QTimeline): JSON > "color" prop default value
- fix(QTree): JSON > filter-method default value & examples
- fix(useRouterLink): JSON > active-class and exact-active-class default values
- fix(QCarousel/QEditor/QTable): JSON > missing "update:fullscreen" event definition
- fix(useValidate): JSON > lazy-rules default value
- fix(QCarousel/QStepper/QTabPanels): JSON > model-value should be "required"
- fix(QCarousel): JSON > some default values
- fix(ui): JSON > model-value definition for QBtnDropdown/QDialog/QDrawer/QExpansionItem/QFab/QMenu/QTooltip/QFab
- fix(QCheckbox/QToggle): JSON > model-value default value
- fix(QTable/QVirtualScroll): JSON > "virtualScrollSliceSize" default value; QVirtualScroll "items-size" default value
- fix(QRadio): JSON > "model-value" & "val" types
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
@quasar/vite-plugin-v1.7.0
Changes
- Support for Quasar v2.16+ (this will be the required minimum version)
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
@quasar/app-webpack-v3.13.0
Changes
- Support for Quasar v2.16+ (this will be the required minimum version)
- fix(app-webpack): CORDOVA mode > build -> correctly reference quasarConf #17138
- feat(app-webpack): ensure potential mode build error is printed to the terminal
- feat(app-webpack): update "dev" & "build" command help
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
@quasar/app-vite-v1.9.0/1
Changes
- Support for Quasar v2.16+ (this will be the required minimum version)
- feat(app-vite): ensure potential mode build error is printed to the terminal
- feat(app-vite): update "dev" & "build" command help
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
@quasar/app-webpack-v4.0.0-beta.13
Changes
- Support for Quasar v2.16+ (this will be the required minimum version)
- feat(app-webpack): (BREAKING) shorthand CLI command “quasar dev/build -m ios/android” is now targeting Capacitor mode instead of Cordova
- feat(app-webpack): ensure potential mode build error is printed to the terminal
- feat(app-webpack): update "dev" & "build" command help
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
@quasar/app-vite-v2.0.0-beta.12
Changes
- Support for Quasar v2.16+ (this will be the required minimum version)
- feat(app-vite): (BREAKING) shorthand CLI command “quasar dev/build -m ios/android” is now targeting Capacitor mode instead of Cordova
- feat(app-vite): ensure potential mode build error is printed to the terminal
- feat(app-vite): tweak SSR boot files management
- feat(app-vite): update "dev" & "build" command help
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following: