Skip to content

v0.6.0

Compare
Choose a tag to compare
@rstoenescu rstoenescu released this 23 Aug 14:03
· 14043 commits to dev since this release

Breaking Changes

  • Dropdown has been renamed to Popover which is much more appropiate for what it does.
    Simply rename <quasar-dropdown> to <quasar-popover> and read the Popover docs
  • Removed Dialog with Ranges. It turned out to not be so useful and with the new Range component it becomes not enough configurable.

New

  • Context Menu component specific for mobile (now differs from the one on a desktop)
  • "Chip" Label type
  • Chips Input Textbox component
  • Stepper component
  • Utils.uid() generates unique UID
  • #19 Include Quasar sources in npm packages so you can easily extend components
  • Added 'white' to color list - available to all components that can be colored
  • CSS class "timeline-title" added
  • CSS class "caption" for <p> tags now has top margin also

Fixes

  • #18 Dropdown (now Popover): v-on:click events inside quasar-dropdown doesn't work
  • #20 Back button on Modal should close it
  • #15 Rewritten Range to support new features:
    • "step" property
    • colored styles
    • step markers
    • "snap" property
    • "label" property
  • #26 Need a way to close thumbnails for Image Gallery
  • #25 Slider on fullscreen doesn't go away when on fullscreen
  • Enhanced Tabs reactivity