Skip to content

Commit 85ac035

Browse files
dannifydannisnowystinger
authored
Show when packages were added to monopackage in docs - RSP only (#3609)
* actiongroup version * wip * wip version added * only display if present + package versions * missing packages * More versions * definitely not a linting fix Co-authored-by: danni <[email protected]> Co-authored-by: Robert Snow <[email protected]>
1 parent 37e5074 commit 85ac035

File tree

61 files changed

+130
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+130
-62
lines changed

packages/@react-spectrum/actiongroup/docs/ActionGroup.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ keywords: [toolbar, actiongroup, collections]
5252
componentNames={['ActionGroup', 'Item']}
5353
sourceData={[
5454
{type: 'Spectrum', url: 'https://spectrum.adobe.com/page/action-group/'}
55-
]} />
55+
]}
56+
since="3.0.0" />
5657

5758
## Example
5859

packages/@react-spectrum/badge/docs/Badge.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ packageData={packageData}
3232
componentNames={['Badge']}
3333
sourceData={[
3434
{type: 'Spectrum', url: 'https://spectrum.adobe.com/page/badge/'}
35-
]} />
35+
]}
36+
since="3.22.0" />
3637

3738
## Example
3839

packages/@react-spectrum/breadcrumbs/docs/Breadcrumbs.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ keywords: [collections, dropdown]
3333
componentNames={['Breadcrumbs', 'Item']}
3434
sourceData={[
3535
{type: 'Spectrum', url: 'https://spectrum.adobe.com/page/breadcrumbs/'}
36-
]} />
36+
]}
37+
since="3.0.0" />
3738

3839
## Example
3940

packages/@react-spectrum/button/docs/ActionButton.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ keywords: [action button]
3434
componentNames={['ActionButton']}
3535
sourceData={[
3636
{type: 'Spectrum', url: 'https://spectrum.adobe.com/page/action-button/'}
37-
]} />
37+
]}
38+
since="3.0.0" />
3839

3940
## Example
4041

packages/@react-spectrum/button/docs/Button.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ category: Buttons
3434
componentNames={['Button']}
3535
sourceData={[
3636
{type: 'Spectrum', url: 'https://spectrum.adobe.com/page/button/'}
37-
]} />
37+
]}
38+
since="3.0.0" />
3839

3940
## Example
4041

packages/@react-spectrum/button/docs/LogicButton.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ keywords: [logic button]
2929

3030
<HeaderInfo
3131
packageData={packageData}
32-
componentNames={['LogicButton']} />
32+
componentNames={['LogicButton']}
33+
since="3.0.0" />
3334

3435
## Example
3536

packages/@react-spectrum/button/docs/ToggleButton.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ keywords: [toggle button]
3434
componentNames={['ToggleButton']}
3535
sourceData={[
3636
{type: 'Spectrum', url: 'https://spectrum.adobe.com/page/action-button/'}
37-
]} />
37+
]}
38+
since="3.2.0" />
3839

3940
## Example
4041

packages/@react-spectrum/buttongroup/docs/ButtonGroup.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ keywords: [button group]
3232
componentNames={['ButtonGroup']}
3333
sourceData={[
3434
{type: 'Spectrum', url: 'https://spectrum.adobe.com/page/button-group/'}
35-
]} />
35+
]}
36+
since="3.0.0" />
3637

3738
## Example
3839
```tsx example

packages/@react-spectrum/calendar/docs/Calendar.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ keywords: [date]
3333
<HeaderInfo
3434
packageData={packageData}
3535
componentNames={['Calendar']}
36-
sourceData={[]} />
36+
sourceData={[]}
37+
since="3.19.0" />
3738

3839
## Example
3940

packages/@react-spectrum/calendar/docs/RangeCalendar.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ keywords: [date]
3333
<HeaderInfo
3434
packageData={packageData}
3535
componentNames={['RangeCalendar']}
36-
sourceData={[]} />
36+
sourceData={[]}
37+
since="3.19.0" />
3738

3839
## Example
3940

0 commit comments

Comments
 (0)