Skip to content

Commit 509aef2

Browse files
committed
release 3.0.00
1 parent 140ab30 commit 509aef2

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

CHANGELOG.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
# Change Log
22
All 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
135
After more than a year of development Ignite 3.0.00 now serves as a less foundation library.
146
Put it into any project for a solid boiler plate.
157
Functions 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://raw.githubusercontent.com/viur-ignite/ignite/master/LICENSE)
2-
[![Build Status](https://travis-ci.org/viur-framework/ignite.svg?branch=release%2F3.0.00)](https://travis-ci.org/viur-framework/ignite)
2+
[![Build Status](https://travis-ci.org/viur-framework/ignite.svg?branch=master)](https://travis-ci.org/viur-framework/ignite)
33

44
# Ignite
55
>The Ignite Framework is the first attempt in building a sturdy foundation for ViUR products and Mausbrand projects.<br>This CSS toolkit is the very core of ViUR Ignite. It is built upon the principles of many CSS guides and frameworks.

0 commit comments

Comments
 (0)