Hoppa till huvudinnehĂĄll
<- Tillbaka till index

11.0.0

🚀 Features​

  • badge: replace background token (6f3cf9d4e8)
  • ⚠️ file-upload: replace FileUpload with React Aria FileTrigger (c539f84bcc)
  • theme: add badge-background token (887eead46f)
  • theme: add badgeBackground token (c37972d7a6)

🩹 Fixes​

  • link: fix issue with Link not opening in new window when target='_blank' (e172ec0e7c)
  • popover: add overflow-wrap to prevent long string from overflowing (35895e2d99)
  • theme: change dark mode values for danger button (46099f843e)

📖 Documentation changes​

🔧 Maintenance​

  • deps: bump the npm_and_yarn group across 1 directory with 4 updates (e267f19a62)

⚠️ Breaking Changes​

  • file-upload: FileUpload is removed and replaced by FileTrigger. Aligns API exactly with React Aria