25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

3 yıl önce
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. ## 8.0.2 / 2017-12-16
  2. - remove is-observable
  3. ## 8.0.1 / 2017-12-16
  4. - remove is-observable
  5. ## 8.0.0 / 2017-12-11
  6. - upgrade to jss 9
  7. - upgrade to is-observable
  8. ## 7.0.0 / 2017-06-20
  9. - support jss 8.0
  10. ## 6.1.2 / 2017-05-28
  11. - fixed support of objects created by Object.create(null)
  12. ## 6.1.1 / 2017-04-18
  13. - update jss-expand dev dep
  14. ## 6.1.0 / 2017-04-14
  15. - support function values
  16. ## 6.0.0 / 2017-04-10
  17. - support jss 7.0
  18. ## 5.0.3 / 2017-03-17
  19. - internal optimizations
  20. ## 5.0.2 / 2017-01-05
  21. - fix dist namespace
  22. ## 5.0.1 / 2016-12-17
  23. - added background-position
  24. ## 5.0.0 / 2016-12-09
  25. - update jss to 6.0
  26. ## 4.1.4 / 2016-11-24
  27. - support camel cased default units for the case user doesn't uses jss-camel-case plugin because user renders inline
  28. ## 4.1.3 / 2016-11-14
  29. - support expanded line height from font
  30. ## 4.1.2 / 2016-11-12
  31. - support spread, x, y, blur for box-shadow and text-shadow
  32. ## 4.1.1 / 2016-11-05
  33. - fix dist file name
  34. ## 4.1.0 / 2016-11-05
  35. - migrate to mocha tests
  36. - integration with jss-nested, jss-expand
  37. - update deps
  38. ## 4.0.1 / 2016-09-09
  39. - ignore falsy values #307
  40. ## 4.0.0 / 2016-07-26
  41. - Now all values can be expressed without a unit #272
  42. - Removed option "unit", default units need to be set individually for different props.
  43. - Properties containing 'origin' (except for mask-origin) now get % as a default unit.
  44. ## 3.0.1 / 2016-07-16
  45. - add animation-duration to ignore list #271
  46. ## 3.0.0 / 2016-07-13
  47. - update to jss 5
  48. - support arrays and objects
  49. ## 2.2.0 / 2016-04-24
  50. - add more numeric props
  51. ## 2.1.2 / 2016-04-21
  52. - only handle regular rules
  53. ## 2.1.1 / 2016-03-24
  54. - update babel
  55. ## 2.1.0 / 2016-01-29
  56. - don't add default units to zero values (@wldcordeiro)
  57. ## 2.0.0 / 2016-01-14
  58. - now unit agnostic, user can provide a unit.
  59. ## 1.0.0 / 2015-10-19
  60. - support jss 3.0
  61. - now plugin needs to be called like a middleware
  62. ## 0.2.0 / 2015-09-21
  63. - migrate to es6
  64. - move examples to jss-examples repository
  65. - simplify packaging
  66. ## 0.1.2 / 2015-02-10
  67. - add "flex" to the black list
  68. ## 0.1.1 / 2015-01-31
  69. - update to jss 1.0
  70. ## 0.1.0 / 2015-01-05
  71. - first release