-
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.
feat(react-datepicker-compat): Move DatePicker compat to stable (#27378)
* moving react-datepicker-compat to stable * change file * reverting charting change * changing change files type to none for beachball issues * requested changes
- Loading branch information
1 parent
acbc5fc
commit bb8dfe0
Showing
8 changed files
with
13 additions
and
20 deletions.
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 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": "minor", | ||
"comment": "feat: Add error handling to DatePicker.", | ||
"packageName": "@fluentui/react-datepicker-compat", | ||
"email": "[email protected]", | ||
|
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-datepicker-compat-7d139069-1932-4da3-adc3-cda73dfd4b77.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": "minor", | ||
"comment": "feat: Move DatePicker compat to stable.", | ||
"packageName": "@fluentui/react-datepicker-compat", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
2 changes: 1 addition & 1 deletion
2
change/@fluentui-react-datepicker-compat-941024ff-34ce-474a-83db-8bd7a22d4077.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"type": "prerelease", | ||
"type": "minor", | ||
"comment": "feat: Refactor DatePicker to remove Field and error handling logic.", | ||
"packageName": "@fluentui/react-datepicker-compat", | ||
"email": "[email protected]", | ||
|
2 changes: 1 addition & 1 deletion
2
change/@fluentui-react-datepicker-compat-f143ceb3-20ad-4819-bf20-0dc080c494ef.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"type": "prerelease", | ||
"type": "patch", | ||
"comment": "chore: adopt custom JSX pragma", | ||
"packageName": "@fluentui/react-datepicker-compat", | ||
"email": "[email protected]", | ||
|
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
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 |
---|---|---|
|
@@ -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 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 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