Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Latest commit

 

History

History
197 lines (89 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

197 lines (89 loc) · 10.4 KB

1.4.0 (2021-07-23)

Bug Fixes

  • upgrade graphql-tag from 2.11.0 to 2.12.1 (01146be)

Features

  • project: add check licenses github workflow (224a23d)
  • project: add js-green-licenses dependency (0311512)
  • project: add js-green-licenses.json (a38b652)
  • project: postprocess results (7b64b3c)

1.3.0 (2021-03-12)

Features

  • project: add custom search result render prop (85b1a2b)

1.2.1 (2021-03-11)

Bug Fixes

  • project: show 50 best matching results (d46f833)

1.2.0 (2021-03-11)

Bug Fixes

  • project: align mui with styles import (402558d)
  • project: fix console warning (77c5a1f)
  • project: remove filters from modals (7cd00aa)
  • search: edit search results container (293c278)

Features

  • search: add search results component (0b246dd)
  • search: add search tips component (4baaab9)

1.1.0 (2021-03-09)

Features

  • project: update translations and make them customizable (64ad73a)

1.0.1 (2021-03-02)

Bug Fixes

  • project: remove engines from package.json (c410f85)

1.0.0 (2021-02-26)

1.0.0-alpha4 (2020-11-12)

Bug Fixes

  • search: fix title and source overlapping parent (b745c7f)
  • search: keep filters drawer mounted to prevent state loss (faa34f9)

1.0.0-alpha3 (2020-11-09)

Bug Fixes

  • project: add name property to search types (49b22be)
  • project: fix filter disappearing when list is empty (849f483)

Features

  • project: add birthplace filter to person search type (8bd0c9f)
  • project: allow custom placeholder text (010d113)

1.0.0-alpha2 (2020-11-05)

Bug Fixes

  • project: add material ui as peer dependency (8c22422)

1.0.0-alpha1 (2020-11-04)

Features

  • project: add new search mechanism (edc4583)
  • project: update search mechanism to to support use-cases (2c9cb01)

BREAKING CHANGES

  • project: this commit changes the MultiModalComponent props.

0.4.0 (2020-03-26)

Bug Fixes

  • project: add netlify.toml to fix Netlify builds (1a0782c)
  • project: fix publish folder in netlify.toml (969cf77)
  • project: fix publish folder in netlify.toml (48ae151)
  • search: fix material-ui deprecation warning (1997660)

Features

  • project: add prop to create custom result render functions (c1e49ba)
  • project: add prop to disable filters (549a66f)
  • search: set filter types through prop (41db7c1)

0.3.1 (2020-01-17)

Bug Fixes

  • project: fix node engine (ee5139b)
  • search: add default onResultClick prop (471cec8)

0.3.0 (2020-01-17)

Bug Fixes

  • project: fix translations (f7102c5)
  • project: update node versions in package.json (c7a1340)
  • search: make sure there are results for each type (dfc8730)
  • search: render source below for VideoObject (d5e5013)

Features

  • search: add onResultClick prop (6ea4f38)
  • search: update search results (e4c2776)

0.2.0 (2020-01-16)

Bug Fixes

  • project: add env settings (d15f56b)
  • project: article image broken in desktop version (06e6056)
  • project: fix component apollo provider (19400cb)
  • project: fix merge issues (7316cc8)

Features

  • NavBar: add language select (62d578b)
  • NavBar: add new styling to navbar (a1c7c3f)
  • NavBar: add removable search tags (122d35e)
  • project: add commitlint and conventional changelog (fbeabb3)
  • project: add new filter menu (9bd2293)
  • project: add responsiveness for mobile (00446ac)
  • project: add search results total (a82f4a4)
  • project: convert project into React component library (932af6c)
  • project: restyle filters (d24883f)