forked from sebastiaanvisser/clay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
68 lines (56 loc) · 2.21 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
CHANGELOG
0.7 -> 0.8
- Print prettier doubles.
- Loosen type of sym functions.
- Added some missing multi-side properties.
- Added content URL support.
- Added inset box shadows.
Thanks Deck and James Fisher.
0.6 -> 0.7
- Stop printing banner in compact mode.
- Generic font family as datatype.
- Only drop final semicolon if doing compact printing.
0.5.1 -> 0.6
- Simplified implementation of size rendering.
- Implemented @font-face construct. By James Fisher.
- Make hsl(a) colors actually print percentage values.
- Changed the renderer to haul @font-face to the top level.
0.5 -> 0.5.1
- Fixed bug in fontFamily renderer.
0.4 -> 0.5
- Generalized the borderRadius function.
- Fixed some small issues in Dynamic.
0.3 -> 0.4
- Added dynamic presentation. (thanks to chrisdone)
- Float now has its own value, don't incorrectly share side. (thanks to chrisdone)
- Added nil size constructor.
- Slightly improved the gradient syntax.
- Expose the Propery module by default.
- Introduced shared 'all' value.
0.2 -> 0.3
- Fixed value grammar of radial gradients.
- Added mask related properties.
- Allow multiple box-shadows.
- Added filter property.
- Also render value prefix when both key and value are prefixed.
0.1.1 -> 0.2
- Rotate takes only one argument.
- Added opacity property.
- Print Clay banner in CSS comments by default.
- Fixed bug in font-family rendering (Firefox only).
- Added outline related properties.
- Fixed bug in monospace font family.
0.1 -> 0.1.1
- Fixed bug in visibility property.
Thanks to Conrad Indiono for the pull request.
0.0.1 -> 0.1
- Fixed bug in combined selector rendering.
- Fixed bug in font familty fallback category rendering.
- Added maxWidth and maxHeight.
- Fixed example code.
- Fixed overflowX/overflowY bug.
- Added some show instance for debugging purposes.
- Don't print the star (*) selector in the case of refinements.
- Refinements applied to the top level magically introduce star selector.
Thanks to listx, bergmark, Cynede, chrisdone, Primigenus, Sigrlami for the
pull requests and bug reports.