Skip to content

Releases: quasarframework/quasar

@quasar/app-webpack-v4.0.0-beta.14

07 May 10:38
Compare
Choose a tag to compare
Pre-release

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

07 May 10:37
Compare
Choose a tag to compare
Pre-release

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

06 May 16:02
Compare
Choose a tag to compare

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

06 May 16:03
Compare
Choose a tag to compare

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

06 May 16:03
Compare
Choose a tag to compare

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

06 May 16:03
Compare
Choose a tag to compare

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

06 May 16:03
Compare
Choose a tag to compare
Pre-release

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

06 May 16:03
Compare
Choose a tag to compare
Pre-release

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:

@quasar/cli-v2.4.1

27 Apr 12:24
Compare
Choose a tag to compare

Changes

  • feat(cli): upgrade deps
  • fix(cli): remove unused dep (selfsigned)
  • feat(cli): update all banners to mention pnpm and bun too

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.12.8

27 Apr 12:09
Compare
Choose a tag to compare

New

  • feat(app-webpack): (backport from q/app-webpack v4 beta) add new options for quasar.config file > cordova (getCordovaBuildParams & getCordovaBuildOutputFolder) #17138

Fixes

  • fix(app-webpack): (backport from q/app-webpack v4 beta) Electron build fails with Bun as package manager #17085
  • fix(app-webpack): (backport from q/app-webpack v4 beta) Electron build + pnpm installs with symlinks #17085
  • fix(app-webpack): (backport from q/app-webpack v4 beta) correctly handle href="data:..." when injecting public path in index.html #17091
  • fix(app-webpack): (backport from q/app-webpack v4 beta) boot & preFetch - redirect() incorrectly handles url #17030

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: