Skip to content

V8.6.0: Critical features

Latest
Compare
Choose a tag to compare
@oliverklee oliverklee released this 01 Jul 07:35
· 191 commits to main since this release
v8.6.0
d2fb94a

Added

  • Support arithmetic operators in CSS function arguments (#607)
  • Add support for inserting an item in a CSS list (#545)
  • Add support for the dvh, lvh and svh length units (#415)

Changed

  • Improve performance of Value::parseValue with many delimiters by refactoring to remove array_search() (#413)