This repository has been archived by the owner on Feb 22, 2021. It is now read-only.
Releases: kontrollanten/algolia-places-react
Releases · kontrollanten/algolia-places-react
Add support for aria label
v1.4.0 chore(release): 1.4.0
Fix broken build
Bug fix #93
Update places.js to 1.15.1
1.3.2 chore(version): bump version to 1.3.2
Fix source maps when using webpack
Package main file is no longer minimized, which will fix source maps when using webpack.
Add support for arbitrary props
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
onFocus
andonBlur
supported on the AlgoliaPlaces component.- places.js is also updated to 1.7.3
Update places.js and improved documentation
Add accessibility support
Add aria-label to input element #1