UNPKG

2.71 kBMarkdownView Raw
1## [Unreleased]
2
3## 1.2.9 -
4Add `&` to `$nest` as class placeholder (like sass/less)
5Fix same named props disappearing
6Clean up style output
7Fix raw browser module usage (added file extensions)
8
9## 1.2.8 -
10Remove String.raw requirement
11Group multiple selectors in $nest
12
13## 1.2.7 -
14Fix attribute selector usage in `$nest`
15
16## 1.2.6 -
17Fix colons being removed from values
18
19## 1.2.5 -
20Support strings directly for helpers
21
22## 1.2.4 -
23Fix support for passing full bss objects to `b.css()`
24Fix camel-case css variables issue
25Fix auto adding px to border and box-shadow shorthand
26
27## 1.2.3 -
28Add `b.$import` for `@import` support
29Fix uppercase letter support for css variables
30
31## 1.2.2 -
32Fix `b.css` regression
33Fix `b.$keyframes` and `b.$animate`
34
35## 1.2.1 -
36Support helpers in strings
37Fix support for css variables
38
39## 1.2.0 -
40Fix missing pseudo/nest objects on instance reuse
41Fix pseduo element support by using `::`
42Fix consecutive selectors in `$nest` being applied as globals
43Fix common specificity issue by using double class names
44Add object overload to $nest
45Fix multiple definitions in @media blocks
46Fix Edge missing `float` detection
47Support multiple same named props
48Add support for recursive $nest
49
50## 1.1.8 -
51Automatically add vendor prefix to display: flex value (eg. -webkit-flex)
52Fix browsers that doesn't support startsWith
53
54## 1.1.7 -
55Fix browsers that doesn't support endsWith
56Add shorthand `lh` for lineHeight
57Fix rules missing in debug mode
58
59## 1.1.6 -
60Fix Safari 9 bug
61
62## 1.1.5 -
63Fix overriding `valueOf`
64
65## 1.1.3 -
66Clean up enumerable properties for better vdom integration
67
68## 1.1.0 -
69Make the style property enumerable for easy composition using spread in attributes
70
71## 1.0.7 -
72
73Fix regression that snuck in with a 1.0.6 commit
74
75## 1.0.6 -
76
77Support comma separated prop values on multiple lines fixes
78Allow px for multiple values in shorthand lean string
79Allow conditionals for `$media` and `$nest`
80
81## 1.0.5 -
82
83Revert usage of getComputedStyle for prop resolution
84
85## 1.0.4 -
86
87Fixed property resolution bug in firefox
88
89## 1.0.3 -
90
91Added `letter-spacing` as preferred `ls` shortname
92Fixed unsetting props when using setter functions
93Use getComputedStyle for property registration (fixes safari 5)
94
95## 1.0.2 -
96
97Convenience toString helper changed to valueOf
98Fixed px being added to flex shorthand unexpectedly
99Lazy registration of px value properties
100Add multiple properties per line for css strings
101
102## 1.0.1 -
103
104Fixed px property registration in edge
105Fixed px addition for shorthands
106
107## 1.0.0 - 2017-09-05
108
109First stable release of `bss`. Changes from here on will follow [semver](http://semver.org/).
110- Made
111
112[Unreleased]: https://github.com/porsager/bss/compare/v1.0.0...HEAD