Skip to content

Releases: axentix/vue

0.7.3

15 Jun 07:46
dad4770
Compare
Choose a tag to compare

0.7.3 - 2021-06-15

  • ADDED
  • REMOVED
  • IMPROVED
  • BUGFIXES
    • Form autocomplete & Form select watch not work properly

0.7.2

14 Jun 15:32
677a10e
Compare
Choose a tag to compare

0.7.2 - 2021-06-13

  • ADDED
  • REMOVED
  • IMPROVED
  • BUGFIXES
    • Form autocomplete & Form select validation not work correctly

0.7.1

14 Jun 14:57
a7b5e30
Compare
Choose a tag to compare

0.7.1 - 2021-06-13

  • ADDED
  • REMOVED
  • IMPROVED
  • BUGFIXES
    • Form autocomplete & Form select validation not work correctly

0.7.0

14 Jun 14:12
5644b5c
Compare
Choose a tag to compare

0.7.0 - 2021-06-14

  • ADDED
    • Form validation with :rules prop & .validate() method
  • REMOVED
  • IMPROVED
    • Form field & Form control reactivity
    • Forms now use provide/inject
  • BUGFIXES
    • Form autocomplete backspace event can be triggered when autocomplete isn't opened

0.6.12

13 Jun 16:24
2b48e47
Compare
Choose a tag to compare

0.6.12 - 2021-06-13

  • ADDED
  • REMOVED
  • IMPROVED
    • Form autocomplete & Form select automatically removed duplicated values
  • BUGFIXES

0.6.11

13 Jun 15:55
9144e58
Compare
Choose a tag to compare

0.6.11 - 2021-06-13

  • ADDED
  • REMOVED
  • IMPROVED
    • Form autocomplete update keys
  • BUGFIXES

0.6.10

13 Jun 15:41
9474088
Compare
Choose a tag to compare

0.6.10 - 2021-06-13

  • ADDED
  • REMOVED
  • IMPROVED
  • BUGFIXES
    • Form select vmodel watch not work
    • Form autocomplete can throw error with async data

0.6.9

11 Jun 14:56
d37e13a
Compare
Choose a tag to compare

0.6.9 - 2021-06-11

  • ADDED
  • REMOVED
  • IMPROVED
  • BUGFIXES
    • Form autocomplete closable chips not synchronize with vmodel
    • Form autocomplete vmodel watch not work

0.6.8

11 Jun 09:54
3f58976
Compare
Choose a tag to compare
feat: new version 0.6.8 (#37)

* feat: new version 0.6.8

* fix: update tests

0.6.7

11 Jun 09:17
2e2be23
Compare
Choose a tag to compare

0.6.7 - 2021-06-11

  • ADDED
  • REMOVED
  • IMPROVED
  • BUGFIXES
    • Switch instances array to ref(array)
    • Handle dynamic tooltip content