Skip to content

Commit 20af965

Browse files
committed
release note improved copy and some reorg
1 parent 4523719 commit 20af965

File tree

1 file changed

+27
-28
lines changed

1 file changed

+27
-28
lines changed

packages/dev/docs/pages/releases/2025-01-15.mdx

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -22,50 +22,49 @@ date: 2025-01-15
2222

2323
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.
2424

25+
The new RAC component Autcomplete is available as an alpha with limited documentation for use. It has been...
26+
2527
## Enhancements
2628

27-
- refactor: Remove custom hit testing in usePress - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/7427)
28-
- chore: Improve React Fast Refresh in storybook - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/7435)
29-
- RAC Breadcrumbs, ListBox, Tabs - feat: Tabs collapse behaviour - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/7202)
30-
Autocomplete
31-
- feat: RAC Autocomplete audit for release - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/7475)
32-
- chore: Remaining Autocomplete alpha release checklist audit items - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/7589)
33-
- 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)
34-
- fix: Autocomplete event leak and erroneous item focus after backspacing - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/7584)
29+
- Autocomplete
30+
- RAC `Autocomplete` release preperation and fixes - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/7475), [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/7589), [@majornista](https://github.com/majornista) - [PR](https://github.com/adobe/react-spectrum/pull/7403), [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/7584)
31+
Calendar
32+
- Add `firstDayOfWeek` prop - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/7363)
33+
- Misc
34+
- Remove custom hit testing in `usePress` - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/7427)
35+
- Improve React Fast Refresh in Storybook - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/7435)
3536

3637
## Fixes
3738

3839
- Button
39-
- fix: disable form submission for isPending - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/7498)
40+
- Disable `Form` submission when RAC `Button` `isPending` - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/7498)
4041
- Calendar
41-
- 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)
42-
- feat: Add `firstDayOfWeek` prop - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/7363)
43-
- remove internal contexts from RAC Calendar - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/7593)
42+
- Fix keyboard selection of an unavailable date should not change the current selection (RAC) - [@richardbann](https://github.com/richardbann) - [PR](https://github.com/adobe/react-spectrum/pull/7455)
43+
- Remove internal contexts from RAC `Calendar` - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/7593)
4444
- Date and Time
45-
- fix: removemin/max limits for all segments in `parseDuration` - [@limkhl](https://github.com/limkhl) - [PR](https://github.com/adobe/react-spectrum/pull/7064)
45+
- Remove min/max limits for all segments in `parseDuration` - [@limkhl](https://github.com/limkhl) - [PR](https://github.com/adobe/react-spectrum/pull/7064)
4646
- Form
47-
- fix: skip native validation on disabled form elements - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/7531)
47+
- Disabled `Form` elements won't use native validation - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/7531)
4848
- Menu
49-
- fix: Fix Talkback focus cursor movement when inside Dialogs - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/7478)
49+
- Fix Talkback focus cursor movement when inside dialogs - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/7478)
5050
- Select
51-
- passing autoComplete prop from Select to underlying child component - [@nabanitabania](https://github.com/nabanitabania) - [PR](https://github.com/adobe/react-spectrum/pull/7452)
51+
- Passing `autoComplete` prop from RAC `Select` to underlying child component - [@nabanitabania](https://github.com/nabanitabania) - [PR](https://github.com/adobe/react-spectrum/pull/7452)
5252
- Tag
53-
- fix: prevent disabled Tag from being removed with keyboard nav - [@minzzang144](https://github.com/minzzang144) - [PR](https://github.com/adobe/react-spectrum/pull/7394)
53+
- Prevent disabled RAC `Tag` from being removed from RAC `TagGroup` with keyboard navigation - [@minzzang144](https://github.com/minzzang144) - [PR](https://github.com/adobe/react-spectrum/pull/7394)
5454
- Misc
55-
- fix: Don't close popovers on scroll - [@jabrks](https://github.com/jabrks) - [PR](https://github.com/adobe/react-spectrum/pull/7541)
56-
- fix: tabbing past contenteditable=false in containing focusscope - [@nwidynski](https://github.com/nwidynski) - [PR](https://github.com/adobe/react-spectrum/pull/7340)
57-
- fix: Remove onTouchEnd handler in iOS usePreventScroll - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/7479)
58-
- fix: respect scroll padding - [@jeffijoe](https://github.com/jeffijoe) - [PR](https://github.com/adobe/react-spectrum/pull/7484)
59-
- fix: make empty SlotsProvider context stable - [@mdwyer6](https://github.com/mdwyer6) - [PR](https://github.com/adobe/react-spectrum/pull/7485)
60-
- Fix: broken links in docs - [@ktabors](https://github.com/ktabors) - [PR](https://github.com/adobe/react-spectrum/pull/7530)
61-
- Use absolute path resolution for empty.js - [@ohansFavour](https://github.com/ohansFavour) - [PR](https://github.com/adobe/react-spectrum/pull/7568)
55+
- Prevent `Popover` from closing on scroll - [@jabrks](https://github.com/jabrks) - [PR](https://github.com/adobe/react-spectrum/pull/7541)
56+
- Fix skipping elment with `contenteditable` set to false when tabbing - [@nwidynski](https://github.com/nwidynski) - [PR](https://github.com/adobe/react-spectrum/pull/7340)
57+
- Remove `onTouchEnd` handler in iOS `usePreventScroll` - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/7479)
58+
- Include scroll padding in `scrollIntoView` caclulations - [@jeffijoe](https://github.com/jeffijoe) - [PR](https://github.com/adobe/react-spectrum/pull/7484)
59+
- Make empty SlotsProvider context stable - [@mdwyer6](https://github.com/mdwyer6) - [PR](https://github.com/adobe/react-spectrum/pull/7485)
60+
- Fix `optimize-locales-plugin` path resolution for empty.js for Windows - [@ohansFavour](https://github.com/ohansFavour) - [PR](https://github.com/adobe/react-spectrum/pull/7568)
6261

6362
## Docs
6463

65-
- Add initial Autocomplete docs - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/7581)
66-
- fix: Combobox docs example - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/7439)
67-
- don't use hooks conditionally in docs - [@nathanpower](https://github.com/nathanpower) - [PR](https://github.com/adobe/react-spectrum/pull/7473)
68-
- fix: prod docs - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/7523)
64+
- Add initial `Autocomplete` docs - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/7581)
65+
- Prevent `Combobox` docs example from clearing `defaultInputValue` or controlled value on blur - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/7439)
66+
- Improve RAC `Calendar` doc's state example - [@nathanpower](https://github.com/nathanpower) - [PR](https://github.com/adobe/react-spectrum/pull/7473)
67+
- Fix broken links in docs - [@ktabors](https://github.com/ktabors) - [PR](https://github.com/adobe/react-spectrum/pull/7530)
6968

7069
## Under Construction
7170

0 commit comments

Comments
 (0)