This repository has been archived by the owner on Aug 30, 2018. It is now read-only.
v2.0.0
Timber v1.4.0 introduces variant images, internationalization, and of course some bug fixes and general updates.
Variant images
- #174 Variant images allow you to define an image for each variant, and use some basic JS to show it when the user changes their selection on the product page
- This also allows deep linking directly to a variant from the cart
- View the full documentation here
Internationalization
- #179 Moved all hard-coded text to strings files
- [Full documentation]([Internationalization docs]%28https://s3.amazonaws.com/shopify-perf/i18n-beta/ShopifyThemeInternationalizationDocumentation.pdf%29)
- Included
/locales
folder with default english text, and Canadian French for examples
General
- #164 Replaced depreciated liquid tags
- #166 Fixed schema validation errors
- #169 Moved collection description under collection title
- #173 Standardized theme setting naming conventions
- #175 Fix liquid parsing error in respond.js approach
- #181 Added a gift card template that inherits most Timber styles
- #253 Added BEM and other updates to adhere to Shopify style guide
JavaScript
- #165 Responsive iframes for YouTube and Vimeo (automagically)
- #168 Fixed cart product image sizes being buggy in Chrome
- #182 Allow parameter to demo three ajax cart methods
- #220 Moved product.liquid javascript to external file
- #225 Send ajax cart method along with callback data
- #247 Removed 'x' from quantity selectors in the cart
CSS
- #162 Fallback for iOS6 and Android
select
background-position styles - #172 Pagination styles inherit colors from theme
- #180 Fix IE/FF display inconsistency when using display: table
- #183 Added px to em conversion Sass function and standardized header tag usage
- #247 Removed unnecessary inlined SVG icons for quantity selector
- #248 BEM ajax cart selectors
- #267 BEM grid and UpperCamelCase IDs