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

Latest commit

 

History

History
155 lines (71 loc) · 6.22 KB

CHANGELOG.md

File metadata and controls

155 lines (71 loc) · 6.22 KB

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)

1.6.0 (2021-01-15)

Features

  • suggester: add autoComplete prop (50bb4c6)

1.5.1 (2021-01-15)

⚠ BREAKING CHANGES

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

Code Refactoring

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

1.5.0 (2021-01-14)

Features

  • Suggester: default value (ba02f24)

Reverts

  • Revert "build: replace rollup-plugin-size-snapshot by rollup-plugin-size" (18a361c)

1.4.4 (2020-08-21)

1.4.3 (2020-08-21)

Bug Fixes

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

1.4.2 (2020-08-20)

1.4.1 (2020-08-06)

Bug Fixes

  • selected option should not be an index (a8adfac)

1.4.0 (2020-08-06)

Features

1.3.0 (2020-08-06)

Features

  • forward Input component ref (45f8052)

1.2.0 (2020-08-06)

Features

  • pass any standard attribute to the input component (2b0bdee)

1.1.6 (2020-07-28)

1.1.5 (2020-07-28)

1.1.4 (2020-07-26)

Bug Fixes

  • mark package as side effect free (44d74b1)

Performance Improvements

  • input: remove unnecessary label null check (b23da69)

1.1.3 (2020-07-26)

Bug Fixes

  • add line-height to the input label (ad94191)

1.1.2 (2020-07-26)

Bug Fixes

  • remove tailwindcss preflight (4b1f57e)

1.1.1 (2020-07-26)

Bug Fixes

  • include 'types' field in package.json (d99c826)

1.1.0 (2020-07-26)

Features

  • generate typescript definitions (6724a2f)

1.0.1 (2020-07-26)

Bug Fixes

1.0.0 (2020-07-26)

Features

Bug Fixes

  • 'No suggestions' message is not being displayer on sync suggesters (f70a06a)
  • inputs must always have labels (b28c34a)
  • remove unused forwarded ref (c598037)