Skip to content

v0.11.0

Compare
Choose a tag to compare
@rstoenescu rstoenescu released this 28 Dec 00:54
· 13817 commits to dev since this release

New

  • Compatibility with Vue 2.1.7+ (there was a second recent breaking change introduced in Vue 2.1.7).
  • Autocomplete component
  • Select with List Items
  • ListItem component
  • #257 Being able to use Google Fonts CDN
  • #203 CSS class for Tabs to justify align on desktop too (justified)
  • #224 Dialog - styling buttons
  • #260 DataTable: Enhanced sorting capabilities
  • DataTable filter selectbox now uses the new "list" type instead of "radio"
  • offset-0 CSS class (for Grid Layout)
  • Utils.dom.cssTransform(transformValue)
  • Two more platform visibility CSS classes: platform-android-*, platform-ios-*. Examples: platform-android-only, platform-ios-hide -- do not mistake them with theme visibility CSS classes (ios-only, android-hide etc).
  • Utils.filter()

Fixes

  • #285 close dialog doesn't work in electron
  • Slider fullscreen on Electron
  • Firefox - Hide the numeric spinner (thanks to @maced0n)
  • DataTable sorting for columns with numbers
  • DataTable error when no data is available and there are no messages specified (thanks to @tant42)
  • #220 [ios] Search Bar Icon
  • #264 [ios] Search component input text slightly misaligned
  • #269 Datatable bodyStyle for narrow screens
  • #217 [ios] Insufficient margin in the Drawer header
  • #261 q-numeric with 0.1 step lacks rounding
  • #187 [ios] Delay in tabs
  • #213 Button type FAB does not float on iOS
  • Array.prototype.find() polyfill for IE compatibility