Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. ## 7.0.0 / 2017-09-30
  2. - support jss 9
  3. ## 6.0.0 / 2017-06-20
  4. - support jss 8
  5. ## 5.1.0 / 2017-04-14
  6. - prefix function values
  7. ## 5.0.0 / 2017-04-10
  8. - update to jss 7.0
  9. ## 4.0.0 / 2016-12-09
  10. - update to jss 6.0
  11. ## 3.0.2, 3.0.3 / 2016-11-17
  12. - skip animation test in ie9
  13. ## 3.0.1 / 2016-11-05
  14. - migrate tests
  15. - update deps
  16. ## 3.0.0 / 2016-05-29
  17. - update to jss@5
  18. - update other dependencies
  19. ## 2.0.0 / 2016-04-16
  20. - update to babel 6
  21. ## 1.0.1 / 2015-11-24
  22. - use original value if value is not supported (happened in safari using animation: steps(4, end) 1s infinite)
  23. - add some tests
  24. ## 1.0.0 / 2015-10-19
  25. - support jss 3.0
  26. - now plugin needs to be called like a middleware
  27. ## 0.3.0 / 2015-09-21
  28. - migrate to es6
  29. - move examples to jss-examples repository
  30. - simplify packaging
  31. ## 0.2.0 / 2015-02-08
  32. - add prefixed values support
  33. ## 0.1.3 / 2014-01-31
  34. - update jss to 1.0
  35. ## 0.1.0 / 2014-11-28
  36. - first release in a separate repository for plugins