chore: scaffold react-calendar-preview package - #36628
Draft
Dmytro Kirpa (dmytrokirpa) wants to merge 2 commits into
Draft
chore: scaffold react-calendar-preview package#36628Dmytro Kirpa (dmytrokirpa) wants to merge 2 commits into
Dmytro Kirpa (dmytrokirpa) wants to merge 2 commits into
Conversation
This was referenced Aug 25, 2026
feat(react-calendar-preview): implement Calendar, month/year pickers, and day grid components
#36629
Draft
📊 Bundle size report✅ No changes found |
|
Pull request demo site: URL |
| @@ -334,6 +334,8 @@ packages/react-components/react-menu-grid-preview/library @microsoft/teams-prg | |||
| packages/react-components/react-menu-grid-preview/stories @microsoft/teams-prg | |||
There was a problem hiding this comment.
🕵🏾♀️ visual changes to review in the Visual Change Report
vr-tests-react-components/Menu Converged - submenuIndicator slotted content 2 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-react-components/Menu Converged - submenuIndicator slotted content.default - RTL.submenus open.chromium.png | 404 | Changed |
| vr-tests-react-components/Menu Converged - submenuIndicator slotted content.default.submenus open.chromium.png | 413 | Changed |
vr-tests-react-components/Positioning 2 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-react-components/Positioning.Positioning end.chromium.png | 966 | Changed |
| vr-tests-react-components/Positioning.Positioning end.updated 2 times.chromium.png | 141 | Changed |
vr-tests-react-components/ProgressBar converged 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-react-components/ProgressBar converged.Indeterminate + thickness.default.chromium.png | 39 | Changed |
vr-tests-react-components/TagPicker 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-react-components/TagPicker.disabled.chromium.png | 677 | Changed |
vr-tests-web-components/MenuList 2 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-web-components/MenuList. - Dark Mode.normal.chromium.png | 498 | Changed |
| vr-tests-web-components/MenuList. - RTL.normal.chromium_1.png | 39083 | Changed |
vr-tests/Callout 4 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests/Callout.Bottom center.default.chromium.png | 2128 | Changed |
| vr-tests/Callout.Bottom left edge.default.chromium.png | 2195 | Changed |
| vr-tests/Callout.No callout width specified.default.chromium.png | 2143 | Changed |
| vr-tests/Callout.Left top edge.default.chromium.png | 2183 | Changed |
vr-tests/Keytip 3 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests/Keytip.Disabled.default.chromium.png | 26 | Changed |
| vr-tests/Keytip.Root.default.chromium.png | 51 | Changed |
| vr-tests/Keytip.Offset.default.chromium.png | 86 | Changed |
vr-tests/react-charting-AreaChart 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests/react-charting-AreaChart.Multiple.hover.chromium.png | 173 | Changed |
vr-tests/react-charting-LineChart 2 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests/react-charting-LineChart.Multiple.default.chromium.png | 192 | Changed |
| vr-tests/react-charting-LineChart.Multiple - RTL.default.chromium.png | 200 | Changed |
vr-tests/react-charting-SankeyChart 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests/react-charting-SankeyChart.PlaceHolder - Dark Mode.default.chromium.png | 78 | Changed |
There were 1 duplicate changes discarded. Check the build logs for more information.
Dmytro Kirpa (dmytrokirpa)
force-pushed
the
calendar-preview-scaffold
branch
from
August 25, 2026 20:08
3d237d2 to
a0fdd3d
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
This is PR 1 of 3 in a stack that splits up #36618 ("feat: add non-compat and headless versions for Calendar") into smaller, independently reviewable pieces:
@fluentui/react-calendar-previewpackageCalendarcomponent family inreact-calendar-previewCalendartoreact-headless-components-preview, built on top of feat(react-calendar-preview): implement Calendar, month/year pickers, and day grid components #36629's base hooksStack order:
master→calendar-preview-scaffold→calendar-preview-impl→headless-calendar.What's in this PR
Just the package shell for
@fluentui/react-calendar-preview— no component logic yet:library/andstories/project config:package.json,project.json,tsconfig*.json,.babelrc.json,.swcrc,eslint.config.cjs/.js,jest.config.cjs,cypress.config.ts,config/api-extractor.json,config/tests.cjs, Storybook config,LICENSE,README.mdlibrary/docs/Spec.md)library/src/index.ts/stories/src/index.tsentry points (empty, filled in by feat(react-calendar-preview): implement Calendar, month/year pickers, and day grid components #36629).github/CODEOWNERSandtsconfig.base(.all).jsonentries for the new packagePrevious Behavior
N/A — new package.
New Behavior
N/A — no public API yet. This just makes
@fluentui/react-calendar-previewa buildable, lintable, empty workspace package.Related Issue(s)
Split from #36618.