From 1bcb8b3093920fdd871f8a13b498a8eb99201200 Mon Sep 17 00:00:00 2001 From: TheSisb Date: Wed, 24 Mar 2021 12:07:03 -0500 Subject: [PATCH] chore: changeset --- .changeset/moody-pianos-poke.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/moody-pianos-poke.md diff --git a/.changeset/moody-pianos-poke.md b/.changeset/moody-pianos-poke.md new file mode 100644 index 0000000000..58dc2b05d0 --- /dev/null +++ b/.changeset/moody-pianos-poke.md @@ -0,0 +1,5 @@ +--- +'@twilio-paste/button': major +--- + +Button components used as links (as="a" and href="") now automatically add an arrow icon if children is a string. This change also adds additional validation to throw an error if the `disabled` or `loading` props are set to `true` for a Button as link.