Skip to content

Releases: MadimetjaShika/vuetify-google-autocomplete

2.1.2

21 Oct 13:59
ecac4ef
Compare
Choose a tag to compare

Enhancement

  • #123 - Add placeholder persistent

2.0.4

27 Oct 18:38
3409907
Compare
Choose a tag to compare

Fixes

  • #60 - Enables usage of VGA with vue2-google-maps

2.0.2

13 Jul 09:42
c52cac6
Compare
Choose a tag to compare

What's New

  • #107 - Ability to access v-text-field slots

2.0.1

25 Jan 12:17
Compare
Choose a tag to compare

What's Fixed

  • #89 - Making mandatory to choose one option from the list

2.0.0

31 Dec 13:00
29aa5bd
Compare
Choose a tag to compare

What's New

  • Full support for vuetify >=2.1.15. Introduces breaking changes from version 1.*.

What's Fixed

  • #71 - Unsupported v1.* props are removed, including append-icon-cb
  • #72 - Added support for all new v2.1.15 props
  • #73 - Removed babel-runtime, preventing the use of babel transforms on prod ready code
  • #74 - Addded administrative_area_level_2 to the returned set of attributes.

2.0.0-beta.8

15 Nov 16:06
Compare
Choose a tag to compare
2.0.0-beta.8 Pre-release
Pre-release

What's New

  • Adds changes from #76
  • Adds changes from #79
  • Adds changes from #83

2.0.0-beta.5

16 Sep 16:09
faec457
Compare
Choose a tag to compare
2.0.0-beta.5 Pre-release
Pre-release

What's Fixed

  • #52 - Added a few new native HTML5 input props: autocorrect, autocapitalize, spellcheck, and autocomplete which is masked by browser-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

24 Jun 17:17
25acb1c
Compare
Choose a tag to compare
2.0.0-beta.4 Pre-release
Pre-release

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 to 9KB.
  • 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

06 Jun 19:36
Compare
Choose a tag to compare
2.0.0-beta.3 Pre-release
Pre-release

What's Added

  • Enhancements from 15e440b: added name, photos and place_id to result object. Thanks to @timothynott.

2.0.0-Beta.2

27 May 17:27
Compare
Choose a tag to compare
2.0.0-Beta.2 Pre-release
Pre-release

What's Fixed

  • Resolves issue noted in #41, where placeholder prop has an undefined value if not provided.