Skip to content

v1.3.8

Choose a tag to compare

@johnleider johnleider released this 13 Nov 15:13
· 12293 commits to master since this release

🔧 Things we fixed

  • 31cfae6 fix(Btn): removed background from disabled outline button
  • 454476c fix(Progress): parse values as floats instead of ints
  • eefc276 fix(Chip): avatar size in small chips
  • 5b6b76a fix(DataTable): correctly center the selection controls (#5542) (thanks @DRoet)
  • 0de73ea fix(DataTable): support nested values for item key (#5241) (thanks @Ignigena)
  • 49c1e6a fix(Select): add scopeId to VSelectList (#5574)
  • c636f6c fix(Treeview): empty children expand icon (#5442)
  • 78e76ff fix(List): hide input messages only when in .v-list__tile__action (#5578)
  • 6657fe7 fix(Select): stop keydown.esc propagation (#5579)
  • 161222c fix(TextField): use available space for active label (#5577)
  • a3348e8 fix(Carousel): deprecate input event
  • 97053db fix(ExpansionPanel): remove entry animation
  • a967ef7 fix(ExpandTransition): remove delay, prevent layout jump when toggling
  • 4acd24d fix(Menu): position problem with horizontal scrolling (#5527) (thanks @pynnl)
  • 0f041ec fix(Btn): add v-tab link functionality to v-btn