Skip to content

Releases: esbanarango/ember-place-autocomplete

RELEASE: 2.1.1: Refactor functions in component and fix destroy behavior

25 May 12:43
Compare
Choose a tag to compare

Description

General

  • Always use injected global dependencies: google and navigator.

Fixes

  • Call unregister instead of register when destroying input field component.

2.1.0: Make test helpers public and fixes

03 May 17:47
ea41761
Compare
Choose a tag to compare

Description

  • Make test helpers public (#93)
  • Fix some security issues due to outdated dependencies.
  • Fix functionality to remove Google HTML after a place-auto-complete-field is removed from the DOM.

Google Places API as a service

27 Feb 21:22
Compare
Choose a tag to compare

Description

  • Allow usage of Google Places API as a service.
  • Create documentation page to show how to use the addon.
  • Upgrade Ember version and use new syntax.
  • Allow component to accept the name property and set it to the input field.

Breaking changes

  • Rename onFocusOutCallback to onBlurCallback

Contributors

Use Google Places API default respond instead of using our own

03 Jul 17:02
Compare
Choose a tag to compare

Changes

  • IMPORTANT: Instead of set formatted_address as default respond. Use the typical Google Autocomplete behavior. This could cause problems for some people, because the answer the are getting may differ.

  • General small fixes

Fix Google loading error and refactor tests

12 Sep 03:39
Compare
Choose a tag to compare

Fix Google loading error and refactor tests

FocusOut Fix

28 Apr 14:58
Compare
Choose a tag to compare

Publishing a fix for focusOut issue

Using ember element id

21 Oct 00:59
Compare
Choose a tag to compare

Use ember element id to remove the option to add an id.

Adding inputId

21 Oct 00:38
Compare
Choose a tag to compare

Description

Adding inputId to allow people to have multiple inputs using this addon in the same view

BUGFIX

  • Removing the dependency of the input position, the autocomplete was going to the first input in the page, which is not desirable

v0.0.5

19 Oct 16:05
Compare
Choose a tag to compare
changing gif