Skip to content

Latest commit

 

History

History
341 lines (164 loc) · 17.9 KB

CHANGELOG.md

File metadata and controls

341 lines (164 loc) · 17.9 KB

Changelog

0.22.3 (2024-06-30)

Bug Fixes 🐞

  • collapse: use Scratch instead of now.UnixNano to generate ID (#156) (fdfc144)

0.22.2 (2024-06-04)

Bug Fixes 🐞

0.22.1 (2024-06-04)

Bug Fixes 🐞

  • container: use bgColor as the second background to avoid not seeing text before successfully loading background images (#149) (5bc5096)

0.22.0 (2024-05-28)

Features ✨

  • i18n: add Vietnamese translations (a9f1f9e)

0.21.2 (2024-03-22)

Bug Fixes 🐞

  • collapse: replace unicode triangle indicator with pure CSS (f11183b)

0.21.1 (2024-03-21)

Styles 🎨

  • collapse: change the margin-bottom to mb-1 (7352ea4)

0.21.0 (2024-03-21)

Features ✨

  • collapse: add the border and rounded named parameters (dab07c4)

Bug Fixes 🐞

  • collapse: use .Page.RenderString to render .Inner (#143) (dab07c4)

Styles 🎨

  • collapse: add the triangle indicator (dab07c4)

0.20.1 (2024-03-20)

Bug Fixes 🐞

  • collapse: allow nesting within the list (c2d3c0a)

Styles 🎨

  • collapse: tweak the button style (244c356)

0.20.0 (2024-03-14)

Features ✨

0.19.0 (2024-03-10)

Features ✨

  • container: add the bgColor parameter (b221430)

0.18.5 (2024-03-08)

Bug Fixes 🐞

  • accordion: make id to be unique in the case of using multiple accordions on one page (c47af19)

0.18.4 (2024-03-08)

Bug Fixes 🐞

  • alter-heading: add title named parameter (c8739b0)
  • alter-link: add named parameters: text and url (2dcba71)

0.18.3 (2024-03-08)

Styles 🎨

  • article-cards: align articles to center (8d0fadb)

0.18.2 (2024-03-06)

Bug Fixes 🐞

  • container: background-size (11f5494)

0.18.1 (2024-03-06)

Styles 🎨

  • icon-grid: align items to center (1686908)

0.18.0 (2024-03-05)

Features ✨

  • container: add the bg parameter, supports site resources, page resources, internal images and external images (#123) (ff5581c)

0.17.3 (2024-02-23)

Bug Fixes 🐞

  • accordion: allow using page data resources (0b0249b)

0.17.2 (2024-02-23)

Styles 🎨

  • accordion: change heading level to 3 from 2, and change heading font-weight as bold (a3c267b)

0.17.1 (2024-02-20)

Bug Fixes 🐞

  • img-grid: make sure using the proper .Page (#116) (a71cdd3)

0.17.0 (2024-01-14)

Features ✨

  • alert: simplify usage with Markdown content (#111) (ce8ace1)
  • btn-link: add the text parameter, to use self-closing syntax (#110) (0351562)
  • icon-grid: add the gap parameter, default to 4 (#108) (3707afa)

Styles 🎨

0.16.0 (2024-01-13)

Features ✨

0.15.1 (2024-01-11)

Bug Fixes 🐞

0.15.0 (2023-12-08)

Features ✨

  • config-toggle: allow specifying title (#95) (980bb9f)
  • config-toggle: allow wrapping code with delimiters (#96) (33ed9bb)
  • toggle: allow reading items from data file (#97) (6417763)

Bug Fixes 🐞

0.14.0 (2023-11-17)

Features ✨

  • article-cards: add the bootstrap.article_cards.limit and bootstrap.article_cards.image_height parameter (a878fba)

Performance Improvements ⚡️

  • config-toggle: caching the unmarshal source code (#88) (c703a35)

Styles 🎨

  • article-cards: change the image height as 240 (37e5bf0)
  • tweak article cards section and date (b767395)

0.13.0 (2023-09-25)

Features ✨

  • dropdown-item: add the icon and iconVendor parameters (#83) (ebdb7fe)
  • dropdown: add the class parameter to specify the extra class names (#79) (7888b2a)
  • dropdown: add the icon and iconVendor parameters (#82) (006f3c1)
  • dropdown: add the toggle parameter for showing/hiding the dropdown toggle (#81) (41d6449)

0.12.0 (2023-09-20)

Features ✨

  • add the dropdowns shortcodes (#77) (174cf65)
  • article-cards: add the imgHeight parameter (d66590c)
  • article-cards: add the imgPlaceholder parameter (a2d4b77)
  • article-cards: add the item-attr-* parameters for attaching attributes on elements (7afc9ac)
  • icon-grid: add the alignment parameter, available options: start, center or end (d941ba8)
  • icon-grid: add the border parameter (cb61239)
  • icon-grid: add the item-attr-* dynamic parameters for attaching custom attributes on items (a6fca8f)
  • icon-grid: assign the specified class names for elements to customize styles (1c9c88a)
  • icon-grid: use the page data other than site data if found (#74) (992d944)

Bug Fixes 🐞

  • btn-link: correct the broken links related to the current page when the url not begin with a leading slash (942f4d9)
  • icon-grid: add the default icon class name when className is provided (#76) (b1782f0)

Styles 🎨

  • change the image height as 120px by default (d66590c)
  • icon-grid: change the gap between of icons and titles to me-2 (39ef018)

0.11.3 (2023-09-08)

Bug Fixes 🐞

  • config-toggle: unescape HTML chars from the inner (#71) (e703561)

0.11.2 (2023-09-03)

Bug Fixes 🐞

  • article-cards: change the description margin-bottom as mb-2 when linkText is set (#68) (5acdcb4)

Styles 🎨

  • article-cards: strip HTML tags from description (5acdcb4)

0.11.1 (2023-08-31)

Bug Fixes 🐞

  • article-cards: correct the margin (e03ae88)

0.11.0 (2023-08-31)

Features ✨

  • article-cards: add the linkText parameter (#65) (4cfa02a)

0.10.0 (2023-08-28)

Features ✨

  • config-toggle: add the bootstrap.config_toggle.langs parameter (a5aa525), closes #61
  • config-toggle: add the fill parameter (caaa908)
  • config-toggle: add the style parameter: tabs, pills or underline (b129e2c)
  • toggle: add the alignment parameter: start, center or end (b3f51cd)
  • toggle: add the fill parameter, default to true (df8a070)

0.9.1 (2023-08-26)

Bug Fixes 🐞

  • article-cards: use description as summary if present (ad15f7d)

0.9.0 (2023-08-12)

Features ✨

0.8.1 (2023-07-28)

Styles 🎨

  • icon-grid: change the margin-bottom as mb-3 for title (#55) (679423a)

0.8.0 (2023-07-25)

Features

  • icon-grid: add the linkText parameter (d4e9219)

0.7.0 (2023-07-03)

Features

  • add the article-cards shortcode (5824613)
  • add the btn-link shortcode (e2426de)
  • add the container shortcode (853f21a)
  • add the display shortcode (72cd00a)
  • add the row and col shortcodes (751fddc)
  • lead: allow adding extra classes by the class parameter (c010a54)
  • lead: the first parameter has same affect as class (4cf95e8)

Bug Fixes

  • article-cards: correct the padding between of thumbnail and title (14f61be)
  • btn-link: do not transform the URL via relURL (0475e58)
  • btn-links: correct URL parsing (c0639a4)
  • icon-grid: fix URL parsing (2a270f0)
  • row: correct the cols parameter assignment when using named parameters (c8d8142)