Skip to content

v0.6.0

Compare
Choose a tag to compare
@lauraluiz lauraluiz released this 15 Apr 14:06
· 870 commits to master since this release

Features

  • Banners in home page are now coming from CMS.
  • Enabled product image gallery in the product detail page and quickview.

Configuration

  • Enabled easy configuration for facets, sort options and other search criteria, through application.conf.
  • Fixed bug that prevented selectable attributes from working when an attribute did not have a value for that variant.

Technical

  • Default local file-based implementation for CMS.
  • Introduced ProductSuggestion interface to provide suggestions for products, with some basic default implementation.
  • YAML i18n Resolver can use arguments and some basic pluralization.
  • Enabled Sunrise as Lightbend Activator Template.
  • Migrated to Play Framework 2.5.1.
  • Updated to commercetools JVM SDK 1.0.0-RC5.
  • Updated to commercetools Sunrise Theme 0.55.0.
  • Moved QueryAll class to JVM SDK Convenience module.
  • Moved CategoryTree extended functionality to JVM SDK Models module.
  • Enabled access to favicon.ico in root path to avoid 404 HTTP errors on some pages.
  • SBT tasks do not depend on the rest of the project anymore, thus highly improving compilation time.
  • Better structured injection modules.