Skip to content

Releases: quasarframework/quasar-ui-qribbon

v1.0.0-beta.8

08 Oct 08:56
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release
  • 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

27 Sep 22:40
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release
  • fix: When a QRibbon is nested in a QToolbar it's padded incorrectly.

v1.0.0-beta.6

30 Aug 14:52
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release
  • Further fixes for SSR and Electron (@hawkeye64 )

v1.0.0-beta.5

29 Aug 14:14
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release
  • fix: QRibbon not working in Electron or SSR modes (@hawkeye64)

v1.0.0-beta.4

29 Aug 07:02
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release
  • Security Dep updates
  • New API documentation update (thanks to @hawkeye64)
  • Describe API implement (quasar describe qribbon) (thanks to @hawkeye64)

v1.0.0-beta.3

17 Jul 20:09
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release
  • Update quasar-mixin-colorize to latest version and implement change in import to suit.

v1.0.0-beta.2

16 Jul 11:18
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release
  • 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

15 Jul 18:28
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

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

12 Jul 11:27
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release

The code base has been promoted to the core Quasar project.

v1.0.0-alpha.10

12 Jul 14:24
Compare
Choose a tag to compare
v1.0.0-alpha.10 Pre-release
Pre-release

New version to fix issues with files being in the wrong location following the migration to @quasar repo.