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.

20 lines
484 B

  1. # Changes to PostCSS Focus Visible
  2. ### 4.0.0 (September 17, 2018)
  3. - Updated: Support for PostCSS v7+
  4. - Updated: Support for Node v6+
  5. ### 3.0.0 (April 7, 2018)
  6. - Changed: default functionality to preserve the original rule
  7. - Added: `preserve` option to preserve the original rule using `:focus-visible`
  8. ### 2.0.0 (February 17, 2018)
  9. - Changed `:focus-ring` to `:focus-visible` per the specification
  10. - Removed `assignTo` export option
  11. ### 1.0.0 (May 22, 2017)
  12. - Initial version