Skip to content

Release v26.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 09:27
· 29 commits to main since this release
v26.2.0
8be44a3

New Features:

  • css: Add support to rename url-s (Lauri Rooden)
  • css: Add support for var() (Lauri Rooden)

Breaking Changes:

  • css: Move minifing code to CSS.minify() (Lauri Rooden)
    sheet.toString({min}) is replaced with CSS.minify({opts})

Fixes:

  • Fix el.blur() (Lauri Rooden)

Enhancements:

  • selector: Throw on invalid selector (Lauri Rooden)
  • Make tests to run in browser (Lauri Rooden)
  • css: Handle nested import's (Lauri Rooden)