Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Releases: wtchnm/react-suggester

v1.6.1

27 Jan 20:26
Compare
Choose a tag to compare

1.6.1 (2021-01-27)

Code Refactoring

Documentation

  • regenerate changelog with conventionalcommits preset (6a10a5d)

Miscellaneous Chores

  • eslint: improve config (1bebc3d)
  • semantic-release: improve configuration (6df1551)
  • vscode: use typescript from node_modules (5110230)
  • upgrade dependenecies (25d23a9)

v1.6.0

15 Jan 12:58
Compare
Choose a tag to compare

1.6.0 (2021-01-15)

Features

  • suggester: add autoComplete prop (50bb4c6)

v1.5.1

15 Jan 11:49
Compare
Choose a tag to compare

1.5.1 (2021-01-15)

Code Refactoring

  • suggester: replace defaultValue prop by defaultOption (469ed4c)

BREAKING CHANGES

  • suggester: The defaultValue prop has been replaced by the defaultOption prop.

v1.5.0

14 Jan 13:23
Compare
Choose a tag to compare

1.5.0 (2021-01-14)

Features

  • Suggester: default value (ba02f24)

v1.4.4

21 Aug 00:39
Compare
Choose a tag to compare

1.4.4 (2020-08-21)

v1.4.3

21 Aug 00:26
Compare
Choose a tag to compare

1.4.3 (2020-08-21)

Bug Fixes

  • input: auto id is not deterministic between client and server (8b5aa3c)

v1.4.2

20 Aug 17:31
Compare
Choose a tag to compare

1.4.2 (2020-08-20)

v1.4.1

06 Aug 17:40
Compare
Choose a tag to compare

1.4.1 (2020-08-06)

Bug Fixes

  • selected option should not be an index (a8adfac)

v1.4.0

06 Aug 14:47
Compare
Choose a tag to compare

1.4.0 (2020-08-06)

Features

v1.3.0

06 Aug 11:54
Compare
Choose a tag to compare

1.3.0 (2020-08-06)

Features

  • forward Input component ref (45f8052)