版博士V2.0程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

CHANGELOG.md 1.6 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Change Log
  2. All notable changes to this project will be documented in this file.
  3. This project adheres to [Semantic Versioning](http://semver.org/).
  4. ## [3.0.0](https://github.com/postcss-modules-local-by-default/compare/v3.0.0-rc.2...v3.0.0) - 2020-10-13
  5. ### Fixes
  6. - compatibility with plugins other plugins
  7. - handle animation short name
  8. - perf
  9. ## [3.0.0-rc.2](https://github.com/postcss-modules-local-by-default/compare/v3.0.0-rc.1...v3.0.0-rc.2) - 2020-10-11
  10. ### BREAKING CHANGE
  11. - minimum supported `postcss` version is `^8.1.0`
  12. ### Fixes
  13. - minimum supported `Node.js` version is `^10 || ^12 || >= 14`
  14. - compatibility with PostCSS 8
  15. ## [3.0.0-rc.1](https://github.com/postcss-modules-local-by-default/compare/v3.0.0-rc.0...v3.0.0-rc.1) - 2020-09-22
  16. ### BREAKING CHANGE
  17. - do not handle invalid syntax
  18. ## [3.0.0-rc.0](https://github.com/postcss-modules-local-by-default/compare/v2.2.0...v3.0.0-rc.0) - 2020-09-21
  19. ### BREAKING CHANGE
  20. - minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14`
  21. - minimum supported `postcss` version is `^8.0.3`
  22. - `postcss` was moved to `peerDependencies`, you need to install `postcss` in your project before use the plugin
  23. ## 2.2.0 - 2020-03-19
  24. - added the `exportGlobals` option to export global classes and ids
  25. ## 2.1.1 - 2019-03-05
  26. ### Fixed
  27. - add additional space after the escape sequence (#17)
  28. ## [2.1.0] - 2019-03-05
  29. ### Fixed
  30. - handles properly selector with escaping characters (like: `.\31 a2b3c { color: red }`)
  31. ### Feature
  32. - `generateExportEntry` option (allow to setup key and value for `:export {}` rule)