Releases: esbanarango/ember-place-autocomplete
Releases · esbanarango/ember-place-autocomplete
RELEASE: 2.1.1: Refactor functions in component and fix destroy behavior
2.1.0: Make test helpers public and fixes
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
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
toonBlurCallback
Contributors
- @dmuneras
- @rak-trzustki
Use Google Places API default respond instead of using our own
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
Fix Google loading error and refactor tests
FocusOut Fix
Publishing a fix for focusOut issue
Using ember element id
Use ember element id to remove the option to add an id.
Adding inputId
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