Releases: quasarframework/quasar-ui-qribbon
Releases · quasarframework/quasar-ui-qribbon
v1.0.0-beta.8
- Update deps to use the latest q-colorize-mixin
- fix(QRibbon): When installing and running qcolorize app extension not installed
v1.0.0-beta.7
- fix: When a QRibbon is nested in a QToolbar it's padded incorrectly.
v1.0.0-beta.6
- Further fixes for SSR and Electron (@hawkeye64 )
v1.0.0-beta.5
- fix: QRibbon not working in Electron or SSR modes (@hawkeye64)
v1.0.0-beta.4
- Security Dep updates
- New API documentation update (thanks to @hawkeye64)
- Describe API implement (
quasar describe qribbon
) (thanks to @hawkeye64)
v1.0.0-beta.3
- Update
quasar-mixin-colorize
to latest version and implement change in import to suit.
v1.0.0-beta.2
- Added support for CSS variables to be used as color props i.e
color="--q-color-grey-7"
This work has been done in collaboration with @hawkeye64 using a mixin we've been working on: https://github.com/hawkeye64/quasar-mixin-colorize
v1.0.0-beta.1
We have now entered the Beta!
- Support for Quasar colors added.
- Fixed an issue on the docs where
glow-speed
needed to be a Number. - Fixed an issue with
leaf-color
not being reactive to changes.
Note: With the Quasar colors you will now notice that all Quasar colors are registered as css variables in the format of --q-color-grey-4
etc. This shouldn't cause any performance issues but we might need to add an option to control whether this is added or not should people not be using Quasar colors.
v1.0.0-alpha.9
The code base has been promoted to the core Quasar project.
v1.0.0-alpha.10
New version to fix issues with files being in the wrong location following the migration to @quasar repo.