Skip to content

Releases: vue-typed/vue-typed-ui

v1.6.9

26 Jul 03:06
Compare
Choose a tag to compare
  • [ui-tab] added menu slots - 47109da.

  • [button] as router link (added to and prevent-router props - 8144909.

  • [dropdown] added change event - 81ea612,

  • [dropdown] added css prop - 3b8ec02.

v1.6.8

12 Jul 01:32
Compare
Choose a tag to compare
  • [small unit test fix] build before test - ea7b385.

v1.6.7

12 Jul 01:12
Compare
Choose a tag to compare
  • Update packages (TS 2.4.1, Vue 2.3.4, VueTyped 2.1.2, etc) - a9042e1.
  • Update unit tests - 44eddf9.
  • Component events docs - closes #2 - de95d40.

v1.6.6

27 Mar 02:00
Compare
Choose a tag to compare
  • [dropdown] bug fix, set disable state on mounted - e7ebb1e.
  • [dropdown] removed css prop - fa3b26e.
  • [dropdown] added settings - 5427139.
  • [input] fix v-model binding - 0df1818.
  • Optimize inheritances - 7b119e4.

v1.6.5

11 Mar 00:52
Compare
Choose a tag to compare
  • [dropdown] bug fix, set disable state on mounted - e7ebb1e.

v1.6.4

06 Mar 02:07
Compare
Choose a tag to compare
  • Fix build-interface task - 47aba86.

v1.6.3

06 Mar 01:57
Compare
Choose a tag to compare
  • Added mising reference for interface.d.ts - 6a5757d

v1.6.2

06 Mar 01:45
Compare
Choose a tag to compare
  • [tab] fix uninitialized data - 543ae2f.

  • Use appropriate component name - ca1f6c3.

  • [input] always respect model changes - 5bee841.

  • Added target():JQuery method to all components - 29ac3cc.

  • Include semantic-ui.d.ts in dist bundle - 9c00ecc.

v1.6.1

01 Mar 01:54
Compare
Choose a tag to compare
  • [dropdown] refresh dropdown on items change - 6d38c46.
  • [button] loading() is JQuery - 2cd2979.
  • [modal] show, hide, toggle, refresh is JQuery - f99a771.

v1.6.0

28 Feb 07:52
Compare
Choose a tag to compare
  • Update npm packages

  • Change vallidation way

    We are using name property as data validation identifier, v-model expression no longer treated as validation identifier.

  • Global methods consumes ref

    Global methods modal, tab and button no longer consume element/tag as parameter but it requires ref instead. And now we provide all components method instance to be use in this.$ui instance not only modal, tab and button. This methods returns the component instance now.