v1.0.0

Welcome to Spectrum 2 v1.0! This milestone marks the first stable version of our implementation of the updated Adobe design system. Spectrum 2 delivers modern, refined components with better accessibility, performance, and styling flexibility using style macros. Use our updated search to browse the new components, or visit our migration guide to learn how to upgrade.

Along with this stable version, we have overhauled our documentation website for both React Spectrum and React Aria. The rewritten content is more concise and makes greater use of interactive examples using prop controls. Code examples have been refined to highlight what matters most, and real-world app examples show how all these pieces come together. The new search experience includes image previews and category and library filtering, helping you find what you need faster. There are more component examples, new guides, migration tools, AI-friendly page markdown, and MCP servers, all wrapped in a fresh new look!

As always, this release includes new features and bug fixes, including support for inline editing for TableView. Thank you to all our contributors in this release and from this past year. We hope you enjoy the updates, see you in 2026!

Enhancements

  • Accordion
    • Update Accordion to use AccordionItem - @LFDanLu - PR
  • Image
  • TableView
  • Miscellaneous
    • Add style macro properties to Spectrum 2 MCP server - @reidbarber - PR

Fixes

  • ActionButton
    • Fix XL Avatar size in ActionButton - @reidbarber - PR
    • Update ActionButton to use grid area to position NotificationBadge - @yihuiliao - PR
    • Disable all ActionButtons when isDisabled is applied to ActionButtonGroup - @snowystinger - PR
  • DateField
    • DateField should horizontally scroll when there is not enough room to render - @snowystinger - PR
  • Dialog
  • FieldGroup
    • Forward focus to TextArea in FieldGroup - @tmvnkr - PR
  • Form
  • LinkButton
    • Support GenAI and Premium variants - @LFDanLu - PR
  • Modal
  • NumberField
  • Picker
  • RangeCalendar
    • Update isInvalid styling - @LFDanLu - PR
    • Fix style of date range when setting firstDayOfWeek prop - @yihuiliao - PR
  • SelectBoxGroup
    • Prevent SelectBox from overflowing container on mobile - @LFDanLu - PR
    • Remove checkboxes from single select SelectBoxGroup- @LFDanLu - PR
  • TableView
    • Fix positioning of sort icon in end aligned TableView columns - @chirokas - PR
    • Update text colors to match new Spectrum design - @LFDanLu - PR
  • TagGroup
    • Clear Button context provider on TagGroup items so they don't throw when in a CustomDialog - @LFDanLu - PR
  • TextArea
    • Properly focus text area when tapping on invalid icon on mobile - @LFDanLu - PR
  • Toast
  • TreeView
    • Update text colors to match new Spectrum design- @LFDanLu - PR
  • Miscellaneous
    • Ensure required icon has label when field is required - @LFDanLu - PR
    • Support fontSize overrides via style macros - @LFDanLu - PR
    • Override default React Aria class names for all Spectrum 2 components - @LFDanLu - PR
    • Update comment for staticColor prop - @devonlacross - PR
    • Update fonts for Arabic and Hebrew - @devongovett - PR
    • Add containerType and containerName to style macro - @devongovett - PR
    • Fix icons not setting default fill color - @devongovett - PR
    • Add use client to Illustrations - @devongovett - PR