Skip to content

v3.10.6

Choose a tag to compare

@github-actions github-actions released this 21 Oct 20:24
· 68 commits to master since this release

πŸ”§ Bug Fixes

πŸ§ͺ Labs

  • VColorInput: avoid VField, VInput props leaking to VPicker (14b74d1)
  • VDateInput: apply min/max to text input (#22196) (201e6d2), closes #22179
  • VDateInput: avoid color prop leaking to VPicker (6bddea1)
  • VDateInput: avoid VField, VInput props leaking to VPicker (253e75e)
  • VIconBtn: render interaction highlights in forced-colors mode (#22211) (37bd57d)
  • VMaskInput: handle null value when clearing input (#22175) (46e3a84), closes #22174