Skip to content

docs: January 2025 release notes #7597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9507c2f
docs: January 2025 release notes
ktabors Jan 10, 2025
157caa0
grouping autocomplete feat/fix
ktabors Jan 10, 2025
861171a
reducing S2 release notes to a paragraph
ktabors Jan 13, 2025
4523719
grammar fixes to S2 release notes
ktabors Jan 13, 2025
20af965
release note improved copy and some reorg
ktabors Jan 13, 2025
fc0e3b6
Update S2 release notes
devongovett Jan 14, 2025
df0aa4f
Add migration guide for ActionBar
devongovett Jan 14, 2025
a04bdbb
Merge branch 'main' of github.com:adobe/react-spectrum into jan2025-r…
devongovett Jan 14, 2025
4cd8f1f
Merge branch 'main' into jan2025-release
LFDanLu Jan 14, 2025
1f8bc34
Merge branch 'jan2025-release' of github.com:adobe/react-spectrum int…
devongovett Jan 14, 2025
c01a936
rewrite commit messages
devongovett Jan 14, 2025
84cd22c
rough draft for test util announcement
LFDanLu Jan 14, 2025
cece971
Add CSS transitions PR
devongovett Jan 14, 2025
83275b7
Merge branch 'jan2025-release' of github.com:adobe/react-spectrum int…
LFDanLu Jan 14, 2025
57cf686
fix links
LFDanLu Jan 14, 2025
179d252
Merge branch 'main' of github.com:adobe/react-spectrum into jan2025-r…
devongovett Jan 14, 2025
98ab182
Intro
devongovett Jan 14, 2025
e79a8e0
Fix DOM structure of migrating page
devongovett Jan 14, 2025
828245d
small copy changes
LFDanLu Jan 14, 2025
c609a8b
Fix links
devongovett Jan 15, 2025
3bfd815
Update menu test util example
devongovett Jan 15, 2025
f5bc59a
Merge branch 'main' into jan2025-release
devongovett Jan 15, 2025
59771fd
Add released versions
devongovett Jan 15, 2025
96ba4ec
Update .storybook-s2/docs/Release Notes.mdx
LFDanLu Jan 15, 2025
e3d6e39
Merge branch 'main' into jan2025-release
LFDanLu Jan 15, 2025
cf308fe
Fix links
devongovett Jan 15, 2025
4673fc9
final fixes to s2 release notes
LFDanLu Jan 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .storybook-s2/docs/Release Notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ export default MDXLayout;

# Release Notes

## v0.6.0

We've...

### New Components

* feat: Add S2 ActionBar component - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/7446)

### Updates

We've added two gradients to [Button](?path=/docs/button--docs) via `variants` with the values `genai` and `premium`. A few improvements include [InlineAlert's](?path=/docs/inlinealert--docs) CSS `maxWidth` being removing, fixing [CheckboxGroup](?path=/docs/checkboxgroup--docs) `isRequired` within a Form, updating [Menu](?path=/docs/menu--docs) design, and adding the prop `isIconOnly` to [Tabs](?path=/docs/tabs--docs).

### Codemods

* feat: add TableView codemods - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/7117)

## v0.5.0

In this release we have updated our Dialog and DialogTrigger APIs to improve layout flexibility for custom dialogs and popovers. Dialog has been split into four components:
Expand Down
72 changes: 72 additions & 0 deletions packages/dev/docs/pages/releases/2025-01-15.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {BlogPostLayout, Hero} from '@react-spectrum/docs';
export default BlogPostLayout;

---

description: TODO

date: 2025-01-15

---

# November 20, 2024 Release

Happy New Year! We're excited to announce the first release of 2025. This release includes a number of new features, enhancements, and bug fixes. Read on for more details.

## Enhancements

- refactor: Remove custom hit testing in usePress - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/7427)
- chore: Improve React Fast Refresh in storybook - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/7435)
- RAC Breadcrumbs, ListBox, Tabs - feat: Tabs collapse behaviour - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/7202)
Autocomplete
- feat: RAC Autocomplete audit for release - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/7475)
- chore: Remaining Autocomplete alpha release checklist audit items - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/7589)
- fix: Text selection with Shift + Home/End isn't working (#7228) - [@majornista](https://github.com/majornista) - [PR](https://github.com/adobe/react-spectrum/pull/7403)
- fix: Autocomplete event leak and erroneous item focus after backspacing - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/7584)

## Fixes

- Button
- fix: disable form submission for isPending - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/7498)
- Calendar
- fix: Selecting an unavailable date with keyboard should not change the current selection - [@richardbann](https://github.com/richardbann) - [PR](https://github.com/adobe/react-spectrum/pull/7455)
- feat: Add `firstDayOfWeek` prop - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/7363)
- remove internal contexts from RAC Calendar - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/7593)
- Date and Time
- fix: removemin/max limits for all segments in `parseDuration` - [@limkhl](https://github.com/limkhl) - [PR](https://github.com/adobe/react-spectrum/pull/7064)
- Form
- fix: skip native validation on disabled form elements - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/7531)
- Menu
- fix: Fix Talkback focus cursor movement when inside Dialogs - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/7478)
- Select
- passing autoComplete prop from Select to underlying child component - [@nabanitabania](https://github.com/nabanitabania) - [PR](https://github.com/adobe/react-spectrum/pull/7452)
- Tag
- fix: prevent disabled Tag from being removed with keyboard nav - [@minzzang144](https://github.com/minzzang144) - [PR](https://github.com/adobe/react-spectrum/pull/7394)
- Misc
- fix: Don't close popovers on scroll - [@jabrks](https://github.com/jabrks) - [PR](https://github.com/adobe/react-spectrum/pull/7541)
- fix: tabbing past contenteditable=false in containing focusscope - [@nwidynski](https://github.com/nwidynski) - [PR](https://github.com/adobe/react-spectrum/pull/7340)
- fix: Remove onTouchEnd handler in iOS usePreventScroll - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/7479)
- fix: respect scroll padding - [@jeffijoe](https://github.com/jeffijoe) - [PR](https://github.com/adobe/react-spectrum/pull/7484)
- fix: make empty SlotsProvider context stable - [@mdwyer6](https://github.com/mdwyer6) - [PR](https://github.com/adobe/react-spectrum/pull/7485)
- Fix: broken links in docs - [@ktabors](https://github.com/ktabors) - [PR](https://github.com/adobe/react-spectrum/pull/7530)
- Use absolute path resolution for empty.js - [@ohansFavour](https://github.com/ohansFavour) - [PR](https://github.com/adobe/react-spectrum/pull/7568)

## Docs

- Add initial Autocomplete docs - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/7581)
- fix: Combobox docs example - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/7439)
- don't use hooks conditionally in docs - [@nathanpower](https://github.com/nathanpower) - [PR](https://github.com/adobe/react-spectrum/pull/7473)
- fix: prod docs - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/7523)

## Under Construction

## Released packages
Loading