Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 02:26
f92b229

1.7.0 (2024-08-23)

Since libsass was deprecated a long time ago, we offer an option to use Dart Sass as the default transpiler, you'll need to install Dart Sass first, and then specify the sass_transpiler parameter.

// params.yaml
sass_transpiler: dartsass

But libsass still accept bug fixes, you can stay with it for a while, I recommend migrating to Dart Sass if you have time, we will set dartsass as the default transpiler in the future release (won't happen fast).

Features ✨

  • add the sass_transpiler parameter, default to libsass (#1066) (94c4b15)

Bug Fixes 🐞

  • correct sidebar, header and footer layouts when enabling sidebar.fixed (#1064) (cd9b2fa)

Styles 🎨

  • sidebar: change overflow as auto, width as thin and color when hovering (6b9029c)