Skip to content

Releases: FaridSafi/react-native-google-places-autocomplete

v2.5.1

02 Nov 08:37
Compare
Choose a tag to compare
hotfix: #853

v2.5.0

31 Oct 08:03
Compare
Choose a tag to compare
v2.5.0

Release 2.4.1

11 Aug 14:53
Compare
Choose a tag to compare
  • Update getRequestHeaders to always return an object (1d5515a)

Release 2.4.0

09 Aug 00:20
Compare
Choose a tag to compare

Release 2.3.0

02 Aug 02:11
Compare
Choose a tag to compare
  • 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)

Release 2.2.0

15 Mar 15:39
Compare
Choose a tag to compare
  • Fix updating props.predefinedPlaces (ec0ad69)
  • add props.query to dependency list (d1657fa)
  • Update README.md (be4923b)
  • remove cors-anywhere reference (20a103e)
  • use npx for release-it (6bd6513)

Release 2.1.3

25 Jan 17:01
Compare
Choose a tag to compare

Release 2.1.2

10 Dec 21:35
Compare
Choose a tag to compare
  • run yarn lint (800af72)
  • Fix onPress issue caused by blur event (dd8f63e)
  • plus_code feature added to type definition file (#669) (5190c9e)
  • Replace useState import with useRef import in example (0e12807)

Release 2.1.1

11 Nov 17:06
Compare
Choose a tag to compare
  • [Infrastructure] Reduce npm package size (#656) (0f7e27d)

Release 2.1.0

11 Nov 15:11
Compare
Choose a tag to compare
  • add object as option for passing objects (0af296c)
  • fix(ts-error): add JSX.Element type option in addition to dep React.ComponentType (dc235c6)
  • add textInput refs directly on useImperativeHandle (#650) (dbdb653)
  • add release-it (3c2c357)
  • add custom input example (#651) (ca74af2)
  • Fix onChangeText (#647) (6832c88)
  • fixed debounceData function definition (915fce6)
  • Update README.md to document the requestUrl prop (#631) (7f1c05a)