Skip to content

Commit 1634677

Browse files
committed
Update 1.1.0 changelog notes
1 parent d74d9a9 commit 1634677

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9+
## [1.1.0] - 2017-03-21
10+
911
### Fixed
1012

1113
- Fix legacy grid item mixin in starter kit
1214
- Fix broken list imports
15+
- Fix starter SVG sprite task failing (move starter SVGs to `global` folder)
1316

1417
### Added
1518

1619
- Syntax highlighting in README
1720
- Add example markup to starter kit (replaces default Laravel welcome view)
21+
- Add more utility helpers (e.g., display) to starter kit
1822
- `@icon` Blade helper (see install notes in `resources/views/elements/icon.blade.php`)
1923

2024
### Changed
@@ -99,6 +103,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
99103
- For example, `<div class="o-grid__cell"></div>` becomes `<div class="o-grid__item"></div>`.
100104

101105
[Unreleased]: https://github.com/tannerhodges/mode-front-end/compare/v1.0.0...HEAD
106+
[1.1.0]: https://github.com/tannerhodges/mode-front-end/compare/v1.1.0...v1.1.0
107+
[1.0.3]: https://github.com/tannerhodges/mode-front-end/compare/v1.0.2...v1.0.3
102108
[1.0.2]: https://github.com/tannerhodges/mode-front-end/compare/v1.0.0...v1.0.2
103109
[1.0.0]: https://github.com/tannerhodges/mode-front-end/compare/v0.41.0...v1.0.0
104110
[0.41.0]: https://github.com/tannerhodges/mode-front-end/compare/v0.31.0...v0.41.0

0 commit comments

Comments
 (0)