-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init refactor of slider * start bringing marks back in * story cleanup * cleanup * update spec * Change files * update api * Apply suggestions from code review Co-authored-by: Oleksandr Fediashov <[email protected]> Co-authored-by: ling1726 <[email protected]> * move stateful styles into css variables * add slider to react-components main export * cleanup and add ticks * change var name * cleanup snaps * remove ranged fixture * fix package version * fix prettier * add primary slot * api update * react components api * revert react components to remove slider * merge conflicts * update api md * Delete @fluentui-react-components-2b36a74e-2147-4df0-a4f2-ab6c12c56033.json * cleanup testing * slider types * simplify onChange prop * update api * move back to onChange with data * remove unused stuff * Update packages/react-slider/src/components/Slider/Slider.types.ts Co-authored-by: Ben Howell <[email protected]> * Update packages/react-slider/src/components/Slider/Slider.types.ts Co-authored-by: Elizabeth Craig <[email protected]> * refactor css variables * api update fix build * fix RTL issues * remove utils, cleanup tests, update ids * remove unnecessary code * new snaps * fixed thumb alignment, moved input to bottom of DOM stack * Update packages/react-slider/src/components/Slider/Slider.test.tsx Co-authored-by: Makoto Morimoto <[email protected]> * Update packages/react-slider/src/components/Slider/Slider.types.ts Co-authored-by: Makoto Morimoto <[email protected]> * updated stories with descriptions, fixed stateful bug * updated tests * fixed pretty * api * remove old snaps * snaps * update snaps * test clean up * remove unused methods * change private to true * add outline for HC * cleanup linting * snaps Co-authored-by: Oleksandr Fediashov <[email protected]> Co-authored-by: ling1726 <[email protected]> Co-authored-by: Ben Howell <[email protected]> Co-authored-by: Elizabeth Craig <[email protected]> Co-authored-by: Makoto Morimoto <[email protected]>
- Loading branch information
1 parent
d892c7f
commit 32a7d06
Showing
46 changed files
with
580 additions
and
5,493 deletions.
There are no files selected for viewing
185 changes: 0 additions & 185 deletions
185
apps/vr-tests/src/stories/RangedSliderConverged.stories.tsx
This file was deleted.
Oops, something went wrong.
This file contains 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
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-slider-03252d64-5321-44f5-a760-9bbdadf077a3.json
This file contains 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": "prerelease", | ||
"comment": "Refactor slider component: removed marks support, RangedSlider is removed", | ||
"packageName": "@fluentui/react-slider", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
Oops, something went wrong.