|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- ## 8.0.2 / 2017-12-16
-
- - remove is-observable
-
- ## 8.0.1 / 2017-12-16
-
- - remove is-observable
-
- ## 8.0.0 / 2017-12-11
-
- - upgrade to jss 9
- - upgrade to is-observable
-
- ## 7.0.0 / 2017-06-20
-
- - support jss 8.0
-
- ## 6.1.2 / 2017-05-28
-
- - fixed support of objects created by Object.create(null)
-
- ## 6.1.1 / 2017-04-18
-
- - update jss-expand dev dep
-
- ## 6.1.0 / 2017-04-14
-
- - support function values
-
- ## 6.0.0 / 2017-04-10
-
- - support jss 7.0
-
- ## 5.0.3 / 2017-03-17
-
- - internal optimizations
-
- ## 5.0.2 / 2017-01-05
-
- - fix dist namespace
-
- ## 5.0.1 / 2016-12-17
-
- - added background-position
-
- ## 5.0.0 / 2016-12-09
-
- - update jss to 6.0
-
- ## 4.1.4 / 2016-11-24
-
- - support camel cased default units for the case user doesn't uses jss-camel-case plugin because user renders inline
-
- ## 4.1.3 / 2016-11-14
-
- - support expanded line height from font
-
- ## 4.1.2 / 2016-11-12
-
- - support spread, x, y, blur for box-shadow and text-shadow
-
- ## 4.1.1 / 2016-11-05
-
- - fix dist file name
-
- ## 4.1.0 / 2016-11-05
-
- - migrate to mocha tests
- - integration with jss-nested, jss-expand
- - update deps
-
- ## 4.0.1 / 2016-09-09
-
- - ignore falsy values #307
-
- ## 4.0.0 / 2016-07-26
-
- - Now all values can be expressed without a unit #272
- - Removed option "unit", default units need to be set individually for different props.
- - Properties containing 'origin' (except for mask-origin) now get % as a default unit.
-
- ## 3.0.1 / 2016-07-16
-
- - add animation-duration to ignore list #271
-
- ## 3.0.0 / 2016-07-13
-
- - update to jss 5
- - support arrays and objects
-
- ## 2.2.0 / 2016-04-24
-
- - add more numeric props
-
- ## 2.1.2 / 2016-04-21
-
- - only handle regular rules
-
- ## 2.1.1 / 2016-03-24
-
- - update babel
-
- ## 2.1.0 / 2016-01-29
-
- - don't add default units to zero values (@wldcordeiro)
-
- ## 2.0.0 / 2016-01-14
-
- - now unit agnostic, user can provide a unit.
-
- ## 1.0.0 / 2015-10-19
-
- - support jss 3.0
- - now plugin needs to be called like a middleware
-
- ## 0.2.0 / 2015-09-21
-
- - migrate to es6
- - move examples to jss-examples repository
- - simplify packaging
-
- ## 0.1.2 / 2015-02-10
-
- - add "flex" to the black list
-
- ## 0.1.1 / 2015-01-31
-
- - update to jss 1.0
-
- ## 0.1.0 / 2015-01-05
-
- - first release
|