Skip to content

Latest commit

History

History
122 lines (74 loc) 路 5.36 KB

CHANGELOG.md

File metadata and controls

122 lines (74 loc) 路 5.36 KB

17.0.0 (2023-11-09)

Features

  • upgrade to angular v17 (0f44f87)
    • Update to Angular v17
    • Update Algolia to latest
    • Remove the custom View Transition API code and use withViewTransitions ()
    • Use @if and @for control flows

16.0.0-next.2 (2023-03-13)

Bug Fixes

  • format code (b7e24bf)
  • infinite scroll + use IntersectionObserver (9e0ce98)
  • make css view transitions api work (b8f595c)

Features

15.0.0 (2023-03-04)

Changes

  • chore: update to angular cli v15 (2376fe6)
  • chore: move to css grids (bebf1c3)

Bug Fixes

13.0.0 (2022-05-08)

Bug Fixes

9.0.0 (2020-02-19)

  • Upgrade to Angular v9

2.2.1 (2018-12-10)

Bug Fixes

  • prompt a message when a new ServiceWorker is avaiable (ad16e51)
  • fix(search-result) scrolling visibility (24b7937)

2.2.0 (2018-11-27)

Features

  • stamp the build ID for each release (ddbd525)

2.1.0 (2018-11-27)

Features

  • add a low contrast black and white theme (6f93e3e)

2.0.0 (2018-11-27)

Features

  • close keyboard after Enter/Next on mobile device (#19) (45c79bc)
  • add accessibility support (#20) (7af13f8)
  • add infinite scroll on search result (#15) (f647159)

Bug Fixes

  • fix lazy loading issues after upgrading to angular v7.1.0 (#22) (5cf65bd)

1.1.0 (2018-10-11)

Features

1.0.0 (2018-10-11)

Bug Fixes

  • add min height for the card content (a754d22)
  • broken images (81d0997)
  • change icons folder (d608c29)
  • clear packages array on input clear (c34cb87)
  • disable ENTER key on search (a7bb7d8)
  • loading screen (32f9f6a)
  • make the logo show behind the sidenav backdrop (c52702d)
  • nav side bar fixedInViewport (9203e86)
  • overflow-y auto (ddbad80)
  • reduce the logo size (56013a9)
  • search area height (77c260f)

Features