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.

38 lines
1.1 KiB

  1. # Changes to PostCSS Dir Pseudo Class
  2. ### 5.0.0 (September 17, 2018)
  3. - Updated: Support for PostCSS v7+
  4. - Updated: Support for Node v6+
  5. - Updated: `postcss-selector-parser` to v5.0.0-rc.3+ (major)
  6. ### 4.0.0 (May 8, 2018)
  7. - Updated: `postcss-selector-parser` to v4.0.0 (major)
  8. - Updated: `postcss` to v6.0.22 (patch)
  9. ### 3.0.0 (March 21, 2018)
  10. - Added: `preserve` option to preserve the original `:dir()` rule
  11. - Updated: `postcss-selector-parser` to v3 (major)
  12. - Removed: `browsers` option which is better covered by
  13. [PostCSS Preset Env](https://github.com/jonathantneal/postcss-preset-env/)
  14. ### 2.1.0 (September 19, 2017)
  15. - Fixed: Enforcement of presumed direction, e.g. `html:dir([dir="rtl"])`
  16. - Updated: Browserslist and PostCSS
  17. - Improved: How options are safely called, i.e. `Object(opts)`
  18. ### 2.0.0 (July 24, 2017)
  19. - Changed: Method of presumed direction from `:root` to `html:not([dir])`
  20. ### 1.1.0 (June 2, 2017)
  21. - Added: Support for browserslist and a 'browsers' option
  22. - Added: Support for a presumed direction via the 'browsers' option
  23. ### 1.0.0 (May 30, 2017)
  24. - Initial version