Skip to content

Latest commit

 

History

History
182 lines (74 loc) · 8.05 KB

CHANGELOG.md

File metadata and controls

182 lines (74 loc) · 8.05 KB

3.2.0 (2022-04-29)

Bug Fixes

Features

3.1.3 (2022-03-14)

3.1.2 (2022-01-10)

Bug Fixes

  • twitter card doesn't support cloudinary (#94) (111803c)

3.1.1 (2022-01-10)

Bug Fixes

  • unintentional narrow padding at current menu entry (#92) (3fe42be)

3.1.0 (2022-01-09)

Features

3.0.0 (2021-11-23)

Features

BREAKING CHANGES

  • No longer need layouts/partials/global-menu.html. Insteadly please create menu entries in site config or front-matter. See official docs

2.4.0 (2021-09-30)

Features

2.3.0 (2021-09-29)

Features

  • use inline svg & fallback css var (#64) (83bdd95)

2.2.4 (2021-09-25)

Bug Fixes

2.2.3 (2021-09-25)

2.2.2 (2021-09-25)

Bug Fixes

2.2.1 (2021-09-25)

2.2.0 (2021-09-25)

Features

  • adjust font size (7ba9670)
  • style: add dark mode (c3b23b8)
  • style: update search input focus spacing (9e2fbfa)
  • use css var in svg icon (8f34871)
  • use default color to anchor (8cad0ef)

2.1.0 (2021-09-24)

Features

  • layouts: remove "read more" link (d1cc3e7)
  • layouts: specify size to img (f3d8ba4)
  • layouts: use icon to each side menu header (6c6eb24)
  • style: adjust spacing for tap targets (03aab95)

2.0.2 (2021-09-23)

Misc.

2.0.1 (2021-09-23)

Bug Fixes

2.0.0 (2021-09-23)

BREAKING CHANGE

  • use PostCSS pipe & use assets instead of static (b904384)
    • Must move favicon file from static/favicon.ico to assets/favicion.ico
    • Install npm modules before build now required as like hugo mod npm pack && npm install

1.0.0 (2021-09-23)

Bug Fixes

  • not working anchor link with swup.js (3e8772c)
  • package name, version (e2729be)
  • package.json: wrong homepage url (516c680)
  • twitter widget not working with pushState (d8c54ac)

Features

  • remove pjax & use js.Build() (bff454e)
  • support hugo mod npm pack (81f7665)
  • use defer for performance (80c9eb3)