Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Releases: vuejs/ui

v0.11.6

29 Oct 01:40
Compare
Choose a tag to compare

New

  • TypeAhead: validate on key up [Enter]

v0.11.5

28 Oct 22:35
Compare
Choose a tag to compare

New

  • supports suggestion.label

Fixed

  • TypeAhead: v-model not updating prop

v0.11.4

18 Jul 13:58
Compare
Choose a tag to compare

New

  • VueGroup: new .min-size class

Fixed

  • VueTabs: default button group to .min-size

v0.11.3

18 Jul 13:43
Compare
Choose a tag to compare

Fixed

  • VueGroup: fill group size by default

v0.11.2

18 Jul 13:09
Compare
Choose a tag to compare

Fixed

  • coupled components (for example VueTab) can now be nested in intermediate components

v0.11.1

17 Jul 09:50
Compare
Choose a tag to compare

Fixed

  • Text banner: icon could shrink

v0.11.0

16 Jul 08:16
Compare
Choose a tag to compare

Breaking changes

  • Switch: same font-size as button

New

  • Modal: .large class

v0.10.5

26 Jun 18:41
Compare
Choose a tag to compare

New

  • High contrast theme: put dark-mode high-contrast on body.

Fixed

  • VueButton: loading indicator length

v0.10.4

26 Jun 17:48
Compare
Choose a tag to compare

New

$vue-ui-white       = #ffffff
$vue-ui-black       = #0b1015
// Gray
$vue-ui-gray-900    = #1d2935
$vue-ui-gray-800    = #2c3e50
$vue-ui-gray-700    = #3e5770
$vue-ui-gray-600    = #4f6f7f
$vue-ui-gray-500    = #809fae
$vue-ui-gray-400    = #93b0be
$vue-ui-gray-300    = #b6c6ce
$vue-ui-gray-200    = #c8d3d9
$vue-ui-gray-100    = #e0e5e7
// Primary
$vue-ui-primary-900 = #034124
$vue-ui-primary-800 = #085e37
$vue-ui-primary-700 = #13794a
$vue-ui-primary-600 = #299f69
$vue-ui-primary-500 = #42b983
$vue-ui-primary-400 = #56cd96
$vue-ui-primary-300 = #89deb7
$vue-ui-primary-200 = #abeacd
$vue-ui-primary-100 = #e0f8ed
// Accent
$vue-ui-accent-900  = #350066
$vue-ui-accent-800  = #4f0098
$vue-ui-accent-700  = #6806c1
$vue-ui-accent-600  = #8929e3
$vue-ui-accent-500  = #a44cf6
$vue-ui-accent-400  = #b96dff
$vue-ui-accent-300  = #c88eff
$vue-ui-accent-200  = #d7adff
$vue-ui-accent-100  = #e6ccff
// Danger
$vue-ui-danger-900  = #500000
$vue-ui-danger-800  = #850505
$vue-ui-danger-700  = #ac0d0d
$vue-ui-danger-600  = #cd1b1b
$vue-ui-danger-500  = #e83030
$vue-ui-danger-400  = #f44747
$vue-ui-danger-300  = #ff6565
$vue-ui-danger-200  = #ff9494
$vue-ui-danger-100  = #ffcaca
// Warning
$vue-ui-warning-900 = #702200
$vue-ui-warning-800 = #943800
$vue-ui-warning-700 = #b54d01
$vue-ui-warning-600 = #c85900
$vue-ui-warning-500 = #ea6e00
$vue-ui-warning-400 = #ff8915
$vue-ui-warning-300 = #ffa733
$vue-ui-warning-200 = #ffc45e
$vue-ui-warning-100 = #ffe6b0
// Info
$vue-ui-info-900    = #004576
$vue-ui-info-800    = #006294
$vue-ui-info-700    = #007db1
$vue-ui-info-600    = #0098c4
$vue-ui-info-500    = #03c2e6
$vue-ui-info-400    = #74e0ed
$vue-ui-info-300    = #9ae6ef
$vue-ui-info-200    = #bceef1
$vue-ui-info-100    = #e3f5f6

Deprecated

  • The old color variables still work but are deprecated.

Improved

  • Most of the colors in the builtin components are now using the color palette instead of customized colors with lighten or darken.

v0.10.3

26 Jun 13:35
Compare
Choose a tag to compare

Fixed

  • v-tooltip fixes + options
  • VueGroup: > .content style