98 lines
1.5 KiB
Markdown
98 lines
1.5 KiB
Markdown
## 6.2.0 / 2018-02-06
|
|
|
|
- support function values
|
|
|
|
## 6.1.0 / 2017-12-16
|
|
|
|
- remove isObservable checks, update deps
|
|
|
|
## 6.0.0 / 2017-09-30
|
|
|
|
- support jss 9
|
|
|
|
## 5.0.0 / 2017-06-20
|
|
|
|
- support jss 8
|
|
|
|
## 4.0.1 / 2017-04-18
|
|
|
|
- update jss-nested and jss-extend dev deps
|
|
|
|
## 4.0.0 / 2017-04-10
|
|
|
|
- support jss 7.0
|
|
|
|
## 3.0.1 / 2017-03-01
|
|
|
|
- fix nested object extending
|
|
|
|
## 3.0.0 / 2016-12-09
|
|
|
|
- remove dep to named option
|
|
- update to jss 6.0
|
|
|
|
## 2.0.6 / 2016-11-05
|
|
|
|
- fix main tests suite integration
|
|
|
|
## 2.0.5 / 2016-11-05
|
|
|
|
- gitignore tests dir
|
|
- add es3 transforms
|
|
- other small changes
|
|
|
|
## 2.0.4 / 2016-10-26
|
|
|
|
- migrate to mocha
|
|
- update deps
|
|
- use warning package
|
|
|
|
## 2.0.3 / 2016-10-17
|
|
|
|
- fixed regression bug introduced in 2.0.2 - rules own properties should always override extended props.
|
|
|
|
## 2.0.2 / 2016-10-11
|
|
|
|
- merge nested rules instead of overwriting
|
|
- update tests to match jss@5.5.0
|
|
|
|
## 2.0.1 / 2016-08-01
|
|
|
|
- fix regression because of merge
|
|
|
|
## 2.0.0 / 2016-08-01
|
|
|
|
- update to jss 5
|
|
- update dev deps
|
|
|
|
## 1.2.1 / 2016-03-24
|
|
|
|
- update babel
|
|
|
|
## 1.2.0 / 2016-02-03
|
|
|
|
- perf enhancement, don't generate a function upon each plugin call
|
|
|
|
## 1.1.0 / 2015-11-14
|
|
|
|
- allow extend value to be a name of a rule from the style sheet
|
|
|
|
## 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.6 / 2014-01-31
|
|
|
|
- update jss to 1.0
|
|
|
|
## 0.1.0 / 2014-11-28
|
|
|
|
- first release in a separate repository for plugins
|