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.