chore: scaffold react-calendar-preview package - #36628
Open
Dmytro Kirpa (dmytrokirpa) wants to merge 3 commits into
Open
chore: scaffold react-calendar-preview package#36628Dmytro Kirpa (dmytrokirpa) wants to merge 3 commits into
Dmytro Kirpa (dmytrokirpa) wants to merge 3 commits into
Conversation
This was referenced Aug 25, 2026
feat(react-calendar-preview): implement Calendar, month/year pickers, and day grid components
#36629
Open
📊 Bundle size report✅ No changes found |
|
Pull request demo site: URL |
Dmytro Kirpa (dmytrokirpa)
force-pushed
the
calendar-preview-scaffold
branch
from
August 25, 2026 20:08
3d237d2 to
a0fdd3d
Compare
Dmytro Kirpa (dmytrokirpa)
force-pushed
the
calendar-preview-scaffold
branch
from
August 29, 2026 08:52
a0fdd3d to
2ceeafa
Compare
Dmytro Kirpa (dmytrokirpa)
marked this pull request as ready for review
August 29, 2026 08:55
Dmytro Kirpa (dmytrokirpa)
requested review from
a team,
Justin Slone (JustSlone),
Juraj Kapsiar (jurokapsiar) and
Tudor Popa (tudorpopams)
as code owners
August 29, 2026 08:55
Dmytro Kirpa (dmytrokirpa)
force-pushed
the
calendar-preview-scaffold
branch
from
August 29, 2026 14:26
2ceeafa to
0ff893f
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.