jss-default-unit
Version:
JSS plugin that adds default custom unit to numeric values where needed
133 lines (71 loc) • 2.13 kB
Markdown
## 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