This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
Releases: ezekg/flint
Releases · ezekg/flint
2.0.1
2.0.0
2.0.0 - 9/25/14
- Release
2.0.0
!
2.0.0.rc.4 - 9/17/14
- Added ability to use na identical
$context
value with a variable$span
. Example,_(1 2 3 4, 4)
.
2.0.0.rc.3 - 9/16/14
- Fixed issue with
$context
modifiers calling a division by 0.
2.0.0.rc.1 - 9/12/14
- Revamped codebase considerably.
- Modified layout of
$flint
configuration map. Breakpoints are now housed in their own separate section. - Removed
$shift
modifier. (Don't like this one? Create an issue and let me know!) - Modified calculations to use fixed values all the way through the system, and then convert to percentages on output. Coupled with instance methods, this makes gutters infinitely nest-able and consistent even on fluid grids.
- Added
instance-maps
option in config to enable or disable instance maps and all of the associated methods. - Modified docblocks to follow SassDoc standards.
- Moved selector functions over to Sass 3.4. (No more forced Ruby dependency!)
- Modified tests; added new HTML test page.
- Lots of other cleanup and speed improvements.
2.0.0.rc.4
2.0.0.rc.4 - 9/17/14
- Added ability to use an identical
$context
value with a variable$span
.
2.0.0.rc.3
2.0.0.rc.3 - 9/16/14
- Fixed issue with
$context
modifiers calling a division by 0.
2.0.0.rc.1
2.0.0.rc.1 - 9/12/14
- Revamped codebase considerably.
- Modified layout of
$flint
configuration map. Breakpoints are now housed in their own separate section. - Removed
$shift
modifier. (Don't like this one? Create an issue and let me know!) - Modified calculations to use fixed values all the way through the system, and then convert to percentages on output. Coupled with instance methods, this makes gutters infinitely nest-able and consistent even on fluid grids.
- Added
instance-maps
option in config to enable or disable instance maps and all of the associated methods. - Modified docblocks to follow SassDoc standards.
- Moved selector functions over to Sass 3.4. (No more forced Ruby dependency!)
- Modified tests; added new HTML test page.
- Lots of other cleanup and speed improvements.
1.12.0
1.11.2
1.11.2 - 8/13/14
- Rewrite
flint-map-fetch()
andflint-exists()
functions. - Add ability to call
@include _(<alias>, container)
for individual breakpoints. - Add ability to call
@include _(container, clear)
consecutively. - Add ability to call
@include _(<alias>, container, clear)
consecutively. - Fix breakpoint query math for fixed
em
grids.
1.10.0
1.9.1
1.8.0
1.8.0 - 8/1/14
- Deprecated
$shift
modifier. - Optimized
for
query to output comma delimited list of queries instead of duplicating styles for each query. - Optimized
_main.scss
. Significantly cleaned up code by grouping like-calls together into the same conditional. - Removed prefixes from all properties.
- Created
flint-box-sizing
mixin. Usesbox-sizing
mixin if it exists. - Removed
only screen
from media queries.