Releases: gethinode/hinode
Releases · gethinode/hinode
v2.0.0-beta.67
v2.0.0-beta.66
2.0.0-beta.66 (2026-02-24)
Bug Fixes
- apply whitespace between articles and pagination (30977b2)
- mount embedded docs in separate folder (4174c6c)
Features
v2.0.0-beta.65
2.0.0-beta.65 (2026-02-22)
Bug Fixes
- build: remove invalid getcsv and getjson cache names (70779ec)
- improve handling of invalid path by card shortcode (94472cc)
- include description in articles' section title (603b720)
- remove obsolete commitizen utility (e757abd)
Features
- parameterize articles layout using scratch variables (07d8ce5)
v2.0.0-beta.64
2.0.0-beta.64 (2026-02-20)
Bug Fixes
- use correct mode icon names (28ecb50)
Features
- enable configuration of icon placement in links asset (fb3d550)
v2.0.0-beta.63
2.0.0-beta.63 (2026-02-19)
Bug Fixes
v2.0.0-beta.62
2.0.0-beta.62 (2026-02-18)
Bug Fixes
v2.0.0-beta.61
2.0.0-beta.61 (2026-02-18)
- fix(build)!: require DartSass transpiler for FontAwesome v7 (c027a6c)
Bug Fixes
- build: preserve [role=button] cursor style in PurgeCSS (0dfa5a7)
- ensure card and page metadata show at least 1 min read time (95b31c2)
- separate icon modifier classes from icon name (6f475ac)
Features
- add [icons] config section for customizable theme icons (acbd550)
- add wrapper argument to table partial (c1d2acf)
BREAKING CHANGES
- Hugo Extended is required. Sites using "libsass" must
update 'main.build.transpiler = "dartsass"' in params.toml.
🤖 Generated with Claude Code
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com
v2.0.0-beta.60
2.0.0-beta.60 (2026-02-16)
- feat!: remove block-specific files to establish v2 architecture (b5a8dd2)
Bug Fixes
- apply snake case for list argument examples (592d4b5)
- correct path to components/button in card examples (8cbe65c)
- make table responsive by default (724a0a3)
- update FAv7 test to use mode setting instead of inline (a233f31)
Features
- adapt mod-fontawesome/v4 (888c1d9)
BREAKING CHANGES
- Block-specific partials and structure files removed
from Hinode core. Sites using hero, contact, faq, menu, testimonial-
carousel, or section components must import mod-blocks. Add to
hugo.toml: [[module.imports]] path = "github.com/gethinode/mod-blocks"
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com
v2.0.0-beta.59
2.0.0-beta.59 (2026-02-12)
Bug Fixes
- adjust named link to avoid interference with base URL (d215a9f)
- align navigation order with list page display order (80c1ea4)
- correct boolean argument handling across shortcodes and partials (108ebb8)
- correct context for breadcrumb when path argument is undefined (f3dcea2)
- correct context for navbar when path argument is undefined (11d5744)
- correct typos in structure files (da4d78d)
- handle empty arg comment correctly (1b0281e)
- init body-style argument of card and card-group shortcodes correctly (7451ed9)
- preserve syntax highlighting in PurgeCSS configuration (d3be020)
- refine docs assets (97facbf)
- refine PurgeCSS settings for SimpleDatatables compatibility (2d34e8b)
- remove incorrect border-bottom property of docs and file controls (9dd65fe)
- remove trailing whitespace and improve formatting (57d7968)
- sort list articles by date in descending order by default (538b263)
- update dependencies (4b03070)
- use provide page argument in card partial (9cfaa41)
Features
v2.0.0-beta.58
2.0.0-beta.58 (2026-02-07)
Features
- make Hinode v2 a minimal core theme without mod-blocks (32dcade)