All notable changes to this project will be documented in this file.
The format is loosely based on Keep a Changelog and this project adheres to Semantic Versioning.
0.7.0 - 2018-11-09
- Switched from Ruby Sass to SassC.
0.6.0 - 2018-08-01
- Swapped the custom
svg
helper out for the middleman-inline_svg gem - Kicking off a new project with this template now happens through Middleman's CLI, rather than a Netlify Deploy Button. You can find usage instructions in the readme.
- Update bourbon from 5.0 to 5.1
- Update bitters from 1.7.0 to 1.8.0
0.5.0 - 2018-03-12
- Added a
tool-versions
file to support the asdf version manager - Enabled Middleman's
asset_hash
extension
- Updated Segment's Analytics.js from 4.0.0 to 4.0.1
- Update Ruby from 2.4.0 to 2.4.3
- Update normalize.css from 7.0.0 to 8.0.0
- Moved to CircleCI 2.0 (#30)
.sample.env
is now.env.sample
- Improved error-handling of SVG helper (#29)
- The file extension is now required when calling the
svg()
helper, e.g.<%= svg("foo.svg") %>
- Removed rake gem
0.4.0 - 2018-02-13
- Update bourbon from 5.0.0.beta.8 to 5.0.0
- Update middleman-autoprefixer from 2.8.0 to 2.9.0
- Update rake from 12.0.0 to 12.3.0
0.3.0 - 2017-09-15
- Added a
sitemap.xml
template. (#23)
- AccessLint::Ci has been deprecated and therefore removed from this project. (#21)
0.2.0 - 2017-06-30
- Update Ruby from 2.3.1 to 2.4.0. (#15)
- Update bourbon from 5.0.0.beta.7 to 5.0.0.beta.8. (#16)
- Update neat from 2.0.0 to 2.1.0. (#16)
- Update middleman-autoprefixer from 2.7.1 to 2.8.0. (#18)
- Update Bitters from 1.5.0 to 1.7.0. (#19)
- Update normalize.css from 5.0.0 to 7.0.0. (#20)
Initial release.