项目原始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.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # 2.1.6
  2. * Resolves an issue where postcss-svgo would convert colours to hex codes
  3. without URL-encoding the `#`.
  4. # 2.1.5
  5. * Bump svgo to v0.7.x.
  6. # 2.1.4
  7. * Fixes an issue where postcss-svgo would throw with some SVGs that were
  8. not properly URI encoded.
  9. # 2.1.3
  10. * Upgrade is-svg to version 2.
  11. # 2.1.2
  12. * Fixes an issue with processing some malformed URIs (thanks to @TrySound).
  13. # 2.1.1
  14. * Bump SVGO to 0.6.1 (thanks to @shinnn).
  15. # 2.1.0
  16. * Adds `encode` option (thanks to @TrySound).
  17. # 2.0.4
  18. * Updates postcss-value-parser to version 3 (thanks to @TrySound).
  19. # 2.0.3
  20. * Uses postcss-value-parser instead of async-replace to reduce cssnano's
  21. download size (thanks to @TrySound).
  22. # 2.0.2
  23. * Fixed an issue where the module was not handling exceptions from
  24. decoding URLs.
  25. * The module will now convert all SVG wrapping quotes to single quotes, which
  26. is consistent with SVGO's output.
  27. # 2.0.1
  28. * Fixed an issue where the `charset` definition was being removed from the
  29. SVG source, breaking IE compatibility (thanks to @ophyros).
  30. # 2.0.0
  31. * Upgraded to PostCSS 5.0.
  32. # 1.1.0
  33. * Adds support for uri-encoded SVG files, for better compatibility
  34. with postcss-svg.
  35. # 1.0.1
  36. * Push ES5 build to npm.
  37. # 1.0.0
  38. * Initial release.