web 3d图形渲染器
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.

118 lines
3.7 KiB

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