From 2e72f966cfa7e3b0e4dfa292d8317cec5219062c Mon Sep 17 00:00:00 2001 From: Gogomes <78806055+gouttierre@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:00:24 +0100 Subject: [PATCH] Update README.md for Calendar Compat The wording removed suggested that a full v9 version was being worked on which created confusion with partners. --- .../react-components/react-calendar-compat/library/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-components/react-calendar-compat/library/README.md b/packages/react-components/react-calendar-compat/library/README.md index 9966f48dbf1f2..3ebd3343c86b5 100644 --- a/packages/react-components/react-calendar-compat/library/README.md +++ b/packages/react-components/react-calendar-compat/library/README.md @@ -28,7 +28,7 @@ yarn workspace @fluentui/react-calendar-compat start ## What makes a compat component? -A compat component is a component taken from v8 and partially updated with the v9 toolset while keeping its original functionality and most of the original API surface. The most noticeable change being the removal of all v8 dependencies and using only v9 dependencies. While this is a good first step, this is not the final v9 component. We are working on a fully fleshed v9 replacement that will follow all v9 patterns and conventions. +A compat component is a component taken from v8 and partially updated with the v9 toolset while keeping its original functionality and most of the original API surface. The most noticeable change being the removal of all v8 dependencies and using only v9 dependencies. ## How publishing the package will be handled