Skip to content

Releases: stelace/marketplace-demo

v0.7.1

18 Jul 10:45
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

Bug Fixes

  • fix: AppCheckoutButton not renamed after update (#207)
  • fix: filter dialog transition (#202)
  • fix: missing critical CSS typography classes (bcfa366)

Thank you @Pl1997!

v0.7.0

09 Jul 10:09
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

This release includes many performance and UI improvements, mostly in #191 where more details are provided.

Performance

  • new Home and Search pages (#191)

Breaking changes

new Home and Search pages #191

  • .env.*: Feature columns on home page are hidden unless VUE_APP_HOME_FEATURES_COLUMNS is set to true
  • styles.json: homeHeroBase64 is removed from styles.json. SVG background placeholder is now expected to be a plain .svg file named home-blurred-background.svg in src/assets directory.

@quasar/app ugrade to v2 #201

Yarn users on UNIX may need to run yarn fix-deps-crlf when uninstalling dependencies. Please refer to #201 for more details.
Not needed with npm which automatically converts line endings to user system format.

Features

  • Lazy authentication form validation (c2f3f19)
  • Skeleton UI when loading app (#191)

Bug Fixes

  • fix: stop workflows if missing environment variables (f0656ac)