Releases: quasarframework/quasar
Releases · quasarframework/quasar
v0.6.0
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
v0.5.0
Major redesign, rewritten from scratch. ES6, hot reload support, *.vue
file support, new CLI, new starter boilerplate, new and faster build system, too many to capture here :)
If upgrading from previous versions, update Quasar CLI to latest and start a new project folder. Read documentation again from start to end.
v0.4.1
Update README.md