Skip to content

Releases: gethinode/hinode

v2.0.0-beta.67

24 Feb 06:51
3ff951c

Choose a tag to compare

v2.0.0-beta.67 Pre-release
Pre-release

2.0.0-beta.67 (2026-02-24)

Bug Fixes

  • add kbd docs annotation (ea82ebf)

v2.0.0-beta.66

24 Feb 06:17
269df37

Choose a tag to compare

v2.0.0-beta.66 Pre-release
Pre-release

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

  • add configurable icon style for articles element (c492f5f)
  • add generic docs style (240bda5)

v2.0.0-beta.65

22 Feb 15:23
7e80254

Choose a tag to compare

v2.0.0-beta.65 Pre-release
Pre-release

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

20 Feb 11:00
18858e4

Choose a tag to compare

v2.0.0-beta.64 Pre-release
Pre-release

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

19 Feb 16:30
422ede7

Choose a tag to compare

v2.0.0-beta.63 Pre-release
Pre-release

2.0.0-beta.63 (2026-02-19)

Bug Fixes

  • correctly handle featured image width (1db0d61)
  • disable docs module (2d870fb)
  • make theme icon init more robust (1310649)
  • move testimonial structure from mod-blocks to hinode (2fd3dfc)

v2.0.0-beta.62

18 Feb 15:55
cea1c99

Choose a tag to compare

v2.0.0-beta.62 Pre-release
Pre-release

2.0.0-beta.62 (2026-02-18)

Bug Fixes

  • convert menu Pre field to string for icon partial (2fd82a4)
  • guard against nil page collection before sorting (ae802f9)
  • skip docs shortcode gracefully when file is not found (12964d6)

v2.0.0-beta.61

18 Feb 13:15
adef195

Choose a tag to compare

v2.0.0-beta.61 Pre-release
Pre-release

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

16 Feb 18:36
549b95d

Choose a tag to compare

v2.0.0-beta.60 Pre-release
Pre-release

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

12 Feb 11:41
8c1e159

Choose a tag to compare

v2.0.0-beta.59 Pre-release
Pre-release

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

  • add comprehensive blocks and components documentation (fa9f73d)
  • blocks: add preview component integration and documentation (8b992ff)
  • csp: add environment-specific headers and remove X-Frame-Options (fa8b6a9)
  • support minimal card layout (cd05918)

v2.0.0-beta.58

07 Feb 11:52
807fe9b

Choose a tag to compare

v2.0.0-beta.58 Pre-release
Pre-release

2.0.0-beta.58 (2026-02-07)

Features

  • make Hinode v2 a minimal core theme without mod-blocks (32dcade)