项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

CHANGELOG.md 2.1 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # 5.3.1 - 2016-08-22
  2. - Fixed: avoid security issue related to ``reduce-css-calc@< 1.2.4``.
  3. # 5.3.0 - 2016-07-11
  4. - Added: support for selector transformation via `selectors` option.
  5. ([#29](https://github.com/postcss/postcss-calc/pull/29) - @uniquegestaltung)
  6. # 5.2.1 - 2016-04-10
  7. - Fixed: support for multiline value
  8. ([#27](https://github.com/postcss/postcss-calc/pull/27))

  9. # 5.2.0 - 2016-01-08
  10. - Added: "mediaQueries" option for `@media` support
  11. ([#22](https://github.com/postcss/postcss-calc/pull/22))
  12. # 5.1.0 - 2016-01-07
  13. - Added: "warnWhenCannotResolve" option to warn when calc() are not reduced to a single value
  14. ([#20](https://github.com/postcss/postcss-calc/pull/20))
  15. # 5.0.0 - 2015-08-25
  16. - Removed: compatibility with postcss v4.x
  17. - Added: compatibility with postcss v5.x
  18. # 4.1.0 - 2015-04-09
  19. - Added: compatibility with postcss v4.1.x ([#12](https://github.com/postcss/postcss-calc/pull/12))
  20. # 4.0.1 - 2015-04-09
  21. - Fixed: `preserve` option does not create duplicated values ([#7](https://github.com/postcss/postcss-calc/issues/7))
  22. # 4.0.0 - 2015-01-26
  23. - Added: compatibility with postcss v4.x
  24. - Changed: partial compatiblity with postcss v3.x (stack traces have lost filename)
  25. # 3.0.0 - 2014-11-24
  26. - Added: GNU like exceptions ([#4](https://github.com/postcss/postcss-calc/issues/4))
  27. - Added: `precision` option ([#5](https://github.com/postcss/postcss-calc/issues/5))
  28. - Added: `preserve` option ([#6](https://github.com/postcss/postcss-calc/issues/6))
  29. # 2.1.0 - 2014-10-15
  30. - Added: source of the error (gnu like message) (fix [#3](https://github.com/postcss/postcss-calc/issues/3))
  31. # 2.0.1 - 2014-08-10
  32. - Fixed: correctly ignore unrecognized values (fix [#2](https://github.com/postcss/postcss-calc/issues/2))
  33. # 2.0.0 - 2014-08-06
  34. - Changed: Plugin now return a function to have a consistent api. ([ref 1](https://github.com/ianstormtaylor/rework-color-function/issues/6), [ref 2](https://twitter.com/jongleberry/status/496552790416576513))
  35. # 1.0.0 - 2014-08-04
  36. ✨ First release based on [rework-calc](https://github.com/reworkcss/rework-calc) v1.1.0 (code mainly exported to [`reduce-css-calc`](https://github.com/MoOx/reduce-css-calc))