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

Releases: kontrollanten/algolia-places-react

Add support for aria label

26 Feb 13:06
Compare
Choose a tag to compare
v1.4.0

chore(release): 1.4.0

Fix broken build

23 Feb 23:00
Compare
Choose a tag to compare

Update places.js to 1.15.1

23 Feb 22:59
Compare
Choose a tag to compare
1.3.2

chore(version): bump version to 1.3.2

Fix source maps when using webpack

17 Dec 23:18
Compare
Choose a tag to compare

Package main file is no longer minimized, which will fix source maps when using webpack.

Add support for arbitrary props

18 Jun 05:19
Compare
Choose a tag to compare

All unknown props given to AlgoliaPlacesReact will be passed to given input element.

The following will pass the disabled prop to the input field.

<AlgoliaPlacesReact
  ...
  disabled
/>

Add support for onFocus/onBlur & update places.js

04 Jun 20:22
Compare
Choose a tag to compare
  • onFocus and onBlur supported on the AlgoliaPlaces component.
  • places.js is also updated to 1.7.3

Update places.js and improved documentation

04 Mar 07:58
Compare
Choose a tag to compare

Add accessibility support

03 Mar 23:48
Compare
Choose a tag to compare

Add aria-label to input element #1