版博士V2.0程序
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

CHANGELOG.md 4.5 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. # Changelog
  2. ## 4.0.0
  3. - Upgraded to PostCSS 8 by Evan You (@yyx990803) https://github.com/css-modules/postcss-modules/pull/114
  4. ## 3.2.2
  5. ### Fixed
  6. - Fixed user plugins order by Tom Jenkinson (@tjenkinson) https://github.com/css-modules/postcss-modules/pull/112
  7. ## 3.2.1
  8. ### Fixed
  9. - Fixed an issue when some plugins were running multiple times by Tom Jenkinson (@tjenkinson) https://github.com/css-modules/postcss-modules/pull/111
  10. ## 3.2.0
  11. ### Changed
  12. - [`localsConvention` option] now supports a custom function `(originalClassName: string, generatedClassName: string, inputFile: string) => className: string` by Gregory Waxman (@Akkuma) https://github.com/css-modules/postcss-modules/pull/109
  13. ## 3.1.0
  14. ### Added
  15. - Added `exportGlobals` option
  16. ## 3.0.0
  17. ### Changed
  18. - Dropped `css-modules-loader-core` dependency
  19. - [Upgraded all the dependencies](https://github.com/css-modules/postcss-modules/pull/108)
  20. ### Breaking changes
  21. - Dropped support for unsupported Node versions. Supported versions are 10, 12 and 14+ https://nodejs.org/en/about/releases/
  22. ## 2.0.0
  23. ### Added
  24. - [`localsConvention` option](https://github.com/css-modules/postcss-modules#localsconvention) by Hamza Mihai Daniel (@allocenx) <https://github.com/css-modules/postcss-modules/pull/103>, <https://github.com/css-modules/postcss-modules/issues/93>
  25. ### Breaking changes
  26. - `camelCase` camelCase removed, use the [`localsConvention` option](https://github.com/css-modules/postcss-modules#localsconvention) instead.
  27. ## 1.5.0
  28. - Added `hashPrefix` option by Jesse Thomson (@jessethomson) <https://github.com/css-modules/postcss-modules/pull/98>
  29. ## 1.4.1
  30. - Rebublished the previous release. Sorry :(
  31. ## 1.4.0
  32. - Added export for other plugins by Evilebot Tnawi (@evilebottnawi) <https://github.com/css-modules/postcss-modules/pull/88>, <https://github.com/css-modules/postcss-modules/issues/29>
  33. ## 1.3.1
  34. - Move dev tools to devDependecies by Anton Khlynovskiy (@ubzey) <https://github.com/css-modules/postcss-modules/pull/85>
  35. ## 1.3.0
  36. - Updated dependecies
  37. - Added prettier to format code
  38. ## 1.2.0
  39. - Added option to transform classes to camelCase by Igor Ribeiro (@igor-ribeiro) <https://github.com/css-modules/postcss-modules/pull/82>
  40. ## 1.1.0
  41. - Added ability to transmit outputFileName into getJSON by @lutien <https://github.com/css-modules/postcss-modules/pull/72>
  42. ## 1.0.0
  43. - Dropped support for Node < 6
  44. - Updated dependencies
  45. ## 0.8.0
  46. - Updated PostCSS to 6 by Alexey Litvinov (@sullenor) <https://github.com/css-modules/postcss-modules/pull/65>
  47. ## 0.7.1
  48. - Allowed empty string as opts.root by Sharon Rolel (@Mosho1) <https://github.com/css-modules/postcss-modules/pull/56>
  49. ## 0.7.0
  50. - Allow async getJSON by Philipp A. (@flying-sheep) <https://github.com/css-modules/postcss-modules/pull/59>
  51. ## 0.6.4
  52. - Added the `root` option to pass the root path by Sharon Rolel (@Mosho1) (<https://github.com/css-modules/postcss-modules/pull/55>)
  53. ## 0.6.3
  54. - Fixed regression in `isValidBehaviour` function (<https://github.com/css-modules/postcss-modules/issues/53>)
  55. ## 0.6.2
  56. - Refactored `getDefaultPluginsList` function
  57. ## 0.6.1
  58. - Fixed `generateScopedName` bug with multiple postcss-modules instances (<https://github.com/css-modules/postcss-modules/issues/37>)
  59. ## 0.6.0
  60. - Added `globalModulePaths` option (Thanks to @pospi).
  61. - Refactored all the things.
  62. ## 0.5.2
  63. - Updated dependencies
  64. ## 0.5.1
  65. - Fixed sorting for composed dependencies by Josh Johnston (@joshwnj) (<https://github.com/css-modules/postcss-modules/issues/38>)
  66. ## 0.5.0
  67. - Added `scopeBehaviour` option (<https://github.com/css-modules/postcss-modules/issues/22>)
  68. - Added ability to pass a string to `generateScopedName` (<https://github.com/css-modules/postcss-modules/issues/21>)
  69. - Updated dependencies
  70. ## 0.4.1
  71. - Fixed processing errors capturing by Boris Serdiuk (@just-boris)
  72. ## 0.4.0
  73. - Added support for custom loaders by Björn Brauer (@ZauberNerd)
  74. ## 0.3.0
  75. - Fixed processing for imported CSS
  76. - Added default callback for saving exported JSON
  77. ## 0.2.0
  78. - Fixed JSON export with shallow imports (<https://github.com/outpunk/postcss-modules/issues/12>)
  79. - Fixed lookup paths (<https://github.com/outpunk/postcss-modules/issues/13>)
  80. - Fixed imports overriding (<https://github.com/outpunk/postcss-modules/issues/15>)
  81. - Global refactoring under the hood
  82. ## 0.1.3
  83. Fixed failing on comments by @dfreeman (<https://github.com/outpunk/postcss-modules/pull/14>)
  84. ## 0.1.2
  85. Fixed module export for ES5 (<https://github.com/outpunk/postcss-modules/issues/9>)
  86. ## 0.1.1
  87. Call getExports only for top level css
  88. ## 0.1.0
  89. Initial version