Skip to content

Commit

Permalink
Release v25.1.0
Browse files Browse the repository at this point in the history
New Features:

 - Add svgVoidElements (Lauri Rooden)
 - css: Add option min.color (Lauri Rooden)
 - Add selectorSplit (Lauri Rooden)

Removed Features:

 - css: Remove root level comments (Lauri Rooden)

Enhancements:

 - Remove redos (Lauri Rooden)
 - Make sheet with min options (Lauri Rooden)
 - Test Readme examples (Lauri Rooden)
 - css: Handle data-uri (Lauri Rooden)
 - Extract read in sheet base (Lauri Rooden)
 - Do not minimize element style by default (Lauri Rooden)
 - Extract mergeAttributes (Lauri Rooden)
 - Test with bun and arm (Lauri Rooden)
 - css: Handle @import rules (Lauri Rooden)
 - css: Use number shorthand (Lauri Rooden)
 - css: Clear multiple selectors (Lauri Rooden)
 - css: Reduce newlines (Lauri Rooden)
 - css: Use @import "url" shorthand (Lauri Rooden)
 - Upgrade libs (Lauri Rooden)
 - Export CSSStyleSheet directly (Lauri Rooden)
  • Loading branch information
lauriro committed Jan 11, 2025
1 parent a11b353 commit b48856c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@litejs/dom",
"version": "24.12.0",
"version": "25.1.0",
"description": "A small DOM library for server-side testing, rendering, and handling of HTML files",
"license": "MIT",
"author": "Lauri Rooden <lauri@rooden.ee>",
Expand Down

0 comments on commit b48856c

Please sign in to comment.