Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@cshold cshold released this 11 Nov 20:41
· 509 commits to master since this release

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

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