Skip to content

Patch 2.0.4

Choose a tag to compare

@JoshBeveridge JoshBeveridge released this 14 Mar 17:38
· 36 commits to main since this release

This release adds support for configurable font weight values and introduces a new default set based on the common language found on MDN. It also migrates Hydrogen away from PostCSS, Autoprefixer, and CSSnano in favor of Lightning CSS.

✨ New features (1)

  • Adds support for configurable font weight values.

🛠️ Optimizations (1)

  • Migrates away from CSSnano and Autoprefixer in favor of Lightning CSS, which has resulted in some serious speed gains (the documentation site dropped from ~500ms to ~180ms).

🪲 Bugfixes (2)

  • Removes references to an old clean.js file that was causing errors for projects using Hydrogen through PNPM.
  • Fixes a bug where the :children selector wouldn't style pseudo elements due to the automatically added :not statement.