You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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