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.

43 lines
1.0 KiB

  1. # Changes to CSS Has Pseudo
  2. ### 0.10.0 (December 11, 2018)
  3. - Fixed an issue where inaccessible rules would crash the library
  4. ### 0.9.0 (November 26, 2018)
  5. - Improved CLI usage
  6. ### 0.8.0 (November 26, 2018)
  7. - Fixed an issue where attribute names were not being properly encoded
  8. ### 0.7.0 (November 25, 2018)
  9. - Replaced `setImmediate` with `requestAnimationFrame` for future compatibility
  10. ### 0.6.0 (November 25, 2018)
  11. - Fixed an issue where nested rules were not supported
  12. ### 0.5.0 (November 21, 2018)
  13. - Further optimize script; from 775 bytes to 757 bytes
  14. ### 0.4.0 (November 21, 2018)
  15. - Fixed an issue with the browser script not picking up added nodes
  16. ### 0.3.0 (November 21, 2018)
  17. - Fixed the misnamed function name for the browser-ready script
  18. ### 0.2.0 (November 21, 2018)
  19. - Improved browser compatibility with updated parsers, encoders, and decoders
  20. - Improved performance by walking the DOM less
  21. - Reduced script size by 9%; from 855 bytes to 775 bytes
  22. ### 0.1.0 (November 20, 2018)
  23. - Initial version