File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.1.0] - 2017-03-21
10
+
9
11
### Fixed
10
12
11
13
- Fix legacy grid item mixin in starter kit
12
14
- Fix broken list imports
15
+ - Fix starter SVG sprite task failing (move starter SVGs to ` global ` folder)
13
16
14
17
### Added
15
18
16
19
- Syntax highlighting in README
17
20
- Add example markup to starter kit (replaces default Laravel welcome view)
21
+ - Add more utility helpers (e.g., display) to starter kit
18
22
- ` @icon ` Blade helper (see install notes in ` resources/views/elements/icon.blade.php ` )
19
23
20
24
### Changed
@@ -99,6 +103,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
99
103
- For example, ` <div class="o-grid__cell"></div> ` becomes ` <div class="o-grid__item"></div> ` .
100
104
101
105
[ 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
102
108
[ 1.0.2 ] : https://github.com/tannerhodges/mode-front-end/compare/v1.0.0...v1.0.2
103
109
[ 1.0.0 ] : https://github.com/tannerhodges/mode-front-end/compare/v0.41.0...v1.0.0
104
110
[ 0.41.0 ] : https://github.com/tannerhodges/mode-front-end/compare/v0.31.0...v0.41.0
You can’t perform that action at this time.
0 commit comments