Skip to content

Releases: esbanarango/ember-place-autocomplete

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

Choose a tag to compare

@dmuneras dmuneras released this 25 May 12:43

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

Choose a tag to compare

@dmuneras dmuneras released this 03 May 17:47
ea41761

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

Choose a tag to compare

@dmuneras dmuneras released this 27 Feb 21:22

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

Choose a tag to compare

@dmuneras dmuneras released this 03 Jul 17:02

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

Choose a tag to compare

@dmuneras dmuneras released this 12 Sep 03:39

Fix Google loading error and refactor tests

FocusOut Fix

Choose a tag to compare

@dmuneras dmuneras released this 28 Apr 14:58

Publishing a fix for focusOut issue

Using ember element id

Choose a tag to compare

@dmuneras dmuneras released this 21 Oct 00:59

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

Adding inputId

Choose a tag to compare

@dmuneras dmuneras released this 21 Oct 00:38

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

Choose a tag to compare

@dmuneras dmuneras released this 19 Oct 16:05
changing gif