Releases: stelace/marketplace-demo
Releases · stelace/marketplace-demo
v0.7.1
v0.7.0
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 unlessVUE_APP_HOME_FEATURES_COLUMNS
is set to truestyles.json
:homeHeroBase64
is removed fromstyles.json
. SVG background placeholder is now expected to be a plain .svg file namedhome-blurred-background.svg
insrc/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
Bug Fixes
- fix: stop workflows if missing environment variables (f0656ac)