-
Notifications
You must be signed in to change notification settings - Fork 2.9k
chore(react-skeleton): Release react-skeleton to stable #27767
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
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
9b3490d
chore(react-skeleton): release react-skeleton to stable
tomi-msft aa4c101
change changetype to none to be able to merge
tomi-msft 03232a3
change files
tomi-msft 89f8432
Merge branch 'master' of https://github.com/OfficeDev/office-ui-fabri…
tomi-msft c34fd88
api update
tomi-msft 4d00cde
change changefile type
tomi-msft af1334e
Apply suggestions from code review
tomi-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-components-a75e4422-c023-4ded-b591-b8e9a071ac3e.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Release react-skeleton to stable", | ||
| "packageName": "@fluentui/react-components", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } | ||
2 changes: 1 addition & 1 deletion
2
change/@fluentui-react-skeleton-50e30320-4803-4403-a4e3-ad463e7134bf.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "type": "none", | ||
| "comment": "chore: move makeStyles() calls to .styles.ts files", | ||
| "packageName": "@fluentui/react-skeleton", | ||
| "email": "[email protected]", | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
change/@fluentui-react-skeleton-725eba8c-20d0-45a2-b5f9-e2901c493699.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "type": "none", | ||
| "comment": "chore: exclude .swcrc from being published", | ||
| "packageName": "@fluentui/react-skeleton", | ||
| "email": "[email protected]", | ||
|
|
||
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-skeleton-9cfea4a1-5247-4590-801d-5581a95e02e7.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Release react-skeleton to stable", | ||
tomi-msft marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "packageName": "@fluentui/react-skeleton", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } | ||
2 changes: 1 addition & 1 deletion
2
change/@fluentui-react-skeleton-9e800ca2-9155-4112-9add-68393df30fe7.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "type": "none", | ||
| "comment": "fix: Scale pulse animation with percentages and flip wave animation's direction.", | ||
| "packageName": "@fluentui/react-skeleton", | ||
| "email": "[email protected]", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,8 +48,7 @@ | |
| "beachball": { | ||
| "disallowedChangeTypes": [ | ||
| "major", | ||
| "minor", | ||
| "patch" | ||
| "prerelease" | ||
| ] | ||
| }, | ||
| "exports": { | ||
|
|
||
4 changes: 1 addition & 3 deletions
4
packages/react-components/react-skeleton/stories/Skeleton/SkeletonAnimation.stories.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
packages/react-components/react-skeleton/stories/Skeleton/SkeletonAppearance.stories.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/react-components/react-skeleton/stories/Skeleton/SkeletonDefault.stories.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 1 addition & 5 deletions
6
packages/react-components/react-skeleton/stories/Skeleton/SkeletonDescription.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,10 @@ | ||
| <!-- Don't allow prettier to collapse code block into single line --> | ||
| <!-- prettier-ignore --> | ||
| > **⚠️ Preview components are considered unstable:** | ||
| > | ||
| > ```jsx | ||
| > | ||
| > import { Skeleton, SkeletonItem } from '@fluentui/react-components/unstable'; | ||
| > import { Skeleton, SkeletonItem } from '@fluentui/react-components'; | ||
| > | ||
| > ``` | ||
| > | ||
| > - Features and APIs may change before final release | ||
| > - Please contact us if you intend to use this in your product | ||
|
|
||
| The `Skeleton` component is a temporary animation placeholder for when a service call takes time to return data and we don't want to block rendering the rest of the UI. |
4 changes: 1 addition & 3 deletions
4
packages/react-components/react-skeleton/stories/Skeleton/SkeletonRow.stories.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/react-components/react-skeleton/stories/Skeleton/index.stories.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.