11# Change Log
22All notable changes to this project will be documented in this file.
33
4- ## [ Unreleased]
5-
6- ### Changed
7- - version syntax from "-v" to "--" (&-vSmall is now &--small)
8-
9- ### Removed
10- - camelCase in class names (btnGroup, optionGroup, -vSmall etc.)
11-
12- ## [ 3.0.00] - 2018-05-17
4+ ## [ 3.0.00] - 2018-09-24
135After more than a year of development Ignite 3.0.00 now serves as a less foundation library.
146Put it into any project for a solid boiler plate.
157Functions and output file size have been reduced to the bare minimum.
@@ -26,11 +18,13 @@ You have to opt-in and initialize functions to use them.
2618- moved utility functions to the corresponding mixin less files (e.g. .shd() to shadow.less)
2719- moved .basicInput() to its own less file
2820- more undocumented changes
21+ - version syntax from "-v" to "--" (&-vSmall is now &--small)
2922
3023### Removed
3124- grid.less has been removed, please use display: grid;
3225- util.less has been removed
3326- cleaned up some obsolete vendor prefixes
27+ - camelCase in class names (btnGroup, optionGroup, -vSmall etc.)
3428
3529## [ 2.0.00] - 2016-12-19
3630
@@ -123,10 +117,11 @@ Moreover flex layout is no longer the exception but the norm.
123117- Changelog started here
124118
125119
126- [ Unreleased ] : https://github.com/viur-ignite/viur-ignite-css/compare/2.0.00...master
127- [ 2.0.00 ] : https://github.com/viur-ignite/viur-ignite-css/compare/1.0.24...2.0.00
128- [ 1.0.24 ] : https://github.com/viur-ignite/viur-ignite-css/compare/1.0.23...1.0.24
129- [ 1.0.23 ] : https://github.com/viur-ignite/viur-ignite-css/compare/1.0.22...1.0.23
130- [ 1.0.22 ] : https://github.com/viur-ignite/viur-ignite-css/compare/1.0.21...1.0.22
131- [ 1.0.21 ] : https://github.com/viur-ignite/viur-ignite-css/compare/1.0.20...1.0.21
132- [ 1.0.20 ] : https://github.com/viur-ignite/viur-ignite-css/compare/02a8706fb892b091bfa913d3194736a5d5a1ef4a...1.0.20
120+ [ Unreleased ] : https://github.com/viur-framework/ignite/compare/3.0.00...develop
121+ [ 3.0.00 ] : https://github.com/viur-framework/ignite/compare/2.0.00...3.0.00
122+ [ 2.0.00 ] : https://github.com/viur-framework/ignite/compare/1.0.24...2.0.00
123+ [ 1.0.24 ] : https://github.com/viur-framework/ignite/compare/1.0.23...1.0.24
124+ [ 1.0.23 ] : https://github.com/viur-framework/ignite/compare/1.0.22...1.0.23
125+ [ 1.0.22 ] : https://github.com/viur-framework/ignite/compare/1.0.21...1.0.22
126+ [ 1.0.21 ] : https://github.com/viur-framework/ignite/compare/1.0.20...1.0.21
127+ [ 1.0.20 ] : https://github.com/viur-framework/ignite/compare/02a8706fb892b091bfa913d3194736a5d5a1ef4a...1.0.20
0 commit comments