-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Update Rating api and stories #30092
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
Conversation
…eact-rating-api-update
📊 Bundle size report🤖 This report was generated against ab88e52430e612598d9dab20edbaea09346bc0d8 |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 53e0c4c:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: ab88e52430e612598d9dab20edbaea09346bc0d8 (build) |
packages/react-components/react-rating-preview/src/components/Rating/useRating.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-rating-preview/stories/Rating/index.stories.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-rating-preview/stories/Rating/index.stories.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-rating-preview/src/components/Rating/Rating.types.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-rating-preview/src/components/Rating/Rating.types.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-rating-preview/src/components/Rating/Rating.types.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-rating-preview/stories/Rating/RatingAppearance.stories.tsx
Outdated
Show resolved
Hide resolved
change/@fluentui-react-rating-preview-94bd847c-77c5-4f2e-8000-acbceb63aa7e.json
Outdated
Show resolved
Hide resolved
packages/react-components/react-rating-preview/stories/Rating/RatingColor.stories.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-rating-preview/src/components/Rating/Rating.types.ts
Show resolved
Hide resolved
packages/react-components/react-rating-preview/src/components/RatingItem/useRatingItem.tsx
Show resolved
Hide resolved
...eact-components/react-rating-preview/src/components/RatingItem/useRatingItemStyles.styles.ts
Show resolved
Hide resolved
packages/react-components/react-rating-preview/stories/Rating/RatingMode.stories.tsx
Show resolved
Hide resolved
packages/react-components/react-rating-preview/stories/Rating/RatingMode.stories.tsx
Show resolved
Hide resolved
packages/react-components/react-rating-preview/stories/Rating/RatingSize.stories.tsx
Show resolved
Hide resolved
packages/react-components/react-rating-preview/stories/Rating/RatingStep.stories.tsx
Show resolved
Hide resolved
packages/react-components/react-rating-preview/stories/Rating/RatingColor.stories.tsx
Show resolved
Hide resolved
* master: (166 commits) Remove v0 dependency from v0 compat package (microsoft#30276) applying package updates Disallow `window` and `document` access for `@fluentui/react` and related packages. (microsoft#30063) Update Rating api and stories (microsoft#30092) TeachingPopover: Minor style changes (microsoft#30270) feat(scripts-gulp): replace lerna with nx (microsoft#30266) ci: remove canary and nightly functionality from northstar (microsoft#30264) List: Re-initialize on mount in React 18. (microsoft#29881) feat(scripts-monorepo): replace lerna/utils with pure nx apis (microsoft#30178) chore: remove react-timepicker-compat-preview (microsoft#30263) applying package updates feat(TimePicker-compat): stable release (microsoft#30217) feat: Implement onPositioningEnd callback (microsoft#30177) applying package updates v8 registerIcons compat (microsoft#30003) Adding Planner, ToDoItem and updated Project filetype icons. Updating FabricCDN url to latest datecode. (microsoft#30079) Scaffolds more Nav components (microsoft#30227) chore: migrate to nx 17.2 (microsoft#30187) applying package updates feat: Update position when target or container dimensions change (microsoft#30179) ...
This PR is to update the Rating api to remove the
compactandreadonlyprops and add themodeprop. It also updates the stories and adds theSPEC.mdfile.