Skip to content

v0.17.10

Choose a tag to compare

@rstoenescu rstoenescu released this 24 Aug 12:30
· 12933 commits to dev since this release

New

  • Overall design refinements (focused on subtle design improvements)
  • QPopupEdit component -- especially useful (but not limited to) for QTable
  • Swipeable and animated QTab panes
  • Ability to display HTML strings as labels in QSelect
  • QDatetime new prop: header-label
  • Containerized QLayout is out of the "experimental" stage and it's ready for production usage
  • QInput new event: @paste (triggered when user pastes content)
  • Improved QPopover & QTooltip animations
  • QPopover new props: cover (covers parent) and persistent (doesn't gets closed if clicking outside of it)

Fixes

  • QRating - multiline when it needs to (not enough space for a single line)
  • QField content clipping