Doks 1.3
January 17, 2024 by Henk Verlinde—1 minute
Doks 1.3 — our first release of the new year — is here! This release includes restructured dependencies, deduplicated Bootstrap variables, and more.
To upgrade an existing project, see the Upgrade Doks guide.
Highlights
Restructured dependencies
Doks main dependencies are now specified in Doks’ package.json
— in stead of in @hyas/doks-core
’s package.json
— so you can easily update for example Hugo, Thulite Images, and Thulite SEO yourself.
Thulite Images for example is updated like any @hyas/*
integration (or theme):
Deduplicated Bootstrap variables
Doks now only specifies customized Bootstrap SCSS variables in _variables-overrides.scss
— instead of overriding all Bootstrap SCSS variables — making customizations easier and more robust.
Add your customizations in assets/scss/common/
:
Bug Fixes
Additional bug fixes are included in this release. Check out the release notes to learn more.