Skip to content

v0.15.5

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 11:50
· 1135 commits to refs/heads/main since this release
a1b1921

What’s Changed

🐞 Bug fixes

  • Remove IsMulti type parameter from SelectField (#462) @gabro

⚠️ This fixes a bug where SelectField required explicit type annotations to work. If you were doing that, the code won't compile anymore since we removed the second type parameter. The easiest fix is to remove the explicit type annotation.

  • Allow passing Children to CheckboxField label (#461) @gabro
  • Allow deselecting an option when clicking in SelectField (#460) @gabro

🔧 Dependency updates