Releases: MadimetjaShika/vuetify-google-autocomplete
Releases · MadimetjaShika/vuetify-google-autocomplete
2.1.2
2.0.4
2.0.2
2.0.1
2.0.0
What's New
- Full support for vuetify
>=2.1.15
. Introduces breaking changes from version1.*
.
What's Fixed
2.0.0-beta.8
2.0.0-beta.5
What's Fixed
- #52 - Added a few new native HTML5 input props:
autocorrect
,autocapitalize
,spellcheck
, andautocomplete
which is masked bybrowser-autocomplete
for vuetify. - #56 - Resolved an issue with the library not working after navigating away with vue-router.
What's New
- Updated the library to work with the latest version of vuetify, v1.2.3.
- Refactored the structure of the project such that the example code is separated from the core library.
- Added vue-router to the example app.
2.0.0-beta.4
What's New
- LIbrary Props are now fully documented and up-to-date, see html output or markdown output
- Reduced the size of the npm package from
17KB
to9KB
. - Updated project unit tests, mainly for props. TODO - test core logic.
- Got the travis build working again.
- Example app is now based on latest webpack full template.
- Example/demo app updated, see here.
2.0.0-beta.3
What's Added
- Enhancements from 15e440b: added name, photos and place_id to result object. Thanks to @timothynott.
2.0.0-Beta.2
What's Fixed
- Resolves issue noted in #41, where placeholder prop has an undefined value if not provided.