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

v1.3.1

Compare
Choose a tag to compare
@cshold cshold released this 14 Jul 19:33
· 829 commits to master since this release

Theme Settings

  • #85 Removed many social setting for simplicity
  • #86 Reduced unnecessary theme settings for simplicity
  • #97 Added quick links to footer
  • #106 Updated setting names for readability

CSS

  • #85 Cleaned up icon font to be css-based. Includes text fallback if font-face is not supported
  • #100 Updated comment syntax for readability and scanability
  • #102 Removed .page-header styles and associated divs. Styles/divs were redundant
  • #106 Moved hr tag styles to BEM with double dash
  • #109 Updated icon font and separated Sass type variables into groups
  • #138 Cleaned and unified checkout styles

JS

  • #85 Moved modernizer into its own file. Now add supports-feature classes to html
  • #99 + #144 JS for keyboard-accessible navigation
  • #101 Fixed view parameter URL bug on collections pages
  • #105 Added cart toggle callback
  • #137 Updated ajax cart modal sizing and styling. Simplified, absolutely positioned
  • #142 Add is-adding and is-added classes to addToCartSelector. Designers/devs can style as they wish.
  • #143 Fixed overflow bug in cart modal (on small screens)

General

  • #90 Schema to article page
  • #90 h1 for logo/site name on homepage, div on inner pages
  • #120 Blog sidebar now shows tags relative to blog, not current collection
  • #120 Accessible breadcrumbs
  • #124 Fix to number of featured collections on index.liquid
  • #127 Added respond.js to add media query support for oldIE without setup work from merchant or developer