Skip to content

Commit 1123cbc

Browse files
committed
add intros
1 parent 1d27386 commit 1123cbc

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

packages/dev/s2-docs/pages/react-aria/releases/v1-14-0.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,27 @@ export const section = 'Releases';
1717
export const tags = ['release', 'React Aria'];
1818
export const date = 'December 16, 2025';
1919
export const title = 'v1.14.0';
20-
export const description = "";
20+
export const description = "Wrapping up this year with a bang and our most exciting release yet! Meet our new website. We heard your feedback and have reimagined the docs to be more concise and make greater use of interactive examples using prop controls. Code examples have also been refined to highlight what matters most. There are real-world app examples, showing how these pieces all come together. The new search experience includes image previews, category and library filtering, helping you find what you need faster. There are more component examples, new guides, AI-friendly page markdown, and MCP servers, all wrapped up in our fresh new look 🎁 ";
2121
export const isSubpage = true;
2222

2323
# v1.14.0
24+
Wrapping up this year with a bang and our most exciting release yet! Meet our new website. We heard your feedback and have reimagined the docs to be more concise and make greater use of interactive examples using prop controls. Code examples have also been refined to highlight what matters most. There are real-world app examples, showing how these pieces all come together. The new search experience includes image previews, category and library filtering, helping you find what you need faster. There are more component examples, new guides, AI-friendly page markdown, and MCP servers, all wrapped up in our fresh new look 🎁 Explore the updated experience of [React Aria](http://react-aria.adobe.com/).
25+
26+
Along with our fresh new look, we have released a stable version of Spectrum 2, a major update to Adobe’s Design System built on top of React Aria Components. [Check it out](https://react-spectrum.adobe.com/)
27+
28+
As usual, we have included various new features and bug fixes, including support for animated Tab transitions. Thank you to all our contributors in this release and from this past year. We hope you enjoy the updates, see you in 2026!
29+
2430

2531
## Enhancements
2632

2733
* SearchField
2834
* Add `isReadOnly` and `isRequired` to render props - [@lixiaoyan](https://github.com/lixiaoyan) - [PR](https://github.com/adobe/react-spectrum/pull/9025)
2935
* Tooltip
3036
* Add `shouldCloseOnPress` prop on Tooltip - [@komkanit](https://github.com/komkanit) - [PR](https://github.com/adobe/react-spectrum/pull/9027)
37+
* Tabs
38+
* Support animated transitions between tab panels - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/9077)
3139
* Miscellaneous
3240
* Support `setState` callback in `useControlledState` - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/9041), [@lixiaoyan](https://github.com/lixiaoyan) - [PR](https://github.com/adobe/react-spectrum/pull/9331)
33-
* Support animated transitions between tab panels - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/9077)
3441

3542
## Fixes
3643

packages/dev/s2-docs/pages/s2/releases/v1-0-0.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ export const description = '';
2121
export const isSubpage = true;
2222

2323
# v1.0.0
24+
Welcome to Spectrum 2 v1.0! This milestone marks the first stable version of our implementation of the updated [Adobe design system](https://s2.spectrum.adobe.com/). Spectrum 2 delivers modern, refined components with better accessibility, performance, and styling flexibility using [style macros](https://react-spectrum.adobe.com/styling). Use our updated search to browse the new components, or visit our [migration guide](https://react-spectrum.adobe.com/migrating) to learn how to upgrade.
25+
26+
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 also been refined to highlight what matters most. There are real-world app examples, showing how these pieces all come together. The new search experience includes image previews, 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!
27+
28+
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!
29+
2430

2531
## Enhancements
2632
* Accordion

0 commit comments

Comments
 (0)