Releases: commercetools/commercetools-sunrise-theme
Releases · commercetools/commercetools-sunrise-theme
v0.60.0
- call in the footer template the partial
components/components-include
to be able to attach components dynamically
v0.58.1
v0.57.0
- Created Edit/New Address forms for Address Book.
- Created Change Password form for My Account, separated from My Personal Details.
- Translated version available in German.
- Reworked My Orders and My Personal Details templates, so that they can be used in Sunrise.
- Asset fingerprinting is only executed before release, fixes issue #402.
- Automatically create release package for PHP.
- Rebranded to commercetools repository organization.
v0.56.0
v0.55.0
- Generates web assets with fingerprint to enable proper caching invalidation.
- Fixed bug in product gallery that used its width to set the thumbnails' width, therefore having unusable results in most of the cases.
- Fixed show/hide full description button, which has now a non-ambiguous name and is only shown when necessary.
- Adapted login page to be integrated with a Sunrise app.
- Renamed webjars related tasks to make it explicit it involves webjars.
v0.54.0
- Attribute selector allows to load a URL where the selected variant is displayed with the
{{attribute.reload}}
flag, besides the existing behaviour. - Improved documentation explaining where to modify the configuration.
- Enhanced image quality of one of the home banners.
v0.53.0
- Fixed aspect ratio for images of the product gallery.
- Added more padding around thumbnail pictures and aligned them vertically, so that they support all kind of images better.
- Location selector allows longer languages and countries.
- The home page template has been split in several partials, to ease customization of the banners and other UI elements.
- Grouped partial templates that belong to the same page.
- Configuration required to create your own theme, which before was spread across the project, is now uniquely located in
package.json
.
v0.52.0
- Location selector height is now adapted to its content.
- Enable list of product features (typically attributes) in Product Details section.
- Renamed Sass' color variables to make them more maintainable (following Name that Color project).
- Some structure improvements for the product detail page collapsable sections.
v0.51.0
- Introduced task
grunt webjars
that simply creates the JAR package in the root directory of the project. This allows you to directly inject it as a dependency in your project without the need to install it or deploy it somewhere else. - Removed redundant partial parameters which led to a buggy behaviour for certain Handlebars implementations.
- Moved each task and configuration to its own file to clean up
Gruntfile.js
v0.50.0
- Calculated gallery image size with JS to avoid using
length
from Handlebars, which may cause incompatibilities with other Handlebars implementations. - Fixed missing product description.
- Improved structure of i18n helper, in particular:
- Moved and renamed
/locales
to/input/i18n
- Renamed
translations.yaml
tomain.yaml
- Explicitly put bundle
main
in templates to help editing
- Moved and renamed