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
In your src/app.js file, make sure you have Quasar.theme.set(__THEME) called BEFOREVue.use(Quasar)
Breaking Changes
Reworked Lists. Have a good read and update your App's code to the new specs. Total rewrite.
Reworked HTML table class classes. You now have to add quasar-table CSS classname to a table. Revisit class list.
Tabs disabled property was changed to disable for consistency with new disabled state for all Form components
Reworked Select to use Popovers (instead of Dialogs) and added Dialog Select which uses Dialogs. Revisit pages to learn about the changes.
Removed Keycodes
Toast total rework. Toasts are now displayed one at a time, but you can build up a queue of them. Highly configurable. Most of the API is still the same, but reworked everything under the covers. You may want to check doc to ensure you're using right.
New
Improvements on almost all components
Datetime picker, both Inline and as Input. Each theme has its own component (specific to the respective theme) wrapped within same functionality.