ember-place-autocomplete

Ember cli addon to provide a component that uses Google Places API to autocomplete place information when people write their address

MIT License

Stars
63
Committers
30

Bot releases are hidden (Show)

ember-place-autocomplete - RELEASE: 2.1.1: Refactor functions in component and fix destroy behavior Latest Release

Published by dmuneras over 4 years ago

Description

General

  • Always use injected global dependencies: google and navigator.

Fixes

  • Call unregister instead of register when destroying input field component.
ember-place-autocomplete - 2.1.0: Make test helpers public and fixes

Published by dmuneras over 4 years ago

Description

ember-place-autocomplete - Google Places API as a service

Published by dmuneras over 5 years ago

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

  • @dmuneras
  • @rak-trzustki
ember-place-autocomplete - Use Google Places API default respond instead of using our own

Published by dmuneras over 6 years ago

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

ember-place-autocomplete - Fix Google loading error and refactor tests

Published by dmuneras about 7 years ago

Fix Google loading error and refactor tests

ember-place-autocomplete - FocusOut Fix

Published by dmuneras over 8 years ago

Publishing a fix for focusOut issue

ember-place-autocomplete - Using ember element id

Published by dmuneras about 9 years ago

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

ember-place-autocomplete - Adding inputId

Published by dmuneras about 9 years ago

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
ember-place-autocomplete -

Published by dmuneras about 9 years ago