v3.0.0
3.0.0 (2026-07-13)
- feat!: adopt the mod-utils v6 module generation (hinode v3) (b1400c1)
Bug Fixes
- cards: stop forwarding raw empty-string args into card partials (a9f9d21)
- images: stop forwarding empty-string sentinels for image args (bf5eb0c)
- scripts: stop forwarding empty-string state and untyped module lists (f6fb030)
- sidebar: pass nil instead of empty string for a non-slice menu (c7d3ae5)
- structures: remove invalid empty-string default for table breakpoint (b837a41)
Features
- utilities: add OmitEmpty and ToStringSlice call-site helpers (a998573)
BREAKING CHANGES
- requires github.com/gethinode/hinode/v3; adopts the
mod-utils v6 module generation across all eight directly-imported
modules (mod-flexsearch/v5, mod-fontawesome/v6, mod-leaflet/v3,
mod-lottie/v3, mod-mermaid/v5, mod-simple-datatables/v4,
mod-utils/v6). Sites must bump their own module import to
github.com/gethinode/hinode/v3 and vendor before upgrading; mixing a
v2 Hinode with any v6-generation module is unsupported.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com