Skip to content

Latest commit

 

History

History
214 lines (101 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

214 lines (101 loc) · 10.5 KB

Changelog

0.15.3 (2024-09-10)

Bug Fixes 🐞

  • allow specifying id attribute for blockquotes (#247) (29fd6b1)

0.15.2 (2024-09-10)

Bug Fixes 🐞

  • allow specifying extra class name for blockquotes and tables (#245) (b1e818d)

0.15.1 (2024-09-05)

Bug Fixes 🐞

  • tables: rename _header attribute to _thead for consistent naming convention (c866a92)

0.15.0 (2024-09-05)

Features ✨

  • tables: add the _header attribute for tables, hide the header if false (#238) (eb56400)

0.14.0 (2024-09-05)

Features ✨

Bug Fixes 🐞

  • clean up unused Sass variables (6823fbb)
  • deps: update dependency stylelint-scss to v6.5.1 (dcb1f81)

0.13.0 (2024-08-22)

Features ✨

  • add the hb.sass_transpiler parameter, default to dartsass (#228) (166c5ed), closes #227

0.12.4 (2024-08-20)

Bug Fixes 🐞

  • deps: update dependency stylelint-scss to v6.4.1 (d54162a)
  • deps: update dependency stylelint-scss to v6.5.0 (7c52645)
  • replace resources.PostCSS with css.PostCSS (#226) (bba72dc)

0.12.3 (2024-06-16)

Performance Improvements ⚡️

0.12.2 (2024-03-12)

Bug Fixes 🐞

  • deps: update dependency stylelint-scss to v6.2.1 (c56fc57)
  • hb/assets/css-resource returns false sometime on local development (#192) (32dd685)

0.12.1 (2024-03-04)

Bug Fixes 🐞

  • deps: update dependency stylelint-scss to v6.2.0 (90e7557)
  • move data-layout and data-section attributes from .hb-main to <body> element (#184) (f5a2ba5)

0.12.0 (2024-02-27)

Features ✨

  • add the data-layout and data-section attributes for hb-main element for styling purpose (#180) (6c8b086)

0.11.2 (2024-02-23)

Bug Fixes 🐞

  • rename purgecss.config.js to assets/hb/purgecss.config.js, to be vendorable (#176) (ba62ad2)

0.11.1 (2024-02-21)

Bug Fixes 🐞

  • remove the leading slash from module SCSS path (#173) (5c58d40)

0.11.0 (2024-02-03)

Features ✨

0.10.0 (2024-02-02)

Features ✨

  • override the _funcs/get-page-images partial to return the name of image and allow using site image resources (#164) (e5dc9cf)

0.9.2 (2024-01-25)

Continuous Integration

  • add the hb/assets/css-resource partial (#160) (eed7546)

0.9.1 (2024-01-24)

Bug Fixes

  • avoid runtime error (#159) (f818087)
  • deps: update dependency stylelint-scss to v6.1.0 (8397f01)

0.9.0 (2024-01-15)

Features

  • add the hb.color parameter for setting default color mode, default to light (#150) (341239c)

0.8.1 (2023-12-24)

Bug Fixes

  • allow specifying default full width for specified page types (#138) (0fcc5bc)

0.8.0 (2023-12-22)

Features

  • add the hb.full_width parameter and page's full_width parameter (#137) (7c4cc7c)

Bug Fixes

  • deps: update dependency stylelint-scss to v5.3.1 (86dc36d)
  • deps: update dependency stylelint-scss to v6 (04b8249)

0.7.2 (2023-11-01)

Bug Fixes

  • deps: update dependency stylelint-scss to v5.2.0 (b0a651b)
  • deps: update dependency stylelint-scss to v5.2.1 (6641368)
  • deps: update dependency stylelint-scss to v5.3.0 (c397431)
  • purgecss: try to find the configuration file in subdirectories (#108) (1d7ddd3), closes #106
  • purgecss: use process.env.HUGO_PUBLISHDIR instead of hard-coded public folder (#107) (c599450), closes #105

0.7.1 (2023-08-29)

Bug Fixes

  • allow overriding Sass vars from modules (0bfc09e)

0.7.0 (2023-08-25)

Features

  • add the hb.styles.hb_top_offset parameter (#68) (eb242d3)

0.6.0 (2023-08-25)

Features

  • add the hb.styles parameter for defining Sass variables (#66) (a0b6dad)
  • add the top offset mixin and CSS variable (#67) (45337f1)

Bug Fixes

  • deps: update dependency stylelint-scss to v5.1.0 (486c8a7)

0.5.2 (2023-08-08)

Bug Fixes

  • correct the css partial in the case of rendering alias pages (d137e8b)
  • deps: update dependency stylelint-scss to v5.0.1 (c0c576e)

0.5.1 (2023-05-30)

Bug Fixes

  • deps: update dependency stylelint-scss to v5 (6ec9fa1)