Skip to content

Releases: quasarframework/quasar

v0.13.9

13 May 09:14
Compare
Choose a tag to compare

Minor enhancement

  • (#565) DataTable: Don't display tooltip on header if no column name

v0.13.8

12 May 13:47
Compare
Choose a tag to compare

Fixes

Enhancements

  • (#559) Data Table: Tooltips on header
  • (#562) [Request] q-tooltip delay

v0.13.7

11 May 07:49
Compare
Choose a tag to compare

Fixes

  • Upload component
    • (#472) allow custom name when uploading (thanks to @qwIvan )
    • emitting failed result
    • allow to access file upload response (thanks to @qwIvan )
  • (#489) Cookies.set ignores Date object in "expires" option
  • (#501) Datetime component Material theme - year list generated based on min/max if available (thanks to @NoumirPoutipou )
  • (#517) Select component - emit events when model changes for multiple selection types
  • Remove word wrap on Slider

Features

  • Detect Chrome Extension environment; add Platform.is.chromeExt
  • Autocomplete component - emitting open/close events (thanks to @qwIvan )
  • Search component - emitting focus/blur events (thanks to @qwIvan )
  • (#531) Spinner size using unit names too (thanks to @bigzhu )
  • CSS Stylus $grid-cols variable

v0.13.6

12 Mar 18:13
Compare
Choose a tag to compare

New

  • Added all Slider props to Gallery Slider component (including the new autoplay and infinite), since Gallery Slider is a wrapper over Slider.

v0.13.5

12 Mar 13:49
Compare
Choose a tag to compare

New

  • Slider autoplay functionality (thanks to @stephentuso )
  • Slider infinite scrolling functionality

Fixes

  • Slider next/back button not working correctly after mount() (thanks to @stephentuso )

v0.13.4

10 Mar 08:58
Compare
Choose a tag to compare

Fix

  • #452 Slider component errors out on component update if no "slide" slots are used

v0.13.2

09 Mar 12:38
Compare
Choose a tag to compare

New

  • Compliant with Vue 2.2 (actually upgrade to Vue 2.2 is required)
  • Numeric component input pattern default to numbers only, for better Mobile experience
  • Better Collapsible animation (thanks to @stephentuso )
  • Dialog now allows disabled radio/checkbox/toggles (thanks to @andreaswillems )
  • DataTable full i18n. New props you can use for "labels" object. (thanks to @oswaldomilet )
  • Uploader new prop additionalFields (Object with props being sent to the server on each file upload) - thanks to @delueg )

Fixes

  • #83 [ios] Tabs sometimes get pushed beneath the header
  • #392 Context Menu broken in Firefox
  • #420 Animate Issue on IE11 (thanks to @smolinari )
  • #386 [ios] Modal: fullscreen fix (thanks to @oswaldomilet )
  • #83 [ios] Tabs sometimes get pushed beneath the header
  • #429 Fix problem in Datetime that causes momentjs warning (thanks to @gamtiq )
  • #373 [IOS8, IOS9, Android4.4] Tabs component, layout have scroll bar
  • #418 Opening drawer on MSIE fails (thanks to @smolinari )
  • #447 Slider / Image Gallery Slider: slides number is not updating correctly

v0.13.1

04 Feb 22:37
Compare
Choose a tag to compare

Fixes

  • #361 [ios] Radio, Checkbox & Toggle components don't change state correctly when clicked/tapped
  • #320 autocomplete demo on Android 7.1 shows list 2 times
  • #364 Menu drawer isn't defined enough (desktop)
  • #360 [ios] Image gallery slider is below header & footer in fullscreen mode
  • #365 [request] q-search numeric format

Improvements

  • Numeric component usability for mobile devices
  • New Drawer theme variable ($drawer-screen-width-threshold) which is used to determine if Drawer is fixed or visible on layout
  • DataTable
    • row selection is now a Select with type "list" instead of "radio"
    • removed hardcoded shadow and added simple border binded to a theme variable

Reminder that State component has been deprecated since v0.13.0 and will be removed soon. Use simple Vue v-if directive instead.

v0.13.0

29 Jan 15:31
Compare
Choose a tag to compare

Removed Velocity as a dependency. As a result your app bundle will be smaller with 44KB, which is a nice improvement. If you are using within your app you need to require/import it yourself.

New

  • Tooltip offset prop
  • Modal
    • Option for positioning on edges
    • Add toggle() method
    • Do nothing when closing already closed Modal
  • Image Gallery Slider - new method "goToSlide(index)"
  • Progress component now has optional buffering too
  • Disabled Drawer open by swipe on iOS platform (not theme) because it interferes with Safari's page back/forward swipe feature
  • DataTable:
    • #296 ability to hide header
    • Cell format() now receives the row as second parameter
  • Knob new prop readonly
  • DatetimeRange supports full-width CSS class
  • Input Datetime now supports 'default-selection' prop
  • Stepper:
    • #307 Allow action to take place before jumping to next step (thanks to @zh012 )
    • New 'step' event (thanks to @fsgiudice )
    • Coloring and step icon
  • Toast:
    • on large screen does not has a minimum width anymore
    • ability to call Toasts before DOM is ready
    • improved fault tolerance over setDefaults() method
  • Ability for Collapsibles to act as Accordion (opening one closes the others in the group)
  • Autocomplete has new event: "selected" when a suggestion is selected (thanks to @wilcorrea )
  • Accessibility
    • For some Form components
    • For Dialog, Action Sheet & Buttons
      • Highlight focus state
      • Dialog should focus on first input or last button when it gets displayed
      • Be able to navigate with TAB key between inputs/buttons
  • #329 Ability to set Drawer backdrop opacity
  • Popover new "fit" prop - sets min-width on Popover same as width of container
  • Improvements for Rating component
  • Utils.animate()
  • Smoother q-transition slide animations

Performance

  • Removed usage of Velocity for Drawer & slightly improved its performance
  • Removed usage of Velocity for Slider component
  • Slight improvement on execution speed for q-transition

Fixes

  • #316 [ios] Not detecting Cordova correctly
  • #340 Datetime with min/max - can't set date after reaching one limit and hitting previous/next month
  • #313 Modal overlay / scroll issue on iOS
  • #343 Clicking a modal close button multiple times quickly will send you back a page
  • #300 Datetime input does not auto updates when min/max changes
  • #303 Drawer should be hidden on small AND MEDIUM
  • #317 [firefox] Numeric component has browser validation error if not specifying step="any" (thanks to @Vaerum )
  • #332 DialogSelect component errors out with Number as option value
  • #333 q-numeric with undefined v-model shows 1
  • #344 [cordova] Drawer closes when keyboard appears due to resize event
  • Scroll Layout content to top on Modal open
  • Various Layout toolbar fixes (including one from @blvz )
  • #273 [vue-devtools] QSelect - _this.model.includes is not a function
  • #214 Card component flashes (blinking)
  • #350 Range Component does not allow vertical scrolling if touch event starts on it
  • #347 Range Component remains active if dragging mouse pointer out of window
  • #352 [chrome] On certain scenarios, first Tooltip or Popover that gets opened is opened in a slightly wrong position
  • #353 [ios] Non fixed/absolute positioned FABs show wrong positioned overlay
  • #355 Popovers & Tooltips need position update on window resize
  • #356 [ios] Tooltips don't show up

Deprecations

State component has been deprecated and will be removed soon. Use simple Vue v-if directive instead.

v0.12.0

30 Dec 20:24
Compare
Choose a tag to compare

Minor Breaking Changes

  • #281 Datatable - Allow global search without tapping/clicking the filter icon
    • config.filter has been removed.
    • Instead, use filter: true for each column (in the column definition) to allow DataTable to make the column filterable.

New

  • File Upload component (thanks to @murbanowicz for starting this; see screenshots at the bottom)
  • Datetime Range component
  • Internationalization is now ready (through props that can replace current default labels)
  • CSS class animate-bounce
  • v-back-to-top Vue directive
  • #232 Dialog - Prevent close
  • Utils.dom.setScrollPosition (scrollTargetElement, offset[, duration])
  • Utils.format.humanSize (size) - turns numbers in kB, MB etc

Fixes

  • #286 Unable to remove cookies using Cookies.remove()
  • #284 Hardcoded english in DataTable
  • #287 Drawer - Bug on Open
  • #253 Pull To refresh scroll not smoothly on ios
  • #290 [ios] Numeric component value partially hidden (thanks to @caex )
  • #289 Tabs "route" prop should support Object too (besides a String)
  • #291 v-scroll directive fails to update correctly when parameters change

File Uploader component

Some screenshots with the new component:

screenshot from 2016-12-30 18 58 49

Uploading:
screenshot from 2016-12-30 19 21 47

Failure example:
screenshot from 2016-12-30 19 04 01