diff --git a/.changeset/bright-weeks-wonder.md b/.changeset/bright-weeks-wonder.md new file mode 100644 index 0000000000..8f49f514ea --- /dev/null +++ b/.changeset/bright-weeks-wonder.md @@ -0,0 +1,5 @@ +--- +"@ultraviolet/form": minor +--- + +- New component `` diff --git a/.changeset/sweet-cycles-mate.md b/.changeset/sweet-cycles-mate.md new file mode 100644 index 0000000000..9eca5561cd --- /dev/null +++ b/.changeset/sweet-cycles-mate.md @@ -0,0 +1,9 @@ +--- +"@ultraviolet/ui": minor +--- + +- ``: fix when there is no animation to not add a `setTimeout` to close the popup. This will improve the behavior of `` and make the testing less random. +- ``: remove pointer events on the radio. We were already doing it with the checkbox version. Also improved tabulation to be more accessible. +- `