Skip to content

Commit 377fa17

Browse files
committed
small updates
1 parent b36592c commit 377fa17

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{/* Copyright 2020 Adobe. All rights reserved.
1+
{/* Copyright 2025 Adobe. All rights reserved.
22
This file is licensed to you under the Apache License, Version 2.0 (the "License");
33
you may not use this file except in compliance with the License. You may obtain a copy
44
of the License at http://www.apache.org/licenses/LICENSE-2.0

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{/* Copyright 2020 Adobe. All rights reserved.
1+
{/* Copyright 2025 Adobe. All rights reserved.
22
This file is licensed to you under the Apache License, Version 2.0 (the "License");
33
you may not use this file except in compliance with the License. You may obtain a copy
44
of the License at http://www.apache.org/licenses/LICENSE-2.0
@@ -36,7 +36,7 @@ export const isSubpage = true;
3636
## Fixes
3737
* ActionButton
3838
* Fix XL Avatar size in ActionButton - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/9149)
39-
* Update ActionButton to use grid area to position notification badge - [@yihuiliao](https://github.com/yihuiliao) - [PR](https://github.com/adobe/react-spectrum/pull/9303)
39+
* Update ActionButton to use grid area to position NotificationBadge - [@yihuiliao](https://github.com/yihuiliao) - [PR](https://github.com/adobe/react-spectrum/pull/9303)
4040
* Disable all ActionButtons when `isDisabled` is applied to ActionButtonGroup - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/9307)
4141
* DateField
4242
* DateField should horizontally scroll when there is not enough room to render - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/9302)
@@ -59,7 +59,7 @@ export const isSubpage = true;
5959
* RangeCalendar
6060
* Update `isInvalid` styling - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/9313)
6161
* Fix style of date range when setting `firstDayOfWeek` prop - [@yihuiliao](https://github.com/yihuiliao) - [PR](https://github.com/adobe/react-spectrum/pull/9340)
62-
* SelectboxGroup
62+
* SelectBoxGroup
6363
* Prevent SelectBox from overflowing container on mobile - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/9272)
6464
* Remove checkboxes from single select SelectBoxGroup- [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/9272)
6565
* TableView
@@ -70,9 +70,9 @@ export const isSubpage = true;
7070
* TextArea
7171
* Properly focus text area when tapping on invalid icon on mobile - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/9073)
7272
* Toast
73-
* Fix long words overflowing Toast container - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/8962)
73+
* Fix long words from overflowing Toast container - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/8962)
7474
* Remove type from view transitions - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/9088)
75-
* Remove `UNSTABLE` from Spectrum 2 Toast - [@yihuiliao](https://github.com/yihuiliao) - [PR](https://github.com/adobe/react-spectrum/pull/9311)
75+
* Remove `UNSTABLE` from Toast - [@yihuiliao](https://github.com/yihuiliao) - [PR](https://github.com/adobe/react-spectrum/pull/9311)
7676
* Improve animation issues in Safari - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/9271)
7777
* TreeView
7878
* Update text colors to match new Spectrum design- [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/9280)
@@ -81,7 +81,7 @@ export const isSubpage = true;
8181
* Support `fontSize` overrides via style macros - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/9248)
8282
* Override default React Aria class names for all Spectrum 2 components - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/9245)
8383
* Update comment for `staticColor` prop - [@devonlacross](https://github.com/devonlacross) - [PR](https://github.com/adobe/react-spectrum/pull/9052)
84-
* Update Spectrum 2 fonts for Arabic and Hebrew - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/9187)
84+
* Update fonts for Arabic and Hebrew - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/9187)
8585
* Add `containerType` and `containerName` to style macro - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/9271)
8686
* Fix icons not setting default fill color - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/9271)
8787
* Add `use client` to Illustrations - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/9271)

0 commit comments

Comments
 (0)