Skip to content

Latest commit

 

History

History
263 lines (118 loc) · 11 KB

CHANGELOG.md

File metadata and controls

263 lines (118 loc) · 11 KB

Changelog

0.14.0 (2024-05-28)

Features ✨

  • i18n: add Vietnamese translations (b423f34)

0.13.4 (2024-05-26)

Performance Improvements ⚡️

  • use hugo.IsMultihost instead of custom function (#237) (bc1adb5), closes #225

0.13.3 (2024-03-08)

Bug Fixes 🐞

  • check before parsing headings (1af30b8)

0.13.2 (2024-02-23)

Styles 🎨

  • change top as 0.25rem for result actions (4d3181d)

0.13.1 (2024-02-22)

Bug Fixes 🐞

  • do not save history to client if search.histories parameter is false (#222) (6e9b943)

0.13.0 (2024-02-21)

Features ✨

Styles 🎨

  • set top as 0.5rem for search result actions to avoid CLS (a06fea1)

0.12.0 (2024-02-20)

Features ✨

  • add the search.histories parameter, disable histories if false (#217) (280694f)

Styles 🎨

  • fix height as 48px for result img (d6cba31)

0.11.1 (2024-02-20)

Bug Fixes 🐞

  • make sure hiding search icon before showing spinner icon (#215) (7fe1301)
  • stop propagation when selecting history entities (#213) (a33e085)

Styles 🎨

  • change spinner icon size to 1.35em (7fe1301)

0.11.0 (2024-02-19)

Features ✨

Bug Fixes 🐞

  • correct spinner icon size (88d6d7d)

0.10.0 (2024-02-19)

Features ✨

Bug Fixes 🐞

  • correct icons size (1559bcf)
  • show search stat when searching without keywords (b782874)

0.9.0 (2024-02-19)

Features ✨

0.8.7 (2024-02-11)

Bug Fixes 🐞

  • set index_all_pages to false as the default value (96d562b)

0.8.6 (2024-02-08)

Styles 🎨

0.8.5 (2024-02-03)

Bug Fixes

0.8.4 (2024-02-01)

Bug Fixes

0.8.3 (2023-12-16)

Bug Fixes

  • prevent default for arrow up and down events (#185) (1d31b05)

0.8.2 (2023-12-03)

Bug Fixes

  • set the name attribute for search input (c567d21)

0.8.1 (2023-11-10)

Bug Fixes

0.8.0 (2023-11-10)

Features

0.7.0 (2023-11-02)

Features

0.6.0 (2023-11-01)

Features

0.5.0 (2023-10-21)

Features

0.4.5 (2023-08-28)

Bug Fixes

  • unescape the summary (ab1521c)
  • use page description as summary if present (bd6dc23)

0.4.4 (2023-06-28)

Bug Fixes

  • strip HTML tags from headings (167d5f1)

0.4.3 (2023-05-23)

Bug Fixes

  • adjust to Hugo v0.112.0 changes (e2715f4)

0.4.2 (2023-05-23)

Bug Fixes

  • adjust to Hugo v0.112.0 changes (e2715f4)

0.4.1 (2023-05-14)

Performance Improvements

  • simplify the hashing method (e6d2d90)

0.4.0 (2023-05-13)

Features

  • generate the hash for search indices (#140) (03db352)

0.3.1 (2023-05-13)

Bug Fixes

  • check if the taxonomies exist before rendering (6f6dd63)
  • ignore invalid years (f87cb77)
  • set z-index as 1 for dropdown menu to avoid overlapping with others (52584dc)

0.3.0 (2023-05-13)

Features

  • add support for filtering by years (dc8567d)
  • add the filter_years parameter (34d9f83)
  • add the taxonomies filter (55f6947)

Bug Fixes

  • correct the margin-bottom of dropdown menus (bcb43a0)

0.2.0 (2023-05-05)

Features

  • add the modal_toggle_selector parameter (5283b8c)

Bug Fixes

  • correct the search result heading style (20384da)
  • remove multiple active results and keep only one (1dd929d)