forked from Coffeekraken/gridle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
67 lines (46 loc) · 2.67 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 1.3.23
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
1. Make the gridle_generate_classes mixin handler order of requested "what" classes
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 1.3.24
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
1. Update gridle.js to 1.0.1
- Add "cssPath" setting to make gridle fetch only this css file to find states
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 1.3.25
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
1. Add compass gem support
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 1.3.28
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
1. Make the mixins gridle, gridle_push, pull, etc... handle the name multiplicator. So if you have a context of 20 and a name multiplicator, when you want a full with column, you need to set gridle(100, mobile). The 100 is not 100%, but your context 20 * your name multiplicator 5
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 1.3.29
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
1. Fix some classes generation issues when setting up classes : false
2. Register default helpful states like retina, print, tv, etc... that does not generate classes by default
3. Adding a global setting to generate or not the json settings in css (used by gridle.js)
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 1.3.30
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
1. Add gridle_set mixin to help users that use mixins apply more than 1 gridle mixin on an item
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 1.3.31
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
1. Fix issue with the ddpx shit in chrome (you're welcome Luca Pillonel, my dear collegue that yield for this """"""issue"""""" since... I can't even remember.....)
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 1.3.32
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
1. Fix issue with sass 3.4 !global thing...
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 1.3.33
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
1. Fix issue with gridle_float (thanks to jeton <https://github.com/jeton> for pointing this issue)
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 1.3.35
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
1. Fix issue with gridle mixin when want to specify a context as second parameter
2. Add ability to use custom registered columns in gridle mixin like so : @include gridle('1on5');
3. Add tests.scss file to make sure nothing will be broken in future releases
4. Optimize output css to avoid multiple css declaration when not needed