版博士V2.0程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

CHANGELOG.md 5.5 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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. ## [4.0.0](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.4...v4.0.0) - 2020-10-13
  5. ### Fixes
  6. - compatibility with plugins other plugins
  7. ## [4.0.0-rc.4](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.3...v4.0.0-rc.4) - 2020-10-11
  8. ### Fixes
  9. - compatibility with plugins other plugins
  10. ## [4.0.0-rc.3](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.2...v4.0.0-rc.3) - 2020-10-08
  11. ### Fixes
  12. - compatibility with plugins other plugins
  13. ## [4.0.0-rc.2](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.1...v4.0.0-rc.2) - 2020-10-08
  14. ### BREAKING CHANGE
  15. - minimum supported `postcss` version is `^8.1.0`
  16. ### Fixes
  17. - minimum supported `Node.js` version is `^10 || ^12 || >= 14`
  18. - compatibility with PostCSS 8
  19. ## [4.0.0-rc.1](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.0...v4.0.0-rc.1) - 2020-09-22
  20. ### BREAKING CHANGE
  21. - update `icss-utils` for PostCSS 8 compatibility
  22. ## [4.0.0-rc.0](https://github.com/postcss-modules-local-by-default/compare/v3.0.3...4.0.0-rc.0) - 2020-09-18
  23. ### BREAKING CHANGE
  24. - minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14`
  25. - minimum supported `postcss` version is `^8.0.3`
  26. - `postcss` was moved to `peerDependencies`, you need to install `postcss` in your project before use the plugin
  27. ## [3.0.3](https://github.com/postcss-modules-local-by-default/compare/v3.0.2...v3.0.3) - 2020-07-25
  28. ### Fixed
  29. - treat `:import` and `:export` statements as pure
  30. ## [3.0.2](https://github.com/postcss-modules-local-by-default/compare/v3.0.1...v3.0.2) - 2019-06-05
  31. ### Fixed
  32. - better handle invalid syntax
  33. ## [3.0.1](https://github.com/postcss-modules-local-by-default/compare/v3.0.0...v3.0.1) - 2019-05-16
  34. ### Fixed
  35. - adds safety check before accessing "rule parent"
  36. ## [3.0.0](https://github.com/postcss-modules-local-by-default/compare/v2.0.6...v3.0.0) - 2019-05-07
  37. ### Features
  38. - don't localize imported values in selectors
  39. ### Changes
  40. - don't localize imported values in selectors
  41. ## [2.0.6](https://github.com/postcss-modules-local-by-default/compare/v2.0.5...v2.0.6) - 2019-03-05
  42. ### Fixed
  43. - handles properly selector with escaping characters (like: `.\31 a2b3c { color: red }`)
  44. ## [2.0.5](https://github.com/postcss-modules-local-by-default/compare/v2.0.4...v2.0.5) - 2019-02-06
  45. ### Fixed
  46. - Path to `index.js`
  47. ## [2.0.4](https://github.com/postcss-modules-local-by-default/compare/v2.0.3...v2.0.4) - 2019-01-04
  48. ### Fixed
  49. - Inappropriate modification of `steps` function arguments
  50. ## [2.0.3](https://github.com/postcss-modules-local-by-default/compare/v2.0.2...v2.0.3) - 2018-12-21
  51. ### Fixed
  52. - Don't modify inappropriate animation keywords
  53. ## [2.0.2](https://github.com/postcss-modules-local-by-default/compare/v2.0.1...v2.0.2) - 2018-12-05
  54. ### Fixed
  55. - Don't break unicode characters.
  56. ## [2.0.1](https://github.com/postcss-modules-local-by-default/compare/v2.0.0...v2.0.1) - 2018-11-23
  57. ### Fixed
  58. - Handle uppercase `keyframes` at rule.
  59. ## [2.0.0](https://github.com/postcss-modules-local-by-default/compare/v1.3.1...v2.0.0) - 2018-11-23
  60. ### Changed
  61. - Drop support `nodejs@4`.
  62. - Update `postcss` version to `7`.
  63. ## [0.0.11](https://github.com/postcss-modules-local-by-default/compare/v0.0.10...v0.0.11) - 2015-07-19
  64. ### Fixed
  65. - Localisation of animation properties.
  66. ## [0.0.10](https://github.com/postcss-modules-local-by-default/compare/v0.0.9...v0.0.10) - 2015-06-17
  67. ### Added
  68. - Localised at-rules.
  69. ## [0.0.9](https://github.com/postcss-modules-local-by-default/compare/v0.0.8...v0.0.9) - 2015-06-12
  70. ### Changed
  71. - Using global selectors outside of a global context no longer triggers warnings. Instead, this functionality will be provided by a CSS Modules linter.
  72. ### Fixed
  73. - Keyframe rules.
  74. ## [0.0.8](https://github.com/postcss-modules-local-by-default/compare/v0.0.7...v0.0.8) - 2015-06-11
  75. ### Added
  76. - Pure mode where only local scope is allowed.
  77. ### Changed
  78. - Using global selectors outside of a global context now triggers warnings.
  79. ## [0.0.7](https://github.com/postcss-modules-local-by-default/compare/v0.0.6...v0.0.7) - 2015-05-30
  80. ### Changed
  81. - Migrated to `css-selector-tokenizer`.
  82. ## [0.0.6](https://github.com/postcss-modules-local-by-default/compare/v0.0.5...v0.0.6) - 2015-05-28
  83. ### Changed
  84. - Renamed project to `postcss-modules-local-by-default`.
  85. ## [0.0.5](https://github.com/postcss-modules-local-by-default/compare/v0.0.4...v0.0.5) - 2015-05-22
  86. ### Added
  87. - Support for css-loader [inheritance](https://github.com/webpack/css-loader#inheriting) and [local imports](https://github.com/webpack/css-loader#importing-local-class-names).
  88. ## [0.0.4](https://github.com/postcss-modules-local-by-default/compare/v0.0.3...v0.0.4) - 2015-05-22
  89. ### Changed
  90. - Hide global leak detection behind undocumented `lint` option until it's more robust.
  91. ## [0.0.3](https://github.com/postcss-modules-local-by-default/compare/v0.0.2...v0.0.3) - 2015-05-22
  92. ### Changed
  93. - Transformer output now uses the new `:local(.identifier)` syntax.
  94. ### Added
  95. - Simple global leak detection. Non-local selectors like `input{}` and `[data-foobar]` now throw when not marked as global.
  96. ## [0.0.2](https://github.com/postcss-modules-local-by-default/compare/v0.0.1...v0.0.2) - 2015-05-14
  97. ### Added
  98. - Support for global selectors appended directly to locals, e.g. `.foo:global(.bar)`
  99. ## 0.0.1 - 2015-05-12
  100. ### Added
  101. - Automatic local classes
  102. - Explicit global selectors with `:global`