- Fix add method
- Support multiplication and division by number primatives
- Only polyfill constructors on the window object passed into
polyfill()
- Support CSS calc, like
add()
,sub()
,mul()
, anddiv()
- Support CSS min and max, like
min()
andmax()
- Safely checks for existing methods before polyfilling
CSSUnitValue
andCSSKeywordValue
have realistic getters and setters
- Default export is now
polyfill
- Parsing existing CSS values is improved
- Secondary underscore-prefixed values removed from
CSSUnitValue
- Initial version