-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat(react-datepicker-compat): Move DatePicker compat to stable #27378
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
sopranopillow
merged 6 commits into
microsoft:master
from
sopranopillow:react-datepicker-compat/stable
Apr 20, 2023
Merged
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
5e2cb95
moving react-datepicker-compat to stable
sopranopillow ce11a83
change file
sopranopillow 03ce879
Merge branch 'master' of https://github.com/microsoft/fluentui into r…
sopranopillow 87ace99
reverting charting change
sopranopillow ecc0546
changing change files type to none for beachball issues
sopranopillow f9fc66a
requested changes
sopranopillow 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
2 changes: 1 addition & 1 deletion
2
change/@fluentui-react-datepicker-compat-59a888f8-093f-449c-b49e-4f580894da5e.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
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-datepicker-compat-7d139069-1932-4da3-adc3-cda73dfd4b77.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": "feat: Move DatePicker compat to stable.", | ||
| "packageName": "@fluentui/react-datepicker-compat", | ||
| "email": "esteban.230@hotmail.com", | ||
| "dependentChangeType": "patch" | ||
| } |
2 changes: 1 addition & 1 deletion
2
change/@fluentui-react-datepicker-compat-941024ff-34ce-474a-83db-8bd7a22d4077.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
2 changes: 1 addition & 1 deletion
2
change/@fluentui-react-datepicker-compat-f143ceb3-20ad-4819-bf20-0dc080c494ef.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
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 |
|---|---|---|
|
|
@@ -58,8 +58,7 @@ | |
| "beachball": { | ||
| "disallowedChangeTypes": [ | ||
| "major", | ||
| "minor", | ||
| "patch" | ||
| "prerelease" | ||
| ] | ||
| }, | ||
| "exports": { | ||
|
|
||
13 changes: 0 additions & 13 deletions
13
...-components/react-datepicker-compat/stories/DatePicker/DatePickerDescription.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 @@ | ||
| Picking a date can be tough without context. A date picker (DatePicker) offers a Popover control that’s optimized for picking a single date from a calendar view where contextual information like the day of the week or fullness of the calendar is important. You can modify the calendar to provide additional context or to limit available dates. | ||
|
|
||
| <!-- Don't allow prettier to collapse code block into single line --> | ||
| <!-- prettier-ignore --> | ||
| > **⚠️ Preview components are considered unstable:** | ||
| > | ||
| > ```jsx | ||
| > | ||
| > import { DatePicker } from '@fluentui/react-datepicker-compat'; | ||
| > | ||
| > ``` | ||
| > | ||
| > - Features and APIs may change before final release | ||
| > - Please contact us if you intend to use this in your product |
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.