Releases: FaridSafi/react-native-google-places-autocomplete
Releases · FaridSafi/react-native-google-places-autocomplete
Release 2.6.4
- Update ESLint configuration and package.json: add .husky to ignore files, enhance lint-staged settings for better code formatting. (9121b95)
- Update package.json and yarn.lock: add husky installation script, update dependencies, and remove deprecated packages. Bump 'qs' and 'husky' versions for improved functionality. (03deebb)
Full Changelog: v2.6.3...v2.6.4
Release 2.6.3
- Improve list dismissal handling in autocomplete (45707e4)
Release 2.6.0
What's Changed
- Fix five bugs and add customized of hover color by @AndrewGable in #908
- Fix: Search results list closing issues [web] by @roryabraham in #799
- Added Loading State (Customisable through prop) by @shubham1206agra in #909
- Fix: only display predefine place if input is empty #8 by @FaridSafi in #912
- Fix abort request by @shubham1206agra in #913
- Fix old link used by request due to memo by @shubham1206agra in #914
- New places api by @rojiphil in #943
- fix: replace uuid with expo-crypto; harden styles and predefinedPlaces handling by @bilal1031 in #988
- Code optimizationRefactor: Code optimization and modernization by @bilal1031 in #990
New Contributors
- @AndrewGable made their first contribution in #908
- @roryabraham made their first contribution in #799
- @shubham1206agra made their first contribution in #909
- @FaridSafi made their first contribution in #912
- @rojiphil made their first contribution in #943
- @bilal1031 made their first contribution in #988
Full Changelog: v2.5.1...v2.6.0
v2.5.1
v2.5.0
Release 2.4.1
- Update getRequestHeaders to always return an object (1d5515a)
Release 2.4.0
Release 2.3.0
- run prettier (8fca5d6)
- add keepResultsAfterBlur to readme (096f7ca)
- Fix broken link to Google Places API in README.md (f87c3ae)
- Fix listViewDisplayed warning with propTypes (253f844)
- Make getCurrentLocation accessible on the ref object (2a697a6)
- Fix TS GooglePlaceDetail#types (f2e92a3)
- fix autocomplete url params (994affc)
- Replace comment sytax for better VSCode support (#706) (01879cd)
- Allow Persistent Results (#705) (2e3edf5)
- Fixed a typo in the Readme (1887f72)