Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

3 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. ## 6.1.0 / 2018-02-08
  2. - Use a caching hyphenation.
  3. - Hyphenate property names for function values in onChangeValue hook.
  4. ## 6.0.0 / 2017-09-30
  5. - Support jss 9
  6. ## 5.0.0 / 2017-06-20
  7. - Support jss 8
  8. ## 4.0.0 / 2017-04-10
  9. - Support jss 7.0
  10. ## 3.0.0 / 2016-12-09
  11. - remove dep to named option
  12. ## 2.0.2 / 2016-11-05
  13. - migrate tests, update deps
  14. ## 2.0.1 / 2016-10-26
  15. - Support fallbacks
  16. ## 2.0.0 / 2016-08-01
  17. - Update dependencies, update to jss 5
  18. ## 1.1.0 / 2015-04-14
  19. - Support font-face rule style as an array.
  20. ## 1.0.2 / 2015-03-24
  21. - update babel
  22. ## 1.0.1 / 2015-01-26
  23. - update deps
  24. ## 1.0.0 / 2015-10-19
  25. - support jss 3.0
  26. - now plugin needs to be called like a middleware
  27. ## 0.2.0 / 2015-09-21
  28. - migrate to es6
  29. - move examples to jss-examples repository
  30. - simplify packaging
  31. ## 0.1.1 / 2015-02-1
  32. - remove unneeded regexp
  33. ## 0.1.0 / 2015-01-31
  34. - first release