Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 23:18
e43a976

5.0.0 (2023-02-10)

⚠ BREAKING CHANGES

  • drop qmllint support as it's superseded by qmlls

Features

  • drop qmllint support as it's superseded by qmlls (cddfcf3)
  • provide quick fix with suggestions field from qmllint (12fa6c3), closes #248
  • support agb and agba color widget (492e32b), closes #137
  • support HEX color widget (6ef0fc3), closes #137
  • support hsl and hsla color widget (c89138e), closes #137
  • support hsv and hsva color widget (c0f88b2), closes #137
  • support qmlls (6dddd3c)
  • support qmlls with e2e tests for configuration changes (63aefd3), closes #251
  • use zod to validate qmllint result (dad6c5e)

Bug Fixes