diff --git a/404.html b/404.html index 963fc4444a..629a0f6efb 100644 --- a/404.html +++ b/404.html @@ -5,8 +5,8 @@ Page Not Found | FluentUI Charting Contrib Docsite - - + +
Skip to main content

Page Not Found

We could not find what you were looking for.

Please contact the owner of the site that linked you to the original URL and let them know their link is broken.

diff --git a/assets/js/100d50c4.369553a2.js b/assets/js/100d50c4.369553a2.js deleted file mode 100644 index b958bb8d8e..0000000000 --- a/assets/js/100d50c4.369553a2.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[5724],{9854:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>a,contentTitle:()=>c,default:()=>h,frontMatter:()=>r,metadata:()=>s,toc:()=>l});var o=n(5893),i=n(1151);const r={},c=void 0,s={id:"Start Developing",title:"Start Developing",description:"This page will help you get familiar with the react charting controls, how the code and documents are organized.",source:"@site/../../docs/Start Developing.md",sourceDirName:".",slug:"/Start Developing",permalink:"/fluentui-charting-contrib/docs/Start Developing",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"Release Log",permalink:"/fluentui-charting-contrib/docs/CHANGELOG"},next:{title:"Contributor Guide",permalink:"/fluentui-charting-contrib/docs/Contributor Guide"}},a={},l=[];function d(e){const t={a:"a",code:"code",p:"p",strong:"strong",...(0,i.a)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(t.p,{children:"This page will help you get familiar with the react charting controls, how the code and documents are organized."}),"\n",(0,o.jsxs)(t.p,{children:["Follow ",(0,o.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/wiki/Setup#basic-setup",children:"fluent setup"})," guide to get started."]}),"\n",(0,o.jsxs)(t.p,{children:[(0,o.jsx)(t.strong,{children:"Folder structure."}),"\nThe charting library is located within ",(0,o.jsx)(t.code,{children:"package/react-charting"}),"."]}),"\n",(0,o.jsxs)(t.p,{children:["The source code is located in the ",(0,o.jsx)(t.code,{children:"src/"})," directory.\n",(0,o.jsx)(t.code,{children:"src/components"})," contains implementation for individual charts in the folder.\n",(0,o.jsx)(t.code,{children:"src/components/CommonComponents"})," contains implementation for CartesianChart which is a common component for all axis based charts."]}),"\n",(0,o.jsxs)(t.p,{children:["Design documentation and RFCs for some recent functionalities is located in the ",(0,o.jsx)(t.code,{children:"docs/"})," folder."]}),"\n",(0,o.jsxs)(t.p,{children:["Test files are colocated along with the implementation files and end with ",(0,o.jsx)(t.code,{children:".test.tsx"}),"."]}),"\n",(0,o.jsx)(t.p,{children:"Details about each chart component is covered in later pages within each component section."})]})}function h(e={}){const{wrapper:t}={...(0,i.a)(),...e.components};return t?(0,o.jsx)(t,{...e,children:(0,o.jsx)(d,{...e})}):d(e)}},1151:(e,t,n)=>{n.d(t,{Z:()=>s,a:()=>c});var o=n(7294);const i={},r=o.createContext(i);function c(e){const t=o.useContext(r);return o.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function s(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:c(e.components),o.createElement(r.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/100d50c4.49ead4c4.js b/assets/js/100d50c4.49ead4c4.js new file mode 100644 index 0000000000..671c1ce63e --- /dev/null +++ b/assets/js/100d50c4.49ead4c4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[5724],{9854:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>a,contentTitle:()=>c,default:()=>h,frontMatter:()=>r,metadata:()=>s,toc:()=>l});var o=n(5893),i=n(1151);const r={},c=void 0,s={id:"Start Developing",title:"Start Developing",description:"This page will help you get familiar with the react charting controls, how the code and documents are organized.",source:"@site/../../docs/Start Developing.md",sourceDirName:".",slug:"/Start Developing",permalink:"/fluentui-charting-contrib/docs/Start Developing",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.0",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.0"},next:{title:"Contributor Guide",permalink:"/fluentui-charting-contrib/docs/Contributor Guide"}},a={},l=[];function d(e){const t={a:"a",code:"code",p:"p",strong:"strong",...(0,i.a)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(t.p,{children:"This page will help you get familiar with the react charting controls, how the code and documents are organized."}),"\n",(0,o.jsxs)(t.p,{children:["Follow ",(0,o.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/wiki/Setup#basic-setup",children:"fluent setup"})," guide to get started."]}),"\n",(0,o.jsxs)(t.p,{children:[(0,o.jsx)(t.strong,{children:"Folder structure."}),"\nThe charting library is located within ",(0,o.jsx)(t.code,{children:"package/react-charting"}),"."]}),"\n",(0,o.jsxs)(t.p,{children:["The source code is located in the ",(0,o.jsx)(t.code,{children:"src/"})," directory.\n",(0,o.jsx)(t.code,{children:"src/components"})," contains implementation for individual charts in the folder.\n",(0,o.jsx)(t.code,{children:"src/components/CommonComponents"})," contains implementation for CartesianChart which is a common component for all axis based charts."]}),"\n",(0,o.jsxs)(t.p,{children:["Design documentation and RFCs for some recent functionalities is located in the ",(0,o.jsx)(t.code,{children:"docs/"})," folder."]}),"\n",(0,o.jsxs)(t.p,{children:["Test files are colocated along with the implementation files and end with ",(0,o.jsx)(t.code,{children:".test.tsx"}),"."]}),"\n",(0,o.jsx)(t.p,{children:"Details about each chart component is covered in later pages within each component section."})]})}function h(e={}){const{wrapper:t}={...(0,i.a)(),...e.components};return t?(0,o.jsx)(t,{...e,children:(0,o.jsx)(d,{...e})}):d(e)}},1151:(e,t,n)=>{n.d(t,{Z:()=>s,a:()=>c});var o=n(7294);const i={},r=o.createContext(i);function c(e){const t=o.useContext(r);return o.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function s(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:c(e.components),o.createElement(r.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/19139c30.4f7b6cbe.js b/assets/js/19139c30.4f7b6cbe.js new file mode 100644 index 0000000000..87d6962b3e --- /dev/null +++ b/assets/js/19139c30.4f7b6cbe.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[982],{2149:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>s,contentTitle:()=>h,default:()=>o,frontMatter:()=>l,metadata:()=>r,toc:()=>a});var c=i(5893),n=i(1151);const l={},h=void 0,r={id:"changelogSplits/5.13",title:"5.13",description:"5.13.11",source:"@site/../../docs/changelogSplits/5.13.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.13",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.13",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.14",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.14"},next:{title:"5.12",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.12"}},s={},a=[{value:"5.13.11",id:"51311",level:2},{value:"Patches",id:"patches",level:3},{value:"5.13.10",id:"51310",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.13.9",id:"5139",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.13.8",id:"5138",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.13.7",id:"5137",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.13.6",id:"5136",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.13.5",id:"5135",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.13.4",id:"5134",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.13.3",id:"5133",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.13.2",id:"5132",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.13.1",id:"5131",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.13.0",id:"5130",level:2},{value:"Minor changes",id:"minor-changes",level:3},{value:"Patches",id:"patches-11",level:3}];function u(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,n.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(t.h2,{id:"51311",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.11",children:"5.13.11"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 13 Oct 2022 07:45:27 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.10..@fluentui/react-charting_v5.13.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.98.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25198",children:"PR #25198"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51310",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.10",children:"5.13.10"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 10 Oct 2022 07:38:24 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.9..@fluentui/react-charting_v5.13.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.6 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25138",children:"PR #25138"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.98.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25138",children:"PR #25138"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5139",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.9",children:"5.13.9"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 04 Oct 2022 07:45:03 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.8..@fluentui/react-charting_v5.13.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["[object Object] (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25040",children:"PR #25040"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.97.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24947",children:"PR #24947"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5138",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.8",children:"5.13.8"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 03 Oct 2022 07:37:49 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.7..@fluentui/react-charting_v5.13.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.97.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25022",children:"PR #25022"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5137",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.7",children:"5.13.7"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 30 Sep 2022 07:38:09 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.6..@fluentui/react-charting_v5.13.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.97.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25025",children:"PR #25025"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5136",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.6",children:"5.13.6"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 29 Sep 2022 07:40:09 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.5..@fluentui/react-charting_v5.13.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix vertical bar chart bugs (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24990",children:"PR #24990"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.96.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24990",children:"PR #24990"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5135",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.5",children:"5.13.5"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 28 Sep 2022 07:37:48 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.4..@fluentui/react-charting_v5.13.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fixing Tree chart issues for adding the optional bodyText for parent node and adjusting the allignment of the tree in the screen (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24752",children:"PR #24752"})," by ",(0,c.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.96.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24900",children:"PR #24900"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5134",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.4",children:"5.13.4"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 22 Sep 2022 07:43:45 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.3..@fluentui/react-charting_v5.13.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.96.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24871",children:"PR #24871"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5133",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.3",children:"5.13.3"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 20 Sep 2022 07:47:16 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.2..@fluentui/react-charting_v5.13.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix multi stacked bar chart min width (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24835",children:"PR #24835"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5132",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.2",children:"5.13.2"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 19 Sep 2022 07:47:30 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.1..@fluentui/react-charting_v5.13.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.96.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24771",children:"PR #24771"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5131",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.1",children:"5.13.1"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 16 Sep 2022 07:37:32 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.0..@fluentui/react-charting_v5.13.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-10",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.95.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24822",children:"PR #24822"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5130",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.0",children:"5.13.0"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 15 Sep 2022 19:15:26 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.37..@fluentui/react-charting_v5.13.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["All /lib-commonjs/ top-level entries have been added to the exports map for backwards compatibility. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24792",children:"PR #24792"})," by ",(0,c.jsx)(t.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.95.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24792",children:"PR #24792"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h3,{id:"patches-11",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Add support for custom locale for date axis (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24753",children:"PR #24753"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Fix value font-weight inside heatmap chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24726",children:"PR #24726"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Fix legend overflow-indication-text role (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24756",children:"PR #24756"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]})]})}function o(e={}){const{wrapper:t}={...(0,n.a)(),...e.components};return t?(0,c.jsx)(t,{...e,children:(0,c.jsx)(u,{...e})}):u(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>r,a:()=>h});var c=i(7294);const n={},l=c.createContext(n);function h(e){const t=c.useContext(l);return c.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function r(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:h(e.components),c.createElement(l.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/1df93b7f.45d70903.js b/assets/js/1df93b7f.0fc48f5c.js similarity index 96% rename from assets/js/1df93b7f.45d70903.js rename to assets/js/1df93b7f.0fc48f5c.js index 02052d0053..4f6ce66b3d 100644 --- a/assets/js/1df93b7f.45d70903.js +++ b/assets/js/1df93b7f.0fc48f5c.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[3237],{9722:(e,a,t)=>{t.d(a,{Z:()=>c});var l,r=t(7294);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var a=1;a{let{title:a,titleId:t,...c}=e;return r.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",width:1088,height:687.962,viewBox:"0 0 1088 687.962","aria-labelledby":t},c),void 0===a?r.createElement("title",{id:t},"Easy to Use"):a?r.createElement("title",{id:t},a):null,l||(l=r.createElement("g",{"data-name":"Group 12"},r.createElement("g",{"data-name":"Group 11"},r.createElement("path",{"data-name":"Path 83",d:"M961.81 454.442c-5.27 45.15-16.22 81.4-31.25 110.31-20 38.52-54.21 54.04-84.77 70.28a193.275 193.275 0 0 1-27.46 11.94c-55.61 19.3-117.85 14.18-166.74 3.99a657.282 657.282 0 0 0-104.09-13.16q-14.97-.675-29.97-.67c-15.42.02-293.07 5.29-360.67-131.57-16.69-33.76-28.13-75-32.24-125.27-11.63-142.12 52.29-235.46 134.74-296.47 155.97-115.41 369.76-110.57 523.43 7.88 102.36 78.9 198.2 198.31 179.02 362.74Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 84",d:"M930.56 564.752c-20 38.52-47.21 64.04-77.77 80.28a193.272 193.272 0 0 1-27.46 11.94c-55.61 19.3-117.85 14.18-166.74 3.99a657.3 657.3 0 0 0-104.09-13.16q-14.97-.675-29.97-.67-23.13.03-46.25 1.72c-100.17 7.36-253.82-6.43-321.42-143.29L326 177.962l62.95 161.619 20.09 51.59 55.37-75.98L493 275.962l130.2 149.27 36.8-81.27 254.78 207.919 14.21 11.59Z",fill:"#f2f2f2"}),r.createElement("path",{"data-name":"Path 85",d:"m302 282.962 26-57 36 83-31-60Z",opacity:.1}),r.createElement("path",{"data-name":"Path 86",d:"M554.5 647.802q-14.97-.675-29.97-.67l-115.49-255.96Z",opacity:.1}),r.createElement("path",{"data-name":"Path 87",d:"M464.411 315.191 493 292.962l130 150-132-128Z",opacity:.1}),r.createElement("path",{"data-name":"Path 88",d:"M852.79 645.032a193.265 193.265 0 0 1-27.46 11.94L623.2 425.232Z",opacity:.1}),r.createElement("circle",{"data-name":"Ellipse 11",cx:3,cy:3,r:3,transform:"translate(479 98.962)",fill:"#f2f2f2"}),r.createElement("circle",{"data-name":"Ellipse 12",cx:3,cy:3,r:3,transform:"translate(396 201.962)",fill:"#f2f2f2"}),r.createElement("circle",{"data-name":"Ellipse 13",cx:2,cy:2,r:2,transform:"translate(600 220.962)",fill:"#f2f2f2"}),r.createElement("circle",{"data-name":"Ellipse 14",cx:2,cy:2,r:2,transform:"translate(180 265.962)",fill:"#f2f2f2"}),r.createElement("circle",{"data-name":"Ellipse 15",cx:2,cy:2,r:2,transform:"translate(612 96.962)",fill:"#f2f2f2"}),r.createElement("circle",{"data-name":"Ellipse 16",cx:2,cy:2,r:2,transform:"translate(736 192.962)",fill:"#f2f2f2"}),r.createElement("circle",{"data-name":"Ellipse 17",cx:2,cy:2,r:2,transform:"translate(858 344.962)",fill:"#f2f2f2"}),r.createElement("path",{"data-name":"Path 89",d:"M306 121.222h-2.76v-2.76h-1.48v2.76H299v1.478h2.76v2.759h1.48V122.7H306Z",fill:"#f2f2f2"}),r.createElement("path",{"data-name":"Path 90",d:"M848 424.222h-2.76v-2.76h-1.48v2.76H841v1.478h2.76v2.759h1.48V425.7H848Z",fill:"#f2f2f2"}),r.createElement("path",{"data-name":"Path 91",d:"M1088 613.962c0 16.569-243.557 74-544 74s-544-57.431-544-74 243.557 14 544 14 544-30.568 544-14Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 92",d:"M1088 613.962c0 16.569-243.557 74-544 74s-544-57.431-544-74 243.557 14 544 14 544-30.568 544-14Z",opacity:.1}),r.createElement("ellipse",{"data-name":"Ellipse 18",cx:544,cy:30,rx:544,ry:30,transform:"translate(0 583.962)",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 93",d:"M568 571.962c0 33.137-14.775 24-33 24s-33 9.137-33-24 33-96 33-96 33 62.863 33 96Z",fill:"#ff6584"}),r.createElement("path",{"data-name":"Path 94",d:"M550 584.641c0 15.062-6.716 10.909-15 10.909s-15 4.153-15-10.909 15-43.636 15-43.636 15 28.576 15 43.636Z",opacity:.1}),r.createElement("rect",{"data-name":"Rectangle 97",width:92,height:18,rx:9,transform:"translate(489 604.962)",fill:"#2f2e41"}),r.createElement("rect",{"data-name":"Rectangle 98",width:92,height:18,rx:9,transform:"translate(489 586.962)",fill:"#2f2e41"}),r.createElement("path",{"data-name":"Path 95",d:"M137 490.528c0 55.343 34.719 100.126 77.626 100.126",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 96",d:"M214.626 590.654c0-55.965 38.745-101.251 86.626-101.251",fill:"#6c63ff"}),r.createElement("path",{"data-name":"Path 97",d:"M165.125 495.545c0 52.57 22.14 95.109 49.5 95.109",fill:"#6c63ff"}),r.createElement("path",{"data-name":"Path 98",d:"M214.626 590.654c0-71.511 44.783-129.377 100.126-129.377",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 99",d:"M198.3 591.36s11.009-.339 14.326-2.7 16.934-5.183 17.757-1.395 16.544 18.844 4.115 18.945-28.879-1.936-32.19-3.953-4.008-10.897-4.008-10.897Z",fill:"#a8a8a8"}),r.createElement("path",{"data-name":"Path 100",d:"M234.716 604.89c-12.429.1-28.879-1.936-32.19-3.953-2.522-1.536-3.527-7.048-3.863-9.591l-.368.014s.7 8.879 4.009 10.9 19.761 4.053 32.19 3.953c3.588-.029 4.827-1.305 4.759-3.2-.498 1.142-1.867 1.855-4.537 1.877Z",opacity:.2}),r.createElement("path",{"data-name":"Path 101",d:"M721.429 527.062c0 38.029 23.857 68.8 53.341 68.8",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 102",d:"M774.769 595.863c0-38.456 26.623-69.575 59.525-69.575",fill:"#6c63ff"}),r.createElement("path",{"data-name":"Path 103",d:"M740.755 530.509c0 36.124 15.213 65.354 34.014 65.354",fill:"#6c63ff"}),r.createElement("path",{"data-name":"Path 104",d:"M774.769 595.863c0-49.139 30.773-88.9 68.8-88.9",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 105",d:"M763.548 596.348s7.565-.233 9.844-1.856 11.636-3.562 12.2-.958 11.368 12.949 2.828 13.018-19.844-1.33-22.119-2.716-2.753-7.488-2.753-7.488Z",fill:"#a8a8a8"}),r.createElement("path",{"data-name":"Path 106",d:"M788.574 605.645c-8.54.069-19.844-1.33-22.119-2.716-1.733-1.056-2.423-4.843-2.654-6.59l-.253.01s.479 6.1 2.755 7.487 13.579 2.785 22.119 2.716c2.465-.02 3.317-.9 3.27-2.2-.343.788-1.283 1.278-3.118 1.293Z",opacity:.2}),r.createElement("path",{"data-name":"Path 107",d:"M893.813 618.699s11.36-1.729 14.5-4.591 16.89-7.488 18.217-3.667 19.494 17.447 6.633 19.107-30.153 1.609-33.835-.065-5.515-10.784-5.515-10.784Z",fill:"#a8a8a8"}),r.createElement("path",{"data-name":"Path 108",d:"M933.228 628.154c-12.86 1.659-30.153 1.609-33.835-.065-2.8-1.275-4.535-6.858-5.2-9.45l-.379.061s1.833 9.109 5.516 10.783 20.975 1.725 33.835.065c3.712-.479 4.836-1.956 4.529-3.906-.375 1.246-1.703 2.156-4.466 2.512Z",opacity:.2}),r.createElement("path",{"data-name":"Path 109",d:"M614.26 617.881s9.587-1.459 12.237-3.875 14.255-6.32 15.374-3.095 16.452 14.725 5.6 16.125-25.448 1.358-28.555-.055-4.656-9.1-4.656-9.1Z",fill:"#a8a8a8"}),r.createElement("path",{"data-name":"Path 110",d:"M647.524 625.856c-10.853 1.4-25.448 1.358-28.555-.055-2.367-1.076-3.827-5.788-4.39-7.976l-.32.051s1.547 7.687 4.655 9.1 17.7 1.456 28.555.055c3.133-.4 4.081-1.651 3.822-3.3-.314 1.057-1.435 1.825-3.767 2.125Z",opacity:.2}),r.createElement("path",{"data-name":"Path 111",d:"M122.389 613.09s7.463-1.136 9.527-3.016 11.1-4.92 11.969-2.409 12.808 11.463 4.358 12.553-19.811 1.057-22.23-.043-3.624-7.085-3.624-7.085Z",fill:"#a8a8a8"}),r.createElement("path",{"data-name":"Path 112",d:"M148.285 619.302c-8.449 1.09-19.811 1.057-22.23-.043-1.842-.838-2.979-4.506-3.417-6.209l-.249.04s1.2 5.984 3.624 7.085 13.781 1.133 22.23.043c2.439-.315 3.177-1.285 2.976-2.566-.246.818-1.119 1.416-2.934 1.65Z",opacity:.2}),r.createElement("path",{"data-name":"Path 113",d:"M383.7 601.318c0 30.22-42.124 20.873-93.7 20.873s-93.074 9.347-93.074-20.873 42.118-36.793 93.694-36.793 93.08 6.573 93.08 36.793Z",opacity:.1}),r.createElement("path",{"data-name":"Path 114",d:"M383.7 593.881c0 30.22-42.124 20.873-93.7 20.873s-93.074 9.347-93.074-20.873 42.114-36.8 93.69-36.8 93.084 6.576 93.084 36.8Z",fill:"#3f3d56"})),r.createElement("path",{"data-name":"Path 40",d:"M360.175 475.732h91.791v37.153h-91.791Z",fill:"#fff",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 41",d:"M277.126 597.026a21.828 21.828 0 0 1-18.908-10.927 21.829 21.829 0 0 0 18.908 32.782h21.855v-21.855Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 42",d:"m375.451 481.607 76.514-4.782v-10.928a21.854 21.854 0 0 0-21.855-21.855h-98.347l-2.732-4.735a3.154 3.154 0 0 0-5.464 0l-2.732 4.732-2.732-4.732a3.154 3.154 0 0 0-5.464 0l-2.732 4.732-2.731-4.732a3.154 3.154 0 0 0-5.464 0l-2.732 4.735h-.071l-4.526-4.525a3.153 3.153 0 0 0-5.276 1.414l-1.5 5.577-5.674-1.521a3.154 3.154 0 0 0-3.863 3.864l1.52 5.679-5.575 1.494a3.155 3.155 0 0 0-1.416 5.278l4.526 4.526v.07l-4.735 2.731a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.732a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.731a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.727a3.154 3.154 0 0 0 0 5.464l4.735 2.736-4.735 2.732a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.732a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.731a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.732a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.731a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.731a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.735a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.728a3.154 3.154 0 0 0 0 5.464l4.732 2.732a21.854 21.854 0 0 0 21.858 21.855h131.13a21.854 21.854 0 0 0 21.855-21.855v-87.42l-76.514-4.782a11.632 11.632 0 0 1 0-23.219",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 43",d:"M408.255 618.882h32.782v-43.71h-32.782Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 44",d:"M462.893 591.563a5.438 5.438 0 0 0-.7.07c-.042-.164-.081-.329-.127-.493a5.457 5.457 0 1 0-5.4-9.372q-.181-.185-.366-.367a5.454 5.454 0 1 0-9.384-5.4c-.162-.046-.325-.084-.486-.126a5.467 5.467 0 1 0-10.788 0c-.162.042-.325.08-.486.126a5.457 5.457 0 1 0-9.384 5.4 21.843 21.843 0 1 0 36.421 21.02 5.452 5.452 0 1 0 .7-10.858",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 45",d:"M419.183 553.317h32.782v-21.855h-32.782Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 46",d:"M462.893 545.121a2.732 2.732 0 1 0 0-5.464 2.811 2.811 0 0 0-.349.035c-.022-.082-.04-.164-.063-.246a2.733 2.733 0 0 0-1.052-5.253 2.7 2.7 0 0 0-1.648.566q-.09-.093-.184-.184a2.7 2.7 0 0 0 .553-1.633 2.732 2.732 0 0 0-5.245-1.07 10.928 10.928 0 1 0 0 21.031 2.732 2.732 0 0 0 5.245-1.07 2.7 2.7 0 0 0-.553-1.633q.093-.09.184-.184a2.7 2.7 0 0 0 1.648.566 2.732 2.732 0 0 0 1.052-5.253c.023-.081.042-.164.063-.246a2.814 2.814 0 0 0 .349.035",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 47",d:"M320.836 479.556a2.732 2.732 0 0 1-2.732-2.732 8.2 8.2 0 0 0-16.391 0 2.732 2.732 0 0 1-5.464 0 13.66 13.66 0 0 1 27.319 0 2.732 2.732 0 0 1-2.732 2.732",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 48",d:"M364.546 618.881h65.565a21.854 21.854 0 0 0 21.855-21.855v-76.492h-65.565a21.854 21.854 0 0 0-21.855 21.855Z",fill:"#ffff50",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 49",d:"M435.596 554.41h-54.681a1.093 1.093 0 1 1 0-2.185h54.681a1.093 1.093 0 0 1 0 2.185m0 21.855h-54.681a1.093 1.093 0 1 1 0-2.186h54.681a1.093 1.093 0 0 1 0 2.186m0 21.855h-54.681a1.093 1.093 0 1 1 0-2.185h54.681a1.093 1.093 0 0 1 0 2.185m0-54.434h-54.681a1.093 1.093 0 1 1 0-2.185h54.681a1.093 1.093 0 0 1 0 2.185m0 21.652h-54.681a1.093 1.093 0 1 1 0-2.186h54.681a1.093 1.093 0 0 1 0 2.186m0 21.855h-54.681a1.093 1.093 0 1 1 0-2.186h54.681a1.093 1.093 0 0 1 0 2.186m16.369-100.959c-.013 0-.024-.007-.037-.005-3.377.115-4.974 3.492-6.384 6.472-1.471 3.114-2.608 5.139-4.473 5.078-2.064-.074-3.244-2.406-4.494-4.874-1.436-2.835-3.075-6.049-6.516-5.929-3.329.114-4.932 3.053-6.346 5.646-1.5 2.762-2.529 4.442-4.5 4.364-2.106-.076-3.225-1.972-4.52-4.167-1.444-2.443-3.112-5.191-6.487-5.1-3.272.113-4.879 2.606-6.3 4.808-1.5 2.328-2.552 3.746-4.551 3.662-2.156-.076-3.27-1.65-4.558-3.472-1.447-2.047-3.077-4.363-6.442-4.251-3.2.109-4.807 2.153-6.224 3.954-1.346 1.709-2.4 3.062-4.621 2.977a1.094 1.094 0 0 0-.079 2.186c3.3.11 4.967-1.967 6.417-3.81 1.286-1.635 2.4-3.045 4.582-3.12 2.1-.09 3.091 1.218 4.584 3.327 1.417 2 3.026 4.277 6.263 4.394 3.391.114 5.022-2.42 6.467-4.663 1.292-2 2.406-3.734 4.535-3.807 1.959-.073 3.026 1.475 4.529 4.022 1.417 2.4 3.023 5.121 6.324 5.241 3.415.118 5.064-2.863 6.5-5.5 1.245-2.282 2.419-4.437 4.5-4.509 1.959-.046 2.981 1.743 4.492 4.732 1.412 2.79 3.013 5.95 6.365 6.071h.185c3.348 0 4.937-3.36 6.343-6.331 1.245-2.634 2.423-5.114 4.444-5.216Z",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 50",d:"M342.691 618.882h43.71v-43.71h-43.71Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("g",{"data-name":"Group 8",transform:"rotate(-14.98 2188.845 -1120.376)"},r.createElement("rect",{"data-name":"Rectangle 3",width:92.361,height:36.462,rx:2,fill:"#d8d8d8"}),r.createElement("g",{"data-name":"Group 2",transform:"translate(1.531 23.03)",fill:"#4a4a4a"},r.createElement("rect",{"data-name":"Rectangle 4",width:5.336,height:5.336,rx:1,transform:"translate(16.797)"}),r.createElement("rect",{"data-name":"Rectangle 5",width:5.336,height:5.336,rx:1,transform:"translate(23.12)"}),r.createElement("rect",{"data-name":"Rectangle 6",width:5.336,height:5.336,rx:1,transform:"translate(29.444)"}),r.createElement("rect",{"data-name":"Rectangle 7",width:5.336,height:5.336,rx:1,transform:"translate(35.768)"}),r.createElement("rect",{"data-name":"Rectangle 8",width:5.336,height:5.336,rx:1,transform:"translate(42.091)"}),r.createElement("rect",{"data-name":"Rectangle 9",width:5.336,height:5.336,rx:1,transform:"translate(48.415)"}),r.createElement("rect",{"data-name":"Rectangle 10",width:5.336,height:5.336,rx:1,transform:"translate(54.739)"}),r.createElement("rect",{"data-name":"Rectangle 11",width:5.336,height:5.336,rx:1,transform:"translate(61.063)"}),r.createElement("rect",{"data-name":"Rectangle 12",width:5.336,height:5.336,rx:1,transform:"translate(67.386)"}),r.createElement("path",{"data-name":"Path 51",d:"M1.093 0h13.425a1.093 1.093 0 0 1 1.093 1.093v3.15a1.093 1.093 0 0 1-1.093 1.093H1.093A1.093 1.093 0 0 1 0 4.243v-3.15A1.093 1.093 0 0 1 1.093 0ZM75 0h13.426a1.093 1.093 0 0 1 1.093 1.093v3.15a1.093 1.093 0 0 1-1.093 1.093H75a1.093 1.093 0 0 1-1.093-1.093v-3.15A1.093 1.093 0 0 1 75 0Z",fillRule:"evenodd"})),r.createElement("g",{"data-name":"Group 3",transform:"translate(1.531 10.261)",fill:"#4a4a4a"},r.createElement("path",{"data-name":"Path 52",d:"M1.093 0h5.125A1.093 1.093 0 0 1 7.31 1.093v3.149a1.093 1.093 0 0 1-1.092 1.093H1.093A1.093 1.093 0 0 1 0 4.242V1.093A1.093 1.093 0 0 1 1.093 0Z",fillRule:"evenodd"}),r.createElement("rect",{"data-name":"Rectangle 13",width:5.336,height:5.336,rx:1,transform:"translate(8.299)"}),r.createElement("rect",{"data-name":"Rectangle 14",width:5.336,height:5.336,rx:1,transform:"translate(14.623)"}),r.createElement("rect",{"data-name":"Rectangle 15",width:5.336,height:5.336,rx:1,transform:"translate(20.947)"}),r.createElement("rect",{"data-name":"Rectangle 16",width:5.336,height:5.336,rx:1,transform:"translate(27.271)"}),r.createElement("rect",{"data-name":"Rectangle 17",width:5.336,height:5.336,rx:1,transform:"translate(33.594)"}),r.createElement("rect",{"data-name":"Rectangle 18",width:5.336,height:5.336,rx:1,transform:"translate(39.918)"}),r.createElement("rect",{"data-name":"Rectangle 19",width:5.336,height:5.336,rx:1,transform:"translate(46.242)"}),r.createElement("rect",{"data-name":"Rectangle 20",width:5.336,height:5.336,rx:1,transform:"translate(52.565)"}),r.createElement("rect",{"data-name":"Rectangle 21",width:5.336,height:5.336,rx:1,transform:"translate(58.888)"}),r.createElement("rect",{"data-name":"Rectangle 22",width:5.336,height:5.336,rx:1,transform:"translate(65.212)"}),r.createElement("rect",{"data-name":"Rectangle 23",width:5.336,height:5.336,rx:1,transform:"translate(71.536)"}),r.createElement("rect",{"data-name":"Rectangle 24",width:5.336,height:5.336,rx:1,transform:"translate(77.859)"}),r.createElement("rect",{"data-name":"Rectangle 25",width:5.336,height:5.336,rx:1,transform:"translate(84.183)"})),r.createElement("g",{"data-name":"Group 4",transform:"rotate(180 45.525 4.773)",fill:"#4a4a4a"},r.createElement("path",{"data-name":"Path 53",d:"M1.093 0h5.126a1.093 1.093 0 0 1 1.093 1.093v3.15a1.093 1.093 0 0 1-1.093 1.093H1.093A1.093 1.093 0 0 1 0 4.243v-3.15A1.093 1.093 0 0 1 1.093 0Z",fillRule:"evenodd"}),r.createElement("rect",{"data-name":"Rectangle 26",width:5.336,height:5.336,rx:1,transform:"translate(8.299)"}),r.createElement("rect",{"data-name":"Rectangle 27",width:5.336,height:5.336,rx:1,transform:"translate(14.623)"}),r.createElement("rect",{"data-name":"Rectangle 28",width:5.336,height:5.336,rx:1,transform:"translate(20.947)"}),r.createElement("rect",{"data-name":"Rectangle 29",width:5.336,height:5.336,rx:1,transform:"translate(27.271)"}),r.createElement("rect",{"data-name":"Rectangle 30",width:5.336,height:5.336,rx:1,transform:"translate(33.594)"}),r.createElement("rect",{"data-name":"Rectangle 31",width:5.336,height:5.336,rx:1,transform:"translate(39.918)"}),r.createElement("rect",{"data-name":"Rectangle 32",width:5.336,height:5.336,rx:1,transform:"translate(46.242)"}),r.createElement("rect",{"data-name":"Rectangle 33",width:5.336,height:5.336,rx:1,transform:"translate(52.565)"}),r.createElement("rect",{"data-name":"Rectangle 34",width:5.336,height:5.336,rx:1,transform:"translate(58.889)"}),r.createElement("rect",{"data-name":"Rectangle 35",width:5.336,height:5.336,rx:1,transform:"translate(65.213)"}),r.createElement("rect",{"data-name":"Rectangle 36",width:5.336,height:5.336,rx:1,transform:"translate(71.537)"}),r.createElement("rect",{"data-name":"Rectangle 37",width:5.336,height:5.336,rx:1,transform:"translate(77.86)"}),r.createElement("rect",{"data-name":"Rectangle 38",width:5.336,height:5.336,rx:1,transform:"translate(84.183)"}),r.createElement("rect",{"data-name":"Rectangle 39",width:5.336,height:5.336,rx:1,transform:"translate(8.299)"}),r.createElement("rect",{"data-name":"Rectangle 40",width:5.336,height:5.336,rx:1,transform:"translate(14.623)"}),r.createElement("rect",{"data-name":"Rectangle 41",width:5.336,height:5.336,rx:1,transform:"translate(20.947)"}),r.createElement("rect",{"data-name":"Rectangle 42",width:5.336,height:5.336,rx:1,transform:"translate(27.271)"}),r.createElement("rect",{"data-name":"Rectangle 43",width:5.336,height:5.336,rx:1,transform:"translate(33.594)"}),r.createElement("rect",{"data-name":"Rectangle 44",width:5.336,height:5.336,rx:1,transform:"translate(39.918)"}),r.createElement("rect",{"data-name":"Rectangle 45",width:5.336,height:5.336,rx:1,transform:"translate(46.242)"}),r.createElement("rect",{"data-name":"Rectangle 46",width:5.336,height:5.336,rx:1,transform:"translate(52.565)"}),r.createElement("rect",{"data-name":"Rectangle 47",width:5.336,height:5.336,rx:1,transform:"translate(58.889)"}),r.createElement("rect",{"data-name":"Rectangle 48",width:5.336,height:5.336,rx:1,transform:"translate(65.213)"}),r.createElement("rect",{"data-name":"Rectangle 49",width:5.336,height:5.336,rx:1,transform:"translate(71.537)"}),r.createElement("rect",{"data-name":"Rectangle 50",width:5.336,height:5.336,rx:1,transform:"translate(77.86)"}),r.createElement("rect",{"data-name":"Rectangle 51",width:5.336,height:5.336,rx:1,transform:"translate(84.183)"})),r.createElement("g",{"data-name":"Group 6",fill:"#4a4a4a"},r.createElement("path",{"data-name":"Path 54",d:"M2.624 16.584h7.3a1.093 1.093 0 0 1 1.092 1.093v3.15a1.093 1.093 0 0 1-1.093 1.093h-7.3a1.093 1.093 0 0 1-1.092-1.093v-3.149a1.093 1.093 0 0 1 1.093-1.094Z",fillRule:"evenodd"}),r.createElement("g",{"data-name":"Group 5",transform:"translate(12.202 16.584)"},r.createElement("rect",{"data-name":"Rectangle 52",width:5.336,height:5.336,rx:1}),r.createElement("rect",{"data-name":"Rectangle 53",width:5.336,height:5.336,rx:1,transform:"translate(6.324)"}),r.createElement("rect",{"data-name":"Rectangle 54",width:5.336,height:5.336,rx:1,transform:"translate(12.647)"}),r.createElement("rect",{"data-name":"Rectangle 55",width:5.336,height:5.336,rx:1,transform:"translate(18.971)"}),r.createElement("rect",{"data-name":"Rectangle 56",width:5.336,height:5.336,rx:1,transform:"translate(25.295)"}),r.createElement("rect",{"data-name":"Rectangle 57",width:5.336,height:5.336,rx:1,transform:"translate(31.619)"}),r.createElement("rect",{"data-name":"Rectangle 58",width:5.336,height:5.336,rx:1,transform:"translate(37.942)"}),r.createElement("rect",{"data-name":"Rectangle 59",width:5.336,height:5.336,rx:1,transform:"translate(44.265)"}),r.createElement("rect",{"data-name":"Rectangle 60",width:5.336,height:5.336,rx:1,transform:"translate(50.589)"}),r.createElement("rect",{"data-name":"Rectangle 61",width:5.336,height:5.336,rx:1,transform:"translate(56.912)"}),r.createElement("rect",{"data-name":"Rectangle 62",width:5.336,height:5.336,rx:1,transform:"translate(63.236)"})),r.createElement("path",{"data-name":"Path 55",d:"M83.053 16.584h6.906a1.093 1.093 0 0 1 1.091 1.093v3.15a1.093 1.093 0 0 1-1.091 1.093h-6.907a1.093 1.093 0 0 1-1.093-1.093v-3.149a1.093 1.093 0 0 1 1.093-1.094Z",fillRule:"evenodd"})),r.createElement("g",{"data-name":"Group 7",transform:"translate(1.531 29.627)",fill:"#4a4a4a"},r.createElement("rect",{"data-name":"Rectangle 63",width:5.336,height:5.336,rx:1}),r.createElement("rect",{"data-name":"Rectangle 64",width:5.336,height:5.336,rx:1,transform:"translate(6.324)"}),r.createElement("rect",{"data-name":"Rectangle 65",width:5.336,height:5.336,rx:1,transform:"translate(12.647)"}),r.createElement("rect",{"data-name":"Rectangle 66",width:5.336,height:5.336,rx:1,transform:"translate(18.971)"}),r.createElement("path",{"data-name":"Path 56",d:"M26.387 0h30.422a1.093 1.093 0 0 1 1.093 1.093v3.151a1.093 1.093 0 0 1-1.093 1.093H26.387a1.093 1.093 0 0 1-1.093-1.093V1.093A1.093 1.093 0 0 1 26.387 0Zm33.594 0h3.942a1.093 1.093 0 0 1 1.093 1.093v3.151a1.093 1.093 0 0 1-1.093 1.093h-3.942a1.093 1.093 0 0 1-1.093-1.093V1.093A1.093 1.093 0 0 1 59.981 0Z",fillRule:"evenodd"}),r.createElement("rect",{"data-name":"Rectangle 67",width:5.336,height:5.336,rx:1,transform:"translate(66.003)"}),r.createElement("rect",{"data-name":"Rectangle 68",width:5.336,height:5.336,rx:1,transform:"translate(72.327)"}),r.createElement("rect",{"data-name":"Rectangle 69",width:5.336,height:5.336,rx:1,transform:"translate(84.183)"}),r.createElement("path",{"data-name":"Path 57",d:"M78.254 2.273v-1.18A1.093 1.093 0 0 1 79.347 0h3.15a1.093 1.093 0 0 1 1.093 1.093v1.18Z"}),r.createElement("path",{"data-name":"Path 58",d:"M83.591 3.063v1.18a1.093 1.093 0 0 1-1.093 1.093h-3.15a1.093 1.093 0 0 1-1.093-1.093v-1.18Z"})),r.createElement("rect",{"data-name":"Rectangle 70",width:88.927,height:2.371,rx:1.085,transform:"translate(1.925 1.17)",fill:"#4a4a4a"}),r.createElement("rect",{"data-name":"Rectangle 71",width:4.986,height:1.581,rx:.723,transform:"translate(4.1 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 72",width:4.986,height:1.581,rx:.723,transform:"translate(10.923 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 73",width:4.986,height:1.581,rx:.723,transform:"translate(16.173 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 74",width:4.986,height:1.581,rx:.723,transform:"translate(21.421 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 75",width:4.986,height:1.581,rx:.723,transform:"translate(26.671 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 76",width:4.986,height:1.581,rx:.723,transform:"translate(33.232 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 77",width:4.986,height:1.581,rx:.723,transform:"translate(38.48 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 78",width:4.986,height:1.581,rx:.723,transform:"translate(43.73 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 79",width:4.986,height:1.581,rx:.723,transform:"translate(48.978 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 80",width:4.986,height:1.581,rx:.723,transform:"translate(55.54 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 81",width:4.986,height:1.581,rx:.723,transform:"translate(60.788 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 82",width:4.986,height:1.581,rx:.723,transform:"translate(66.038 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 83",width:4.986,height:1.581,rx:.723,transform:"translate(72.599 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 84",width:4.986,height:1.581,rx:.723,transform:"translate(77.847 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 85",width:4.986,height:1.581,rx:.723,transform:"translate(83.097 1.566)",fill:"#d8d8d8",opacity:.136})),r.createElement("path",{"data-name":"Path 59",d:"M408.256 591.563a5.439 5.439 0 0 0-.7.07c-.042-.164-.081-.329-.127-.493a5.457 5.457 0 1 0-5.4-9.372q-.181-.185-.366-.367a5.454 5.454 0 1 0-9.384-5.4c-.162-.046-.325-.084-.486-.126a5.467 5.467 0 1 0-10.788 0c-.162.042-.325.08-.486.126a5.457 5.457 0 1 0-9.384 5.4 21.843 21.843 0 1 0 36.421 21.02 5.452 5.452 0 1 0 .7-10.858",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 60",d:"M342.691 553.317h43.71v-21.855h-43.71Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 61",d:"M397.328 545.121a2.732 2.732 0 1 0 0-5.464 2.811 2.811 0 0 0-.349.035c-.022-.082-.04-.164-.063-.246a2.733 2.733 0 0 0-1.052-5.253 2.7 2.7 0 0 0-1.648.566q-.09-.093-.184-.184a2.7 2.7 0 0 0 .553-1.633 2.732 2.732 0 0 0-5.245-1.07 10.928 10.928 0 1 0 0 21.031 2.732 2.732 0 0 0 5.245-1.07 2.7 2.7 0 0 0-.553-1.633q.093-.09.184-.184a2.7 2.7 0 0 0 1.648.566 2.732 2.732 0 0 0 1.052-5.253c.023-.081.042-.164.063-.246a2.811 2.811 0 0 0 .349.035",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 62",d:"M408.256 464.531a2.967 2.967 0 0 1-.535-.055 2.754 2.754 0 0 1-.514-.153 2.838 2.838 0 0 1-.471-.251 4.139 4.139 0 0 1-.415-.339 3.2 3.2 0 0 1-.338-.415 2.7 2.7 0 0 1-.459-1.517 2.968 2.968 0 0 1 .055-.535 3.152 3.152 0 0 1 .152-.514 2.874 2.874 0 0 1 .252-.47 2.633 2.633 0 0 1 .753-.754 2.837 2.837 0 0 1 .471-.251 2.753 2.753 0 0 1 .514-.153 2.527 2.527 0 0 1 1.071 0 2.654 2.654 0 0 1 .983.4 4.139 4.139 0 0 1 .415.339 4.019 4.019 0 0 1 .339.415 2.786 2.786 0 0 1 .251.47 2.864 2.864 0 0 1 .208 1.049 2.77 2.77 0 0 1-.8 1.934 4.139 4.139 0 0 1-.415.339 2.722 2.722 0 0 1-1.519.459m21.855-1.366a2.789 2.789 0 0 1-1.935-.8 4.162 4.162 0 0 1-.338-.415 2.7 2.7 0 0 1-.459-1.519 2.789 2.789 0 0 1 .8-1.934 4.139 4.139 0 0 1 .415-.339 2.838 2.838 0 0 1 .471-.251 2.752 2.752 0 0 1 .514-.153 2.527 2.527 0 0 1 1.071 0 2.654 2.654 0 0 1 .983.4 4.139 4.139 0 0 1 .415.339 2.79 2.79 0 0 1 .8 1.934 3.069 3.069 0 0 1-.055.535 2.779 2.779 0 0 1-.153.514 3.885 3.885 0 0 1-.251.47 4.02 4.02 0 0 1-.339.415 4.138 4.138 0 0 1-.415.339 2.722 2.722 0 0 1-1.519.459",fillRule:"evenodd"}))))}},8066:(e,a,t)=>{t.d(a,{Z:()=>c});var l,r=t(7294);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var a=1;a{let{title:a,titleId:t,...c}=e;return r.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",width:1041.277,height:554.141,viewBox:"0 0 1041.277 554.141","aria-labelledby":t},c),void 0===a?r.createElement("title",{id:t},"Powered by React"):a?r.createElement("title",{id:t},a):null,l||(l=r.createElement("g",{"data-name":"Group 24"},r.createElement("g",{"data-name":"Group 23",transform:"translate(-.011 -.035)"},r.createElement("path",{"data-name":"Path 299",d:"M961.48 438.21q-1.74 3.75-3.47 7.4-2.7 5.67-5.33 11.12c-.78 1.61-1.56 3.19-2.32 4.77-8.6 17.57-16.63 33.11-23.45 45.89a73.21 73.21 0 0 1-63.81 38.7l-151.65 1.65h-1.6l-13 .14-11.12.12-34.1.37h-1.38l-17.36.19h-.53l-107 1.16-95.51 1-11.11.12-69 .75h-.08l-44.75.48h-.48l-141.5 1.53-42.33.46a87.991 87.991 0 0 1-10.79-.54c-1.22-.14-2.44-.3-3.65-.49a87.38 87.38 0 0 1-51.29-27.54c-18.21-20.03-31.46-43.4-40.36-68.76q-1.93-5.49-3.6-11.12c-30.81-104.15 6.75-238.52 74.35-328.44q4.25-5.64 8.64-11l.07-.08c20.79-25.52 44.1-46.84 68.93-62 44-26.91 92.75-34.49 140.7-11.9 40.57 19.12 78.45 28.11 115.17 30.55 3.71.24 7.42.42 11.11.53 84.23 2.65 163.17-27.7 255.87-47.29 3.69-.78 7.39-1.55 11.12-2.28C763 .54 836.36-6.4 923.6 8.19a189.089 189.089 0 0 1 26.76 6.4q5.77 1.86 11.12 4c41.64 16.94 64.35 48.24 74 87.46q1.37 5.46 2.37 11.11c17.11 94.34-33 228.16-76.37 321.05Z",fill:"#f2f2f2"}),r.createElement("path",{"data-name":"Path 300",d:"M497.02 445.61a95.21 95.21 0 0 1-1.87 11.12h93.7v-11.12Zm-78.25 62.81 11.11-.09v-27.47c-3.81-.17-7.52-.34-11.11-.52Zm-232.92-62.81v11.12h198.5v-11.12Zm849.68-339.52h-74V18.6q-5.35-2.17-11.12-4v91.49H696.87V13.67c-3.73.73-7.43 1.5-11.12 2.28v90.14H429.88V63.24c-3.69-.11-7.4-.29-11.11-.53v43.38H162.9v-62c-24.83 15.16-48.14 36.48-68.93 62h-.07v.08q-4.4 5.4-8.64 11h8.64v328.44h-83q1.66 5.63 3.6 11.12h79.39v93.62a87 87 0 0 0 12.2 2.79c1.21.19 2.43.35 3.65.49a87.991 87.991 0 0 0 10.79.54l42.33-.46v-97h255.91v94.21l11.11-.12v-94.07h255.87v91.36l11.12-.12v-91.24h253.49v4.77c.76-1.58 1.54-3.16 2.32-4.77q2.63-5.45 5.33-11.12 1.73-3.64 3.47-7.4v-321h76.42q-1.01-5.69-2.37-11.12ZM162.9 445.61V117.17h255.87v328.44Zm267 0V117.17h255.85v328.44Zm520.48 0H696.87V117.17h253.49Z",opacity:.1}),r.createElement("path",{"data-name":"Path 301",d:"M863.09 533.65v13l-151.92 1.4-1.62.03-57.74.53-1.38.02-17.55.15h-.52l-106.98.99-175.61 1.63h-.15l-44.65.42-.48.01-198.4 1.82v-15l46.65-28 93.6-.78 2-.01.66-.01 2-.03 44.94-.37 2.01-.01.64-.01 2-.01 14.41-.12.38-.01 35.55-.3h.29l277.4-2.34 6.79-.05h.68l5.18-.05 37.65-.31 2-.03 1.85-.02h.96l11.71-.09 2.32-.03 3.11-.02 9.75-.09 15.47-.13 2-.02 3.48-.02h.65l74.71-.64Z",fill:"#65617d"}),r.createElement("path",{"data-name":"Path 302",d:"M863.09 533.65v13l-151.92 1.4-1.62.03-57.74.53-1.38.02-17.55.15h-.52l-106.98.99-175.61 1.63h-.15l-44.65.42-.48.01-198.4 1.82v-15l46.65-28 93.6-.78 2-.01.66-.01 2-.03 44.94-.37 2.01-.01.64-.01 2-.01 14.41-.12.38-.01 35.55-.3h.29l277.4-2.34 6.79-.05h.68l5.18-.05 37.65-.31 2-.03 1.85-.02h.96l11.71-.09 2.32-.03 3.11-.02 9.75-.09 15.47-.13 2-.02 3.48-.02h.65l74.71-.64Z",opacity:.2}),r.createElement("path",{"data-name":"Path 303",d:"M296.1 483.66v24.49a6.13 6.13 0 0 1-3.5 5.54 6 6 0 0 1-2.5.6l-34.9.74a6 6 0 0 1-2.7-.57 6.12 6.12 0 0 1-3.57-5.57v-25.23Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 304",d:"M296.1 483.66v24.49a6.13 6.13 0 0 1-3.5 5.54 6 6 0 0 1-2.5.6l-34.9.74a6 6 0 0 1-2.7-.57 6.12 6.12 0 0 1-3.57-5.57v-25.23Z",opacity:.1}),r.createElement("path",{"data-name":"Path 305",d:"M298.1 483.66v24.49a6.13 6.13 0 0 1-3.5 5.54 6 6 0 0 1-2.5.6l-34.9.74a6 6 0 0 1-2.7-.57 6.12 6.12 0 0 1-3.57-5.57v-25.23Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Rectangle 137",fill:"#3f3d56",d:"M680.92 483.65h47.17v31.5h-47.17z"}),r.createElement("path",{"data-name":"Rectangle 138",opacity:.1,d:"M680.92 483.65h47.17v31.5h-47.17z"}),r.createElement("path",{"data-name":"Rectangle 139",fill:"#3f3d56",d:"M678.92 483.65h47.17v31.5h-47.17z"}),r.createElement("path",{"data-name":"Path 306",d:"M298.09 483.65v4.97l-47.17 1.26v-6.23Z",opacity:.1}),r.createElement("path",{"data-name":"Path 307",d:"M381.35 312.36v168.2a4 4 0 0 1-3.85 3.95l-191.65 5.1h-.05a4 4 0 0 1-3.95-3.95v-173.3a4 4 0 0 1 3.95-3.95h191.6a4 4 0 0 1 3.95 3.95Z",fill:"#65617d"}),r.createElement("path",{"data-name":"Path 308",d:"M185.85 308.41v181.2h-.05a4 4 0 0 1-3.95-3.95v-173.3a4 4 0 0 1 3.95-3.95Z",opacity:.1}),r.createElement("path",{"data-name":"Path 309",d:"M194.59 319.15h177.5V467.4l-177.5 4Z",fill:"#39374d"}),r.createElement("path",{"data-name":"Path 310",d:"M726.09 483.65v6.41l-47.17-1.26v-5.15Z",opacity:.1}),r.createElement("path",{"data-name":"Path 311",d:"M788.35 312.36v173.3a4 4 0 0 1-4 3.95l-191.69-5.1a4 4 0 0 1-3.85-3.95v-168.2a4 4 0 0 1 3.95-3.95h191.6a4 4 0 0 1 3.99 3.95Z",fill:"#65617d"}),r.createElement("path",{"data-name":"Path 312",d:"M788.35 312.36v173.3a4 4 0 0 1-4 3.95v-181.2a4 4 0 0 1 4 3.95Z",opacity:.1}),r.createElement("path",{"data-name":"Path 313",d:"M775.59 319.15h-177.5V467.4l177.5 4Z",fill:"#39374d"}),r.createElement("path",{"data-name":"Path 314",d:"M583.85 312.36v168.2a4 4 0 0 1-3.85 3.95l-191.65 5.1a4 4 0 0 1-4-3.95v-173.3a4 4 0 0 1 3.95-3.95h191.6a4 4 0 0 1 3.95 3.95Z",fill:"#65617d"}),r.createElement("path",{"data-name":"Path 315",d:"M397.09 319.15h177.5V467.4l-177.5 4Z",fill:"#4267b2"}),r.createElement("path",{"data-name":"Path 316",d:"M863.09 533.65v13l-151.92 1.4-1.62.03-57.74.53-1.38.02-17.55.15h-.52l-106.98.99-175.61 1.63h-.15l-44.65.42-.48.01-198.4 1.82v-15l202.51-1.33h.48l40.99-.28h.19l283.08-1.87h.29l.17-.01h.47l4.79-.03h1.46l74.49-.5 4.4-.02.98-.01Z",opacity:.1}),r.createElement("circle",{"data-name":"Ellipse 111",cx:51.33,cy:51.33,r:51.33,transform:"translate(435.93 246.82)",fill:"#fbbebe"}),r.createElement("path",{"data-name":"Path 317",d:"M538.6 377.16s-99.5 12-90 0c3.44-4.34 4.39-17.2 4.2-31.85-.06-4.45-.22-9.06-.45-13.65-1.1-22-3.75-43.5-3.75-43.5s87-41 77-8.5c-4 13.13-2.69 31.57.35 48.88.89 5.05 1.92 10 3 14.7a344.66 344.66 0 0 0 9.65 33.92Z",fill:"#fbbebe"}),r.createElement("path",{"data-name":"Path 318",d:"M506.13 373.09c11.51-2.13 23.7-6 34.53-1.54 2.85 1.17 5.47 2.88 8.39 3.86s6.12 1.22 9.16 1.91c10.68 2.42 19.34 10.55 24.9 20s8.44 20.14 11.26 30.72l6.9 25.83c6 22.45 12 45.09 13.39 68.3a2437.506 2437.506 0 0 1-250.84 1.43c5.44-10.34 11-21.31 10.54-33s-7.19-23.22-4.76-34.74c1.55-7.34 6.57-13.39 9.64-20.22 8.75-19.52 1.94-45.79 17.32-60.65 6.92-6.68 17-9.21 26.63-8.89 12.28.41 24.85 4.24 37 6.11 15.56 2.36 30.26 3.76 45.94.88Z",fill:"#ff6584"}),r.createElement("path",{"data-name":"Path 319",d:"m637.03 484.26-.1 1.43v.1l-.17 2.3-1.33 18.51-1.61 22.3-.46 6.28-1 13.44v.17l-107 1-175.59 1.9v.84h-.14v-1.12l.45-14.36.86-28.06.74-23.79.07-2.37a10.53 10.53 0 0 1 11.42-10.17c4.72.4 10.85.89 18.18 1.41l3 .22c42.33 2.94 120.56 6.74 199.5 2 1.66-.09 3.33-.19 5-.31 12.24-.77 24.47-1.76 36.58-3a10.53 10.53 0 0 1 11.6 11.23Z",opacity:.1}),r.createElement("path",{"data-name":"Path 320",d:"M349.74 552.53v-.84l175.62-1.91 107-1h.3v-.17l1-13.44.43-6 1.64-22.61 1.29-17.9v-.44a10.617 10.617 0 0 0-.11-2.47.3.3 0 0 0 0-.1 10.391 10.391 0 0 0-2-4.64 10.54 10.54 0 0 0-9.42-4 937.419 937.419 0 0 1-36.58 3c-1.67.12-3.34.22-5 .31-78.94 4.69-157.17.89-199.5-2l-3-.22c-7.33-.52-13.46-1-18.18-1.41a10.54 10.54 0 0 0-11.24 8.53 11 11 0 0 0-.18 1.64l-.68 22.16-.93 28.07-.44 14.36v1.12Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 321",d:"m637.33 491.27-1.23 15.33-1.83 22.85-.46 5.72-1 12.81-.06.64v.17l-.15 1.48.11-1.48h-.29l-107 1-175.65 1.9v-.28l.49-14.36 1-28.06.64-18.65a6.36 6.36 0 0 1 3.06-5.25 6.25 6.25 0 0 1 3.78-.9c2.1.17 4.68.37 7.69.59 4.89.36 10.92.78 17.94 1.22 13 .82 29.31 1.7 48 2.42 52 2 122.2 2.67 188.88-3.17 3-.26 6.1-.55 9.13-.84a6.26 6.26 0 0 1 3.48.66 5.159 5.159 0 0 1 .86.54 6.14 6.14 0 0 1 2 2.46 3.564 3.564 0 0 1 .25.61 6.279 6.279 0 0 1 .36 2.59Z",opacity:.1}),r.createElement("path",{"data-name":"Path 322",d:"M298.1 504.96v3.19a6.13 6.13 0 0 1-3.5 5.54l-40.1.77a6.12 6.12 0 0 1-3.57-5.57v-3Z",opacity:.1}),r.createElement("path",{"data-name":"Path 323",d:"m298.59 515.57-52.25 1v-8.67l52.25-1Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 324",d:"m298.59 515.57-52.25 1v-8.67l52.25-1Z",opacity:.1}),r.createElement("path",{"data-name":"Path 325",d:"m300.59 515.57-52.25 1v-8.67l52.25-1Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 326",d:"M679.22 506.96v3.19a6.13 6.13 0 0 0 3.5 5.54l40.1.77a6.12 6.12 0 0 0 3.57-5.57v-3Z",opacity:.1}),r.createElement("path",{"data-name":"Path 327",d:"m678.72 517.57 52.25 1v-8.67l-52.25-1Z",opacity:.1}),r.createElement("path",{"data-name":"Path 328",d:"m676.72 517.57 52.25 1v-8.67l-52.25-1Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 329",d:"M454.79 313.88c.08 7-3.16 13.6-5.91 20.07a163.491 163.491 0 0 0-12.66 74.71c.73 11 2.58 22 .73 32.9s-8.43 21.77-19 24.9c17.53 10.45 41.26 9.35 57.76-2.66 8.79-6.4 15.34-15.33 21.75-24.11a97.86 97.86 0 0 1-13.31 44.75 103.43 103.43 0 0 0 73.51-40.82c4.31-5.81 8.06-12.19 9.72-19.23 3.09-13-1.22-26.51-4.51-39.5a266.055 266.055 0 0 1-6.17-33c-.43-3.56-.78-7.22.1-10.7 1-4.07 3.67-7.51 5.64-11.22 5.6-10.54 5.73-23.3 2.86-34.88s-8.49-22.26-14.06-32.81c-4.46-8.46-9.3-17.31-17.46-22.28-5.1-3.1-11-4.39-16.88-5.64l-25.37-5.43c-5.55-1.19-11.26-2.38-16.87-1.51-9.47 1.48-16.14 8.32-22 15.34-4.59 5.46-15.81 15.71-16.6 22.86-.72 6.59 5.1 17.63 6.09 24.58 1.3 9 2.22 6 7.3 11.52 3.21 3.42 5.28 7.37 5.34 12.16Z",fill:"#3f3d56"})),r.createElement("path",{"data-name":"Path 40",d:"M280.139 370.832h43.635v17.662h-43.635Z",fill:"#fff",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 41",d:"M240.66 428.493a10.377 10.377 0 0 1-8.989-5.195 10.377 10.377 0 0 0 8.988 15.584h10.391v-10.389Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 42",d:"m287.402 373.625 36.373-2.273v-5.195a10.389 10.389 0 0 0-10.39-10.389h-46.75l-1.3-2.249a1.5 1.5 0 0 0-2.6 0l-1.3 2.249-1.3-2.249a1.5 1.5 0 0 0-2.6 0l-1.3 2.249-1.3-2.249a1.5 1.5 0 0 0-2.6 0l-1.3 2.249h-.034l-2.152-2.151a1.5 1.5 0 0 0-2.508.672l-.696 2.653-2.7-.723a1.5 1.5 0 0 0-1.836 1.837l.722 2.7-2.65.71a1.5 1.5 0 0 0-.673 2.509l2.152 2.152v.033l-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.25 1.282-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3a10.389 10.389 0 0 0 10.389 10.34h62.335a10.389 10.389 0 0 0 10.39-10.39v-41.557l-36.373-2.273a5.53 5.53 0 0 1 0-11.038",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 43",d:"M302.996 438.882h15.584v-20.779h-15.584Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 44",d:"M328.97 425.895a2.582 2.582 0 0 0-.332.033c-.02-.078-.038-.156-.06-.234a2.594 2.594 0 1 0-2.567-4.455q-.086-.088-.174-.175a2.593 2.593 0 1 0-4.461-2.569c-.077-.022-.154-.04-.231-.06a2.6 2.6 0 1 0-5.128 0c-.077.02-.154.038-.231.06a2.594 2.594 0 1 0-4.461 2.569 10.384 10.384 0 1 0 17.314 9.992 2.592 2.592 0 1 0 .332-5.161",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 45",d:"M308.191 407.713h15.584v-10.389h-15.584Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 46",d:"M328.969 403.818a1.3 1.3 0 1 0 0-2.6 1.336 1.336 0 0 0-.166.017l-.03-.117a1.3 1.3 0 0 0-.5-2.5 1.285 1.285 0 0 0-.783.269l-.087-.087a1.285 1.285 0 0 0 .263-.776 1.3 1.3 0 0 0-2.493-.509 5.195 5.195 0 1 0 0 10 1.3 1.3 0 0 0 2.493-.509 1.285 1.285 0 0 0-.263-.776l.087-.087a1.285 1.285 0 0 0 .783.269 1.3 1.3 0 0 0 .5-2.5c.011-.038.02-.078.03-.117a1.337 1.337 0 0 0 .166.017",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 47",d:"M261.439 372.65a1.3 1.3 0 0 1-1.3-1.3 3.9 3.9 0 0 0-7.792 0 1.3 1.3 0 1 1-2.6 0 6.494 6.494 0 0 1 12.987 0 1.3 1.3 0 0 1-1.3 1.3",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 48",d:"M282.217 438.882h31.168a10.389 10.389 0 0 0 10.389-10.389V392.13h-31.168a10.389 10.389 0 0 0-10.389 10.389Z",fill:"#ffff50",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 49",d:"M315.993 408.233h-25.994a.52.52 0 1 1 0-1.039h25.994a.52.52 0 0 1 0 1.039m0 10.389h-25.994a.52.52 0 1 1 0-1.039h25.994a.52.52 0 0 1 0 1.039m0 10.389h-25.994a.52.52 0 1 1 0-1.039h25.994a.52.52 0 0 1 0 1.039m0-25.877h-25.994a.52.52 0 1 1 0-1.039h25.994a.52.52 0 0 1 0 1.039m0 10.293h-25.994a.52.52 0 1 1 0-1.039h25.994a.52.52 0 0 1 0 1.039m0 10.389h-25.994a.52.52 0 1 1 0-1.039h25.994a.52.52 0 0 1 0 1.039m7.782-47.993h-.018c-1.605.055-2.365 1.66-3.035 3.077-.7 1.48-1.24 2.443-2.126 2.414-.981-.035-1.542-1.144-2.137-2.317-.683-1.347-1.462-2.876-3.1-2.819-1.582.054-2.344 1.451-3.017 2.684-.715 1.313-1.2 2.112-2.141 2.075-1-.036-1.533-.938-2.149-1.981-.686-1.162-1.479-2.467-3.084-2.423-1.555.053-2.319 1.239-2.994 2.286-.713 1.106-1.213 1.781-2.164 1.741-1.025-.036-1.554-.784-2.167-1.65-.688-.973-1.463-2.074-3.062-2.021a3.815 3.815 0 0 0-2.959 1.879c-.64.812-1.14 1.456-2.2 1.415a.52.52 0 0 0-.037 1.039 3.588 3.588 0 0 0 3.05-1.811c.611-.777 1.139-1.448 2.178-1.483 1-.043 1.47.579 2.179 1.582.674.953 1.438 2.033 2.977 2.089 1.612.054 2.387-1.151 3.074-2.217.614-.953 1.144-1.775 2.156-1.81.931-.035 1.438.7 2.153 1.912.674 1.141 1.437 2.434 3.006 2.491 1.623.056 2.407-1.361 3.09-2.616.592-1.085 1.15-2.109 2.14-2.143.931-.022 1.417.829 2.135 2.249.671 1.326 1.432 2.828 3.026 2.886h.088c1.592 0 2.347-1.6 3.015-3.01.592-1.252 1.152-2.431 2.113-2.479Z",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 50",d:"M271.828 438.882h20.779v-20.779h-20.779Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("g",{"data-name":"Group 8",transform:"rotate(-14.98 1643.944 -873.93)"},r.createElement("rect",{"data-name":"Rectangle 3",width:43.906,height:17.333,rx:2,fill:"#d8d8d8"}),r.createElement("g",{"data-name":"Group 2",transform:"translate(.728 10.948)",fill:"#4a4a4a"},r.createElement("rect",{"data-name":"Rectangle 4",width:2.537,height:2.537,rx:1,transform:"translate(7.985)"}),r.createElement("rect",{"data-name":"Rectangle 5",width:2.537,height:2.537,rx:1,transform:"translate(10.991)"}),r.createElement("rect",{"data-name":"Rectangle 6",width:2.537,height:2.537,rx:1,transform:"translate(13.997)"}),r.createElement("rect",{"data-name":"Rectangle 7",width:2.537,height:2.537,rx:1,transform:"translate(17.003)"}),r.createElement("rect",{"data-name":"Rectangle 8",width:2.537,height:2.537,rx:1,transform:"translate(20.009)"}),r.createElement("rect",{"data-name":"Rectangle 9",width:2.537,height:2.537,rx:1,transform:"translate(23.015)"}),r.createElement("rect",{"data-name":"Rectangle 10",width:2.537,height:2.537,rx:1,transform:"translate(26.021)"}),r.createElement("rect",{"data-name":"Rectangle 11",width:2.537,height:2.537,rx:1,transform:"translate(29.028)"}),r.createElement("rect",{"data-name":"Rectangle 12",width:2.537,height:2.537,rx:1,transform:"translate(32.034)"}),r.createElement("path",{"data-name":"Path 51",d:"M.519 0H6.9a.519.519 0 0 1 .521.52v1.5a.519.519 0 0 1-.519.519H.519A.519.519 0 0 1 0 2.017V.519A.519.519 0 0 1 .519 0Zm35.134 0h6.383a.519.519 0 0 1 .519.519v1.5a.519.519 0 0 1-.519.519h-6.384a.519.519 0 0 1-.519-.519v-1.5A.519.519 0 0 1 35.652 0Z",fillRule:"evenodd"})),r.createElement("g",{"data-name":"Group 3",transform:"translate(.728 4.878)",fill:"#4a4a4a"},r.createElement("path",{"data-name":"Path 52",d:"M.519 0h2.437a.519.519 0 0 1 .519.519v1.5a.519.519 0 0 1-.519.519H.519A.519.519 0 0 1 0 2.017V.519A.519.519 0 0 1 .519 0Z",fillRule:"evenodd"}),r.createElement("rect",{"data-name":"Rectangle 13",width:2.537,height:2.537,rx:1,transform:"translate(3.945)"}),r.createElement("rect",{"data-name":"Rectangle 14",width:2.537,height:2.537,rx:1,transform:"translate(6.951)"}),r.createElement("rect",{"data-name":"Rectangle 15",width:2.537,height:2.537,rx:1,transform:"translate(9.958)"}),r.createElement("rect",{"data-name":"Rectangle 16",width:2.537,height:2.537,rx:1,transform:"translate(12.964)"}),r.createElement("rect",{"data-name":"Rectangle 17",width:2.537,height:2.537,rx:1,transform:"translate(15.97)"}),r.createElement("rect",{"data-name":"Rectangle 18",width:2.537,height:2.537,rx:1,transform:"translate(18.976)"}),r.createElement("rect",{"data-name":"Rectangle 19",width:2.537,height:2.537,rx:1,transform:"translate(21.982)"}),r.createElement("rect",{"data-name":"Rectangle 20",width:2.537,height:2.537,rx:1,transform:"translate(24.988)"}),r.createElement("rect",{"data-name":"Rectangle 21",width:2.537,height:2.537,rx:1,transform:"translate(27.994)"}),r.createElement("rect",{"data-name":"Rectangle 22",width:2.537,height:2.537,rx:1,transform:"translate(31)"}),r.createElement("rect",{"data-name":"Rectangle 23",width:2.537,height:2.537,rx:1,transform:"translate(34.006)"}),r.createElement("rect",{"data-name":"Rectangle 24",width:2.537,height:2.537,rx:1,transform:"translate(37.012)"}),r.createElement("rect",{"data-name":"Rectangle 25",width:2.537,height:2.537,rx:1,transform:"translate(40.018)"})),r.createElement("g",{"data-name":"Group 4",transform:"rotate(180 21.642 2.269)",fill:"#4a4a4a"},r.createElement("path",{"data-name":"Path 53",d:"M.519 0h2.437a.519.519 0 0 1 .519.519v1.5a.519.519 0 0 1-.519.519H.519A.519.519 0 0 1 0 2.017V.519A.519.519 0 0 1 .519 0Z",fillRule:"evenodd"}),r.createElement("rect",{"data-name":"Rectangle 26",width:2.537,height:2.537,rx:1,transform:"translate(3.945)"}),r.createElement("rect",{"data-name":"Rectangle 27",width:2.537,height:2.537,rx:1,transform:"translate(6.951)"}),r.createElement("rect",{"data-name":"Rectangle 28",width:2.537,height:2.537,rx:1,transform:"translate(9.958)"}),r.createElement("rect",{"data-name":"Rectangle 29",width:2.537,height:2.537,rx:1,transform:"translate(12.964)"}),r.createElement("rect",{"data-name":"Rectangle 30",width:2.537,height:2.537,rx:1,transform:"translate(15.97)"}),r.createElement("rect",{"data-name":"Rectangle 31",width:2.537,height:2.537,rx:1,transform:"translate(18.976)"}),r.createElement("rect",{"data-name":"Rectangle 32",width:2.537,height:2.537,rx:1,transform:"translate(21.982)"}),r.createElement("rect",{"data-name":"Rectangle 33",width:2.537,height:2.537,rx:1,transform:"translate(24.988)"}),r.createElement("rect",{"data-name":"Rectangle 34",width:2.537,height:2.537,rx:1,transform:"translate(27.994)"}),r.createElement("rect",{"data-name":"Rectangle 35",width:2.537,height:2.537,rx:1,transform:"translate(31.001)"}),r.createElement("rect",{"data-name":"Rectangle 36",width:2.537,height:2.537,rx:1,transform:"translate(34.007)"}),r.createElement("rect",{"data-name":"Rectangle 37",width:2.537,height:2.537,rx:1,transform:"translate(37.013)"}),r.createElement("rect",{"data-name":"Rectangle 38",width:2.537,height:2.537,rx:1,transform:"translate(40.018)"}),r.createElement("rect",{"data-name":"Rectangle 39",width:2.537,height:2.537,rx:1,transform:"translate(3.945)"}),r.createElement("rect",{"data-name":"Rectangle 40",width:2.537,height:2.537,rx:1,transform:"translate(6.951)"}),r.createElement("rect",{"data-name":"Rectangle 41",width:2.537,height:2.537,rx:1,transform:"translate(9.958)"}),r.createElement("rect",{"data-name":"Rectangle 42",width:2.537,height:2.537,rx:1,transform:"translate(12.964)"}),r.createElement("rect",{"data-name":"Rectangle 43",width:2.537,height:2.537,rx:1,transform:"translate(15.97)"}),r.createElement("rect",{"data-name":"Rectangle 44",width:2.537,height:2.537,rx:1,transform:"translate(18.976)"}),r.createElement("rect",{"data-name":"Rectangle 45",width:2.537,height:2.537,rx:1,transform:"translate(21.982)"}),r.createElement("rect",{"data-name":"Rectangle 46",width:2.537,height:2.537,rx:1,transform:"translate(24.988)"}),r.createElement("rect",{"data-name":"Rectangle 47",width:2.537,height:2.537,rx:1,transform:"translate(27.994)"}),r.createElement("rect",{"data-name":"Rectangle 48",width:2.537,height:2.537,rx:1,transform:"translate(31.001)"}),r.createElement("rect",{"data-name":"Rectangle 49",width:2.537,height:2.537,rx:1,transform:"translate(34.007)"}),r.createElement("rect",{"data-name":"Rectangle 50",width:2.537,height:2.537,rx:1,transform:"translate(37.013)"}),r.createElement("rect",{"data-name":"Rectangle 51",width:2.537,height:2.537,rx:1,transform:"translate(40.018)"})),r.createElement("g",{"data-name":"Group 6",fill:"#4a4a4a"},r.createElement("path",{"data-name":"Path 54",d:"M1.247 7.883h3.47a.519.519 0 0 1 .519.519v1.5a.519.519 0 0 1-.519.519h-3.47A.519.519 0 0 1 .728 9.9V8.403a.519.519 0 0 1 .519-.52Z",fillRule:"evenodd"}),r.createElement("g",{"data-name":"Group 5",transform:"translate(5.801 7.883)"},r.createElement("rect",{"data-name":"Rectangle 52",width:2.537,height:2.537,rx:1}),r.createElement("rect",{"data-name":"Rectangle 53",width:2.537,height:2.537,rx:1,transform:"translate(3.006)"}),r.createElement("rect",{"data-name":"Rectangle 54",width:2.537,height:2.537,rx:1,transform:"translate(6.012)"}),r.createElement("rect",{"data-name":"Rectangle 55",width:2.537,height:2.537,rx:1,transform:"translate(9.018)"}),r.createElement("rect",{"data-name":"Rectangle 56",width:2.537,height:2.537,rx:1,transform:"translate(12.025)"}),r.createElement("rect",{"data-name":"Rectangle 57",width:2.537,height:2.537,rx:1,transform:"translate(15.031)"}),r.createElement("rect",{"data-name":"Rectangle 58",width:2.537,height:2.537,rx:1,transform:"translate(18.037)"}),r.createElement("rect",{"data-name":"Rectangle 59",width:2.537,height:2.537,rx:1,transform:"translate(21.042)"}),r.createElement("rect",{"data-name":"Rectangle 60",width:2.537,height:2.537,rx:1,transform:"translate(24.049)"}),r.createElement("rect",{"data-name":"Rectangle 61",width:2.537,height:2.537,rx:1,transform:"translate(27.055)"}),r.createElement("rect",{"data-name":"Rectangle 62",width:2.537,height:2.537,rx:1,transform:"translate(30.061)"})),r.createElement("path",{"data-name":"Path 55",d:"M39.482 7.883h3.28a.519.519 0 0 1 .519.519v1.5a.519.519 0 0 1-.519.519h-3.281a.519.519 0 0 1-.519-.521V8.403a.519.519 0 0 1 .519-.52Z",fillRule:"evenodd"})),r.createElement("g",{"data-name":"Group 7",transform:"translate(.728 14.084)",fill:"#4a4a4a"},r.createElement("rect",{"data-name":"Rectangle 63",width:2.537,height:2.537,rx:1}),r.createElement("rect",{"data-name":"Rectangle 64",width:2.537,height:2.537,rx:1,transform:"translate(3.006)"}),r.createElement("rect",{"data-name":"Rectangle 65",width:2.537,height:2.537,rx:1,transform:"translate(6.012)"}),r.createElement("rect",{"data-name":"Rectangle 66",width:2.537,height:2.537,rx:1,transform:"translate(9.018)"}),r.createElement("path",{"data-name":"Path 56",d:"M12.543 0h14.462a.519.519 0 0 1 .519.519v1.5a.519.519 0 0 1-.519.519H12.543a.519.519 0 0 1-.519-.52V.519A.519.519 0 0 1 12.543 0Zm15.97 0h1.874a.519.519 0 0 1 .519.519v1.5a.519.519 0 0 1-.519.519h-1.874a.519.519 0 0 1-.519-.519v-1.5A.519.519 0 0 1 28.513 0Z",fillRule:"evenodd"}),r.createElement("rect",{"data-name":"Rectangle 67",width:2.537,height:2.537,rx:1,transform:"translate(31.376)"}),r.createElement("rect",{"data-name":"Rectangle 68",width:2.537,height:2.537,rx:1,transform:"translate(34.382)"}),r.createElement("rect",{"data-name":"Rectangle 69",width:2.537,height:2.537,rx:1,transform:"translate(40.018)"}),r.createElement("path",{"data-name":"Path 57",d:"M37.199 1.08V.519A.519.519 0 0 1 37.718 0h1.499a.519.519 0 0 1 .519.519v.561Z"}),r.createElement("path",{"data-name":"Path 58",d:"M39.737 1.456v.561a.519.519 0 0 1-.519.519h-1.499a.519.519 0 0 1-.519-.519v-.561Z"})),r.createElement("rect",{"data-name":"Rectangle 70",width:42.273,height:1.127,rx:.564,transform:"translate(.915 .556)",fill:"#4a4a4a"}),r.createElement("rect",{"data-name":"Rectangle 71",width:2.37,height:.752,rx:.376,transform:"translate(1.949 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 72",width:2.37,height:.752,rx:.376,transform:"translate(5.193 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 73",width:2.37,height:.752,rx:.376,transform:"translate(7.688 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 74",width:2.37,height:.752,rx:.376,transform:"translate(10.183 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 75",width:2.37,height:.752,rx:.376,transform:"translate(12.679 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 76",width:2.37,height:.752,rx:.376,transform:"translate(15.797 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 77",width:2.37,height:.752,rx:.376,transform:"translate(18.292 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 78",width:2.37,height:.752,rx:.376,transform:"translate(20.788 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 79",width:2.37,height:.752,rx:.376,transform:"translate(23.283 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 80",width:2.37,height:.752,rx:.376,transform:"translate(26.402 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 81",width:2.37,height:.752,rx:.376,transform:"translate(28.897 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 82",width:2.37,height:.752,rx:.376,transform:"translate(31.393 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 83",width:2.37,height:.752,rx:.376,transform:"translate(34.512 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 84",width:2.37,height:.752,rx:.376,transform:"translate(37.007 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 85",width:2.37,height:.752,rx:.376,transform:"translate(39.502 .744)",fill:"#d8d8d8",opacity:.136})),r.createElement("path",{"data-name":"Path 59",d:"M302.996 425.895a2.583 2.583 0 0 0-.332.033c-.02-.078-.038-.156-.06-.234a2.594 2.594 0 1 0-2.567-4.455q-.086-.088-.174-.175a2.593 2.593 0 1 0-4.461-2.569c-.077-.022-.154-.04-.231-.06a2.6 2.6 0 1 0-5.128 0c-.077.02-.154.038-.231.06a2.594 2.594 0 1 0-4.461 2.569 10.384 10.384 0 1 0 17.314 9.992 2.592 2.592 0 1 0 .332-5.161",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 60",d:"M271.828 407.713h20.779v-10.389h-20.779Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 61",d:"M297.801 403.818a1.3 1.3 0 1 0 0-2.6 1.338 1.338 0 0 0-.166.017l-.03-.117a1.3 1.3 0 0 0-.5-2.5 1.285 1.285 0 0 0-.783.269l-.087-.087a1.285 1.285 0 0 0 .263-.776 1.3 1.3 0 0 0-2.493-.509 5.195 5.195 0 1 0 0 10 1.3 1.3 0 0 0 2.493-.509 1.285 1.285 0 0 0-.263-.776l.087-.087a1.285 1.285 0 0 0 .783.269 1.3 1.3 0 0 0 .5-2.5c.011-.038.02-.078.03-.117a1.335 1.335 0 0 0 .166.017",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 62",d:"M302.997 365.507a1.41 1.41 0 0 1-.255-.026 1.309 1.309 0 0 1-.244-.073 1.349 1.349 0 0 1-.224-.119 1.967 1.967 0 0 1-.2-.161 1.52 1.52 0 0 1-.161-.2 1.282 1.282 0 0 1-.218-.722 1.41 1.41 0 0 1 .026-.255 1.5 1.5 0 0 1 .072-.244 1.364 1.364 0 0 1 .12-.223 1.252 1.252 0 0 1 .358-.358 1.349 1.349 0 0 1 .224-.119 1.309 1.309 0 0 1 .244-.073 1.2 1.2 0 0 1 .509 0 1.262 1.262 0 0 1 .468.192 1.968 1.968 0 0 1 .2.161 1.908 1.908 0 0 1 .161.2 1.322 1.322 0 0 1 .12.223 1.361 1.361 0 0 1 .1.5 1.317 1.317 0 0 1-.379.919 1.968 1.968 0 0 1-.2.161 1.346 1.346 0 0 1-.223.119 1.332 1.332 0 0 1-.5.1m10.389-.649a1.326 1.326 0 0 1-.92-.379 1.979 1.979 0 0 1-.161-.2 1.282 1.282 0 0 1-.218-.722 1.326 1.326 0 0 1 .379-.919 1.967 1.967 0 0 1 .2-.161 1.351 1.351 0 0 1 .224-.119 1.308 1.308 0 0 1 .244-.073 1.2 1.2 0 0 1 .509 0 1.262 1.262 0 0 1 .468.192 1.967 1.967 0 0 1 .2.161 1.326 1.326 0 0 1 .379.919 1.461 1.461 0 0 1-.026.255 1.323 1.323 0 0 1-.073.244 1.847 1.847 0 0 1-.119.223 1.911 1.911 0 0 1-.161.2 1.967 1.967 0 0 1-.2.161 1.294 1.294 0 0 1-.722.218",fillRule:"evenodd"}),r.createElement("g",{transform:"translate(466.3 278.56)",fill:"#61dafb"},r.createElement("path",{"data-name":"Path 330",d:"M263.668 117.179c0-5.827-7.3-11.35-18.487-14.775 2.582-11.4 1.434-20.477-3.622-23.382a7.861 7.861 0 0 0-4.016-1v4a4.152 4.152 0 0 1 2.044.466c2.439 1.4 3.5 6.724 2.672 13.574-.2 1.685-.52 3.461-.914 5.272a86.9 86.9 0 0 0-11.386-1.954 87.469 87.469 0 0 0-7.459-8.965c5.845-5.433 11.332-8.41 15.062-8.41V78c-4.931 0-11.386 3.514-17.913 9.611-6.527-6.061-12.982-9.539-17.913-9.539v4c3.712 0 9.216 2.959 15.062 8.356a84.687 84.687 0 0 0-7.405 8.947 83.732 83.732 0 0 0-11.4 1.972 54.136 54.136 0 0 1-.932-5.2c-.843-6.85.2-12.175 2.618-13.592a3.991 3.991 0 0 1 2.062-.466v-4a8 8 0 0 0-4.052 1c-5.039 2.9-6.168 11.96-3.568 23.328-11.153 3.443-18.415 8.947-18.415 14.757 0 5.828 7.3 11.35 18.487 14.775-2.582 11.4-1.434 20.477 3.622 23.382a7.882 7.882 0 0 0 4.034 1c4.931 0 11.386-3.514 17.913-9.611 6.527 6.061 12.982 9.539 17.913 9.539a8 8 0 0 0 4.052-1c5.039-2.9 6.168-11.96 3.568-23.328 11.111-3.42 18.373-8.943 18.373-14.752Zm-23.346-11.96a80.235 80.235 0 0 1-2.421 7.083 83.185 83.185 0 0 0-2.349-4.3 96.877 96.877 0 0 0-2.582-4.2c2.547.377 5.004.843 7.353 1.417Zm-8.212 19.1c-1.4 2.421-2.833 4.716-4.321 6.85a93.313 93.313 0 0 1-8.1.359c-2.708 0-5.415-.126-8.069-.341q-2.232-3.2-4.339-6.814-2.044-3.523-3.73-7.136a94.058 94.058 0 0 1 3.712-7.154c1.4-2.421 2.833-4.716 4.321-6.85a93.313 93.313 0 0 1 8.1-.359c2.708 0 5.415.126 8.069.341q2.232 3.2 4.339 6.814 2.044 3.523 3.73 7.136a101.198 101.198 0 0 1-3.712 7.15Zm5.792-2.331a76.525 76.525 0 0 1 2.474 7.136 80.22 80.22 0 0 1-7.387 1.434c.879-1.381 1.757-2.8 2.582-4.25a96.22 96.22 0 0 0 2.329-4.324Zm-18.182 19.128a73.921 73.921 0 0 1-4.985-5.738c1.614.072 3.263.126 4.931.126 1.685 0 3.353-.036 4.985-.126a69.993 69.993 0 0 1-4.931 5.738Zm-13.34-10.561c-2.546-.377-5-.843-7.352-1.417a80.235 80.235 0 0 1 2.421-7.083c.735 1.434 1.506 2.869 2.349 4.3s1.702 2.837 2.582 4.2Zm13.25-37.314a73.924 73.924 0 0 1 4.985 5.738 110.567 110.567 0 0 0-4.931-.126c-1.686 0-3.353.036-4.985.126a69.993 69.993 0 0 1 4.931-5.738ZM206.362 103.8a100.567 100.567 0 0 0-4.913 8.55 76.525 76.525 0 0 1-2.474-7.136 90.158 90.158 0 0 1 7.387-1.414Zm-16.227 22.449c-6.348-2.708-10.454-6.258-10.454-9.073s4.106-6.383 10.454-9.073c1.542-.663 3.228-1.255 4.967-1.811a86.122 86.122 0 0 0 4.034 10.92 84.9 84.9 0 0 0-3.981 10.866 53.804 53.804 0 0 1-5.021-1.826Zm9.647 25.623c-2.439-1.4-3.5-6.724-2.672-13.574.2-1.686.52-3.461.914-5.272a86.9 86.9 0 0 0 11.386 1.954 87.465 87.465 0 0 0 7.459 8.965c-5.845 5.433-11.332 8.41-15.062 8.41a4.279 4.279 0 0 1-2.026-.48Zm42.532-13.663c.843 6.85-.2 12.175-2.618 13.592a3.99 3.99 0 0 1-2.062.466c-3.712 0-9.216-2.959-15.062-8.356a84.689 84.689 0 0 0 7.405-8.947 83.731 83.731 0 0 0 11.4-1.972 50.194 50.194 0 0 1 .936 5.22Zm6.9-11.96c-1.542.663-3.228 1.255-4.967 1.811a86.12 86.12 0 0 0-4.034-10.92 84.9 84.9 0 0 0 3.981-10.866 56.777 56.777 0 0 1 5.039 1.829c6.348 2.708 10.454 6.258 10.454 9.073-.017 2.818-4.123 6.386-10.471 9.076Z"}),r.createElement("path",{"data-name":"Path 331",d:"M201.718 78.072Z"}),r.createElement("circle",{"data-name":"Ellipse 112",cx:8.194,cy:8.194,r:8.194,transform:"translate(211.472 108.984)"}),r.createElement("path",{"data-name":"Path 332",d:"M237.525 78.018Z"})))))}},4002:(e,a,t)=>{t.d(a,{Z:()=>F});var l,r,n,c,h,d,m,i,s,f,o,g,E,p,v,x,R,w,u,Z,M,y,P,b,j,q,A,V,H,G,N,O,S,C,D,B,_=t(7294);function z(){return z=Object.assign?Object.assign.bind():function(e){for(var a=1;a{let{title:a,titleId:t,...F}=e;return _.createElement("svg",z({xmlns:"http://www.w3.org/2000/svg",width:1129,height:663,viewBox:"0 0 1129 663","aria-labelledby":t},F),void 0===a?_.createElement("title",{id:t},"Focus on What Matters"):a?_.createElement("title",{id:t},a):null,l||(l=_.createElement("circle",{cx:321,cy:321,r:321,fill:"#f2f2f2"})),r||(r=_.createElement("ellipse",{cx:559,cy:635.5,rx:514,ry:27.5,fill:"#3f3d56"})),n||(n=_.createElement("ellipse",{cx:558,cy:627,rx:460,ry:22,opacity:.2})),c||(c=_.createElement("path",{fill:"#3f3d56",d:"M131 152.5h840v50H131z"})),h||(h=_.createElement("path",{d:"M131 608.83a21.67 21.67 0 0 0 21.67 21.67h796.66A21.67 21.67 0 0 0 971 608.83V177.5H131ZM949.33 117.5H152.67A21.67 21.67 0 0 0 131 139.17v38.33h840v-38.33a21.67 21.67 0 0 0-21.67-21.67Z",fill:"#3f3d56"})),d||(d=_.createElement("path",{d:"M949.33 117.5H152.67A21.67 21.67 0 0 0 131 139.17v38.33h840v-38.33a21.67 21.67 0 0 0-21.67-21.67Z",opacity:.2})),m||(m=_.createElement("circle",{cx:181,cy:147.5,r:13,fill:"#3f3d56"})),i||(i=_.createElement("circle",{cx:217,cy:147.5,r:13,fill:"#3f3d56"})),s||(s=_.createElement("circle",{cx:253,cy:147.5,r:13,fill:"#3f3d56"})),f||(f=_.createElement("rect",{x:168,y:213.5,width:337,height:386,rx:5.335,fill:"#606060"})),o||(o=_.createElement("rect",{x:603,y:272.5,width:284,height:22,rx:5.476,fill:"#2e8555"})),g||(g=_.createElement("rect",{x:537,y:352.5,width:416,height:15,rx:5.476,fill:"#2e8555"})),E||(E=_.createElement("rect",{x:537,y:396.5,width:416,height:15,rx:5.476,fill:"#2e8555"})),p||(p=_.createElement("rect",{x:537,y:440.5,width:416,height:15,rx:5.476,fill:"#2e8555"})),v||(v=_.createElement("rect",{x:537,y:484.5,width:416,height:15,rx:5.476,fill:"#2e8555"})),x||(x=_.createElement("rect",{x:865,y:552.5,width:88,height:26,rx:7.028,fill:"#3ecc5f"})),R||(R=_.createElement("path",{d:"M1053.103 506.116a30.114 30.114 0 0 0 3.983-15.266c0-13.797-8.544-24.98-19.083-24.98s-19.082 11.183-19.082 24.98a30.114 30.114 0 0 0 3.983 15.266 31.248 31.248 0 0 0 0 30.532 31.248 31.248 0 0 0 0 30.532 31.248 31.248 0 0 0 0 30.532 30.114 30.114 0 0 0-3.983 15.266c0 13.797 8.543 24.981 19.082 24.981s19.083-11.184 19.083-24.98a30.114 30.114 0 0 0-3.983-15.267 31.248 31.248 0 0 0 0-30.532 31.248 31.248 0 0 0 0-30.532 31.248 31.248 0 0 0 0-30.532Z",fill:"#3f3d56"})),w||(w=_.createElement("ellipse",{cx:1038.003,cy:460.318,rx:19.083,ry:24.981,fill:"#3f3d56"})),u||(u=_.createElement("ellipse",{cx:1038.003,cy:429.786,rx:19.083,ry:24.981,fill:"#3f3d56"})),Z||(Z=_.createElement("path",{d:"M1109.439 220.845a91.61 91.61 0 0 0 7.106-10.461l-50.14-8.235 54.228.403a91.566 91.566 0 0 0 1.746-72.426l-72.755 37.742 67.097-49.321A91.413 91.413 0 1 0 965.75 220.845a91.458 91.458 0 0 0-10.425 16.67l65.087 33.814-69.4-23.292a91.46 91.46 0 0 0 14.738 85.837 91.406 91.406 0 1 0 143.689 0 91.418 91.418 0 0 0 0-113.03Z",fill:"#3ecc5f",fillRule:"evenodd"})),M||(M=_.createElement("path",{d:"M946.188 277.36a91.013 91.013 0 0 0 19.562 56.514 91.406 91.406 0 1 0 143.689 0c12.25-15.553-163.25-66.774-163.25-56.515Z",opacity:.1})),y||(y=_.createElement("path",{d:"M330.12 342.936h111.474v45.12H330.12Z",fill:"#fff",fillRule:"evenodd"})),P||(P=_.createElement("path",{d:"M229.263 490.241a26.51 26.51 0 0 1-22.963-13.27 26.51 26.51 0 0 0 22.963 39.812h26.541V490.24Z",fill:"#3ecc5f",fillRule:"evenodd"})),b||(b=_.createElement("path",{d:"m348.672 350.07 92.922-5.807v-13.27a26.54 26.54 0 0 0-26.541-26.542H295.616l-3.318-5.746a3.83 3.83 0 0 0-6.635 0l-3.318 5.746-3.317-5.746a3.83 3.83 0 0 0-6.636 0l-3.317 5.746-3.318-5.746a3.83 3.83 0 0 0-6.635 0l-3.318 5.746c-.03 0-.056.004-.086.004l-5.497-5.495a3.83 3.83 0 0 0-6.407 1.717l-1.817 6.773-6.89-1.847a3.83 3.83 0 0 0-4.691 4.693l1.844 6.891-6.77 1.814a3.832 3.832 0 0 0-1.72 6.41l5.497 5.497c0 .028-.004.055-.004.085l-5.747 3.317a3.83 3.83 0 0 0 0 6.636l5.747 3.317-5.747 3.318a3.83 3.83 0 0 0 0 6.635l5.747 3.318-5.747 3.318a3.83 3.83 0 0 0 0 6.635l5.747 3.318-5.747 3.317a3.83 3.83 0 0 0 0 6.636l5.747 3.317-5.747 3.318a3.83 3.83 0 0 0 0 6.636l5.747 3.317-5.747 3.318a3.83 3.83 0 0 0 0 6.635l5.747 3.318-5.747 3.318a3.83 3.83 0 0 0 0 6.635l5.747 3.318-5.747 3.317a3.83 3.83 0 0 0 0 6.636l5.747 3.317-5.747 3.318a3.83 3.83 0 0 0 0 6.635l5.747 3.318-5.747 3.318a3.83 3.83 0 0 0 0 6.635l5.747 3.318-5.747 3.317a3.83 3.83 0 0 0 0 6.636l5.747 3.317-5.747 3.318a3.83 3.83 0 0 0 0 6.635l5.747 3.318a26.54 26.54 0 0 0 26.541 26.542h159.249a26.54 26.54 0 0 0 26.541-26.542V384.075l-92.922-5.807a14.126 14.126 0 0 1 0-28.197",fill:"#3ecc5f",fillRule:"evenodd"})),j||(j=_.createElement("path",{d:"M388.511 516.783h39.812V463.7h-39.812Z",fill:"#3ecc5f",fillRule:"evenodd"})),q||(q=_.createElement("path",{d:"M454.865 483.606a6.602 6.602 0 0 0-.848.085c-.05-.2-.099-.4-.154-.599a6.627 6.627 0 1 0-6.557-11.382q-.22-.225-.445-.446a6.624 6.624 0 1 0-11.397-6.564c-.196-.055-.394-.102-.59-.152a6.64 6.64 0 1 0-13.101 0c-.197.05-.394.097-.59.152a6.628 6.628 0 1 0-11.398 6.564 26.528 26.528 0 1 0 44.232 25.528 6.621 6.621 0 1 0 .848-13.186",fill:"#44d860",fillRule:"evenodd"})),A||(A=_.createElement("path",{d:"M401.782 437.158h39.812v-26.541h-39.812Z",fill:"#3ecc5f",fillRule:"evenodd"})),V||(V=_.createElement("path",{d:"M454.865 427.205a3.318 3.318 0 0 0 0-6.635 3.411 3.411 0 0 0-.424.042c-.026-.1-.049-.199-.077-.298a3.319 3.319 0 0 0-1.278-6.38 3.282 3.282 0 0 0-2 .688q-.11-.113-.224-.223a3.282 3.282 0 0 0 .672-1.983 3.318 3.318 0 0 0-6.37-1.299 13.27 13.27 0 1 0 0 25.541 3.318 3.318 0 0 0 6.37-1.3 3.282 3.282 0 0 0-.672-1.982q.114-.11.223-.223a3.282 3.282 0 0 0 2.001.688 3.318 3.318 0 0 0 1.278-6.38c.028-.098.05-.199.077-.298a3.413 3.413 0 0 0 .424.042",fill:"#44d860",fillRule:"evenodd"})),H||(H=_.createElement("path",{d:"M282.345 347.581a3.318 3.318 0 0 1-3.317-3.318 9.953 9.953 0 1 0-19.906 0 3.318 3.318 0 1 1-6.636 0 16.588 16.588 0 1 1 33.177 0 3.318 3.318 0 0 1-3.318 3.318",fillRule:"evenodd"})),G||(G=_.createElement("path",{d:"M335.428 516.783h79.625a26.54 26.54 0 0 0 26.541-26.542v-92.895H361.97a26.54 26.54 0 0 0-26.542 26.542Z",fill:"#ffff50",fillRule:"evenodd"})),N||(N=_.createElement("path",{d:"M421.714 438.485h-66.406a1.327 1.327 0 0 1 0-2.654h66.406a1.327 1.327 0 0 1 0 2.654m0 26.542h-66.406a1.327 1.327 0 1 1 0-2.654h66.406a1.327 1.327 0 0 1 0 2.654m0 26.541h-66.406a1.327 1.327 0 1 1 0-2.654h66.406a1.327 1.327 0 0 1 0 2.654m0-66.106h-66.406a1.327 1.327 0 0 1 0-2.655h66.406a1.327 1.327 0 0 1 0 2.655m0 26.294h-66.406a1.327 1.327 0 0 1 0-2.654h66.406a1.327 1.327 0 0 1 0 2.654m0 26.542h-66.406a1.327 1.327 0 0 1 0-2.655h66.406a1.327 1.327 0 0 1 0 2.655m19.88-122.607c-.016 0-.03-.008-.045-.007-4.1.14-6.04 4.241-7.753 7.86-1.786 3.783-3.168 6.242-5.432 6.167-2.506-.09-3.94-2.922-5.458-5.918-1.744-3.443-3.734-7.347-7.913-7.201-4.042.138-5.99 3.708-7.706 6.857-1.828 3.355-3.071 5.394-5.47 5.3-2.557-.093-3.916-2.395-5.488-5.06-1.753-2.967-3.78-6.304-7.878-6.19-3.973.137-5.925 3.166-7.648 5.84-1.822 2.826-3.098 4.549-5.527 4.447-2.618-.093-3.97-2.004-5.535-4.216-1.757-2.486-3.737-5.3-7.823-5.163-3.886.133-5.838 2.615-7.56 4.802-1.634 2.075-2.91 3.718-5.611 3.615a1.328 1.328 0 1 0-.096 2.654c4.004.134 6.032-2.389 7.793-4.628 1.562-1.985 2.91-3.698 5.564-3.789 2.556-.108 3.754 1.48 5.567 4.041 1.721 2.434 3.675 5.195 7.606 5.337 4.118.138 6.099-2.94 7.853-5.663 1.569-2.434 2.923-4.535 5.508-4.624 2.38-.088 3.674 1.792 5.5 4.885 1.722 2.916 3.671 6.22 7.68 6.365 4.147.143 6.15-3.477 7.895-6.682 1.511-2.77 2.938-5.388 5.466-5.475 2.38-.056 3.62 2.116 5.456 5.746 1.714 3.388 3.658 7.226 7.73 7.373l.224.004c4.066 0 5.996-4.08 7.704-7.689 1.511-3.198 2.942-6.21 5.397-6.334Z",fillRule:"evenodd"})),O||(O=_.createElement("path",{d:"M308.887 516.783h53.083V463.7h-53.083Z",fill:"#3ecc5f",fillRule:"evenodd"})),S||(S=_.createElement("path",{d:"M388.511 483.606a6.602 6.602 0 0 0-.848.085c-.05-.2-.098-.4-.154-.599a6.627 6.627 0 1 0-6.557-11.382q-.22-.225-.444-.446a6.624 6.624 0 1 0-11.397-6.564c-.197-.055-.394-.102-.59-.152a6.64 6.64 0 1 0-13.102 0c-.196.05-.394.097-.59.152a6.628 6.628 0 1 0-11.397 6.564 26.528 26.528 0 1 0 44.231 25.528 6.621 6.621 0 1 0 .848-13.186",fill:"#44d860",fillRule:"evenodd"})),C||(C=_.createElement("path",{d:"M308.887 437.158h53.083v-26.541h-53.083Z",fill:"#3ecc5f",fillRule:"evenodd"})),D||(D=_.createElement("path",{d:"M375.24 427.205a3.318 3.318 0 1 0 0-6.635 3.411 3.411 0 0 0-.423.042c-.026-.1-.05-.199-.077-.298a3.319 3.319 0 0 0-1.278-6.38 3.282 3.282 0 0 0-2.001.688q-.11-.113-.223-.223a3.282 3.282 0 0 0 .671-1.983 3.318 3.318 0 0 0-6.37-1.299 13.27 13.27 0 1 0 0 25.541 3.318 3.318 0 0 0 6.37-1.3 3.282 3.282 0 0 0-.671-1.982q.113-.11.223-.223a3.282 3.282 0 0 0 2.001.688 3.318 3.318 0 0 0 1.278-6.38c.028-.098.05-.199.077-.298a3.413 3.413 0 0 0 .423.042",fill:"#44d860",fillRule:"evenodd"})),B||(B=_.createElement("path",{d:"M388.511 329.334a3.603 3.603 0 0 1-.65-.067 3.344 3.344 0 0 1-.624-.185 3.447 3.447 0 0 1-.572-.306 5.027 5.027 0 0 1-.504-.411 3.887 3.887 0 0 1-.41-.504 3.275 3.275 0 0 1-.558-1.845 3.602 3.602 0 0 1 .067-.65 3.826 3.826 0 0 1 .184-.624 3.489 3.489 0 0 1 .307-.57 3.197 3.197 0 0 1 .914-.916 3.447 3.447 0 0 1 .572-.305 3.344 3.344 0 0 1 .624-.186 3.07 3.07 0 0 1 1.3 0 3.223 3.223 0 0 1 1.195.49 5.028 5.028 0 0 1 .504.412 4.88 4.88 0 0 1 .411.504 3.382 3.382 0 0 1 .306.571 3.478 3.478 0 0 1 .252 1.274 3.364 3.364 0 0 1-.969 2.349 5.027 5.027 0 0 1-.504.411 3.306 3.306 0 0 1-1.845.558m26.542-1.66a3.388 3.388 0 0 1-2.35-.968 5.042 5.042 0 0 1-.41-.504 3.275 3.275 0 0 1-.558-1.845 3.387 3.387 0 0 1 .967-2.349 5.026 5.026 0 0 1 .505-.411 3.447 3.447 0 0 1 .572-.305 3.343 3.343 0 0 1 .623-.186 3.07 3.07 0 0 1 1.3 0 3.224 3.224 0 0 1 1.195.49 5.026 5.026 0 0 1 .504.412 3.388 3.388 0 0 1 .97 2.35 3.726 3.726 0 0 1-.067.65 3.374 3.374 0 0 1-.186.623 4.715 4.715 0 0 1-.305.57 4.88 4.88 0 0 1-.412.505 5.026 5.026 0 0 1-.504.412 3.305 3.305 0 0 1-1.844.557",fillRule:"evenodd"})))}},6358:(e,a,t)=>{t.r(a),t.d(a,{default:()=>p});var l=t(512),r=t(3692),n=t(2263),c=t(7372),h=t(2503);const d={features:"features_t9lD",featureSvg:"featureSvg_GfXr"};var m=t(5893);const i=[{title:"Easy to Use",Svg:t(9722).Z,description:(0,m.jsx)(m.Fragment,{children:"Docusaurus was designed from the ground up to be easily installed and used to get your website up and running quickly."})},{title:"Focus on What Matters",Svg:t(4002).Z,description:(0,m.jsxs)(m.Fragment,{children:["Docusaurus lets you focus on your docs, and we'll do the chores. Go ahead and move your docs into the ",(0,m.jsx)("code",{children:"docs"})," directory."]})},{title:"Powered by React",Svg:t(8066).Z,description:(0,m.jsx)(m.Fragment,{children:"Extend or customize your website layout by reusing React. Docusaurus can be extended while reusing the same header and footer."})}];function s(e){let{title:a,Svg:t,description:r}=e;return(0,m.jsxs)("div",{className:(0,l.Z)("col col--4"),children:[(0,m.jsx)("div",{className:"text--center",children:(0,m.jsx)(t,{className:d.featureSvg,role:"img"})}),(0,m.jsxs)("div",{className:"text--center padding-horiz--md",children:[(0,m.jsx)(h.Z,{as:"h3",children:a}),(0,m.jsx)("p",{children:r})]})]})}function f(){return(0,m.jsx)("section",{className:d.features,children:(0,m.jsx)("div",{className:"container",children:(0,m.jsx)("div",{className:"row",children:i.map(((e,a)=>(0,m.jsx)(s,{...e},a)))})})})}const o={heroBanner:"heroBanner_qdFl",buttons:"buttons_AeoN"},g={tutorialSidebar:["Overview","CHANGELOG","Start Developing","Contributor Guide","Technical Details","Detailed Implementation Steps",{type:"category",label:"Charting Concepts",items:[{type:"autogenerated",dirName:"Charting-Concepts"}]},"Debugging","Implementation Best Practices","Accessibility","colors","implementing-2-to-1-spacing","creating-date-objects-for-chart-data","Testing Strategy","TestCoverage",{type:"category",label:"Test Plans",items:[{type:"autogenerated",dirName:"Test Plans"}]},"Testing Unpublished Library Version","BundleSize"]};function E(){const{siteConfig:e}=(0,n.Z)();return(0,m.jsx)("header",{className:(0,l.Z)("hero hero--primary",o.heroBanner),children:(0,m.jsxs)("div",{className:"container",children:[(0,m.jsx)(h.Z,{as:"h1",className:"hero__title",children:e.title}),(0,m.jsx)("p",{className:"hero__subtitle",children:e.tagline}),(0,m.jsx)("div",{className:o.buttons,children:(0,m.jsx)(r.Z,{className:"button button--secondary button--lg",to:`/docs/${g.tutorialSidebar[0]}`,children:"Getting Started \ud83d\ude88"})})]})})}function p(){const{siteConfig:e}=(0,n.Z)();return(0,m.jsxs)(c.Z,{title:`${e.title}`,description:"Description will go into a meta tag in ",children:[(0,m.jsx)(E,{}),(0,m.jsx)("main",{children:(0,m.jsx)(f,{})})]})}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[3237],{9722:(e,a,t)=>{t.d(a,{Z:()=>c});var l,r=t(7294);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var a=1;a{let{title:a,titleId:t,...c}=e;return r.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",width:1088,height:687.962,viewBox:"0 0 1088 687.962","aria-labelledby":t},c),void 0===a?r.createElement("title",{id:t},"Easy to Use"):a?r.createElement("title",{id:t},a):null,l||(l=r.createElement("g",{"data-name":"Group 12"},r.createElement("g",{"data-name":"Group 11"},r.createElement("path",{"data-name":"Path 83",d:"M961.81 454.442c-5.27 45.15-16.22 81.4-31.25 110.31-20 38.52-54.21 54.04-84.77 70.28a193.275 193.275 0 0 1-27.46 11.94c-55.61 19.3-117.85 14.18-166.74 3.99a657.282 657.282 0 0 0-104.09-13.16q-14.97-.675-29.97-.67c-15.42.02-293.07 5.29-360.67-131.57-16.69-33.76-28.13-75-32.24-125.27-11.63-142.12 52.29-235.46 134.74-296.47 155.97-115.41 369.76-110.57 523.43 7.88 102.36 78.9 198.2 198.31 179.02 362.74Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 84",d:"M930.56 564.752c-20 38.52-47.21 64.04-77.77 80.28a193.272 193.272 0 0 1-27.46 11.94c-55.61 19.3-117.85 14.18-166.74 3.99a657.3 657.3 0 0 0-104.09-13.16q-14.97-.675-29.97-.67-23.13.03-46.25 1.72c-100.17 7.36-253.82-6.43-321.42-143.29L326 177.962l62.95 161.619 20.09 51.59 55.37-75.98L493 275.962l130.2 149.27 36.8-81.27 254.78 207.919 14.21 11.59Z",fill:"#f2f2f2"}),r.createElement("path",{"data-name":"Path 85",d:"m302 282.962 26-57 36 83-31-60Z",opacity:.1}),r.createElement("path",{"data-name":"Path 86",d:"M554.5 647.802q-14.97-.675-29.97-.67l-115.49-255.96Z",opacity:.1}),r.createElement("path",{"data-name":"Path 87",d:"M464.411 315.191 493 292.962l130 150-132-128Z",opacity:.1}),r.createElement("path",{"data-name":"Path 88",d:"M852.79 645.032a193.265 193.265 0 0 1-27.46 11.94L623.2 425.232Z",opacity:.1}),r.createElement("circle",{"data-name":"Ellipse 11",cx:3,cy:3,r:3,transform:"translate(479 98.962)",fill:"#f2f2f2"}),r.createElement("circle",{"data-name":"Ellipse 12",cx:3,cy:3,r:3,transform:"translate(396 201.962)",fill:"#f2f2f2"}),r.createElement("circle",{"data-name":"Ellipse 13",cx:2,cy:2,r:2,transform:"translate(600 220.962)",fill:"#f2f2f2"}),r.createElement("circle",{"data-name":"Ellipse 14",cx:2,cy:2,r:2,transform:"translate(180 265.962)",fill:"#f2f2f2"}),r.createElement("circle",{"data-name":"Ellipse 15",cx:2,cy:2,r:2,transform:"translate(612 96.962)",fill:"#f2f2f2"}),r.createElement("circle",{"data-name":"Ellipse 16",cx:2,cy:2,r:2,transform:"translate(736 192.962)",fill:"#f2f2f2"}),r.createElement("circle",{"data-name":"Ellipse 17",cx:2,cy:2,r:2,transform:"translate(858 344.962)",fill:"#f2f2f2"}),r.createElement("path",{"data-name":"Path 89",d:"M306 121.222h-2.76v-2.76h-1.48v2.76H299v1.478h2.76v2.759h1.48V122.7H306Z",fill:"#f2f2f2"}),r.createElement("path",{"data-name":"Path 90",d:"M848 424.222h-2.76v-2.76h-1.48v2.76H841v1.478h2.76v2.759h1.48V425.7H848Z",fill:"#f2f2f2"}),r.createElement("path",{"data-name":"Path 91",d:"M1088 613.962c0 16.569-243.557 74-544 74s-544-57.431-544-74 243.557 14 544 14 544-30.568 544-14Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 92",d:"M1088 613.962c0 16.569-243.557 74-544 74s-544-57.431-544-74 243.557 14 544 14 544-30.568 544-14Z",opacity:.1}),r.createElement("ellipse",{"data-name":"Ellipse 18",cx:544,cy:30,rx:544,ry:30,transform:"translate(0 583.962)",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 93",d:"M568 571.962c0 33.137-14.775 24-33 24s-33 9.137-33-24 33-96 33-96 33 62.863 33 96Z",fill:"#ff6584"}),r.createElement("path",{"data-name":"Path 94",d:"M550 584.641c0 15.062-6.716 10.909-15 10.909s-15 4.153-15-10.909 15-43.636 15-43.636 15 28.576 15 43.636Z",opacity:.1}),r.createElement("rect",{"data-name":"Rectangle 97",width:92,height:18,rx:9,transform:"translate(489 604.962)",fill:"#2f2e41"}),r.createElement("rect",{"data-name":"Rectangle 98",width:92,height:18,rx:9,transform:"translate(489 586.962)",fill:"#2f2e41"}),r.createElement("path",{"data-name":"Path 95",d:"M137 490.528c0 55.343 34.719 100.126 77.626 100.126",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 96",d:"M214.626 590.654c0-55.965 38.745-101.251 86.626-101.251",fill:"#6c63ff"}),r.createElement("path",{"data-name":"Path 97",d:"M165.125 495.545c0 52.57 22.14 95.109 49.5 95.109",fill:"#6c63ff"}),r.createElement("path",{"data-name":"Path 98",d:"M214.626 590.654c0-71.511 44.783-129.377 100.126-129.377",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 99",d:"M198.3 591.36s11.009-.339 14.326-2.7 16.934-5.183 17.757-1.395 16.544 18.844 4.115 18.945-28.879-1.936-32.19-3.953-4.008-10.897-4.008-10.897Z",fill:"#a8a8a8"}),r.createElement("path",{"data-name":"Path 100",d:"M234.716 604.89c-12.429.1-28.879-1.936-32.19-3.953-2.522-1.536-3.527-7.048-3.863-9.591l-.368.014s.7 8.879 4.009 10.9 19.761 4.053 32.19 3.953c3.588-.029 4.827-1.305 4.759-3.2-.498 1.142-1.867 1.855-4.537 1.877Z",opacity:.2}),r.createElement("path",{"data-name":"Path 101",d:"M721.429 527.062c0 38.029 23.857 68.8 53.341 68.8",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 102",d:"M774.769 595.863c0-38.456 26.623-69.575 59.525-69.575",fill:"#6c63ff"}),r.createElement("path",{"data-name":"Path 103",d:"M740.755 530.509c0 36.124 15.213 65.354 34.014 65.354",fill:"#6c63ff"}),r.createElement("path",{"data-name":"Path 104",d:"M774.769 595.863c0-49.139 30.773-88.9 68.8-88.9",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 105",d:"M763.548 596.348s7.565-.233 9.844-1.856 11.636-3.562 12.2-.958 11.368 12.949 2.828 13.018-19.844-1.33-22.119-2.716-2.753-7.488-2.753-7.488Z",fill:"#a8a8a8"}),r.createElement("path",{"data-name":"Path 106",d:"M788.574 605.645c-8.54.069-19.844-1.33-22.119-2.716-1.733-1.056-2.423-4.843-2.654-6.59l-.253.01s.479 6.1 2.755 7.487 13.579 2.785 22.119 2.716c2.465-.02 3.317-.9 3.27-2.2-.343.788-1.283 1.278-3.118 1.293Z",opacity:.2}),r.createElement("path",{"data-name":"Path 107",d:"M893.813 618.699s11.36-1.729 14.5-4.591 16.89-7.488 18.217-3.667 19.494 17.447 6.633 19.107-30.153 1.609-33.835-.065-5.515-10.784-5.515-10.784Z",fill:"#a8a8a8"}),r.createElement("path",{"data-name":"Path 108",d:"M933.228 628.154c-12.86 1.659-30.153 1.609-33.835-.065-2.8-1.275-4.535-6.858-5.2-9.45l-.379.061s1.833 9.109 5.516 10.783 20.975 1.725 33.835.065c3.712-.479 4.836-1.956 4.529-3.906-.375 1.246-1.703 2.156-4.466 2.512Z",opacity:.2}),r.createElement("path",{"data-name":"Path 109",d:"M614.26 617.881s9.587-1.459 12.237-3.875 14.255-6.32 15.374-3.095 16.452 14.725 5.6 16.125-25.448 1.358-28.555-.055-4.656-9.1-4.656-9.1Z",fill:"#a8a8a8"}),r.createElement("path",{"data-name":"Path 110",d:"M647.524 625.856c-10.853 1.4-25.448 1.358-28.555-.055-2.367-1.076-3.827-5.788-4.39-7.976l-.32.051s1.547 7.687 4.655 9.1 17.7 1.456 28.555.055c3.133-.4 4.081-1.651 3.822-3.3-.314 1.057-1.435 1.825-3.767 2.125Z",opacity:.2}),r.createElement("path",{"data-name":"Path 111",d:"M122.389 613.09s7.463-1.136 9.527-3.016 11.1-4.92 11.969-2.409 12.808 11.463 4.358 12.553-19.811 1.057-22.23-.043-3.624-7.085-3.624-7.085Z",fill:"#a8a8a8"}),r.createElement("path",{"data-name":"Path 112",d:"M148.285 619.302c-8.449 1.09-19.811 1.057-22.23-.043-1.842-.838-2.979-4.506-3.417-6.209l-.249.04s1.2 5.984 3.624 7.085 13.781 1.133 22.23.043c2.439-.315 3.177-1.285 2.976-2.566-.246.818-1.119 1.416-2.934 1.65Z",opacity:.2}),r.createElement("path",{"data-name":"Path 113",d:"M383.7 601.318c0 30.22-42.124 20.873-93.7 20.873s-93.074 9.347-93.074-20.873 42.118-36.793 93.694-36.793 93.08 6.573 93.08 36.793Z",opacity:.1}),r.createElement("path",{"data-name":"Path 114",d:"M383.7 593.881c0 30.22-42.124 20.873-93.7 20.873s-93.074 9.347-93.074-20.873 42.114-36.8 93.69-36.8 93.084 6.576 93.084 36.8Z",fill:"#3f3d56"})),r.createElement("path",{"data-name":"Path 40",d:"M360.175 475.732h91.791v37.153h-91.791Z",fill:"#fff",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 41",d:"M277.126 597.026a21.828 21.828 0 0 1-18.908-10.927 21.829 21.829 0 0 0 18.908 32.782h21.855v-21.855Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 42",d:"m375.451 481.607 76.514-4.782v-10.928a21.854 21.854 0 0 0-21.855-21.855h-98.347l-2.732-4.735a3.154 3.154 0 0 0-5.464 0l-2.732 4.732-2.732-4.732a3.154 3.154 0 0 0-5.464 0l-2.732 4.732-2.731-4.732a3.154 3.154 0 0 0-5.464 0l-2.732 4.735h-.071l-4.526-4.525a3.153 3.153 0 0 0-5.276 1.414l-1.5 5.577-5.674-1.521a3.154 3.154 0 0 0-3.863 3.864l1.52 5.679-5.575 1.494a3.155 3.155 0 0 0-1.416 5.278l4.526 4.526v.07l-4.735 2.731a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.732a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.731a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.727a3.154 3.154 0 0 0 0 5.464l4.735 2.736-4.735 2.732a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.732a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.731a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.732a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.731a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.731a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.735a3.154 3.154 0 0 0 0 5.464l4.732 2.732-4.732 2.728a3.154 3.154 0 0 0 0 5.464l4.732 2.732a21.854 21.854 0 0 0 21.858 21.855h131.13a21.854 21.854 0 0 0 21.855-21.855v-87.42l-76.514-4.782a11.632 11.632 0 0 1 0-23.219",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 43",d:"M408.255 618.882h32.782v-43.71h-32.782Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 44",d:"M462.893 591.563a5.438 5.438 0 0 0-.7.07c-.042-.164-.081-.329-.127-.493a5.457 5.457 0 1 0-5.4-9.372q-.181-.185-.366-.367a5.454 5.454 0 1 0-9.384-5.4c-.162-.046-.325-.084-.486-.126a5.467 5.467 0 1 0-10.788 0c-.162.042-.325.08-.486.126a5.457 5.457 0 1 0-9.384 5.4 21.843 21.843 0 1 0 36.421 21.02 5.452 5.452 0 1 0 .7-10.858",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 45",d:"M419.183 553.317h32.782v-21.855h-32.782Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 46",d:"M462.893 545.121a2.732 2.732 0 1 0 0-5.464 2.811 2.811 0 0 0-.349.035c-.022-.082-.04-.164-.063-.246a2.733 2.733 0 0 0-1.052-5.253 2.7 2.7 0 0 0-1.648.566q-.09-.093-.184-.184a2.7 2.7 0 0 0 .553-1.633 2.732 2.732 0 0 0-5.245-1.07 10.928 10.928 0 1 0 0 21.031 2.732 2.732 0 0 0 5.245-1.07 2.7 2.7 0 0 0-.553-1.633q.093-.09.184-.184a2.7 2.7 0 0 0 1.648.566 2.732 2.732 0 0 0 1.052-5.253c.023-.081.042-.164.063-.246a2.814 2.814 0 0 0 .349.035",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 47",d:"M320.836 479.556a2.732 2.732 0 0 1-2.732-2.732 8.2 8.2 0 0 0-16.391 0 2.732 2.732 0 0 1-5.464 0 13.66 13.66 0 0 1 27.319 0 2.732 2.732 0 0 1-2.732 2.732",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 48",d:"M364.546 618.881h65.565a21.854 21.854 0 0 0 21.855-21.855v-76.492h-65.565a21.854 21.854 0 0 0-21.855 21.855Z",fill:"#ffff50",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 49",d:"M435.596 554.41h-54.681a1.093 1.093 0 1 1 0-2.185h54.681a1.093 1.093 0 0 1 0 2.185m0 21.855h-54.681a1.093 1.093 0 1 1 0-2.186h54.681a1.093 1.093 0 0 1 0 2.186m0 21.855h-54.681a1.093 1.093 0 1 1 0-2.185h54.681a1.093 1.093 0 0 1 0 2.185m0-54.434h-54.681a1.093 1.093 0 1 1 0-2.185h54.681a1.093 1.093 0 0 1 0 2.185m0 21.652h-54.681a1.093 1.093 0 1 1 0-2.186h54.681a1.093 1.093 0 0 1 0 2.186m0 21.855h-54.681a1.093 1.093 0 1 1 0-2.186h54.681a1.093 1.093 0 0 1 0 2.186m16.369-100.959c-.013 0-.024-.007-.037-.005-3.377.115-4.974 3.492-6.384 6.472-1.471 3.114-2.608 5.139-4.473 5.078-2.064-.074-3.244-2.406-4.494-4.874-1.436-2.835-3.075-6.049-6.516-5.929-3.329.114-4.932 3.053-6.346 5.646-1.5 2.762-2.529 4.442-4.5 4.364-2.106-.076-3.225-1.972-4.52-4.167-1.444-2.443-3.112-5.191-6.487-5.1-3.272.113-4.879 2.606-6.3 4.808-1.5 2.328-2.552 3.746-4.551 3.662-2.156-.076-3.27-1.65-4.558-3.472-1.447-2.047-3.077-4.363-6.442-4.251-3.2.109-4.807 2.153-6.224 3.954-1.346 1.709-2.4 3.062-4.621 2.977a1.094 1.094 0 0 0-.079 2.186c3.3.11 4.967-1.967 6.417-3.81 1.286-1.635 2.4-3.045 4.582-3.12 2.1-.09 3.091 1.218 4.584 3.327 1.417 2 3.026 4.277 6.263 4.394 3.391.114 5.022-2.42 6.467-4.663 1.292-2 2.406-3.734 4.535-3.807 1.959-.073 3.026 1.475 4.529 4.022 1.417 2.4 3.023 5.121 6.324 5.241 3.415.118 5.064-2.863 6.5-5.5 1.245-2.282 2.419-4.437 4.5-4.509 1.959-.046 2.981 1.743 4.492 4.732 1.412 2.79 3.013 5.95 6.365 6.071h.185c3.348 0 4.937-3.36 6.343-6.331 1.245-2.634 2.423-5.114 4.444-5.216Z",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 50",d:"M342.691 618.882h43.71v-43.71h-43.71Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("g",{"data-name":"Group 8",transform:"rotate(-14.98 2188.845 -1120.376)"},r.createElement("rect",{"data-name":"Rectangle 3",width:92.361,height:36.462,rx:2,fill:"#d8d8d8"}),r.createElement("g",{"data-name":"Group 2",transform:"translate(1.531 23.03)",fill:"#4a4a4a"},r.createElement("rect",{"data-name":"Rectangle 4",width:5.336,height:5.336,rx:1,transform:"translate(16.797)"}),r.createElement("rect",{"data-name":"Rectangle 5",width:5.336,height:5.336,rx:1,transform:"translate(23.12)"}),r.createElement("rect",{"data-name":"Rectangle 6",width:5.336,height:5.336,rx:1,transform:"translate(29.444)"}),r.createElement("rect",{"data-name":"Rectangle 7",width:5.336,height:5.336,rx:1,transform:"translate(35.768)"}),r.createElement("rect",{"data-name":"Rectangle 8",width:5.336,height:5.336,rx:1,transform:"translate(42.091)"}),r.createElement("rect",{"data-name":"Rectangle 9",width:5.336,height:5.336,rx:1,transform:"translate(48.415)"}),r.createElement("rect",{"data-name":"Rectangle 10",width:5.336,height:5.336,rx:1,transform:"translate(54.739)"}),r.createElement("rect",{"data-name":"Rectangle 11",width:5.336,height:5.336,rx:1,transform:"translate(61.063)"}),r.createElement("rect",{"data-name":"Rectangle 12",width:5.336,height:5.336,rx:1,transform:"translate(67.386)"}),r.createElement("path",{"data-name":"Path 51",d:"M1.093 0h13.425a1.093 1.093 0 0 1 1.093 1.093v3.15a1.093 1.093 0 0 1-1.093 1.093H1.093A1.093 1.093 0 0 1 0 4.243v-3.15A1.093 1.093 0 0 1 1.093 0ZM75 0h13.426a1.093 1.093 0 0 1 1.093 1.093v3.15a1.093 1.093 0 0 1-1.093 1.093H75a1.093 1.093 0 0 1-1.093-1.093v-3.15A1.093 1.093 0 0 1 75 0Z",fillRule:"evenodd"})),r.createElement("g",{"data-name":"Group 3",transform:"translate(1.531 10.261)",fill:"#4a4a4a"},r.createElement("path",{"data-name":"Path 52",d:"M1.093 0h5.125A1.093 1.093 0 0 1 7.31 1.093v3.149a1.093 1.093 0 0 1-1.092 1.093H1.093A1.093 1.093 0 0 1 0 4.242V1.093A1.093 1.093 0 0 1 1.093 0Z",fillRule:"evenodd"}),r.createElement("rect",{"data-name":"Rectangle 13",width:5.336,height:5.336,rx:1,transform:"translate(8.299)"}),r.createElement("rect",{"data-name":"Rectangle 14",width:5.336,height:5.336,rx:1,transform:"translate(14.623)"}),r.createElement("rect",{"data-name":"Rectangle 15",width:5.336,height:5.336,rx:1,transform:"translate(20.947)"}),r.createElement("rect",{"data-name":"Rectangle 16",width:5.336,height:5.336,rx:1,transform:"translate(27.271)"}),r.createElement("rect",{"data-name":"Rectangle 17",width:5.336,height:5.336,rx:1,transform:"translate(33.594)"}),r.createElement("rect",{"data-name":"Rectangle 18",width:5.336,height:5.336,rx:1,transform:"translate(39.918)"}),r.createElement("rect",{"data-name":"Rectangle 19",width:5.336,height:5.336,rx:1,transform:"translate(46.242)"}),r.createElement("rect",{"data-name":"Rectangle 20",width:5.336,height:5.336,rx:1,transform:"translate(52.565)"}),r.createElement("rect",{"data-name":"Rectangle 21",width:5.336,height:5.336,rx:1,transform:"translate(58.888)"}),r.createElement("rect",{"data-name":"Rectangle 22",width:5.336,height:5.336,rx:1,transform:"translate(65.212)"}),r.createElement("rect",{"data-name":"Rectangle 23",width:5.336,height:5.336,rx:1,transform:"translate(71.536)"}),r.createElement("rect",{"data-name":"Rectangle 24",width:5.336,height:5.336,rx:1,transform:"translate(77.859)"}),r.createElement("rect",{"data-name":"Rectangle 25",width:5.336,height:5.336,rx:1,transform:"translate(84.183)"})),r.createElement("g",{"data-name":"Group 4",transform:"rotate(180 45.525 4.773)",fill:"#4a4a4a"},r.createElement("path",{"data-name":"Path 53",d:"M1.093 0h5.126a1.093 1.093 0 0 1 1.093 1.093v3.15a1.093 1.093 0 0 1-1.093 1.093H1.093A1.093 1.093 0 0 1 0 4.243v-3.15A1.093 1.093 0 0 1 1.093 0Z",fillRule:"evenodd"}),r.createElement("rect",{"data-name":"Rectangle 26",width:5.336,height:5.336,rx:1,transform:"translate(8.299)"}),r.createElement("rect",{"data-name":"Rectangle 27",width:5.336,height:5.336,rx:1,transform:"translate(14.623)"}),r.createElement("rect",{"data-name":"Rectangle 28",width:5.336,height:5.336,rx:1,transform:"translate(20.947)"}),r.createElement("rect",{"data-name":"Rectangle 29",width:5.336,height:5.336,rx:1,transform:"translate(27.271)"}),r.createElement("rect",{"data-name":"Rectangle 30",width:5.336,height:5.336,rx:1,transform:"translate(33.594)"}),r.createElement("rect",{"data-name":"Rectangle 31",width:5.336,height:5.336,rx:1,transform:"translate(39.918)"}),r.createElement("rect",{"data-name":"Rectangle 32",width:5.336,height:5.336,rx:1,transform:"translate(46.242)"}),r.createElement("rect",{"data-name":"Rectangle 33",width:5.336,height:5.336,rx:1,transform:"translate(52.565)"}),r.createElement("rect",{"data-name":"Rectangle 34",width:5.336,height:5.336,rx:1,transform:"translate(58.889)"}),r.createElement("rect",{"data-name":"Rectangle 35",width:5.336,height:5.336,rx:1,transform:"translate(65.213)"}),r.createElement("rect",{"data-name":"Rectangle 36",width:5.336,height:5.336,rx:1,transform:"translate(71.537)"}),r.createElement("rect",{"data-name":"Rectangle 37",width:5.336,height:5.336,rx:1,transform:"translate(77.86)"}),r.createElement("rect",{"data-name":"Rectangle 38",width:5.336,height:5.336,rx:1,transform:"translate(84.183)"}),r.createElement("rect",{"data-name":"Rectangle 39",width:5.336,height:5.336,rx:1,transform:"translate(8.299)"}),r.createElement("rect",{"data-name":"Rectangle 40",width:5.336,height:5.336,rx:1,transform:"translate(14.623)"}),r.createElement("rect",{"data-name":"Rectangle 41",width:5.336,height:5.336,rx:1,transform:"translate(20.947)"}),r.createElement("rect",{"data-name":"Rectangle 42",width:5.336,height:5.336,rx:1,transform:"translate(27.271)"}),r.createElement("rect",{"data-name":"Rectangle 43",width:5.336,height:5.336,rx:1,transform:"translate(33.594)"}),r.createElement("rect",{"data-name":"Rectangle 44",width:5.336,height:5.336,rx:1,transform:"translate(39.918)"}),r.createElement("rect",{"data-name":"Rectangle 45",width:5.336,height:5.336,rx:1,transform:"translate(46.242)"}),r.createElement("rect",{"data-name":"Rectangle 46",width:5.336,height:5.336,rx:1,transform:"translate(52.565)"}),r.createElement("rect",{"data-name":"Rectangle 47",width:5.336,height:5.336,rx:1,transform:"translate(58.889)"}),r.createElement("rect",{"data-name":"Rectangle 48",width:5.336,height:5.336,rx:1,transform:"translate(65.213)"}),r.createElement("rect",{"data-name":"Rectangle 49",width:5.336,height:5.336,rx:1,transform:"translate(71.537)"}),r.createElement("rect",{"data-name":"Rectangle 50",width:5.336,height:5.336,rx:1,transform:"translate(77.86)"}),r.createElement("rect",{"data-name":"Rectangle 51",width:5.336,height:5.336,rx:1,transform:"translate(84.183)"})),r.createElement("g",{"data-name":"Group 6",fill:"#4a4a4a"},r.createElement("path",{"data-name":"Path 54",d:"M2.624 16.584h7.3a1.093 1.093 0 0 1 1.092 1.093v3.15a1.093 1.093 0 0 1-1.093 1.093h-7.3a1.093 1.093 0 0 1-1.092-1.093v-3.149a1.093 1.093 0 0 1 1.093-1.094Z",fillRule:"evenodd"}),r.createElement("g",{"data-name":"Group 5",transform:"translate(12.202 16.584)"},r.createElement("rect",{"data-name":"Rectangle 52",width:5.336,height:5.336,rx:1}),r.createElement("rect",{"data-name":"Rectangle 53",width:5.336,height:5.336,rx:1,transform:"translate(6.324)"}),r.createElement("rect",{"data-name":"Rectangle 54",width:5.336,height:5.336,rx:1,transform:"translate(12.647)"}),r.createElement("rect",{"data-name":"Rectangle 55",width:5.336,height:5.336,rx:1,transform:"translate(18.971)"}),r.createElement("rect",{"data-name":"Rectangle 56",width:5.336,height:5.336,rx:1,transform:"translate(25.295)"}),r.createElement("rect",{"data-name":"Rectangle 57",width:5.336,height:5.336,rx:1,transform:"translate(31.619)"}),r.createElement("rect",{"data-name":"Rectangle 58",width:5.336,height:5.336,rx:1,transform:"translate(37.942)"}),r.createElement("rect",{"data-name":"Rectangle 59",width:5.336,height:5.336,rx:1,transform:"translate(44.265)"}),r.createElement("rect",{"data-name":"Rectangle 60",width:5.336,height:5.336,rx:1,transform:"translate(50.589)"}),r.createElement("rect",{"data-name":"Rectangle 61",width:5.336,height:5.336,rx:1,transform:"translate(56.912)"}),r.createElement("rect",{"data-name":"Rectangle 62",width:5.336,height:5.336,rx:1,transform:"translate(63.236)"})),r.createElement("path",{"data-name":"Path 55",d:"M83.053 16.584h6.906a1.093 1.093 0 0 1 1.091 1.093v3.15a1.093 1.093 0 0 1-1.091 1.093h-6.907a1.093 1.093 0 0 1-1.093-1.093v-3.149a1.093 1.093 0 0 1 1.093-1.094Z",fillRule:"evenodd"})),r.createElement("g",{"data-name":"Group 7",transform:"translate(1.531 29.627)",fill:"#4a4a4a"},r.createElement("rect",{"data-name":"Rectangle 63",width:5.336,height:5.336,rx:1}),r.createElement("rect",{"data-name":"Rectangle 64",width:5.336,height:5.336,rx:1,transform:"translate(6.324)"}),r.createElement("rect",{"data-name":"Rectangle 65",width:5.336,height:5.336,rx:1,transform:"translate(12.647)"}),r.createElement("rect",{"data-name":"Rectangle 66",width:5.336,height:5.336,rx:1,transform:"translate(18.971)"}),r.createElement("path",{"data-name":"Path 56",d:"M26.387 0h30.422a1.093 1.093 0 0 1 1.093 1.093v3.151a1.093 1.093 0 0 1-1.093 1.093H26.387a1.093 1.093 0 0 1-1.093-1.093V1.093A1.093 1.093 0 0 1 26.387 0Zm33.594 0h3.942a1.093 1.093 0 0 1 1.093 1.093v3.151a1.093 1.093 0 0 1-1.093 1.093h-3.942a1.093 1.093 0 0 1-1.093-1.093V1.093A1.093 1.093 0 0 1 59.981 0Z",fillRule:"evenodd"}),r.createElement("rect",{"data-name":"Rectangle 67",width:5.336,height:5.336,rx:1,transform:"translate(66.003)"}),r.createElement("rect",{"data-name":"Rectangle 68",width:5.336,height:5.336,rx:1,transform:"translate(72.327)"}),r.createElement("rect",{"data-name":"Rectangle 69",width:5.336,height:5.336,rx:1,transform:"translate(84.183)"}),r.createElement("path",{"data-name":"Path 57",d:"M78.254 2.273v-1.18A1.093 1.093 0 0 1 79.347 0h3.15a1.093 1.093 0 0 1 1.093 1.093v1.18Z"}),r.createElement("path",{"data-name":"Path 58",d:"M83.591 3.063v1.18a1.093 1.093 0 0 1-1.093 1.093h-3.15a1.093 1.093 0 0 1-1.093-1.093v-1.18Z"})),r.createElement("rect",{"data-name":"Rectangle 70",width:88.927,height:2.371,rx:1.085,transform:"translate(1.925 1.17)",fill:"#4a4a4a"}),r.createElement("rect",{"data-name":"Rectangle 71",width:4.986,height:1.581,rx:.723,transform:"translate(4.1 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 72",width:4.986,height:1.581,rx:.723,transform:"translate(10.923 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 73",width:4.986,height:1.581,rx:.723,transform:"translate(16.173 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 74",width:4.986,height:1.581,rx:.723,transform:"translate(21.421 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 75",width:4.986,height:1.581,rx:.723,transform:"translate(26.671 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 76",width:4.986,height:1.581,rx:.723,transform:"translate(33.232 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 77",width:4.986,height:1.581,rx:.723,transform:"translate(38.48 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 78",width:4.986,height:1.581,rx:.723,transform:"translate(43.73 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 79",width:4.986,height:1.581,rx:.723,transform:"translate(48.978 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 80",width:4.986,height:1.581,rx:.723,transform:"translate(55.54 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 81",width:4.986,height:1.581,rx:.723,transform:"translate(60.788 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 82",width:4.986,height:1.581,rx:.723,transform:"translate(66.038 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 83",width:4.986,height:1.581,rx:.723,transform:"translate(72.599 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 84",width:4.986,height:1.581,rx:.723,transform:"translate(77.847 1.566)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 85",width:4.986,height:1.581,rx:.723,transform:"translate(83.097 1.566)",fill:"#d8d8d8",opacity:.136})),r.createElement("path",{"data-name":"Path 59",d:"M408.256 591.563a5.439 5.439 0 0 0-.7.07c-.042-.164-.081-.329-.127-.493a5.457 5.457 0 1 0-5.4-9.372q-.181-.185-.366-.367a5.454 5.454 0 1 0-9.384-5.4c-.162-.046-.325-.084-.486-.126a5.467 5.467 0 1 0-10.788 0c-.162.042-.325.08-.486.126a5.457 5.457 0 1 0-9.384 5.4 21.843 21.843 0 1 0 36.421 21.02 5.452 5.452 0 1 0 .7-10.858",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 60",d:"M342.691 553.317h43.71v-21.855h-43.71Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 61",d:"M397.328 545.121a2.732 2.732 0 1 0 0-5.464 2.811 2.811 0 0 0-.349.035c-.022-.082-.04-.164-.063-.246a2.733 2.733 0 0 0-1.052-5.253 2.7 2.7 0 0 0-1.648.566q-.09-.093-.184-.184a2.7 2.7 0 0 0 .553-1.633 2.732 2.732 0 0 0-5.245-1.07 10.928 10.928 0 1 0 0 21.031 2.732 2.732 0 0 0 5.245-1.07 2.7 2.7 0 0 0-.553-1.633q.093-.09.184-.184a2.7 2.7 0 0 0 1.648.566 2.732 2.732 0 0 0 1.052-5.253c.023-.081.042-.164.063-.246a2.811 2.811 0 0 0 .349.035",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 62",d:"M408.256 464.531a2.967 2.967 0 0 1-.535-.055 2.754 2.754 0 0 1-.514-.153 2.838 2.838 0 0 1-.471-.251 4.139 4.139 0 0 1-.415-.339 3.2 3.2 0 0 1-.338-.415 2.7 2.7 0 0 1-.459-1.517 2.968 2.968 0 0 1 .055-.535 3.152 3.152 0 0 1 .152-.514 2.874 2.874 0 0 1 .252-.47 2.633 2.633 0 0 1 .753-.754 2.837 2.837 0 0 1 .471-.251 2.753 2.753 0 0 1 .514-.153 2.527 2.527 0 0 1 1.071 0 2.654 2.654 0 0 1 .983.4 4.139 4.139 0 0 1 .415.339 4.019 4.019 0 0 1 .339.415 2.786 2.786 0 0 1 .251.47 2.864 2.864 0 0 1 .208 1.049 2.77 2.77 0 0 1-.8 1.934 4.139 4.139 0 0 1-.415.339 2.722 2.722 0 0 1-1.519.459m21.855-1.366a2.789 2.789 0 0 1-1.935-.8 4.162 4.162 0 0 1-.338-.415 2.7 2.7 0 0 1-.459-1.519 2.789 2.789 0 0 1 .8-1.934 4.139 4.139 0 0 1 .415-.339 2.838 2.838 0 0 1 .471-.251 2.752 2.752 0 0 1 .514-.153 2.527 2.527 0 0 1 1.071 0 2.654 2.654 0 0 1 .983.4 4.139 4.139 0 0 1 .415.339 2.79 2.79 0 0 1 .8 1.934 3.069 3.069 0 0 1-.055.535 2.779 2.779 0 0 1-.153.514 3.885 3.885 0 0 1-.251.47 4.02 4.02 0 0 1-.339.415 4.138 4.138 0 0 1-.415.339 2.722 2.722 0 0 1-1.519.459",fillRule:"evenodd"}))))}},8066:(e,a,t)=>{t.d(a,{Z:()=>c});var l,r=t(7294);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var a=1;a{let{title:a,titleId:t,...c}=e;return r.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",width:1041.277,height:554.141,viewBox:"0 0 1041.277 554.141","aria-labelledby":t},c),void 0===a?r.createElement("title",{id:t},"Powered by React"):a?r.createElement("title",{id:t},a):null,l||(l=r.createElement("g",{"data-name":"Group 24"},r.createElement("g",{"data-name":"Group 23",transform:"translate(-.011 -.035)"},r.createElement("path",{"data-name":"Path 299",d:"M961.48 438.21q-1.74 3.75-3.47 7.4-2.7 5.67-5.33 11.12c-.78 1.61-1.56 3.19-2.32 4.77-8.6 17.57-16.63 33.11-23.45 45.89a73.21 73.21 0 0 1-63.81 38.7l-151.65 1.65h-1.6l-13 .14-11.12.12-34.1.37h-1.38l-17.36.19h-.53l-107 1.16-95.51 1-11.11.12-69 .75h-.08l-44.75.48h-.48l-141.5 1.53-42.33.46a87.991 87.991 0 0 1-10.79-.54c-1.22-.14-2.44-.3-3.65-.49a87.38 87.38 0 0 1-51.29-27.54c-18.21-20.03-31.46-43.4-40.36-68.76q-1.93-5.49-3.6-11.12c-30.81-104.15 6.75-238.52 74.35-328.44q4.25-5.64 8.64-11l.07-.08c20.79-25.52 44.1-46.84 68.93-62 44-26.91 92.75-34.49 140.7-11.9 40.57 19.12 78.45 28.11 115.17 30.55 3.71.24 7.42.42 11.11.53 84.23 2.65 163.17-27.7 255.87-47.29 3.69-.78 7.39-1.55 11.12-2.28C763 .54 836.36-6.4 923.6 8.19a189.089 189.089 0 0 1 26.76 6.4q5.77 1.86 11.12 4c41.64 16.94 64.35 48.24 74 87.46q1.37 5.46 2.37 11.11c17.11 94.34-33 228.16-76.37 321.05Z",fill:"#f2f2f2"}),r.createElement("path",{"data-name":"Path 300",d:"M497.02 445.61a95.21 95.21 0 0 1-1.87 11.12h93.7v-11.12Zm-78.25 62.81 11.11-.09v-27.47c-3.81-.17-7.52-.34-11.11-.52Zm-232.92-62.81v11.12h198.5v-11.12Zm849.68-339.52h-74V18.6q-5.35-2.17-11.12-4v91.49H696.87V13.67c-3.73.73-7.43 1.5-11.12 2.28v90.14H429.88V63.24c-3.69-.11-7.4-.29-11.11-.53v43.38H162.9v-62c-24.83 15.16-48.14 36.48-68.93 62h-.07v.08q-4.4 5.4-8.64 11h8.64v328.44h-83q1.66 5.63 3.6 11.12h79.39v93.62a87 87 0 0 0 12.2 2.79c1.21.19 2.43.35 3.65.49a87.991 87.991 0 0 0 10.79.54l42.33-.46v-97h255.91v94.21l11.11-.12v-94.07h255.87v91.36l11.12-.12v-91.24h253.49v4.77c.76-1.58 1.54-3.16 2.32-4.77q2.63-5.45 5.33-11.12 1.73-3.64 3.47-7.4v-321h76.42q-1.01-5.69-2.37-11.12ZM162.9 445.61V117.17h255.87v328.44Zm267 0V117.17h255.85v328.44Zm520.48 0H696.87V117.17h253.49Z",opacity:.1}),r.createElement("path",{"data-name":"Path 301",d:"M863.09 533.65v13l-151.92 1.4-1.62.03-57.74.53-1.38.02-17.55.15h-.52l-106.98.99-175.61 1.63h-.15l-44.65.42-.48.01-198.4 1.82v-15l46.65-28 93.6-.78 2-.01.66-.01 2-.03 44.94-.37 2.01-.01.64-.01 2-.01 14.41-.12.38-.01 35.55-.3h.29l277.4-2.34 6.79-.05h.68l5.18-.05 37.65-.31 2-.03 1.85-.02h.96l11.71-.09 2.32-.03 3.11-.02 9.75-.09 15.47-.13 2-.02 3.48-.02h.65l74.71-.64Z",fill:"#65617d"}),r.createElement("path",{"data-name":"Path 302",d:"M863.09 533.65v13l-151.92 1.4-1.62.03-57.74.53-1.38.02-17.55.15h-.52l-106.98.99-175.61 1.63h-.15l-44.65.42-.48.01-198.4 1.82v-15l46.65-28 93.6-.78 2-.01.66-.01 2-.03 44.94-.37 2.01-.01.64-.01 2-.01 14.41-.12.38-.01 35.55-.3h.29l277.4-2.34 6.79-.05h.68l5.18-.05 37.65-.31 2-.03 1.85-.02h.96l11.71-.09 2.32-.03 3.11-.02 9.75-.09 15.47-.13 2-.02 3.48-.02h.65l74.71-.64Z",opacity:.2}),r.createElement("path",{"data-name":"Path 303",d:"M296.1 483.66v24.49a6.13 6.13 0 0 1-3.5 5.54 6 6 0 0 1-2.5.6l-34.9.74a6 6 0 0 1-2.7-.57 6.12 6.12 0 0 1-3.57-5.57v-25.23Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 304",d:"M296.1 483.66v24.49a6.13 6.13 0 0 1-3.5 5.54 6 6 0 0 1-2.5.6l-34.9.74a6 6 0 0 1-2.7-.57 6.12 6.12 0 0 1-3.57-5.57v-25.23Z",opacity:.1}),r.createElement("path",{"data-name":"Path 305",d:"M298.1 483.66v24.49a6.13 6.13 0 0 1-3.5 5.54 6 6 0 0 1-2.5.6l-34.9.74a6 6 0 0 1-2.7-.57 6.12 6.12 0 0 1-3.57-5.57v-25.23Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Rectangle 137",fill:"#3f3d56",d:"M680.92 483.65h47.17v31.5h-47.17z"}),r.createElement("path",{"data-name":"Rectangle 138",opacity:.1,d:"M680.92 483.65h47.17v31.5h-47.17z"}),r.createElement("path",{"data-name":"Rectangle 139",fill:"#3f3d56",d:"M678.92 483.65h47.17v31.5h-47.17z"}),r.createElement("path",{"data-name":"Path 306",d:"M298.09 483.65v4.97l-47.17 1.26v-6.23Z",opacity:.1}),r.createElement("path",{"data-name":"Path 307",d:"M381.35 312.36v168.2a4 4 0 0 1-3.85 3.95l-191.65 5.1h-.05a4 4 0 0 1-3.95-3.95v-173.3a4 4 0 0 1 3.95-3.95h191.6a4 4 0 0 1 3.95 3.95Z",fill:"#65617d"}),r.createElement("path",{"data-name":"Path 308",d:"M185.85 308.41v181.2h-.05a4 4 0 0 1-3.95-3.95v-173.3a4 4 0 0 1 3.95-3.95Z",opacity:.1}),r.createElement("path",{"data-name":"Path 309",d:"M194.59 319.15h177.5V467.4l-177.5 4Z",fill:"#39374d"}),r.createElement("path",{"data-name":"Path 310",d:"M726.09 483.65v6.41l-47.17-1.26v-5.15Z",opacity:.1}),r.createElement("path",{"data-name":"Path 311",d:"M788.35 312.36v173.3a4 4 0 0 1-4 3.95l-191.69-5.1a4 4 0 0 1-3.85-3.95v-168.2a4 4 0 0 1 3.95-3.95h191.6a4 4 0 0 1 3.99 3.95Z",fill:"#65617d"}),r.createElement("path",{"data-name":"Path 312",d:"M788.35 312.36v173.3a4 4 0 0 1-4 3.95v-181.2a4 4 0 0 1 4 3.95Z",opacity:.1}),r.createElement("path",{"data-name":"Path 313",d:"M775.59 319.15h-177.5V467.4l177.5 4Z",fill:"#39374d"}),r.createElement("path",{"data-name":"Path 314",d:"M583.85 312.36v168.2a4 4 0 0 1-3.85 3.95l-191.65 5.1a4 4 0 0 1-4-3.95v-173.3a4 4 0 0 1 3.95-3.95h191.6a4 4 0 0 1 3.95 3.95Z",fill:"#65617d"}),r.createElement("path",{"data-name":"Path 315",d:"M397.09 319.15h177.5V467.4l-177.5 4Z",fill:"#4267b2"}),r.createElement("path",{"data-name":"Path 316",d:"M863.09 533.65v13l-151.92 1.4-1.62.03-57.74.53-1.38.02-17.55.15h-.52l-106.98.99-175.61 1.63h-.15l-44.65.42-.48.01-198.4 1.82v-15l202.51-1.33h.48l40.99-.28h.19l283.08-1.87h.29l.17-.01h.47l4.79-.03h1.46l74.49-.5 4.4-.02.98-.01Z",opacity:.1}),r.createElement("circle",{"data-name":"Ellipse 111",cx:51.33,cy:51.33,r:51.33,transform:"translate(435.93 246.82)",fill:"#fbbebe"}),r.createElement("path",{"data-name":"Path 317",d:"M538.6 377.16s-99.5 12-90 0c3.44-4.34 4.39-17.2 4.2-31.85-.06-4.45-.22-9.06-.45-13.65-1.1-22-3.75-43.5-3.75-43.5s87-41 77-8.5c-4 13.13-2.69 31.57.35 48.88.89 5.05 1.92 10 3 14.7a344.66 344.66 0 0 0 9.65 33.92Z",fill:"#fbbebe"}),r.createElement("path",{"data-name":"Path 318",d:"M506.13 373.09c11.51-2.13 23.7-6 34.53-1.54 2.85 1.17 5.47 2.88 8.39 3.86s6.12 1.22 9.16 1.91c10.68 2.42 19.34 10.55 24.9 20s8.44 20.14 11.26 30.72l6.9 25.83c6 22.45 12 45.09 13.39 68.3a2437.506 2437.506 0 0 1-250.84 1.43c5.44-10.34 11-21.31 10.54-33s-7.19-23.22-4.76-34.74c1.55-7.34 6.57-13.39 9.64-20.22 8.75-19.52 1.94-45.79 17.32-60.65 6.92-6.68 17-9.21 26.63-8.89 12.28.41 24.85 4.24 37 6.11 15.56 2.36 30.26 3.76 45.94.88Z",fill:"#ff6584"}),r.createElement("path",{"data-name":"Path 319",d:"m637.03 484.26-.1 1.43v.1l-.17 2.3-1.33 18.51-1.61 22.3-.46 6.28-1 13.44v.17l-107 1-175.59 1.9v.84h-.14v-1.12l.45-14.36.86-28.06.74-23.79.07-2.37a10.53 10.53 0 0 1 11.42-10.17c4.72.4 10.85.89 18.18 1.41l3 .22c42.33 2.94 120.56 6.74 199.5 2 1.66-.09 3.33-.19 5-.31 12.24-.77 24.47-1.76 36.58-3a10.53 10.53 0 0 1 11.6 11.23Z",opacity:.1}),r.createElement("path",{"data-name":"Path 320",d:"M349.74 552.53v-.84l175.62-1.91 107-1h.3v-.17l1-13.44.43-6 1.64-22.61 1.29-17.9v-.44a10.617 10.617 0 0 0-.11-2.47.3.3 0 0 0 0-.1 10.391 10.391 0 0 0-2-4.64 10.54 10.54 0 0 0-9.42-4 937.419 937.419 0 0 1-36.58 3c-1.67.12-3.34.22-5 .31-78.94 4.69-157.17.89-199.5-2l-3-.22c-7.33-.52-13.46-1-18.18-1.41a10.54 10.54 0 0 0-11.24 8.53 11 11 0 0 0-.18 1.64l-.68 22.16-.93 28.07-.44 14.36v1.12Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 321",d:"m637.33 491.27-1.23 15.33-1.83 22.85-.46 5.72-1 12.81-.06.64v.17l-.15 1.48.11-1.48h-.29l-107 1-175.65 1.9v-.28l.49-14.36 1-28.06.64-18.65a6.36 6.36 0 0 1 3.06-5.25 6.25 6.25 0 0 1 3.78-.9c2.1.17 4.68.37 7.69.59 4.89.36 10.92.78 17.94 1.22 13 .82 29.31 1.7 48 2.42 52 2 122.2 2.67 188.88-3.17 3-.26 6.1-.55 9.13-.84a6.26 6.26 0 0 1 3.48.66 5.159 5.159 0 0 1 .86.54 6.14 6.14 0 0 1 2 2.46 3.564 3.564 0 0 1 .25.61 6.279 6.279 0 0 1 .36 2.59Z",opacity:.1}),r.createElement("path",{"data-name":"Path 322",d:"M298.1 504.96v3.19a6.13 6.13 0 0 1-3.5 5.54l-40.1.77a6.12 6.12 0 0 1-3.57-5.57v-3Z",opacity:.1}),r.createElement("path",{"data-name":"Path 323",d:"m298.59 515.57-52.25 1v-8.67l52.25-1Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 324",d:"m298.59 515.57-52.25 1v-8.67l52.25-1Z",opacity:.1}),r.createElement("path",{"data-name":"Path 325",d:"m300.59 515.57-52.25 1v-8.67l52.25-1Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 326",d:"M679.22 506.96v3.19a6.13 6.13 0 0 0 3.5 5.54l40.1.77a6.12 6.12 0 0 0 3.57-5.57v-3Z",opacity:.1}),r.createElement("path",{"data-name":"Path 327",d:"m678.72 517.57 52.25 1v-8.67l-52.25-1Z",opacity:.1}),r.createElement("path",{"data-name":"Path 328",d:"m676.72 517.57 52.25 1v-8.67l-52.25-1Z",fill:"#3f3d56"}),r.createElement("path",{"data-name":"Path 329",d:"M454.79 313.88c.08 7-3.16 13.6-5.91 20.07a163.491 163.491 0 0 0-12.66 74.71c.73 11 2.58 22 .73 32.9s-8.43 21.77-19 24.9c17.53 10.45 41.26 9.35 57.76-2.66 8.79-6.4 15.34-15.33 21.75-24.11a97.86 97.86 0 0 1-13.31 44.75 103.43 103.43 0 0 0 73.51-40.82c4.31-5.81 8.06-12.19 9.72-19.23 3.09-13-1.22-26.51-4.51-39.5a266.055 266.055 0 0 1-6.17-33c-.43-3.56-.78-7.22.1-10.7 1-4.07 3.67-7.51 5.64-11.22 5.6-10.54 5.73-23.3 2.86-34.88s-8.49-22.26-14.06-32.81c-4.46-8.46-9.3-17.31-17.46-22.28-5.1-3.1-11-4.39-16.88-5.64l-25.37-5.43c-5.55-1.19-11.26-2.38-16.87-1.51-9.47 1.48-16.14 8.32-22 15.34-4.59 5.46-15.81 15.71-16.6 22.86-.72 6.59 5.1 17.63 6.09 24.58 1.3 9 2.22 6 7.3 11.52 3.21 3.42 5.28 7.37 5.34 12.16Z",fill:"#3f3d56"})),r.createElement("path",{"data-name":"Path 40",d:"M280.139 370.832h43.635v17.662h-43.635Z",fill:"#fff",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 41",d:"M240.66 428.493a10.377 10.377 0 0 1-8.989-5.195 10.377 10.377 0 0 0 8.988 15.584h10.391v-10.389Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 42",d:"m287.402 373.625 36.373-2.273v-5.195a10.389 10.389 0 0 0-10.39-10.389h-46.75l-1.3-2.249a1.5 1.5 0 0 0-2.6 0l-1.3 2.249-1.3-2.249a1.5 1.5 0 0 0-2.6 0l-1.3 2.249-1.3-2.249a1.5 1.5 0 0 0-2.6 0l-1.3 2.249h-.034l-2.152-2.151a1.5 1.5 0 0 0-2.508.672l-.696 2.653-2.7-.723a1.5 1.5 0 0 0-1.836 1.837l.722 2.7-2.65.71a1.5 1.5 0 0 0-.673 2.509l2.152 2.152v.033l-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.25 1.282-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3-2.249 1.3a1.5 1.5 0 0 0 0 2.6l2.249 1.3a10.389 10.389 0 0 0 10.389 10.34h62.335a10.389 10.389 0 0 0 10.39-10.39v-41.557l-36.373-2.273a5.53 5.53 0 0 1 0-11.038",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 43",d:"M302.996 438.882h15.584v-20.779h-15.584Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 44",d:"M328.97 425.895a2.582 2.582 0 0 0-.332.033c-.02-.078-.038-.156-.06-.234a2.594 2.594 0 1 0-2.567-4.455q-.086-.088-.174-.175a2.593 2.593 0 1 0-4.461-2.569c-.077-.022-.154-.04-.231-.06a2.6 2.6 0 1 0-5.128 0c-.077.02-.154.038-.231.06a2.594 2.594 0 1 0-4.461 2.569 10.384 10.384 0 1 0 17.314 9.992 2.592 2.592 0 1 0 .332-5.161",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 45",d:"M308.191 407.713h15.584v-10.389h-15.584Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 46",d:"M328.969 403.818a1.3 1.3 0 1 0 0-2.6 1.336 1.336 0 0 0-.166.017l-.03-.117a1.3 1.3 0 0 0-.5-2.5 1.285 1.285 0 0 0-.783.269l-.087-.087a1.285 1.285 0 0 0 .263-.776 1.3 1.3 0 0 0-2.493-.509 5.195 5.195 0 1 0 0 10 1.3 1.3 0 0 0 2.493-.509 1.285 1.285 0 0 0-.263-.776l.087-.087a1.285 1.285 0 0 0 .783.269 1.3 1.3 0 0 0 .5-2.5c.011-.038.02-.078.03-.117a1.337 1.337 0 0 0 .166.017",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 47",d:"M261.439 372.65a1.3 1.3 0 0 1-1.3-1.3 3.9 3.9 0 0 0-7.792 0 1.3 1.3 0 1 1-2.6 0 6.494 6.494 0 0 1 12.987 0 1.3 1.3 0 0 1-1.3 1.3",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 48",d:"M282.217 438.882h31.168a10.389 10.389 0 0 0 10.389-10.389V392.13h-31.168a10.389 10.389 0 0 0-10.389 10.389Z",fill:"#ffff50",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 49",d:"M315.993 408.233h-25.994a.52.52 0 1 1 0-1.039h25.994a.52.52 0 0 1 0 1.039m0 10.389h-25.994a.52.52 0 1 1 0-1.039h25.994a.52.52 0 0 1 0 1.039m0 10.389h-25.994a.52.52 0 1 1 0-1.039h25.994a.52.52 0 0 1 0 1.039m0-25.877h-25.994a.52.52 0 1 1 0-1.039h25.994a.52.52 0 0 1 0 1.039m0 10.293h-25.994a.52.52 0 1 1 0-1.039h25.994a.52.52 0 0 1 0 1.039m0 10.389h-25.994a.52.52 0 1 1 0-1.039h25.994a.52.52 0 0 1 0 1.039m7.782-47.993h-.018c-1.605.055-2.365 1.66-3.035 3.077-.7 1.48-1.24 2.443-2.126 2.414-.981-.035-1.542-1.144-2.137-2.317-.683-1.347-1.462-2.876-3.1-2.819-1.582.054-2.344 1.451-3.017 2.684-.715 1.313-1.2 2.112-2.141 2.075-1-.036-1.533-.938-2.149-1.981-.686-1.162-1.479-2.467-3.084-2.423-1.555.053-2.319 1.239-2.994 2.286-.713 1.106-1.213 1.781-2.164 1.741-1.025-.036-1.554-.784-2.167-1.65-.688-.973-1.463-2.074-3.062-2.021a3.815 3.815 0 0 0-2.959 1.879c-.64.812-1.14 1.456-2.2 1.415a.52.52 0 0 0-.037 1.039 3.588 3.588 0 0 0 3.05-1.811c.611-.777 1.139-1.448 2.178-1.483 1-.043 1.47.579 2.179 1.582.674.953 1.438 2.033 2.977 2.089 1.612.054 2.387-1.151 3.074-2.217.614-.953 1.144-1.775 2.156-1.81.931-.035 1.438.7 2.153 1.912.674 1.141 1.437 2.434 3.006 2.491 1.623.056 2.407-1.361 3.09-2.616.592-1.085 1.15-2.109 2.14-2.143.931-.022 1.417.829 2.135 2.249.671 1.326 1.432 2.828 3.026 2.886h.088c1.592 0 2.347-1.6 3.015-3.01.592-1.252 1.152-2.431 2.113-2.479Z",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 50",d:"M271.828 438.882h20.779v-20.779h-20.779Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("g",{"data-name":"Group 8",transform:"rotate(-14.98 1643.944 -873.93)"},r.createElement("rect",{"data-name":"Rectangle 3",width:43.906,height:17.333,rx:2,fill:"#d8d8d8"}),r.createElement("g",{"data-name":"Group 2",transform:"translate(.728 10.948)",fill:"#4a4a4a"},r.createElement("rect",{"data-name":"Rectangle 4",width:2.537,height:2.537,rx:1,transform:"translate(7.985)"}),r.createElement("rect",{"data-name":"Rectangle 5",width:2.537,height:2.537,rx:1,transform:"translate(10.991)"}),r.createElement("rect",{"data-name":"Rectangle 6",width:2.537,height:2.537,rx:1,transform:"translate(13.997)"}),r.createElement("rect",{"data-name":"Rectangle 7",width:2.537,height:2.537,rx:1,transform:"translate(17.003)"}),r.createElement("rect",{"data-name":"Rectangle 8",width:2.537,height:2.537,rx:1,transform:"translate(20.009)"}),r.createElement("rect",{"data-name":"Rectangle 9",width:2.537,height:2.537,rx:1,transform:"translate(23.015)"}),r.createElement("rect",{"data-name":"Rectangle 10",width:2.537,height:2.537,rx:1,transform:"translate(26.021)"}),r.createElement("rect",{"data-name":"Rectangle 11",width:2.537,height:2.537,rx:1,transform:"translate(29.028)"}),r.createElement("rect",{"data-name":"Rectangle 12",width:2.537,height:2.537,rx:1,transform:"translate(32.034)"}),r.createElement("path",{"data-name":"Path 51",d:"M.519 0H6.9a.519.519 0 0 1 .521.52v1.5a.519.519 0 0 1-.519.519H.519A.519.519 0 0 1 0 2.017V.519A.519.519 0 0 1 .519 0Zm35.134 0h6.383a.519.519 0 0 1 .519.519v1.5a.519.519 0 0 1-.519.519h-6.384a.519.519 0 0 1-.519-.519v-1.5A.519.519 0 0 1 35.652 0Z",fillRule:"evenodd"})),r.createElement("g",{"data-name":"Group 3",transform:"translate(.728 4.878)",fill:"#4a4a4a"},r.createElement("path",{"data-name":"Path 52",d:"M.519 0h2.437a.519.519 0 0 1 .519.519v1.5a.519.519 0 0 1-.519.519H.519A.519.519 0 0 1 0 2.017V.519A.519.519 0 0 1 .519 0Z",fillRule:"evenodd"}),r.createElement("rect",{"data-name":"Rectangle 13",width:2.537,height:2.537,rx:1,transform:"translate(3.945)"}),r.createElement("rect",{"data-name":"Rectangle 14",width:2.537,height:2.537,rx:1,transform:"translate(6.951)"}),r.createElement("rect",{"data-name":"Rectangle 15",width:2.537,height:2.537,rx:1,transform:"translate(9.958)"}),r.createElement("rect",{"data-name":"Rectangle 16",width:2.537,height:2.537,rx:1,transform:"translate(12.964)"}),r.createElement("rect",{"data-name":"Rectangle 17",width:2.537,height:2.537,rx:1,transform:"translate(15.97)"}),r.createElement("rect",{"data-name":"Rectangle 18",width:2.537,height:2.537,rx:1,transform:"translate(18.976)"}),r.createElement("rect",{"data-name":"Rectangle 19",width:2.537,height:2.537,rx:1,transform:"translate(21.982)"}),r.createElement("rect",{"data-name":"Rectangle 20",width:2.537,height:2.537,rx:1,transform:"translate(24.988)"}),r.createElement("rect",{"data-name":"Rectangle 21",width:2.537,height:2.537,rx:1,transform:"translate(27.994)"}),r.createElement("rect",{"data-name":"Rectangle 22",width:2.537,height:2.537,rx:1,transform:"translate(31)"}),r.createElement("rect",{"data-name":"Rectangle 23",width:2.537,height:2.537,rx:1,transform:"translate(34.006)"}),r.createElement("rect",{"data-name":"Rectangle 24",width:2.537,height:2.537,rx:1,transform:"translate(37.012)"}),r.createElement("rect",{"data-name":"Rectangle 25",width:2.537,height:2.537,rx:1,transform:"translate(40.018)"})),r.createElement("g",{"data-name":"Group 4",transform:"rotate(180 21.642 2.269)",fill:"#4a4a4a"},r.createElement("path",{"data-name":"Path 53",d:"M.519 0h2.437a.519.519 0 0 1 .519.519v1.5a.519.519 0 0 1-.519.519H.519A.519.519 0 0 1 0 2.017V.519A.519.519 0 0 1 .519 0Z",fillRule:"evenodd"}),r.createElement("rect",{"data-name":"Rectangle 26",width:2.537,height:2.537,rx:1,transform:"translate(3.945)"}),r.createElement("rect",{"data-name":"Rectangle 27",width:2.537,height:2.537,rx:1,transform:"translate(6.951)"}),r.createElement("rect",{"data-name":"Rectangle 28",width:2.537,height:2.537,rx:1,transform:"translate(9.958)"}),r.createElement("rect",{"data-name":"Rectangle 29",width:2.537,height:2.537,rx:1,transform:"translate(12.964)"}),r.createElement("rect",{"data-name":"Rectangle 30",width:2.537,height:2.537,rx:1,transform:"translate(15.97)"}),r.createElement("rect",{"data-name":"Rectangle 31",width:2.537,height:2.537,rx:1,transform:"translate(18.976)"}),r.createElement("rect",{"data-name":"Rectangle 32",width:2.537,height:2.537,rx:1,transform:"translate(21.982)"}),r.createElement("rect",{"data-name":"Rectangle 33",width:2.537,height:2.537,rx:1,transform:"translate(24.988)"}),r.createElement("rect",{"data-name":"Rectangle 34",width:2.537,height:2.537,rx:1,transform:"translate(27.994)"}),r.createElement("rect",{"data-name":"Rectangle 35",width:2.537,height:2.537,rx:1,transform:"translate(31.001)"}),r.createElement("rect",{"data-name":"Rectangle 36",width:2.537,height:2.537,rx:1,transform:"translate(34.007)"}),r.createElement("rect",{"data-name":"Rectangle 37",width:2.537,height:2.537,rx:1,transform:"translate(37.013)"}),r.createElement("rect",{"data-name":"Rectangle 38",width:2.537,height:2.537,rx:1,transform:"translate(40.018)"}),r.createElement("rect",{"data-name":"Rectangle 39",width:2.537,height:2.537,rx:1,transform:"translate(3.945)"}),r.createElement("rect",{"data-name":"Rectangle 40",width:2.537,height:2.537,rx:1,transform:"translate(6.951)"}),r.createElement("rect",{"data-name":"Rectangle 41",width:2.537,height:2.537,rx:1,transform:"translate(9.958)"}),r.createElement("rect",{"data-name":"Rectangle 42",width:2.537,height:2.537,rx:1,transform:"translate(12.964)"}),r.createElement("rect",{"data-name":"Rectangle 43",width:2.537,height:2.537,rx:1,transform:"translate(15.97)"}),r.createElement("rect",{"data-name":"Rectangle 44",width:2.537,height:2.537,rx:1,transform:"translate(18.976)"}),r.createElement("rect",{"data-name":"Rectangle 45",width:2.537,height:2.537,rx:1,transform:"translate(21.982)"}),r.createElement("rect",{"data-name":"Rectangle 46",width:2.537,height:2.537,rx:1,transform:"translate(24.988)"}),r.createElement("rect",{"data-name":"Rectangle 47",width:2.537,height:2.537,rx:1,transform:"translate(27.994)"}),r.createElement("rect",{"data-name":"Rectangle 48",width:2.537,height:2.537,rx:1,transform:"translate(31.001)"}),r.createElement("rect",{"data-name":"Rectangle 49",width:2.537,height:2.537,rx:1,transform:"translate(34.007)"}),r.createElement("rect",{"data-name":"Rectangle 50",width:2.537,height:2.537,rx:1,transform:"translate(37.013)"}),r.createElement("rect",{"data-name":"Rectangle 51",width:2.537,height:2.537,rx:1,transform:"translate(40.018)"})),r.createElement("g",{"data-name":"Group 6",fill:"#4a4a4a"},r.createElement("path",{"data-name":"Path 54",d:"M1.247 7.883h3.47a.519.519 0 0 1 .519.519v1.5a.519.519 0 0 1-.519.519h-3.47A.519.519 0 0 1 .728 9.9V8.403a.519.519 0 0 1 .519-.52Z",fillRule:"evenodd"}),r.createElement("g",{"data-name":"Group 5",transform:"translate(5.801 7.883)"},r.createElement("rect",{"data-name":"Rectangle 52",width:2.537,height:2.537,rx:1}),r.createElement("rect",{"data-name":"Rectangle 53",width:2.537,height:2.537,rx:1,transform:"translate(3.006)"}),r.createElement("rect",{"data-name":"Rectangle 54",width:2.537,height:2.537,rx:1,transform:"translate(6.012)"}),r.createElement("rect",{"data-name":"Rectangle 55",width:2.537,height:2.537,rx:1,transform:"translate(9.018)"}),r.createElement("rect",{"data-name":"Rectangle 56",width:2.537,height:2.537,rx:1,transform:"translate(12.025)"}),r.createElement("rect",{"data-name":"Rectangle 57",width:2.537,height:2.537,rx:1,transform:"translate(15.031)"}),r.createElement("rect",{"data-name":"Rectangle 58",width:2.537,height:2.537,rx:1,transform:"translate(18.037)"}),r.createElement("rect",{"data-name":"Rectangle 59",width:2.537,height:2.537,rx:1,transform:"translate(21.042)"}),r.createElement("rect",{"data-name":"Rectangle 60",width:2.537,height:2.537,rx:1,transform:"translate(24.049)"}),r.createElement("rect",{"data-name":"Rectangle 61",width:2.537,height:2.537,rx:1,transform:"translate(27.055)"}),r.createElement("rect",{"data-name":"Rectangle 62",width:2.537,height:2.537,rx:1,transform:"translate(30.061)"})),r.createElement("path",{"data-name":"Path 55",d:"M39.482 7.883h3.28a.519.519 0 0 1 .519.519v1.5a.519.519 0 0 1-.519.519h-3.281a.519.519 0 0 1-.519-.521V8.403a.519.519 0 0 1 .519-.52Z",fillRule:"evenodd"})),r.createElement("g",{"data-name":"Group 7",transform:"translate(.728 14.084)",fill:"#4a4a4a"},r.createElement("rect",{"data-name":"Rectangle 63",width:2.537,height:2.537,rx:1}),r.createElement("rect",{"data-name":"Rectangle 64",width:2.537,height:2.537,rx:1,transform:"translate(3.006)"}),r.createElement("rect",{"data-name":"Rectangle 65",width:2.537,height:2.537,rx:1,transform:"translate(6.012)"}),r.createElement("rect",{"data-name":"Rectangle 66",width:2.537,height:2.537,rx:1,transform:"translate(9.018)"}),r.createElement("path",{"data-name":"Path 56",d:"M12.543 0h14.462a.519.519 0 0 1 .519.519v1.5a.519.519 0 0 1-.519.519H12.543a.519.519 0 0 1-.519-.52V.519A.519.519 0 0 1 12.543 0Zm15.97 0h1.874a.519.519 0 0 1 .519.519v1.5a.519.519 0 0 1-.519.519h-1.874a.519.519 0 0 1-.519-.519v-1.5A.519.519 0 0 1 28.513 0Z",fillRule:"evenodd"}),r.createElement("rect",{"data-name":"Rectangle 67",width:2.537,height:2.537,rx:1,transform:"translate(31.376)"}),r.createElement("rect",{"data-name":"Rectangle 68",width:2.537,height:2.537,rx:1,transform:"translate(34.382)"}),r.createElement("rect",{"data-name":"Rectangle 69",width:2.537,height:2.537,rx:1,transform:"translate(40.018)"}),r.createElement("path",{"data-name":"Path 57",d:"M37.199 1.08V.519A.519.519 0 0 1 37.718 0h1.499a.519.519 0 0 1 .519.519v.561Z"}),r.createElement("path",{"data-name":"Path 58",d:"M39.737 1.456v.561a.519.519 0 0 1-.519.519h-1.499a.519.519 0 0 1-.519-.519v-.561Z"})),r.createElement("rect",{"data-name":"Rectangle 70",width:42.273,height:1.127,rx:.564,transform:"translate(.915 .556)",fill:"#4a4a4a"}),r.createElement("rect",{"data-name":"Rectangle 71",width:2.37,height:.752,rx:.376,transform:"translate(1.949 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 72",width:2.37,height:.752,rx:.376,transform:"translate(5.193 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 73",width:2.37,height:.752,rx:.376,transform:"translate(7.688 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 74",width:2.37,height:.752,rx:.376,transform:"translate(10.183 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 75",width:2.37,height:.752,rx:.376,transform:"translate(12.679 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 76",width:2.37,height:.752,rx:.376,transform:"translate(15.797 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 77",width:2.37,height:.752,rx:.376,transform:"translate(18.292 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 78",width:2.37,height:.752,rx:.376,transform:"translate(20.788 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 79",width:2.37,height:.752,rx:.376,transform:"translate(23.283 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 80",width:2.37,height:.752,rx:.376,transform:"translate(26.402 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 81",width:2.37,height:.752,rx:.376,transform:"translate(28.897 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 82",width:2.37,height:.752,rx:.376,transform:"translate(31.393 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 83",width:2.37,height:.752,rx:.376,transform:"translate(34.512 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 84",width:2.37,height:.752,rx:.376,transform:"translate(37.007 .744)",fill:"#d8d8d8",opacity:.136}),r.createElement("rect",{"data-name":"Rectangle 85",width:2.37,height:.752,rx:.376,transform:"translate(39.502 .744)",fill:"#d8d8d8",opacity:.136})),r.createElement("path",{"data-name":"Path 59",d:"M302.996 425.895a2.583 2.583 0 0 0-.332.033c-.02-.078-.038-.156-.06-.234a2.594 2.594 0 1 0-2.567-4.455q-.086-.088-.174-.175a2.593 2.593 0 1 0-4.461-2.569c-.077-.022-.154-.04-.231-.06a2.6 2.6 0 1 0-5.128 0c-.077.02-.154.038-.231.06a2.594 2.594 0 1 0-4.461 2.569 10.384 10.384 0 1 0 17.314 9.992 2.592 2.592 0 1 0 .332-5.161",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 60",d:"M271.828 407.713h20.779v-10.389h-20.779Z",fill:"#3ecc5f",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 61",d:"M297.801 403.818a1.3 1.3 0 1 0 0-2.6 1.338 1.338 0 0 0-.166.017l-.03-.117a1.3 1.3 0 0 0-.5-2.5 1.285 1.285 0 0 0-.783.269l-.087-.087a1.285 1.285 0 0 0 .263-.776 1.3 1.3 0 0 0-2.493-.509 5.195 5.195 0 1 0 0 10 1.3 1.3 0 0 0 2.493-.509 1.285 1.285 0 0 0-.263-.776l.087-.087a1.285 1.285 0 0 0 .783.269 1.3 1.3 0 0 0 .5-2.5c.011-.038.02-.078.03-.117a1.335 1.335 0 0 0 .166.017",fill:"#44d860",fillRule:"evenodd"}),r.createElement("path",{"data-name":"Path 62",d:"M302.997 365.507a1.41 1.41 0 0 1-.255-.026 1.309 1.309 0 0 1-.244-.073 1.349 1.349 0 0 1-.224-.119 1.967 1.967 0 0 1-.2-.161 1.52 1.52 0 0 1-.161-.2 1.282 1.282 0 0 1-.218-.722 1.41 1.41 0 0 1 .026-.255 1.5 1.5 0 0 1 .072-.244 1.364 1.364 0 0 1 .12-.223 1.252 1.252 0 0 1 .358-.358 1.349 1.349 0 0 1 .224-.119 1.309 1.309 0 0 1 .244-.073 1.2 1.2 0 0 1 .509 0 1.262 1.262 0 0 1 .468.192 1.968 1.968 0 0 1 .2.161 1.908 1.908 0 0 1 .161.2 1.322 1.322 0 0 1 .12.223 1.361 1.361 0 0 1 .1.5 1.317 1.317 0 0 1-.379.919 1.968 1.968 0 0 1-.2.161 1.346 1.346 0 0 1-.223.119 1.332 1.332 0 0 1-.5.1m10.389-.649a1.326 1.326 0 0 1-.92-.379 1.979 1.979 0 0 1-.161-.2 1.282 1.282 0 0 1-.218-.722 1.326 1.326 0 0 1 .379-.919 1.967 1.967 0 0 1 .2-.161 1.351 1.351 0 0 1 .224-.119 1.308 1.308 0 0 1 .244-.073 1.2 1.2 0 0 1 .509 0 1.262 1.262 0 0 1 .468.192 1.967 1.967 0 0 1 .2.161 1.326 1.326 0 0 1 .379.919 1.461 1.461 0 0 1-.026.255 1.323 1.323 0 0 1-.073.244 1.847 1.847 0 0 1-.119.223 1.911 1.911 0 0 1-.161.2 1.967 1.967 0 0 1-.2.161 1.294 1.294 0 0 1-.722.218",fillRule:"evenodd"}),r.createElement("g",{transform:"translate(466.3 278.56)",fill:"#61dafb"},r.createElement("path",{"data-name":"Path 330",d:"M263.668 117.179c0-5.827-7.3-11.35-18.487-14.775 2.582-11.4 1.434-20.477-3.622-23.382a7.861 7.861 0 0 0-4.016-1v4a4.152 4.152 0 0 1 2.044.466c2.439 1.4 3.5 6.724 2.672 13.574-.2 1.685-.52 3.461-.914 5.272a86.9 86.9 0 0 0-11.386-1.954 87.469 87.469 0 0 0-7.459-8.965c5.845-5.433 11.332-8.41 15.062-8.41V78c-4.931 0-11.386 3.514-17.913 9.611-6.527-6.061-12.982-9.539-17.913-9.539v4c3.712 0 9.216 2.959 15.062 8.356a84.687 84.687 0 0 0-7.405 8.947 83.732 83.732 0 0 0-11.4 1.972 54.136 54.136 0 0 1-.932-5.2c-.843-6.85.2-12.175 2.618-13.592a3.991 3.991 0 0 1 2.062-.466v-4a8 8 0 0 0-4.052 1c-5.039 2.9-6.168 11.96-3.568 23.328-11.153 3.443-18.415 8.947-18.415 14.757 0 5.828 7.3 11.35 18.487 14.775-2.582 11.4-1.434 20.477 3.622 23.382a7.882 7.882 0 0 0 4.034 1c4.931 0 11.386-3.514 17.913-9.611 6.527 6.061 12.982 9.539 17.913 9.539a8 8 0 0 0 4.052-1c5.039-2.9 6.168-11.96 3.568-23.328 11.111-3.42 18.373-8.943 18.373-14.752Zm-23.346-11.96a80.235 80.235 0 0 1-2.421 7.083 83.185 83.185 0 0 0-2.349-4.3 96.877 96.877 0 0 0-2.582-4.2c2.547.377 5.004.843 7.353 1.417Zm-8.212 19.1c-1.4 2.421-2.833 4.716-4.321 6.85a93.313 93.313 0 0 1-8.1.359c-2.708 0-5.415-.126-8.069-.341q-2.232-3.2-4.339-6.814-2.044-3.523-3.73-7.136a94.058 94.058 0 0 1 3.712-7.154c1.4-2.421 2.833-4.716 4.321-6.85a93.313 93.313 0 0 1 8.1-.359c2.708 0 5.415.126 8.069.341q2.232 3.2 4.339 6.814 2.044 3.523 3.73 7.136a101.198 101.198 0 0 1-3.712 7.15Zm5.792-2.331a76.525 76.525 0 0 1 2.474 7.136 80.22 80.22 0 0 1-7.387 1.434c.879-1.381 1.757-2.8 2.582-4.25a96.22 96.22 0 0 0 2.329-4.324Zm-18.182 19.128a73.921 73.921 0 0 1-4.985-5.738c1.614.072 3.263.126 4.931.126 1.685 0 3.353-.036 4.985-.126a69.993 69.993 0 0 1-4.931 5.738Zm-13.34-10.561c-2.546-.377-5-.843-7.352-1.417a80.235 80.235 0 0 1 2.421-7.083c.735 1.434 1.506 2.869 2.349 4.3s1.702 2.837 2.582 4.2Zm13.25-37.314a73.924 73.924 0 0 1 4.985 5.738 110.567 110.567 0 0 0-4.931-.126c-1.686 0-3.353.036-4.985.126a69.993 69.993 0 0 1 4.931-5.738ZM206.362 103.8a100.567 100.567 0 0 0-4.913 8.55 76.525 76.525 0 0 1-2.474-7.136 90.158 90.158 0 0 1 7.387-1.414Zm-16.227 22.449c-6.348-2.708-10.454-6.258-10.454-9.073s4.106-6.383 10.454-9.073c1.542-.663 3.228-1.255 4.967-1.811a86.122 86.122 0 0 0 4.034 10.92 84.9 84.9 0 0 0-3.981 10.866 53.804 53.804 0 0 1-5.021-1.826Zm9.647 25.623c-2.439-1.4-3.5-6.724-2.672-13.574.2-1.686.52-3.461.914-5.272a86.9 86.9 0 0 0 11.386 1.954 87.465 87.465 0 0 0 7.459 8.965c-5.845 5.433-11.332 8.41-15.062 8.41a4.279 4.279 0 0 1-2.026-.48Zm42.532-13.663c.843 6.85-.2 12.175-2.618 13.592a3.99 3.99 0 0 1-2.062.466c-3.712 0-9.216-2.959-15.062-8.356a84.689 84.689 0 0 0 7.405-8.947 83.731 83.731 0 0 0 11.4-1.972 50.194 50.194 0 0 1 .936 5.22Zm6.9-11.96c-1.542.663-3.228 1.255-4.967 1.811a86.12 86.12 0 0 0-4.034-10.92 84.9 84.9 0 0 0 3.981-10.866 56.777 56.777 0 0 1 5.039 1.829c6.348 2.708 10.454 6.258 10.454 9.073-.017 2.818-4.123 6.386-10.471 9.076Z"}),r.createElement("path",{"data-name":"Path 331",d:"M201.718 78.072Z"}),r.createElement("circle",{"data-name":"Ellipse 112",cx:8.194,cy:8.194,r:8.194,transform:"translate(211.472 108.984)"}),r.createElement("path",{"data-name":"Path 332",d:"M237.525 78.018Z"})))))}},4002:(e,a,t)=>{t.d(a,{Z:()=>F});var l,r,n,c,h,d,m,i,s,f,o,g,E,p,v,x,R,w,u,Z,M,y,P,b,S,j,q,V,A,H,G,N,O,C,D,B,_=t(7294);function z(){return z=Object.assign?Object.assign.bind():function(e){for(var a=1;a{let{title:a,titleId:t,...F}=e;return _.createElement("svg",z({xmlns:"http://www.w3.org/2000/svg",width:1129,height:663,viewBox:"0 0 1129 663","aria-labelledby":t},F),void 0===a?_.createElement("title",{id:t},"Focus on What Matters"):a?_.createElement("title",{id:t},a):null,l||(l=_.createElement("circle",{cx:321,cy:321,r:321,fill:"#f2f2f2"})),r||(r=_.createElement("ellipse",{cx:559,cy:635.5,rx:514,ry:27.5,fill:"#3f3d56"})),n||(n=_.createElement("ellipse",{cx:558,cy:627,rx:460,ry:22,opacity:.2})),c||(c=_.createElement("path",{fill:"#3f3d56",d:"M131 152.5h840v50H131z"})),h||(h=_.createElement("path",{d:"M131 608.83a21.67 21.67 0 0 0 21.67 21.67h796.66A21.67 21.67 0 0 0 971 608.83V177.5H131ZM949.33 117.5H152.67A21.67 21.67 0 0 0 131 139.17v38.33h840v-38.33a21.67 21.67 0 0 0-21.67-21.67Z",fill:"#3f3d56"})),d||(d=_.createElement("path",{d:"M949.33 117.5H152.67A21.67 21.67 0 0 0 131 139.17v38.33h840v-38.33a21.67 21.67 0 0 0-21.67-21.67Z",opacity:.2})),m||(m=_.createElement("circle",{cx:181,cy:147.5,r:13,fill:"#3f3d56"})),i||(i=_.createElement("circle",{cx:217,cy:147.5,r:13,fill:"#3f3d56"})),s||(s=_.createElement("circle",{cx:253,cy:147.5,r:13,fill:"#3f3d56"})),f||(f=_.createElement("rect",{x:168,y:213.5,width:337,height:386,rx:5.335,fill:"#606060"})),o||(o=_.createElement("rect",{x:603,y:272.5,width:284,height:22,rx:5.476,fill:"#2e8555"})),g||(g=_.createElement("rect",{x:537,y:352.5,width:416,height:15,rx:5.476,fill:"#2e8555"})),E||(E=_.createElement("rect",{x:537,y:396.5,width:416,height:15,rx:5.476,fill:"#2e8555"})),p||(p=_.createElement("rect",{x:537,y:440.5,width:416,height:15,rx:5.476,fill:"#2e8555"})),v||(v=_.createElement("rect",{x:537,y:484.5,width:416,height:15,rx:5.476,fill:"#2e8555"})),x||(x=_.createElement("rect",{x:865,y:552.5,width:88,height:26,rx:7.028,fill:"#3ecc5f"})),R||(R=_.createElement("path",{d:"M1053.103 506.116a30.114 30.114 0 0 0 3.983-15.266c0-13.797-8.544-24.98-19.083-24.98s-19.082 11.183-19.082 24.98a30.114 30.114 0 0 0 3.983 15.266 31.248 31.248 0 0 0 0 30.532 31.248 31.248 0 0 0 0 30.532 31.248 31.248 0 0 0 0 30.532 30.114 30.114 0 0 0-3.983 15.266c0 13.797 8.543 24.981 19.082 24.981s19.083-11.184 19.083-24.98a30.114 30.114 0 0 0-3.983-15.267 31.248 31.248 0 0 0 0-30.532 31.248 31.248 0 0 0 0-30.532 31.248 31.248 0 0 0 0-30.532Z",fill:"#3f3d56"})),w||(w=_.createElement("ellipse",{cx:1038.003,cy:460.318,rx:19.083,ry:24.981,fill:"#3f3d56"})),u||(u=_.createElement("ellipse",{cx:1038.003,cy:429.786,rx:19.083,ry:24.981,fill:"#3f3d56"})),Z||(Z=_.createElement("path",{d:"M1109.439 220.845a91.61 91.61 0 0 0 7.106-10.461l-50.14-8.235 54.228.403a91.566 91.566 0 0 0 1.746-72.426l-72.755 37.742 67.097-49.321A91.413 91.413 0 1 0 965.75 220.845a91.458 91.458 0 0 0-10.425 16.67l65.087 33.814-69.4-23.292a91.46 91.46 0 0 0 14.738 85.837 91.406 91.406 0 1 0 143.689 0 91.418 91.418 0 0 0 0-113.03Z",fill:"#3ecc5f",fillRule:"evenodd"})),M||(M=_.createElement("path",{d:"M946.188 277.36a91.013 91.013 0 0 0 19.562 56.514 91.406 91.406 0 1 0 143.689 0c12.25-15.553-163.25-66.774-163.25-56.515Z",opacity:.1})),y||(y=_.createElement("path",{d:"M330.12 342.936h111.474v45.12H330.12Z",fill:"#fff",fillRule:"evenodd"})),P||(P=_.createElement("path",{d:"M229.263 490.241a26.51 26.51 0 0 1-22.963-13.27 26.51 26.51 0 0 0 22.963 39.812h26.541V490.24Z",fill:"#3ecc5f",fillRule:"evenodd"})),b||(b=_.createElement("path",{d:"m348.672 350.07 92.922-5.807v-13.27a26.54 26.54 0 0 0-26.541-26.542H295.616l-3.318-5.746a3.83 3.83 0 0 0-6.635 0l-3.318 5.746-3.317-5.746a3.83 3.83 0 0 0-6.636 0l-3.317 5.746-3.318-5.746a3.83 3.83 0 0 0-6.635 0l-3.318 5.746c-.03 0-.056.004-.086.004l-5.497-5.495a3.83 3.83 0 0 0-6.407 1.717l-1.817 6.773-6.89-1.847a3.83 3.83 0 0 0-4.691 4.693l1.844 6.891-6.77 1.814a3.832 3.832 0 0 0-1.72 6.41l5.497 5.497c0 .028-.004.055-.004.085l-5.747 3.317a3.83 3.83 0 0 0 0 6.636l5.747 3.317-5.747 3.318a3.83 3.83 0 0 0 0 6.635l5.747 3.318-5.747 3.318a3.83 3.83 0 0 0 0 6.635l5.747 3.318-5.747 3.317a3.83 3.83 0 0 0 0 6.636l5.747 3.317-5.747 3.318a3.83 3.83 0 0 0 0 6.636l5.747 3.317-5.747 3.318a3.83 3.83 0 0 0 0 6.635l5.747 3.318-5.747 3.318a3.83 3.83 0 0 0 0 6.635l5.747 3.318-5.747 3.317a3.83 3.83 0 0 0 0 6.636l5.747 3.317-5.747 3.318a3.83 3.83 0 0 0 0 6.635l5.747 3.318-5.747 3.318a3.83 3.83 0 0 0 0 6.635l5.747 3.318-5.747 3.317a3.83 3.83 0 0 0 0 6.636l5.747 3.317-5.747 3.318a3.83 3.83 0 0 0 0 6.635l5.747 3.318a26.54 26.54 0 0 0 26.541 26.542h159.249a26.54 26.54 0 0 0 26.541-26.542V384.075l-92.922-5.807a14.126 14.126 0 0 1 0-28.197",fill:"#3ecc5f",fillRule:"evenodd"})),S||(S=_.createElement("path",{d:"M388.511 516.783h39.812V463.7h-39.812Z",fill:"#3ecc5f",fillRule:"evenodd"})),j||(j=_.createElement("path",{d:"M454.865 483.606a6.602 6.602 0 0 0-.848.085c-.05-.2-.099-.4-.154-.599a6.627 6.627 0 1 0-6.557-11.382q-.22-.225-.445-.446a6.624 6.624 0 1 0-11.397-6.564c-.196-.055-.394-.102-.59-.152a6.64 6.64 0 1 0-13.101 0c-.197.05-.394.097-.59.152a6.628 6.628 0 1 0-11.398 6.564 26.528 26.528 0 1 0 44.232 25.528 6.621 6.621 0 1 0 .848-13.186",fill:"#44d860",fillRule:"evenodd"})),q||(q=_.createElement("path",{d:"M401.782 437.158h39.812v-26.541h-39.812Z",fill:"#3ecc5f",fillRule:"evenodd"})),V||(V=_.createElement("path",{d:"M454.865 427.205a3.318 3.318 0 0 0 0-6.635 3.411 3.411 0 0 0-.424.042c-.026-.1-.049-.199-.077-.298a3.319 3.319 0 0 0-1.278-6.38 3.282 3.282 0 0 0-2 .688q-.11-.113-.224-.223a3.282 3.282 0 0 0 .672-1.983 3.318 3.318 0 0 0-6.37-1.299 13.27 13.27 0 1 0 0 25.541 3.318 3.318 0 0 0 6.37-1.3 3.282 3.282 0 0 0-.672-1.982q.114-.11.223-.223a3.282 3.282 0 0 0 2.001.688 3.318 3.318 0 0 0 1.278-6.38c.028-.098.05-.199.077-.298a3.413 3.413 0 0 0 .424.042",fill:"#44d860",fillRule:"evenodd"})),A||(A=_.createElement("path",{d:"M282.345 347.581a3.318 3.318 0 0 1-3.317-3.318 9.953 9.953 0 1 0-19.906 0 3.318 3.318 0 1 1-6.636 0 16.588 16.588 0 1 1 33.177 0 3.318 3.318 0 0 1-3.318 3.318",fillRule:"evenodd"})),H||(H=_.createElement("path",{d:"M335.428 516.783h79.625a26.54 26.54 0 0 0 26.541-26.542v-92.895H361.97a26.54 26.54 0 0 0-26.542 26.542Z",fill:"#ffff50",fillRule:"evenodd"})),G||(G=_.createElement("path",{d:"M421.714 438.485h-66.406a1.327 1.327 0 0 1 0-2.654h66.406a1.327 1.327 0 0 1 0 2.654m0 26.542h-66.406a1.327 1.327 0 1 1 0-2.654h66.406a1.327 1.327 0 0 1 0 2.654m0 26.541h-66.406a1.327 1.327 0 1 1 0-2.654h66.406a1.327 1.327 0 0 1 0 2.654m0-66.106h-66.406a1.327 1.327 0 0 1 0-2.655h66.406a1.327 1.327 0 0 1 0 2.655m0 26.294h-66.406a1.327 1.327 0 0 1 0-2.654h66.406a1.327 1.327 0 0 1 0 2.654m0 26.542h-66.406a1.327 1.327 0 0 1 0-2.655h66.406a1.327 1.327 0 0 1 0 2.655m19.88-122.607c-.016 0-.03-.008-.045-.007-4.1.14-6.04 4.241-7.753 7.86-1.786 3.783-3.168 6.242-5.432 6.167-2.506-.09-3.94-2.922-5.458-5.918-1.744-3.443-3.734-7.347-7.913-7.201-4.042.138-5.99 3.708-7.706 6.857-1.828 3.355-3.071 5.394-5.47 5.3-2.557-.093-3.916-2.395-5.488-5.06-1.753-2.967-3.78-6.304-7.878-6.19-3.973.137-5.925 3.166-7.648 5.84-1.822 2.826-3.098 4.549-5.527 4.447-2.618-.093-3.97-2.004-5.535-4.216-1.757-2.486-3.737-5.3-7.823-5.163-3.886.133-5.838 2.615-7.56 4.802-1.634 2.075-2.91 3.718-5.611 3.615a1.328 1.328 0 1 0-.096 2.654c4.004.134 6.032-2.389 7.793-4.628 1.562-1.985 2.91-3.698 5.564-3.789 2.556-.108 3.754 1.48 5.567 4.041 1.721 2.434 3.675 5.195 7.606 5.337 4.118.138 6.099-2.94 7.853-5.663 1.569-2.434 2.923-4.535 5.508-4.624 2.38-.088 3.674 1.792 5.5 4.885 1.722 2.916 3.671 6.22 7.68 6.365 4.147.143 6.15-3.477 7.895-6.682 1.511-2.77 2.938-5.388 5.466-5.475 2.38-.056 3.62 2.116 5.456 5.746 1.714 3.388 3.658 7.226 7.73 7.373l.224.004c4.066 0 5.996-4.08 7.704-7.689 1.511-3.198 2.942-6.21 5.397-6.334Z",fillRule:"evenodd"})),N||(N=_.createElement("path",{d:"M308.887 516.783h53.083V463.7h-53.083Z",fill:"#3ecc5f",fillRule:"evenodd"})),O||(O=_.createElement("path",{d:"M388.511 483.606a6.602 6.602 0 0 0-.848.085c-.05-.2-.098-.4-.154-.599a6.627 6.627 0 1 0-6.557-11.382q-.22-.225-.444-.446a6.624 6.624 0 1 0-11.397-6.564c-.197-.055-.394-.102-.59-.152a6.64 6.64 0 1 0-13.102 0c-.196.05-.394.097-.59.152a6.628 6.628 0 1 0-11.397 6.564 26.528 26.528 0 1 0 44.231 25.528 6.621 6.621 0 1 0 .848-13.186",fill:"#44d860",fillRule:"evenodd"})),C||(C=_.createElement("path",{d:"M308.887 437.158h53.083v-26.541h-53.083Z",fill:"#3ecc5f",fillRule:"evenodd"})),D||(D=_.createElement("path",{d:"M375.24 427.205a3.318 3.318 0 1 0 0-6.635 3.411 3.411 0 0 0-.423.042c-.026-.1-.05-.199-.077-.298a3.319 3.319 0 0 0-1.278-6.38 3.282 3.282 0 0 0-2.001.688q-.11-.113-.223-.223a3.282 3.282 0 0 0 .671-1.983 3.318 3.318 0 0 0-6.37-1.299 13.27 13.27 0 1 0 0 25.541 3.318 3.318 0 0 0 6.37-1.3 3.282 3.282 0 0 0-.671-1.982q.113-.11.223-.223a3.282 3.282 0 0 0 2.001.688 3.318 3.318 0 0 0 1.278-6.38c.028-.098.05-.199.077-.298a3.413 3.413 0 0 0 .423.042",fill:"#44d860",fillRule:"evenodd"})),B||(B=_.createElement("path",{d:"M388.511 329.334a3.603 3.603 0 0 1-.65-.067 3.344 3.344 0 0 1-.624-.185 3.447 3.447 0 0 1-.572-.306 5.027 5.027 0 0 1-.504-.411 3.887 3.887 0 0 1-.41-.504 3.275 3.275 0 0 1-.558-1.845 3.602 3.602 0 0 1 .067-.65 3.826 3.826 0 0 1 .184-.624 3.489 3.489 0 0 1 .307-.57 3.197 3.197 0 0 1 .914-.916 3.447 3.447 0 0 1 .572-.305 3.344 3.344 0 0 1 .624-.186 3.07 3.07 0 0 1 1.3 0 3.223 3.223 0 0 1 1.195.49 5.028 5.028 0 0 1 .504.412 4.88 4.88 0 0 1 .411.504 3.382 3.382 0 0 1 .306.571 3.478 3.478 0 0 1 .252 1.274 3.364 3.364 0 0 1-.969 2.349 5.027 5.027 0 0 1-.504.411 3.306 3.306 0 0 1-1.845.558m26.542-1.66a3.388 3.388 0 0 1-2.35-.968 5.042 5.042 0 0 1-.41-.504 3.275 3.275 0 0 1-.558-1.845 3.387 3.387 0 0 1 .967-2.349 5.026 5.026 0 0 1 .505-.411 3.447 3.447 0 0 1 .572-.305 3.343 3.343 0 0 1 .623-.186 3.07 3.07 0 0 1 1.3 0 3.224 3.224 0 0 1 1.195.49 5.026 5.026 0 0 1 .504.412 3.388 3.388 0 0 1 .97 2.35 3.726 3.726 0 0 1-.067.65 3.374 3.374 0 0 1-.186.623 4.715 4.715 0 0 1-.305.57 4.88 4.88 0 0 1-.412.505 5.026 5.026 0 0 1-.504.412 3.305 3.305 0 0 1-1.844.557",fillRule:"evenodd"})))}},4470:(e,a,t)=>{t.r(a),t.d(a,{default:()=>p});var l=t(512),r=t(3692),n=t(2263),c=t(7372),h=t(2503);const d={features:"features_t9lD",featureSvg:"featureSvg_GfXr"};var m=t(5893);const i=[{title:"Easy to Use",Svg:t(9722).Z,description:(0,m.jsx)(m.Fragment,{children:"Docusaurus was designed from the ground up to be easily installed and used to get your website up and running quickly."})},{title:"Focus on What Matters",Svg:t(4002).Z,description:(0,m.jsxs)(m.Fragment,{children:["Docusaurus lets you focus on your docs, and we'll do the chores. Go ahead and move your docs into the ",(0,m.jsx)("code",{children:"docs"})," directory."]})},{title:"Powered by React",Svg:t(8066).Z,description:(0,m.jsx)(m.Fragment,{children:"Extend or customize your website layout by reusing React. Docusaurus can be extended while reusing the same header and footer."})}];function s(e){let{title:a,Svg:t,description:r}=e;return(0,m.jsxs)("div",{className:(0,l.Z)("col col--4"),children:[(0,m.jsx)("div",{className:"text--center",children:(0,m.jsx)(t,{className:d.featureSvg,role:"img"})}),(0,m.jsxs)("div",{className:"text--center padding-horiz--md",children:[(0,m.jsx)(h.Z,{as:"h3",children:a}),(0,m.jsx)("p",{children:r})]})]})}function f(){return(0,m.jsx)("section",{className:d.features,children:(0,m.jsx)("div",{className:"container",children:(0,m.jsx)("div",{className:"row",children:i.map(((e,a)=>(0,m.jsx)(s,{...e},a)))})})})}const o={heroBanner:"heroBanner_qdFl",buttons:"buttons_AeoN"},g={tutorialSidebar:["Overview",{type:"category",label:"Changelog",items:JSON.parse('{"o":["changelogSplits/5.19","changelogSplits/5.18","changelogSplits/5.17","changelogSplits/5.16","changelogSplits/5.15","changelogSplits/5.14","changelogSplits/5.13","changelogSplits/5.12","changelogSplits/5.11","changelogSplits/5.10","changelogSplits/5.9","changelogSplits/5.8","changelogSplits/5.7","changelogSplits/5.6","changelogSplits/5.5","changelogSplits/5.4","changelogSplits/5.3","changelogSplits/5.2","changelogSplits/5.1","changelogSplits/5.0"]}').o},"Start Developing","Contributor Guide","Technical Details","Detailed Implementation Steps",{type:"category",label:"Charting Concepts",items:[{type:"autogenerated",dirName:"Charting-Concepts"}]},"Debugging","Implementation Best Practices","Accessibility","colors","implementing-2-to-1-spacing","creating-date-objects-for-chart-data","Testing Strategy","TestCoverage",{type:"category",label:"Test Plans",items:[{type:"autogenerated",dirName:"Test Plans"}]},"Testing Unpublished Library Version","BundleSize"]};function E(){const{siteConfig:e}=(0,n.Z)();return(0,m.jsx)("header",{className:(0,l.Z)("hero hero--primary",o.heroBanner),children:(0,m.jsxs)("div",{className:"container",children:[(0,m.jsx)(h.Z,{as:"h1",className:"hero__title",children:e.title}),(0,m.jsx)("p",{className:"hero__subtitle",children:e.tagline}),(0,m.jsx)("div",{className:o.buttons,children:(0,m.jsx)(r.Z,{className:"button button--secondary button--lg",to:`/docs/${g.tutorialSidebar[0]}`,children:"Getting Started \ud83d\ude88"})})]})})}function p(){const{siteConfig:e}=(0,n.Z)();return(0,m.jsxs)(c.Z,{title:`${e.title}`,description:"Description will go into a meta tag in ",children:[(0,m.jsx)(E,{}),(0,m.jsx)("main",{children:(0,m.jsx)(f,{})})]})}}}]); \ No newline at end of file diff --git a/assets/js/3b5ed4ca.2b860f61.js b/assets/js/3b5ed4ca.2b860f61.js new file mode 100644 index 0000000000..bc1cf156bc --- /dev/null +++ b/assets/js/3b5ed4ca.2b860f61.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[7792],{6197:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>s,contentTitle:()=>h,default:()=>o,frontMatter:()=>n,metadata:()=>r,toc:()=>u});var l=i(5893),c=i(1151);const n={},h=void 0,r={id:"changelogSplits/5.17",title:"5.17",description:"5.17.12",source:"@site/../../docs/changelogSplits/5.17.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.17",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.17",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.18",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.18"},next:{title:"5.16",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.16"}},s={},u=[{value:"5.17.12",id:"51712",level:2},{value:"Patches",id:"patches",level:3},{value:"5.17.11",id:"51711",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.17.10",id:"51710",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.17.9",id:"5179",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.17.8",id:"5178",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.17.7",id:"5177",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.17.6",id:"5176",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.17.5",id:"5175",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.17.4",id:"5174",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.17.3",id:"5173",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.17.2",id:"5172",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.17.1",id:"5171",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.17.0",id:"5170",level:2},{value:"Minor changes",id:"minor-changes",level:3},{value:"Patches",id:"patches-12",level:3}];function a(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,c.a)(),...e.components};return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(t.h2,{id:"51712",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.12",children:"5.17.12"})}),"\n",(0,l.jsxs)(t.p,{children:["Wed, 04 Oct 2023 07:38:36 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.11..@fluentui/react-charting_v5.17.12",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Fixing line not visible bug for vertical bar chart (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29299",children:"PR #29299"})," by ",(0,l.jsx)(t.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.115 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29342",children:"PR #29342"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.112.1 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29342",children:"PR #29342"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51711",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.11",children:"5.17.11"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 02 Oct 2023 07:36:47 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.10..@fluentui/react-charting_v5.17.11",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.114 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29334",children:"PR #29334"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.112.0 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29334",children:"PR #29334"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51710",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.10",children:"5.17.10"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 29 Sep 2023 07:45:30 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.9..@fluentui/react-charting_v5.17.10",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.32 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29313",children:"PR #29313"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.113 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29313",children:"PR #29313"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.111.4 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29313",children:"PR #29313"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5179",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.9",children:"5.17.9"})}),"\n",(0,l.jsxs)(t.p,{children:["Thu, 28 Sep 2023 07:37:17 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.8..@fluentui/react-charting_v5.17.9",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.112 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29321",children:"PR #29321"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.111.3 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29321",children:"PR #29321"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5178",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.8",children:"5.17.8"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 25 Sep 2023 07:36:44 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.7..@fluentui/react-charting_v5.17.8",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Enable reflow for all cartesian chart examples (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29229",children:"PR #29229"})," by ",(0,l.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5177",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.7",children:"5.17.7"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 11 Sep 2023 07:35:28 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.6..@fluentui/react-charting_v5.17.7",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Initial commit (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29113",children:"PR #29113"})," by ",(0,l.jsx)(t.a,{href:"mailto:143416462+ervfreitas@users.noreply.github.com",children:"143416462+ervfreitas@users.noreply.github.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5176",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.6",children:"5.17.6"})}),"\n",(0,l.jsxs)(t.p,{children:["Thu, 31 Aug 2023 07:36:22 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.5..@fluentui/react-charting_v5.17.6",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.111 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29014",children:"PR #29014"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.111.2 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29014",children:"PR #29014"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5175",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.5",children:"5.17.5"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 29 Aug 2023 07:44:31 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.4..@fluentui/react-charting_v5.17.5",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["[object Object] (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28235",children:"PR #28235"})," by ",(0,l.jsx)(t.a,{href:"mailto:132879294+v-baambati@users.noreply.github.com",children:"132879294+v-baambati@users.noreply.github.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5174",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.4",children:"5.17.4"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 28 Aug 2023 07:36:25 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.3..@fluentui/react-charting_v5.17.4",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.110 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28589",children:"PR #28589"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.111.1 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28589",children:"PR #28589"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5173",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.3",children:"5.17.3"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 25 Aug 2023 07:35:36 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.2..@fluentui/react-charting_v5.17.3",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Fixed the focus indicator bug in horizontal bar chart and multi stack bar chart (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28414",children:"PR #28414"})," by ",(0,l.jsx)(t.a,{href:"mailto:yushsingla@microsoft.com",children:"yushsingla@microsoft.com"}),")"]}),"\n",(0,l.jsxs)(t.li,{children:["fixed accessibility issues in pie chart (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28504",children:"PR #28504"})," by ",(0,l.jsx)(t.a,{href:"mailto:yushsingla@microsoft.com",children:"yushsingla@microsoft.com"}),")"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.109 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28978",children:"PR #28978"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.111.0 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28978",children:"PR #28978"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5172",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.2",children:"5.17.2"})}),"\n",(0,l.jsxs)(t.p,{children:["Wed, 23 Aug 2023 07:36:23 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.1..@fluentui/react-charting_v5.17.2",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-10",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["multistack bar chart bug fix and vr-test integration (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28777",children:"PR #28777"})," by ",(0,l.jsx)(t.a,{href:"mailto:yuhshsingla@microsoft.com",children:"yuhshsingla@microsoft.com"}),")"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.108 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27312",children:"PR #27312"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.15 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27312",children:"PR #27312"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5171",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.1",children:"5.17.1"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 18 Aug 2023 07:35:26 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.0..@fluentui/react-charting_v5.17.1",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-11",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.31 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28862",children:"PR #28862"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.107 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28862",children:"PR #28862"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.14 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28862",children:"PR #28862"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5170",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.0",children:"5.17.0"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 14 Aug 2023 07:34:44 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.60..@fluentui/react-charting_v5.17.0",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Adding optional axis titles (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28580",children:"PR #28580"})," by ",(0,l.jsx)(t.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h3,{id:"patches-12",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Removing react testing library from peer dependency (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28808",children:"PR #28808"})," by ",(0,l.jsx)(t.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]})]})}function o(e={}){const{wrapper:t}={...(0,c.a)(),...e.components};return t?(0,l.jsx)(t,{...e,children:(0,l.jsx)(a,{...e})}):a(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>r,a:()=>h});var l=i(7294);const c={},n=l.createContext(c);function h(e){const t=l.useContext(n);return l.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function r(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(c):e.components||c:h(e.components),l.createElement(n.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/3cf0876a.428e32d6.js b/assets/js/3cf0876a.428e32d6.js new file mode 100644 index 0000000000..e47bacae7f --- /dev/null +++ b/assets/js/3cf0876a.428e32d6.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[1444],{4879:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>s,contentTitle:()=>r,default:()=>o,frontMatter:()=>l,metadata:()=>n,toc:()=>a});var c=i(5893),h=i(1151);const l={},r=void 0,n={id:"changelogSplits/5.3",title:"5.3",description:"5.3.61",source:"@site/../../docs/changelogSplits/5.3.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.3",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.3",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.4",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.4"},next:{title:"5.2",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.2"}},s={},a=[{value:"5.3.61",id:"5361",level:2},{value:"Patches",id:"patches",level:3},{value:"5.3.60",id:"5360",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.3.59",id:"5359",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.3.58",id:"5358",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.3.57",id:"5357",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.3.56",id:"5356",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.3.55",id:"5355",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.3.54",id:"5354",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.3.53",id:"5353",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.3.52",id:"5352",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.3.51",id:"5351",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.3.50",id:"5350",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.3.49",id:"5349",level:2},{value:"Patches",id:"patches-12",level:3},{value:"5.3.48",id:"5348",level:2},{value:"Patches",id:"patches-13",level:3},{value:"5.3.47",id:"5347",level:2},{value:"Patches",id:"patches-14",level:3},{value:"5.3.46",id:"5346",level:2},{value:"Patches",id:"patches-15",level:3},{value:"5.3.45",id:"5345",level:2},{value:"Patches",id:"patches-16",level:3},{value:"5.3.44",id:"5344",level:2},{value:"Patches",id:"patches-17",level:3},{value:"5.3.43",id:"5343",level:2},{value:"Patches",id:"patches-18",level:3},{value:"5.3.42",id:"5342",level:2},{value:"Patches",id:"patches-19",level:3},{value:"5.3.41",id:"5341",level:2},{value:"Patches",id:"patches-20",level:3},{value:"5.3.40",id:"5340",level:2},{value:"Patches",id:"patches-21",level:3},{value:"5.3.39",id:"5339",level:2},{value:"Patches",id:"patches-22",level:3},{value:"5.3.38",id:"5338",level:2},{value:"Patches",id:"patches-23",level:3},{value:"5.3.37",id:"5337",level:2},{value:"Patches",id:"patches-24",level:3},{value:"5.3.36",id:"5336",level:2},{value:"Patches",id:"patches-25",level:3},{value:"5.3.35",id:"5335",level:2},{value:"Patches",id:"patches-26",level:3},{value:"5.3.34",id:"5334",level:2},{value:"Patches",id:"patches-27",level:3},{value:"5.3.33",id:"5333",level:2},{value:"Patches",id:"patches-28",level:3},{value:"5.3.32",id:"5332",level:2},{value:"Patches",id:"patches-29",level:3},{value:"5.3.31",id:"5331",level:2},{value:"Patches",id:"patches-30",level:3},{value:"5.3.30",id:"5330",level:2},{value:"Patches",id:"patches-31",level:3},{value:"5.3.29",id:"5329",level:2},{value:"Patches",id:"patches-32",level:3},{value:"5.3.28",id:"5328",level:2},{value:"Patches",id:"patches-33",level:3},{value:"5.3.27",id:"5327",level:2},{value:"Patches",id:"patches-34",level:3},{value:"5.3.26",id:"5326",level:2},{value:"Patches",id:"patches-35",level:3},{value:"5.3.25",id:"5325",level:2},{value:"Patches",id:"patches-36",level:3},{value:"5.3.24",id:"5324",level:2},{value:"Patches",id:"patches-37",level:3},{value:"5.3.23",id:"5323",level:2},{value:"Patches",id:"patches-38",level:3},{value:"5.3.22",id:"5322",level:2},{value:"Patches",id:"patches-39",level:3},{value:"5.3.21",id:"5321",level:2},{value:"Patches",id:"patches-40",level:3},{value:"5.3.20",id:"5320",level:2},{value:"Patches",id:"patches-41",level:3},{value:"5.3.19",id:"5319",level:2},{value:"Patches",id:"patches-42",level:3},{value:"5.3.18",id:"5318",level:2},{value:"Patches",id:"patches-43",level:3},{value:"5.3.17",id:"5317",level:2},{value:"Patches",id:"patches-44",level:3},{value:"5.3.16",id:"5316",level:2},{value:"Patches",id:"patches-45",level:3},{value:"5.3.15",id:"5315",level:2},{value:"Patches",id:"patches-46",level:3},{value:"5.3.14",id:"5314",level:2},{value:"Patches",id:"patches-47",level:3},{value:"5.3.13",id:"5313",level:2},{value:"Patches",id:"patches-48",level:3},{value:"5.3.12",id:"5312",level:2},{value:"Patches",id:"patches-49",level:3},{value:"5.3.11",id:"5311",level:2},{value:"Patches",id:"patches-50",level:3},{value:"5.3.10",id:"5310",level:2},{value:"Patches",id:"patches-51",level:3},{value:"5.3.9",id:"539",level:2},{value:"Patches",id:"patches-52",level:3},{value:"5.3.8",id:"538",level:2},{value:"Patches",id:"patches-53",level:3},{value:"5.3.7",id:"537",level:2},{value:"Patches",id:"patches-54",level:3},{value:"5.3.6",id:"536",level:2},{value:"Patches",id:"patches-55",level:3},{value:"5.3.5",id:"535",level:2},{value:"Patches",id:"patches-56",level:3},{value:"5.3.4",id:"534",level:2},{value:"Patches",id:"patches-57",level:3},{value:"5.3.3",id:"533",level:2},{value:"Patches",id:"patches-58",level:3},{value:"5.3.2",id:"532",level:2},{value:"Patches",id:"patches-59",level:3},{value:"5.3.1",id:"531",level:2},{value:"Patches",id:"patches-60",level:3},{value:"5.3.0",id:"530",level:2},{value:"Minor changes",id:"minor-changes",level:3},{value:"Patches",id:"patches-61",level:3}];function u(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,h.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(t.h2,{id:"5361",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.61",children:"5.3.61"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 28 Oct 2021 07:29:14 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.60..@fluentui/react-charting_v5.3.61",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.37.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20201",children:"PR #20201"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5360",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.60",children:"5.3.60"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 27 Oct 2021 07:29:17 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.59..@fluentui/react-charting_v5.3.60",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.37.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20334",children:"PR #20334"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5359",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.59",children:"5.3.59"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 26 Oct 2021 07:39:42 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.58..@fluentui/react-charting_v5.3.59",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20328",children:"PR #20328"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.37.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20328",children:"PR #20328"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5358",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.58",children:"5.3.58"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 25 Oct 2021 07:38:02 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.57..@fluentui/react-charting_v5.3.58",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.37.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19628",children:"PR #19628"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5357",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.57",children:"5.3.57"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 21 Oct 2021 07:28:35 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.56..@fluentui/react-charting_v5.3.57",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20281",children:"PR #20281"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.37.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20281",children:"PR #20281"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5356",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.56",children:"5.3.56"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 20 Oct 2021 07:30:01 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.55..@fluentui/react-charting_v5.3.56",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.37.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20193",children:"PR #20193"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5355",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.55",children:"5.3.55"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 13 Oct 2021 07:31:28 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.54..@fluentui/react-charting_v5.3.55",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.36.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20138",children:"PR #20138"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5354",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.54",children:"5.3.54"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 11 Oct 2021 07:36:36 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.53..@fluentui/react-charting_v5.3.54",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.36.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19730",children:"PR #19730"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5353",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.53",children:"5.3.53"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 08 Oct 2021 07:31:50 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.52..@fluentui/react-charting_v5.3.53",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.36.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20148",children:"PR #20148"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5352",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.52",children:"5.3.52"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 05 Oct 2021 07:37:17 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.51..@fluentui/react-charting_v5.3.52",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20105",children:"PR #20105"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.36.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20105",children:"PR #20105"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5351",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.51",children:"5.3.51"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 04 Oct 2021 07:27:12 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.50..@fluentui/react-charting_v5.3.51",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-10",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.36.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20051",children:"PR #20051"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5350",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.50",children:"5.3.50"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 30 Sep 2021 07:31:40 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.49..@fluentui/react-charting_v5.3.50",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-11",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.36.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20017",children:"PR #20017"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5349",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.49",children:"5.3.49"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 29 Sep 2021 07:36:23 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.48..@fluentui/react-charting_v5.3.49",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-12",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.35.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20013",children:"PR #20013"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5348",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.48",children:"5.3.48"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 28 Sep 2021 22:17:07 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.47..@fluentui/react-charting_v5.3.48",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-13",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20000",children:"PR #20000"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.35.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20000",children:"PR #20000"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.11 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20000",children:"PR #20000"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5347",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.47",children:"5.3.47"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 28 Sep 2021 07:37:27 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.46..@fluentui/react-charting_v5.3.47",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-14",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/dafc3b7b7092b9249afe8cb8129e2ea5c111c9c5",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.35.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/dafc3b7b7092b9249afe8cb8129e2ea5c111c9c5",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5346",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.46",children:"5.3.46"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 27 Sep 2021 07:34:24 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.45..@fluentui/react-charting_v5.3.46",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-15",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Legend container shifted left by 4 px for keyboard focus border (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19843",children:"PR #19843"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Removed title tag so that title tooltip should not show (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19843",children:"PR #19843"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.34.7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19843",children:"PR #19843"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5345",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.45",children:"5.3.45"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 23 Sep 2021 07:35:13 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.44..@fluentui/react-charting_v5.3.45",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-16",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.34.6 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19891",children:"PR #19891"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5344",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.44",children:"5.3.44"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 22 Sep 2021 09:55:02 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.43..@fluentui/react-charting_v5.3.44",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-17",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.34.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19902",children:"PR #19902"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5343",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.43",children:"5.3.43"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 21 Sep 2021 07:42:34 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.42..@fluentui/react-charting_v5.3.43",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-18",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.2.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19865",children:"PR #19865"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.34.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19865",children:"PR #19865"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5342",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.42",children:"5.3.42"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 20 Sep 2021 07:36:26 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.41..@fluentui/react-charting_v5.3.42",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-19",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Change date parsing to use toLocalString() (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19844",children:"PR #19844"})," by ",(0,c.jsx)(t.a,{href:"mailto:rkilburn@users.noreply.github.com",children:"rkilburn@users.noreply.github.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-charting to v5.3.42 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19844",children:"PR #19844"})," by ",(0,c.jsx)(t.a,{href:"mailto:lingfangao@hotmail.com",children:"lingfangao@hotmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5341",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.41",children:"5.3.41"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 16 Sep 2021 07:38:39 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.40..@fluentui/react-charting_v5.3.41",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-20",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-charting to v5.3.41 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19815",children:"PR #19815"})," by ",(0,c.jsx)(t.a,{href:"mailto:gcox@microsoft.com",children:"gcox@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5340",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.40",children:"5.3.40"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 14 Sep 2021 07:38:18 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.39..@fluentui/react-charting_v5.3.40",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-21",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-charting to v5.3.40 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19605",children:"PR #19605"})," by ",(0,c.jsx)(t.a,{href:"mailto:dmitry@grechka.family",children:"dmitry@grechka.family"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5339",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.39",children:"5.3.39"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 13 Sep 2021 07:37:03 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.38..@fluentui/react-charting_v5.3.39",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-22",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-charting to v5.3.39 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19758",children:"PR #19758"})," by ",(0,c.jsx)(t.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5338",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.38",children:"5.3.38"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 10 Sep 2021 07:39:51 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.37..@fluentui/react-charting_v5.3.38",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-23",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Dots for all points will render with opacity as 1 or 0.01 depends on line is active or not. This is done becouse reverse focus was not proper in line chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19708",children:"PR #19708"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5337",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.37",children:"5.3.37"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 09 Sep 2021 07:39:06 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.36..@fluentui/react-charting_v5.3.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-24",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.32.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18829",children:"PR #18829"})," by ",(0,c.jsx)(t.a,{href:"mailto:shujathlive@gmail.com",children:"shujathlive@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5336",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.36",children:"5.3.36"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 08 Sep 2021 07:34:11 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.35..@fluentui/react-charting_v5.3.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-25",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.31.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19344",children:"PR #19344"})," by ",(0,c.jsx)(t.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5335",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.35",children:"5.3.35"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 06 Sep 2021 07:34:53 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.34..@fluentui/react-charting_v5.3.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-26",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.30.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19584",children:"PR #19584"})," by ",(0,c.jsx)(t.a,{href:"mailto:gcox@microsoft.com",children:"gcox@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5334",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.34",children:"5.3.34"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 02 Sep 2021 07:36:46 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.33..@fluentui/react-charting_v5.3.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-27",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.30.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19590",children:"PR #19590"})," by ",(0,c.jsx)(t.a,{href:"mailto:olfedias@microsoft.com",children:"olfedias@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5333",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.33",children:"5.3.33"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 31 Aug 2021 07:37:47 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.32..@fluentui/react-charting_v5.3.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-28",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.30.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18892",children:"PR #18892"})," by ",(0,c.jsx)(t.a,{href:"mailto:tmichon@microsoft.com",children:"tmichon@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5332",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.32",children:"5.3.32"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 30 Aug 2021 07:35:05 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.31..@fluentui/react-charting_v5.3.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-29",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.30.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19404",children:"PR #19404"})," by ",(0,c.jsx)(t.a,{href:"mailto:richard@einfinity.co.uk",children:"richard@einfinity.co.uk"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5331",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.31",children:"5.3.31"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 25 Aug 2021 07:35:19 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.30..@fluentui/react-charting_v5.3.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-30",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.29.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19481",children:"PR #19481"})," by ",(0,c.jsx)(t.a,{href:"mailto:arujain@microsoft.com",children:"arujain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5330",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.30",children:"5.3.30"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 24 Aug 2021 07:34:48 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.29..@fluentui/react-charting_v5.3.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-31",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["opacity removed for unselected legends border, opacity was causing accessibility luminosity ratio issue (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19436",children:"PR #19436"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Reverting: Legends will be focusable in browser mode (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19406",children:"PR #19406"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Title tag for svg removed, so tooltip will not be shown on chart hover (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19464",children:"PR #19464"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5329",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.29",children:"5.3.29"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 23 Aug 2021 07:35:43 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.28..@fluentui/react-charting_v5.3.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-32",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.29.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19467",children:"PR #19467"})," by ",(0,c.jsx)(t.a,{href:"mailto:keyou@microsoft.com",children:"keyou@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5328",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.28",children:"5.3.28"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 19 Aug 2021 07:41:35 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.27..@fluentui/react-charting_v5.3.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-33",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.29.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19416",children:"PR #19416"})," by ",(0,c.jsx)(t.a,{href:"mailto:dzearing@hotmail.com",children:"dzearing@hotmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5327",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.27",children:"5.3.27"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 16 Aug 2021 07:36:39 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.26..@fluentui/react-charting_v5.3.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-34",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Chart title added for remaining charts, title will describe the chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19356",children:"PR #19356"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Chart element will not render when data value is zero (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19381",children:"PR #19381"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5326",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.26",children:"5.3.26"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 13 Aug 2021 07:36:34 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.25..@fluentui/react-charting_v5.3.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-35",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.28.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19351",children:"PR #19351"})," by ",(0,c.jsx)(t.a,{href:"mailto:keyou@microsoft.com",children:"keyou@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5325",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.25",children:"5.3.25"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 12 Aug 2021 07:34:46 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.24..@fluentui/react-charting_v5.3.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-36",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.28.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19350",children:"PR #19350"})," by ",(0,c.jsx)(t.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5324",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.24",children:"5.3.24"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 11 Aug 2021 07:34:54 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.23..@fluentui/react-charting_v5.3.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-37",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Legends will be focusable in browser mode (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19318",children:"PR #19318"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Chart title added for Area and Line chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19293",children:"PR #19293"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5323",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.23",children:"5.3.23"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 09 Aug 2021 07:35:14 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.22..@fluentui/react-charting_v5.3.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-38",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.27.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19228",children:"PR #19228"})," by ",(0,c.jsx)(t.a,{href:"mailto:kinhln@microsoft.com",children:"kinhln@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5322",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.22",children:"5.3.22"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 05 Aug 2021 07:34:24 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.21..@fluentui/react-charting_v5.3.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-39",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Accessibility change for Area Chart and Line chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19245",children:"PR #19245"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5321",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.21",children:"5.3.21"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 03 Aug 2021 07:39:30 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.20..@fluentui/react-charting_v5.3.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-40",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.26.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19169",children:"PR #19169"})," by ",(0,c.jsx)(t.a,{href:"mailto:behowell@microsoft.com",children:"behowell@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5320",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.20",children:"5.3.20"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 02 Aug 2021 07:36:20 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.19..@fluentui/react-charting_v5.3.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-41",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Added role as a link for overflow legends message, so it will read like 7 more link collapsed (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19199",children:"PR #19199"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Border will be visible on rect focus (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19202",children:"PR #19202"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["callout issue resolved by adding preventDismissOnLostFocus prop to callout props (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19178",children:"PR #19178"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Accessibility change for Vertical Bar chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19074",children:"PR #19074"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5319",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.19",children:"5.3.19"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 30 Jul 2021 07:35:22 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.18..@fluentui/react-charting_v5.3.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-42",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.26.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19195",children:"PR #19195"})," by ",(0,c.jsx)(t.a,{href:"mailto:rezha@microsoft.com",children:"rezha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5318",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.18",children:"5.3.18"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 29 Jul 2021 07:35:37 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.17..@fluentui/react-charting_v5.3.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-43",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.25.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19137",children:"PR #19137"})," by ",(0,c.jsx)(t.a,{href:"mailto:ololubek@microsoft.com",children:"ololubek@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5317",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.17",children:"5.3.17"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 28 Jul 2021 07:34:11 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.16..@fluentui/react-charting_v5.3.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-44",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.24.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19080",children:"PR #19080"})," by ",(0,c.jsx)(t.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5316",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.16",children:"5.3.16"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 27 Jul 2021 07:34:27 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.15..@fluentui/react-charting_v5.3.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-45",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Accessibility change for Vertical stacked bar chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19072",children:"PR #19072"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Accessibility change for HeatMap chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19059",children:"PR #19059"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Donut chart custom accessibility change (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18865",children:"PR #18865"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5315",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.15",children:"5.3.15"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 26 Jul 2021 07:37:30 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.14..@fluentui/react-charting_v5.3.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-46",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.23.9 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19122",children:"PR #19122"})," by ",(0,c.jsx)(t.a,{href:"mailto:behowell@microsoft.com",children:"behowell@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5314",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.14",children:"5.3.14"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 23 Jul 2021 07:38:19 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.13..@fluentui/react-charting_v5.3.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-47",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.23.8 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18580",children:"PR #18580"})," by ",(0,c.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5313",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.13",children:"5.3.13"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 22 Jul 2021 07:36:55 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.12..@fluentui/react-charting_v5.3.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-48",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.23.7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19008",children:"PR #19008"})," by ",(0,c.jsx)(t.a,{href:"mailto:litong@microsoft.com",children:"litong@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5312",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.12",children:"5.3.12"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 20 Jul 2021 22:23:17 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.11..@fluentui/react-charting_v5.3.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-49",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.23.6 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18984",children:"PR #18984"})," by ",(0,c.jsx)(t.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5311",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.11",children:"5.3.11"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 16 Jul 2021 00:35:31 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.10..@fluentui/react-charting_v5.3.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-50",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.23.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18909",children:"PR #18909"})," by ",(0,c.jsx)(t.a,{href:"mailto:ilrosen@microsoft.com",children:"ilrosen@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5310",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.10",children:"5.3.10"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 15 Jul 2021 07:36:18 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.9..@fluentui/react-charting_v5.3.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-51",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.23.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18884",children:"PR #18884"})," by ",(0,c.jsx)(t.a,{href:"mailto:behowell@microsoft.com",children:"behowell@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"539",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.9",children:"5.3.9"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 14 Jul 2021 07:28:19 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.8..@fluentui/react-charting_v5.3.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-52",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.23.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18853",children:"PR #18853"})," by ",(0,c.jsx)(t.a,{href:"mailto:makopch@microsoft.com",children:"makopch@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"538",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.8",children:"5.3.8"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 13 Jul 2021 22:32:58 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.7..@fluentui/react-charting_v5.3.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-53",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["GroupedVertical Chart accessibility change (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18880",children:"PR #18880"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"537",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.7",children:"5.3.7"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 13 Jul 2021 07:35:36 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.6..@fluentui/react-charting_v5.3.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-54",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.23.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18802",children:"PR #18802"})," by ",(0,c.jsx)(t.a,{href:"mailto:tmichon@microsoft.com",children:"tmichon@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"536",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.6",children:"5.3.6"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 09 Jul 2021 07:39:31 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.5..@fluentui/react-charting_v5.3.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-55",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.22.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18808",children:"PR #18808"})," by ",(0,c.jsx)(t.a,{href:"mailto:martinhochel@microsoft.com",children:"martinhochel@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"535",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.5",children:"5.3.5"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 08 Jul 2021 07:32:49 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.4..@fluentui/react-charting_v5.3.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-56",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Stacked Bar and Multi Stacked Bar chart: fixed when chart data is empty (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18811",children:"PR #18811"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"534",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.4",children:"5.3.4"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 07 Jul 2021 07:32:54 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.3..@fluentui/react-charting_v5.3.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-57",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.22.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18825",children:"PR #18825"})," by ",(0,c.jsx)(t.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"533",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.3",children:"5.3.3"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 01 Jul 2021 07:35:05 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.2..@fluentui/react-charting_v5.3.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-58",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.22.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18430",children:"PR #18430"})," by ",(0,c.jsx)(t.a,{href:"mailto:nikolenkoanton92@gmail.com",children:"nikolenkoanton92@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"532",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.2",children:"5.3.2"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 29 Jun 2021 07:33:32 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.1..@fluentui/react-charting_v5.3.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-59",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.21.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18713",children:"PR #18713"})," by ",(0,c.jsx)(t.a,{href:"mailto:makopch@microsoft.com",children:"makopch@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"531",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.1",children:"5.3.1"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 28 Jun 2021 07:35:16 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.0..@fluentui/react-charting_v5.3.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-60",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Stacked bar chart and multi stacked bar chart custom accessibility changes, for chart title, chart data text and CallOut. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18723",children:"PR #18723"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"530",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.0",children:"5.3.0"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 25 Jun 2021 07:31:35 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.12..@fluentui/react-charting_v5.3.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["add gaps, dotted lines and borders to line chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18665",children:"PR #18665"})," by ",(0,c.jsx)(t.a,{href:"mailto:nojittip@microsoft.com",children:"nojittip@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h3,{id:"patches-61",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Horizontal bar chart accessibility changes (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18687",children:"PR #18687"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]})]})}function o(e={}){const{wrapper:t}={...(0,h.a)(),...e.components};return t?(0,c.jsx)(t,{...e,children:(0,c.jsx)(u,{...e})}):u(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>n,a:()=>r});var c=i(7294);const h={},l=c.createContext(h);function r(e){const t=c.useContext(l);return c.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function n(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(h):e.components||h:r(e.components),c.createElement(l.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/418823fc.84656fe2.js b/assets/js/418823fc.84656fe2.js new file mode 100644 index 0000000000..26e79a545b --- /dev/null +++ b/assets/js/418823fc.84656fe2.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[6119],{7159:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>o,contentTitle:()=>l,default:()=>u,frontMatter:()=>r,metadata:()=>s,toc:()=>a});var i=n(5893),c=n(1151);const r={},l=void 0,s={id:"changelogSplits/5.4",title:"5.4",description:"5.4.1",source:"@site/../../docs/changelogSplits/5.4.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.4",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.4",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.5",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.5"},next:{title:"5.3",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.3"}},o={},a=[{value:"5.4.1",id:"541",level:2},{value:"Patches",id:"patches",level:3},{value:"5.4.0",id:"540",level:2},{value:"Minor changes",id:"minor-changes",level:3}];function h(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,c.a)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.h2,{id:"541",children:(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.4.1",children:"5.4.1"})}),"\n",(0,i.jsxs)(t.p,{children:["Mon, 01 Nov 2021 07:32:08 GMT\n",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.4.0..@fluentui/react-charting_v5.4.1",children:"Compare changes"})]}),"\n",(0,i.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,i.jsxs)(t.ul,{children:["\n",(0,i.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.5 (",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20231",children:"PR #20231"})," by beachball)"]}),"\n",(0,i.jsxs)(t.li,{children:["Bump @fluentui/react to v8.38.0 (",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20231",children:"PR #20231"})," by beachball)"]}),"\n"]}),"\n",(0,i.jsx)(t.h2,{id:"540",children:(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.4.0",children:"5.4.0"})}),"\n",(0,i.jsxs)(t.p,{children:["Fri, 29 Oct 2021 07:29:08 GMT\n",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.61..@fluentui/react-charting_v5.4.0",children:"Compare changes"})]}),"\n",(0,i.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,i.jsxs)(t.ul,{children:["\n",(0,i.jsxs)(t.li,{children:["Number localization for bar charts (",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20347",children:"PR #20347"})," by ",(0,i.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,i.jsxs)(t.li,{children:["Bump @fluentui/react to v8.37.6 (",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20273",children:"PR #20273"})," by beachball)"]}),"\n"]})]})}function u(e={}){const{wrapper:t}={...(0,c.a)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}},1151:(e,t,n)=>{n.d(t,{Z:()=>s,a:()=>l});var i=n(7294);const c={},r=i.createContext(c);function l(e){const t=i.useContext(r);return i.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function s(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(c):e.components||c:l(e.components),i.createElement(r.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/48224a32.ae238b0a.js b/assets/js/48224a32.ae238b0a.js new file mode 100644 index 0000000000..e8c1979cd1 --- /dev/null +++ b/assets/js/48224a32.ae238b0a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[4356],{7587:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>s,contentTitle:()=>h,default:()=>o,frontMatter:()=>r,metadata:()=>l,toc:()=>a});var c=i(5893),n=i(1151);const r={},h=void 0,l={id:"changelogSplits/5.1",title:"5.1",description:"5.1.17",source:"@site/../../docs/changelogSplits/5.1.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.1",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.1",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.2",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.2"},next:{title:"5.0",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.0"}},s={},a=[{value:"5.1.17",id:"5117",level:2},{value:"Patches",id:"patches",level:3},{value:"5.1.16",id:"5116",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.1.15",id:"5115",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.1.14",id:"5114",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.1.13",id:"5113",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.1.12",id:"5112",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.1.11",id:"5111",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.1.10",id:"5110",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.1.9",id:"519",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.1.8",id:"518",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.1.7",id:"517",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.1.6",id:"516",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.1.5",id:"515",level:2},{value:"Patches",id:"patches-12",level:3},{value:"5.1.4",id:"514",level:2},{value:"Patches",id:"patches-13",level:3},{value:"5.1.3",id:"513",level:2},{value:"Patches",id:"patches-14",level:3},{value:"5.1.2",id:"512",level:2},{value:"Patches",id:"patches-15",level:3},{value:"5.1.1",id:"511",level:2},{value:"Patches",id:"patches-16",level:3},{value:"5.1.0",id:"510",level:2},{value:"Minor changes",id:"minor-changes",level:3},{value:"Patches",id:"patches-17",level:3}];function u(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,n.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(t.h2,{id:"5117",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.17",children:"5.1.17"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 31 May 2021 07:33:15 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.16..@fluentui/react-charting_v5.1.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.16.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18376",children:"PR #18376"})," by ",(0,c.jsx)(t.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5116",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.16",children:"5.1.16"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 27 May 2021 07:33:21 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.15..@fluentui/react-charting_v5.1.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.15.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18197",children:"PR #18197"})," by ",(0,c.jsx)(t.a,{href:"mailto:hetanthakkar1@gmail.com",children:"hetanthakkar1@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5115",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.15",children:"5.1.15"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 26 May 2021 07:35:43 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.14..@fluentui/react-charting_v5.1.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.15.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18272",children:"PR #18272"})," by ",(0,c.jsx)(t.a,{href:"mailto:hetanthakkar1@gmail.com",children:"hetanthakkar1@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5114",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.14",children:"5.1.14"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 25 May 2021 01:11:03 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.13..@fluentui/react-charting_v5.1.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["aria-labelledby accessibility issue resolved by adding role and aria-label (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18279",children:"PR #18279"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5113",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.13",children:"5.1.13"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 24 May 2021 07:35:28 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.12..@fluentui/react-charting_v5.1.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.14.14 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18221",children:"PR #18221"})," by ",(0,c.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5112",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.12",children:"5.1.12"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 21 May 2021 07:34:54 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.11..@fluentui/react-charting_v5.1.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.14.13 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18198",children:"PR #18198"})," by ",(0,c.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5111",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.11",children:"5.1.11"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 20 May 2021 07:41:54 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.10..@fluentui/react-charting_v5.1.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.14.12 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18041",children:"PR #18041"})," by ",(0,c.jsx)(t.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5110",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.10",children:"5.1.10"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 19 May 2021 07:34:20 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.9..@fluentui/react-charting_v5.1.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.14.11 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18194",children:"PR #18194"})," by ",(0,c.jsx)(t.a,{href:"mailto:martinhochel@microsoft.com",children:"martinhochel@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"519",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.9",children:"5.1.9"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 18 May 2021 07:34:38 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.8..@fluentui/react-charting_v5.1.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.14.10 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17593",children:"PR #17593"})," by ",(0,c.jsx)(t.a,{href:"mailto:zhigzhen@microsoft.com",children:"zhigzhen@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"518",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.8",children:"5.1.8"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 17 May 2021 07:33:48 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.7..@fluentui/react-charting_v5.1.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.14.9 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18146",children:"PR #18146"})," by ",(0,c.jsx)(t.a,{href:"mailto:tkrasniqi@microsoft.com",children:"tkrasniqi@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"517",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.7",children:"5.1.7"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 14 May 2021 07:35:10 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.6..@fluentui/react-charting_v5.1.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-10",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.14.8 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18150",children:"PR #18150"})," by ",(0,c.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"516",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.6",children:"5.1.6"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 13 May 2021 07:36:55 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.5..@fluentui/react-charting_v5.1.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-11",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.14.7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18102",children:"PR #18102"})," by ",(0,c.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"515",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.5",children:"5.1.5"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 12 May 2021 07:36:20 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.4..@fluentui/react-charting_v5.1.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-12",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.14.6 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18127",children:"PR #18127"})," by ",(0,c.jsx)(t.a,{href:"mailto:oliver.webb@starleaf.com",children:"oliver.webb@starleaf.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"514",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.4",children:"5.1.4"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 10 May 2021 07:36:07 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.3..@fluentui/react-charting_v5.1.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-13",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.14.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18042",children:"PR #18042"})," by ",(0,c.jsx)(t.a,{href:"mailto:cujurgen@microsoft.com",children:"cujurgen@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"513",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.3",children:"5.1.3"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 07 May 2021 07:34:34 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.2..@fluentui/react-charting_v5.1.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-14",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.14.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17810",children:"PR #17810"})," by ",(0,c.jsx)(t.a,{href:"mailto:anhw@microsoft.com",children:"anhw@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"512",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.2",children:"5.1.2"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 06 May 2021 07:35:51 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.1..@fluentui/react-charting_v5.1.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-15",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.14.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18069",children:"PR #18069"})," by ",(0,c.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"511",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.1",children:"5.1.1"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 04 May 2021 07:36:35 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.0..@fluentui/react-charting_v5.1.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-16",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.14.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17925",children:"PR #17925"})," by ",(0,c.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"510",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.0",children:"5.1.0"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 30 Apr 2021 07:42:23 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.37..@fluentui/react-charting_v5.1.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Upgrade typescript to 4.1.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(t.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h3,{id:"patches-17",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.14.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(t.a,{href:"mailto:jdh@microsoft.com",children:"jdh@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.1.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(t.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/eslint-plugin to v1.2.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(t.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(t.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.1.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(t.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/scripts to v1.0.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(t.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n"]})]})}function o(e={}){const{wrapper:t}={...(0,n.a)(),...e.components};return t?(0,c.jsx)(t,{...e,children:(0,c.jsx)(u,{...e})}):u(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>l,a:()=>h});var c=i(7294);const n={},r=c.createContext(n);function h(e){const t=c.useContext(r);return c.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function l(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:h(e.components),c.createElement(r.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/4d3d5107.69a82cd1.js b/assets/js/4d3d5107.69a82cd1.js new file mode 100644 index 0000000000..6758e022b9 --- /dev/null +++ b/assets/js/4d3d5107.69a82cd1.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[8137],{2927:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>s,contentTitle:()=>n,default:()=>o,frontMatter:()=>h,metadata:()=>r,toc:()=>u});var c=i(5893),l=i(1151);const h={},n=void 0,r={id:"changelogSplits/5.9",title:"5.9",description:"5.9.55",source:"@site/../../docs/changelogSplits/5.9.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.9",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.9",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.10",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.10"},next:{title:"5.8",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.8"}},s={},u=[{value:"5.9.55",id:"5955",level:2},{value:"Patches",id:"patches",level:3},{value:"5.9.54",id:"5954",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.9.53",id:"5953",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.9.52",id:"5952",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.9.51",id:"5951",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.9.50",id:"5950",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.9.49",id:"5949",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.9.48",id:"5948",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.9.47",id:"5947",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.9.46",id:"5946",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.9.45",id:"5945",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.9.44",id:"5944",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.9.43",id:"5943",level:2},{value:"Patches",id:"patches-12",level:3},{value:"5.9.42",id:"5942",level:2},{value:"Patches",id:"patches-13",level:3},{value:"5.9.41",id:"5941",level:2},{value:"Patches",id:"patches-14",level:3},{value:"5.9.40",id:"5940",level:2},{value:"Patches",id:"patches-15",level:3},{value:"5.9.39",id:"5939",level:2},{value:"Patches",id:"patches-16",level:3},{value:"5.9.38",id:"5938",level:2},{value:"Patches",id:"patches-17",level:3},{value:"5.9.37",id:"5937",level:2},{value:"Patches",id:"patches-18",level:3},{value:"5.9.36",id:"5936",level:2},{value:"Patches",id:"patches-19",level:3},{value:"5.9.35",id:"5935",level:2},{value:"Patches",id:"patches-20",level:3},{value:"5.9.34",id:"5934",level:2},{value:"Patches",id:"patches-21",level:3},{value:"5.9.33",id:"5933",level:2},{value:"Patches",id:"patches-22",level:3},{value:"5.9.32",id:"5932",level:2},{value:"Patches",id:"patches-23",level:3},{value:"5.9.31",id:"5931",level:2},{value:"Patches",id:"patches-24",level:3},{value:"5.9.30",id:"5930",level:2},{value:"Patches",id:"patches-25",level:3},{value:"5.9.29",id:"5929",level:2},{value:"Patches",id:"patches-26",level:3},{value:"5.9.28",id:"5928",level:2},{value:"Patches",id:"patches-27",level:3},{value:"5.9.27",id:"5927",level:2},{value:"Patches",id:"patches-28",level:3},{value:"5.9.26",id:"5926",level:2},{value:"Patches",id:"patches-29",level:3},{value:"5.9.25",id:"5925",level:2},{value:"Patches",id:"patches-30",level:3},{value:"5.9.24",id:"5924",level:2},{value:"Patches",id:"patches-31",level:3},{value:"5.9.23",id:"5923",level:2},{value:"Patches",id:"patches-32",level:3},{value:"5.9.22",id:"5922",level:2},{value:"Patches",id:"patches-33",level:3},{value:"5.9.21",id:"5921",level:2},{value:"Patches",id:"patches-34",level:3},{value:"5.9.20",id:"5920",level:2},{value:"Patches",id:"patches-35",level:3},{value:"5.9.19",id:"5919",level:2},{value:"Patches",id:"patches-36",level:3},{value:"5.9.18",id:"5918",level:2},{value:"Patches",id:"patches-37",level:3},{value:"5.9.17",id:"5917",level:2},{value:"Patches",id:"patches-38",level:3},{value:"5.9.16",id:"5916",level:2},{value:"Patches",id:"patches-39",level:3},{value:"5.9.15",id:"5915",level:2},{value:"Patches",id:"patches-40",level:3},{value:"5.9.14",id:"5914",level:2},{value:"Patches",id:"patches-41",level:3},{value:"5.9.13",id:"5913",level:2},{value:"Patches",id:"patches-42",level:3},{value:"5.9.12",id:"5912",level:2},{value:"Patches",id:"patches-43",level:3},{value:"5.9.11",id:"5911",level:2},{value:"Patches",id:"patches-44",level:3},{value:"5.9.10",id:"5910",level:2},{value:"Patches",id:"patches-45",level:3},{value:"5.9.9",id:"599",level:2},{value:"Patches",id:"patches-46",level:3},{value:"5.9.8",id:"598",level:2},{value:"Patches",id:"patches-47",level:3},{value:"5.9.7",id:"597",level:2},{value:"Patches",id:"patches-48",level:3},{value:"5.9.6",id:"596",level:2},{value:"Patches",id:"patches-49",level:3},{value:"5.9.5",id:"595",level:2},{value:"Patches",id:"patches-50",level:3},{value:"5.9.4",id:"594",level:2},{value:"Patches",id:"patches-51",level:3},{value:"5.9.3",id:"593",level:2},{value:"Patches",id:"patches-52",level:3},{value:"5.9.2",id:"592",level:2},{value:"Patches",id:"patches-53",level:3},{value:"5.9.1",id:"591",level:2},{value:"Patches",id:"patches-54",level:3},{value:"5.9.0",id:"590",level:2},{value:"Minor changes",id:"minor-changes",level:3}];function a(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,l.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(t.h2,{id:"5955",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.55",children:"5.9.55"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 01 Jul 2022 07:35:10 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.54..@fluentui/react-charting_v5.9.55",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["fixed legends selected screen reader issue (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23768",children:"PR #23768"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["legends & labels are capitalized (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23783",children:"PR #23783"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5954",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.54",children:"5.9.54"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 30 Jun 2022 07:40:48 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.53..@fluentui/react-charting_v5.9.54",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.77.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23768",children:"PR #23768"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5953",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.53",children:"5.9.53"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 28 Jun 2022 07:39:04 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.52..@fluentui/react-charting_v5.9.53",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.7.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23683",children:"PR #23683"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.77.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23683",children:"PR #23683"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5952",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.52",children:"5.9.52"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 27 Jun 2022 07:37:20 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.51..@fluentui/react-charting_v5.9.52",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Hover state aren't paired with cursor_New (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23685",children:"PR #23685"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5951",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.51",children:"5.9.51"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 24 Jun 2022 07:43:32 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.50..@fluentui/react-charting_v5.9.51",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.7.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23440",children:"PR #23440"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.77.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23440",children:"PR #23440"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5950",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.50",children:"5.9.50"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 20 Jun 2022 07:45:13 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.49..@fluentui/react-charting_v5.9.50",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.77.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23573",children:"PR #23573"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5949",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.49",children:"5.9.49"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 17 Jun 2022 07:41:59 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.48..@fluentui/react-charting_v5.9.49",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.76.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23518",children:"PR #23518"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5948",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.48",children:"5.9.48"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 15 Jun 2022 21:38:03 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.47..@fluentui/react-charting_v5.9.48",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.76.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23560",children:"PR #23560"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5947",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.47",children:"5.9.47"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 15 Jun 2022 07:40:21 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.46..@fluentui/react-charting_v5.9.47",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix text overflow bugs (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.75.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23551",children:"PR #23551"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5946",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.46",children:"5.9.46"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 14 Jun 2022 07:52:11 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.45..@fluentui/react-charting_v5.9.46",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.75.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23528",children:"PR #23528"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5945",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.45",children:"5.9.45"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 13 Jun 2022 07:39:08 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.44..@fluentui/react-charting_v5.9.45",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-10",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.74.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23493",children:"PR #23493"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5944",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.44",children:"5.9.44"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 10 Jun 2022 07:46:14 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.43..@fluentui/react-charting_v5.9.44",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-11",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.73.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23468",children:"PR #23468"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5943",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.43",children:"5.9.43"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 09 Jun 2022 07:45:28 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.42..@fluentui/react-charting_v5.9.43",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-12",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.7.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23445",children:"PR #23445"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.72.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23445",children:"PR #23445"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5942",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.42",children:"5.9.42"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 07 Jun 2022 07:48:02 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.41..@fluentui/react-charting_v5.9.42",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-13",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Update high-contrast mixins to support forced-colors (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23285",children:"PR #23285"})," by ",(0,c.jsx)(t.a,{href:"mailto:tmichon@microsoft.com",children:"tmichon@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Affixed hover state closer to the cursor (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23405",children:"PR #23405"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.6.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23266",children:"PR #23266"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.72.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23266",children:"PR #23266"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5941",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.41",children:"5.9.41"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 02 Jun 2022 07:38:04 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.40..@fluentui/react-charting_v5.9.41",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-14",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.72.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23356",children:"PR #23356"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5940",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.40",children:"5.9.40"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 01 Jun 2022 07:38:24 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.39..@fluentui/react-charting_v5.9.40",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-15",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Not able to access all groups available in graph using keyboard. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23214",children:"PR #23214"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.72.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23293",children:"PR #23293"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5939",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.39",children:"5.9.39"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 30 May 2022 07:44:13 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.38..@fluentui/react-charting_v5.9.39",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-16",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.71.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23126",children:"PR #23126"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5938",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.38",children:"5.9.38"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 27 May 2022 07:39:11 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.37..@fluentui/react-charting_v5.9.38",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-17",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.71.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23127",children:"PR #23127"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5937",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.37",children:"5.9.37"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 25 May 2022 07:44:28 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.36..@fluentui/react-charting_v5.9.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-18",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bug 5915906 vertical stacked chart colors of legends is not displayed in high contrast (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22963",children:"PR #22963"})," by ",(0,c.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.70.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23207",children:"PR #23207"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5936",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.36",children:"5.9.36"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 24 May 2022 07:47:25 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.35..@fluentui/react-charting_v5.9.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-19",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["fixing line chart events focus issue (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23079",children:"PR #23079"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["added aria-valuetext attribute (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22959",children:"PR #22959"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.69.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23158",children:"PR #23158"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5935",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.35",children:"5.9.35"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 23 May 2022 07:42:16 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.34..@fluentui/react-charting_v5.9.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-20",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["fixing color contrast issue (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23103",children:"PR #23103"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.6.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23103",children:"PR #23103"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.68.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23103",children:"PR #23103"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5934",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.34",children:"5.9.34"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 19 May 2022 07:41:27 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.33..@fluentui/react-charting_v5.9.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-21",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.68.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23069",children:"PR #23069"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5933",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.33",children:"5.9.33"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 17 May 2022 07:45:01 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.32..@fluentui/react-charting_v5.9.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-22",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.68.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23024",children:"PR #23024"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5932",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.32",children:"5.9.32"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 16 May 2022 07:36:55 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.31..@fluentui/react-charting_v5.9.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-23",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.68.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23002",children:"PR #23002"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5931",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.31",children:"5.9.31"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 13 May 2022 07:45:35 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.30..@fluentui/react-charting_v5.9.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-24",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.5.8 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22966",children:"PR #22966"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.2.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22966",children:"PR #22966"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.68.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22966",children:"PR #22966"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.19 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22966",children:"PR #22966"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5930",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.30",children:"5.9.30"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 11 May 2022 07:42:47 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.29..@fluentui/react-charting_v5.9.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-25",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.67.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22572",children:"PR #22572"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5929",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.29",children:"5.9.29"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 09 May 2022 07:37:42 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.28..@fluentui/react-charting_v5.9.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-26",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.67.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22880",children:"PR #22880"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5928",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.28",children:"5.9.28"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 28 Apr 2022 07:39:56 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.27..@fluentui/react-charting_v5.9.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-27",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.67.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22676",children:"PR #22676"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5927",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.27",children:"5.9.27"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 27 Apr 2022 07:43:07 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.26..@fluentui/react-charting_v5.9.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-28",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.67.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22642",children:"PR #22642"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5926",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.26",children:"5.9.26"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 25 Apr 2022 07:37:25 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.25..@fluentui/react-charting_v5.9.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-29",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.67.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22548",children:"PR #22548"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5925",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.25",children:"5.9.25"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 21 Apr 2022 07:36:48 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.24..@fluentui/react-charting_v5.9.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-30",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.66.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22577",children:"PR #22577"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5924",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.24",children:"5.9.24"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 20 Apr 2022 07:39:23 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.23..@fluentui/react-charting_v5.9.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-31",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.66.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22539",children:"PR #22539"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5923",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.23",children:"5.9.23"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 19 Apr 2022 21:39:15 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.22..@fluentui/react-charting_v5.9.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-32",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.66.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22550",children:"PR #22550"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5922",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.22",children:"5.9.22"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 18 Apr 2022 07:38:04 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.21..@fluentui/react-charting_v5.9.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-33",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.65.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22524",children:"PR #22524"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5921",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.21",children:"5.9.21"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 15 Apr 2022 07:42:48 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.20..@fluentui/react-charting_v5.9.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-34",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.5.7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22499",children:"PR #22499"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.65.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22499",children:"PR #22499"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.18 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22499",children:"PR #22499"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5920",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.20",children:"5.9.20"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 14 Apr 2022 07:38:11 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.19..@fluentui/react-charting_v5.9.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-35",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.64.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22501",children:"PR #22501"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5919",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.19",children:"5.9.19"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 12 Apr 2022 07:39:33 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.18..@fluentui/react-charting_v5.9.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-36",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.64.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22439",children:"PR #22439"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5918",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.18",children:"5.9.18"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 11 Apr 2022 07:40:58 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.17..@fluentui/react-charting_v5.9.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-37",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.64.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22446",children:"PR #22446"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5917",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.17",children:"5.9.17"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 06 Apr 2022 07:34:58 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.16..@fluentui/react-charting_v5.9.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-38",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.64.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22266",children:"PR #22266"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5916",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.16",children:"5.9.16"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 04 Apr 2022 20:01:04 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.15..@fluentui/react-charting_v5.9.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-39",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.64.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22295",children:"PR #22295"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5915",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.15",children:"5.9.15"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 31 Mar 2022 07:38:07 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.14..@fluentui/react-charting_v5.9.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-40",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.63.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22247",children:"PR #22247"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5914",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.14",children:"5.9.14"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 30 Mar 2022 07:38:55 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.13..@fluentui/react-charting_v5.9.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-41",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.63.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22110",children:"PR #22110"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5913",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.13",children:"5.9.13"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 28 Mar 2022 07:47:27 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.12..@fluentui/react-charting_v5.9.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-42",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.62.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22197",children:"PR #22197"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5912",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.12",children:"5.9.12"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 25 Mar 2022 07:38:05 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.11..@fluentui/react-charting_v5.9.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-43",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.62.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22201",children:"PR #22201"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5911",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.11",children:"5.9.11"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 23 Mar 2022 07:37:29 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.10..@fluentui/react-charting_v5.9.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-44",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.62.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22184",children:"PR #22184"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5910",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.10",children:"5.9.10"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 21 Mar 2022 07:39:45 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.9..@fluentui/react-charting_v5.9.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-45",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.62.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22161",children:"PR #22161"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"599",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.9",children:"5.9.9"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 18 Mar 2022 07:42:02 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.8..@fluentui/react-charting_v5.9.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-46",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.62.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22147",children:"PR #22147"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"598",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.8",children:"5.9.8"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 16 Mar 2022 07:38:51 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.7..@fluentui/react-charting_v5.9.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-47",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.5.6 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21960",children:"PR #21960"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.61.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21960",children:"PR #21960"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"597",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.7",children:"5.9.7"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 15 Mar 2022 07:45:54 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.6..@fluentui/react-charting_v5.9.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-48",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.5.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22094",children:"PR #22094"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.61.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22094",children:"PR #22094"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"596",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.6",children:"5.9.6"})}),"\n",(0,c.jsxs)(t.p,{children:["Sat, 12 Mar 2022 01:04:50 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.5..@fluentui/react-charting_v5.9.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-49",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.61.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22080",children:"PR #22080"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"595",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.5",children:"5.9.5"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 11 Mar 2022 19:51:48 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.4..@fluentui/react-charting_v5.9.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-50",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.60.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22074",children:"PR #22074"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"594",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.4",children:"5.9.4"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 11 Mar 2022 07:34:41 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.3..@fluentui/react-charting_v5.9.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-51",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.5.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22047",children:"PR #22047"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.60.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22047",children:"PR #22047"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.17 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22047",children:"PR #22047"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"593",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.3",children:"5.9.3"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 10 Mar 2022 07:34:50 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.2..@fluentui/react-charting_v5.9.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-52",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.5.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22043",children:"PR #22043"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.60.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22043",children:"PR #22043"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"592",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.2",children:"5.9.2"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 09 Mar 2022 07:37:30 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.1..@fluentui/react-charting_v5.9.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-53",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.5.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22008",children:"PR #22008"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.60.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22008",children:"PR #22008"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"591",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.1",children:"5.9.1"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 08 Mar 2022 23:29:58 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.0..@fluentui/react-charting_v5.9.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-54",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.5.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22006",children:"PR #22006"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.60.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/22006",children:"PR #22006"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"590",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.0",children:"5.9.0"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 08 Mar 2022 07:35:08 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.8.2..@fluentui/react-charting_v5.9.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.5.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21700",children:"PR #21700"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.59.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21700",children:"PR #21700"})," by beachball)"]}),"\n"]})]})}function o(e={}){const{wrapper:t}={...(0,l.a)(),...e.components};return t?(0,c.jsx)(t,{...e,children:(0,c.jsx)(a,{...e})}):a(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>r,a:()=>n});var c=i(7294);const l={},h=c.createContext(l);function n(e){const t=c.useContext(h);return c.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function r(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(l):e.components||l:n(e.components),c.createElement(h.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/5b2e78ee.8b4a2eea.js b/assets/js/5b2e78ee.8b4a2eea.js new file mode 100644 index 0000000000..09f2431e73 --- /dev/null +++ b/assets/js/5b2e78ee.8b4a2eea.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[1181],{1393:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>o,contentTitle:()=>l,default:()=>u,frontMatter:()=>r,metadata:()=>s,toc:()=>a});var i=n(5893),c=n(1151);const r={},l=void 0,s={id:"changelogSplits/5.10",title:"5.10",description:"5.10.1",source:"@site/../../docs/changelogSplits/5.10.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.10",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.10",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.11",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.11"},next:{title:"5.9",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.9"}},o={},a=[{value:"5.10.1",id:"5101",level:2},{value:"Patches",id:"patches",level:3},{value:"5.10.0",id:"5100",level:2},{value:"Minor changes",id:"minor-changes",level:3}];function h(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,c.a)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.h2,{id:"5101",children:(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.10.1",children:"5.10.1"})}),"\n",(0,i.jsxs)(t.p,{children:["Thu, 07 Jul 2022 07:37:21 GMT\n",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.10.0..@fluentui/react-charting_v5.10.1",children:"Compare changes"})]}),"\n",(0,i.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,i.jsxs)(t.ul,{children:["\n",(0,i.jsxs)(t.li,{children:["Add sparkline chart to repo (",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,i.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,i.jsxs)(t.li,{children:["Bump @fluentui/react to v8.78.1 (",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23812",children:"PR #23812"})," by beachball)"]}),"\n"]}),"\n",(0,i.jsx)(t.h2,{id:"5100",children:(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.10.0",children:"5.10.0"})}),"\n",(0,i.jsxs)(t.p,{children:["Wed, 06 Jul 2022 07:38:24 GMT\n",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.55..@fluentui/react-charting_v5.10.0",children:"Compare changes"})]}),"\n",(0,i.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,i.jsxs)(t.ul,{children:["\n",(0,i.jsxs)(t.li,{children:["Bump @fluentui/react to v8.78.0 (",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23806",children:"PR #23806"})," by beachball)"]}),"\n"]})]})}function u(e={}){const{wrapper:t}={...(0,c.a)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}},1151:(e,t,n)=>{n.d(t,{Z:()=>s,a:()=>l});var i=n(7294);const c={},r=i.createContext(c);function l(e){const t=i.useContext(r);return i.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function s(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(c):e.components||c:l(e.components),i.createElement(r.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/65a720d8.13074926.js b/assets/js/65a720d8.13074926.js new file mode 100644 index 0000000000..d3fd27adfc --- /dev/null +++ b/assets/js/65a720d8.13074926.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[2632],{8421:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>s,contentTitle:()=>n,default:()=>o,frontMatter:()=>h,metadata:()=>r,toc:()=>u});var l=i(5893),c=i(1151);const h={},n=void 0,r={id:"changelogSplits/5.16",title:"5.16",description:"5.16.60",source:"@site/../../docs/changelogSplits/5.16.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.16",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.16",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.17",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.17"},next:{title:"5.15",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.15"}},s={},u=[{value:"5.16.60",id:"51660",level:2},{value:"Patches",id:"patches",level:3},{value:"5.16.59",id:"51659",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.16.58",id:"51658",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.16.57",id:"51657",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.16.56",id:"51656",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.16.55",id:"51655",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.16.54",id:"51654",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.16.53",id:"51653",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.16.52",id:"51652",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.16.51",id:"51651",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.16.50",id:"51650",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.16.49",id:"51649",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.16.48",id:"51648",level:2},{value:"Patches",id:"patches-12",level:3},{value:"5.16.47",id:"51647",level:2},{value:"Patches",id:"patches-13",level:3},{value:"5.16.46",id:"51646",level:2},{value:"Patches",id:"patches-14",level:3},{value:"5.16.45",id:"51645",level:2},{value:"Patches",id:"patches-15",level:3},{value:"5.16.44",id:"51644",level:2},{value:"Patches",id:"patches-16",level:3},{value:"5.16.43",id:"51643",level:2},{value:"Patches",id:"patches-17",level:3},{value:"5.16.42",id:"51642",level:2},{value:"Patches",id:"patches-18",level:3},{value:"5.16.41",id:"51641",level:2},{value:"Patches",id:"patches-19",level:3},{value:"5.16.40",id:"51640",level:2},{value:"Patches",id:"patches-20",level:3},{value:"5.16.39",id:"51639",level:2},{value:"Patches",id:"patches-21",level:3},{value:"5.16.38",id:"51638",level:2},{value:"Patches",id:"patches-22",level:3},{value:"5.16.37",id:"51637",level:2},{value:"Patches",id:"patches-23",level:3},{value:"5.16.36",id:"51636",level:2},{value:"Patches",id:"patches-24",level:3},{value:"5.16.35",id:"51635",level:2},{value:"Patches",id:"patches-25",level:3},{value:"5.16.34",id:"51634",level:2},{value:"Patches",id:"patches-26",level:3},{value:"5.16.33",id:"51633",level:2},{value:"Patches",id:"patches-27",level:3},{value:"5.16.32",id:"51632",level:2},{value:"Patches",id:"patches-28",level:3},{value:"5.16.31",id:"51631",level:2},{value:"Patches",id:"patches-29",level:3},{value:"5.16.30",id:"51630",level:2},{value:"Patches",id:"patches-30",level:3},{value:"5.16.29",id:"51629",level:2},{value:"Patches",id:"patches-31",level:3},{value:"5.16.28",id:"51628",level:2},{value:"Patches",id:"patches-32",level:3},{value:"5.16.27",id:"51627",level:2},{value:"Patches",id:"patches-33",level:3},{value:"5.16.26",id:"51626",level:2},{value:"Patches",id:"patches-34",level:3},{value:"5.16.25",id:"51625",level:2},{value:"Patches",id:"patches-35",level:3},{value:"5.16.24",id:"51624",level:2},{value:"Patches",id:"patches-36",level:3},{value:"5.16.23",id:"51623",level:2},{value:"Patches",id:"patches-37",level:3},{value:"5.16.22",id:"51622",level:2},{value:"Patches",id:"patches-38",level:3},{value:"5.16.21",id:"51621",level:2},{value:"Patches",id:"patches-39",level:3},{value:"5.16.20",id:"51620",level:2},{value:"Patches",id:"patches-40",level:3},{value:"5.16.19",id:"51619",level:2},{value:"Patches",id:"patches-41",level:3},{value:"5.16.18",id:"51618",level:2},{value:"Patches",id:"patches-42",level:3},{value:"5.16.17",id:"51617",level:2},{value:"Patches",id:"patches-43",level:3},{value:"5.16.16",id:"51616",level:2},{value:"Patches",id:"patches-44",level:3},{value:"5.16.15",id:"51615",level:2},{value:"Patches",id:"patches-45",level:3},{value:"5.16.14",id:"51614",level:2},{value:"Patches",id:"patches-46",level:3},{value:"5.16.13",id:"51613",level:2},{value:"Patches",id:"patches-47",level:3},{value:"5.16.12",id:"51612",level:2},{value:"Patches",id:"patches-48",level:3},{value:"5.16.11",id:"51611",level:2},{value:"Patches",id:"patches-49",level:3},{value:"5.16.10",id:"51610",level:2},{value:"Patches",id:"patches-50",level:3},{value:"5.16.9",id:"5169",level:2},{value:"Patches",id:"patches-51",level:3},{value:"5.16.8",id:"5168",level:2},{value:"Patches",id:"patches-52",level:3},{value:"5.16.7",id:"5167",level:2},{value:"Patches",id:"patches-53",level:3},{value:"5.16.6",id:"5166",level:2},{value:"Patches",id:"patches-54",level:3},{value:"5.16.5",id:"5165",level:2},{value:"Patches",id:"patches-55",level:3},{value:"5.16.4",id:"5164",level:2},{value:"Patches",id:"patches-56",level:3},{value:"5.16.3",id:"5163",level:2},{value:"Patches",id:"patches-57",level:3},{value:"5.16.2",id:"5162",level:2},{value:"Patches",id:"patches-58",level:3},{value:"5.16.1",id:"5161",level:2},{value:"Patches",id:"patches-59",level:3},{value:"5.16.0",id:"5160",level:2},{value:"Minor changes",id:"minor-changes",level:3},{value:"Patches",id:"patches-60",level:3}];function a(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,c.a)(),...e.components};return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(t.h2,{id:"51660",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.60",children:"5.16.60"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 11 Aug 2023 07:34:50 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.59..@fluentui/react-charting_v5.16.60",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.106 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28580",children:"PR #28580"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.13 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28580",children:"PR #28580"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51659",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.59",children:"5.16.59"})}),"\n",(0,l.jsxs)(t.p,{children:["Wed, 09 Aug 2023 07:36:09 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.58..@fluentui/react-charting_v5.16.59",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Changes for lazy load for hover card and legends (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27857",children:"PR #27857"})," by ",(0,l.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51658",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.58",children:"5.16.58"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 04 Aug 2023 07:35:28 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.57..@fluentui/react-charting_v5.16.58",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.105 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28373",children:"PR #28373"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.12 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28373",children:"PR #28373"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51657",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.57",children:"5.16.57"})}),"\n",(0,l.jsxs)(t.p,{children:["Wed, 02 Aug 2023 07:34:48 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.56..@fluentui/react-charting_v5.16.57",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Fixing re-render issue for all charts when empty (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28321",children:"PR #28321"})," by ",(0,l.jsx)(t.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51656",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.56",children:"5.16.56"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 28 Jul 2023 07:34:57 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.55..@fluentui/react-charting_v5.16.56",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["fixed the keyboard accessibility issue in area chart when legend is clicked (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28515",children:"PR #28515"})," by ",(0,l.jsx)(t.a,{href:"mailto:yushsingla@microsoft.com",children:"yushsingla@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51655",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.55",children:"5.16.55"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 25 Jul 2023 07:44:54 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.54..@fluentui/react-charting_v5.16.55",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["fixed the keyboard accessibility issue in area chart when legend is clicked (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28515",children:"PR #28515"})," by email not defined)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.104 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28515",children:"PR #28515"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.11 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28515",children:"PR #28515"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51654",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.54",children:"5.16.54"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 18 Jul 2023 07:35:17 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.53..@fluentui/react-charting_v5.16.54",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["X bars showing incorrect data when the values are large- bug 8380 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28510",children:"PR #28510"})," by ",(0,l.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.103 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28522",children:"PR #28522"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.10 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28522",children:"PR #28522"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51653",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.53",children:"5.16.53"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 17 Jul 2023 07:39:32 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.52..@fluentui/react-charting_v5.16.53",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.102 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28523",children:"PR #28523"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.9 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28523",children:"PR #28523"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51652",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.52",children:"5.16.52"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 14 Jul 2023 07:36:53 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.51..@fluentui/react-charting_v5.16.52",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Improving first render cycle of cartesian chart (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27721",children:"PR #27721"})," by ",(0,l.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51651",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.51",children:"5.16.51"})}),"\n",(0,l.jsxs)(t.p,{children:["Wed, 12 Jul 2023 07:38:24 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.50..@fluentui/react-charting_v5.16.51",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Fixing rerender issue for empty vertical bar charts (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28192",children:"PR #28192"})," by ",(0,l.jsx)(t.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51650",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.50",children:"5.16.50"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 10 Jul 2023 07:35:07 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.49..@fluentui/react-charting_v5.16.50",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-10",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.101 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28008",children:"PR #28008"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.8 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28008",children:"PR #28008"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51649",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.49",children:"5.16.49"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 03 Jul 2023 07:35:23 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.48..@fluentui/react-charting_v5.16.49",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-11",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Optimizing code for perfromance improvement (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27263",children:"PR #27263"})," by ",(0,l.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51648",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.48",children:"5.16.48"})}),"\n",(0,l.jsxs)(t.p,{children:["Thu, 29 Jun 2023 07:35:33 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.47..@fluentui/react-charting_v5.16.48",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-12",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.100 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28362",children:"PR #28362"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.7 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28362",children:"PR #28362"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51647",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.47",children:"5.16.47"})}),"\n",(0,l.jsxs)(t.p,{children:["Wed, 28 Jun 2023 07:37:35 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.46..@fluentui/react-charting_v5.16.47",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-13",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.30 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28335",children:"PR #28335"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.99 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28335",children:"PR #28335"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.6 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28335",children:"PR #28335"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51646",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.46",children:"5.16.46"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 27 Jun 2023 07:35:50 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.45..@fluentui/react-charting_v5.16.46",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-14",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.98 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28303",children:"PR #28303"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.5 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28303",children:"PR #28303"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51645",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.45",children:"5.16.45"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 26 Jun 2023 07:35:04 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.44..@fluentui/react-charting_v5.16.45",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-15",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Add gauge chart (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27170",children:"PR #27170"})," by ",(0,l.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,l.jsxs)(t.li,{children:["event annotation text and stroke color fixed in line chart, such that by default it is black in light theme, and white in dark theme. (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28262",children:"PR #28262"})," by email not defined)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51644",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.44",children:"5.16.44"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 20 Jun 2023 07:36:29 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.43..@fluentui/react-charting_v5.16.44",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-16",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Fix overlapping axis labels on smaller viewports (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28239",children:"PR #28239"})," by ",(0,l.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51643",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.43",children:"5.16.43"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 19 Jun 2023 07:36:39 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.42..@fluentui/react-charting_v5.16.43",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-17",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.29 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28234",children:"PR #28234"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.97 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28234",children:"PR #28234"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.4 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28234",children:"PR #28234"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51642",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.42",children:"5.16.42"})}),"\n",(0,l.jsxs)(t.p,{children:["Wed, 14 Jun 2023 07:38:33 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.41..@fluentui/react-charting_v5.16.42",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-18",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.96 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28181",children:"PR #28181"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.3 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28181",children:"PR #28181"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51641",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.41",children:"5.16.41"})}),"\n",(0,l.jsxs)(t.p,{children:["Thu, 08 Jun 2023 07:35:14 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.40..@fluentui/react-charting_v5.16.41",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-19",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.95 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27864",children:"PR #27864"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.2 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27864",children:"PR #27864"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51640",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.40",children:"5.16.40"})}),"\n",(0,l.jsxs)(t.p,{children:["Wed, 07 Jun 2023 07:33:58 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.39..@fluentui/react-charting_v5.16.40",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-20",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.94 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28157",children:"PR #28157"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.1 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28157",children:"PR #28157"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51639",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.39",children:"5.16.39"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 06 Jun 2023 07:35:19 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.38..@fluentui/react-charting_v5.16.39",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-21",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bug fix for bars are not coming in center for string variant (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28092",children:"PR #28092"})," by ",(0,l.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.93 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28092",children:"PR #28092"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.110.0 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28092",children:"PR #28092"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51638",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.38",children:"5.16.38"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 05 Jun 2023 07:37:25 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.37..@fluentui/react-charting_v5.16.38",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-22",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.28 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28125",children:"PR #28125"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.92 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28125",children:"PR #28125"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.109.11 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28125",children:"PR #28125"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51637",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.37",children:"5.16.37"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 02 Jun 2023 07:35:08 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.36..@fluentui/react-charting_v5.16.37",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-23",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Accessibility fixes (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26344",children:"PR #26344"})," by ",(0,l.jsx)(t.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51636",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.36",children:"5.16.36"})}),"\n",(0,l.jsxs)(t.p,{children:["Thu, 01 Jun 2023 07:38:37 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.35..@fluentui/react-charting_v5.16.36",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-24",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.27 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28080",children:"PR #28080"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.91 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28080",children:"PR #28080"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.109.10 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28080",children:"PR #28080"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51635",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.35",children:"5.16.35"})}),"\n",(0,l.jsxs)(t.p,{children:["Wed, 31 May 2023 07:38:40 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.34..@fluentui/react-charting_v5.16.35",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-25",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.26 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/dd8c30d9b97f68eb332366fc0e69775a88775319",children:"commit"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.90 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/dd8c30d9b97f68eb332366fc0e69775a88775319",children:"commit"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.2.11 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/dd8c30d9b97f68eb332366fc0e69775a88775319",children:"commit"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.109.9 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/dd8c30d9b97f68eb332366fc0e69775a88775319",children:"commit"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.29 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/dd8c30d9b97f68eb332366fc0e69775a88775319",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51634",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.34",children:"5.16.34"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 30 May 2023 07:36:09 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.33..@fluentui/react-charting_v5.16.34",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-26",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Added options to have a secondary y-axis for a vertical chart and options for the lines to use the secondary y-axis or not (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27965",children:"PR #27965"})," by ",(0,l.jsx)(t.a,{href:"mailto:t-miarrieta@microsoft.com",children:"t-miarrieta@microsoft.com"}),")"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.25 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27685",children:"PR #27685"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.89 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27685",children:"PR #27685"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.2.10 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27685",children:"PR #27685"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.109.8 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27685",children:"PR #27685"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.28 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27685",children:"PR #27685"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51633",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.33",children:"5.16.33"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 26 May 2023 07:37:02 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.32..@fluentui/react-charting_v5.16.33",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-27",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.24 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27929",children:"PR #27929"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.88 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27929",children:"PR #27929"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.109.7 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27929",children:"PR #27929"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51632",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.32",children:"5.16.32"})}),"\n",(0,l.jsxs)(t.p,{children:["Thu, 25 May 2023 07:37:49 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.31..@fluentui/react-charting_v5.16.32",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-28",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.87 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27918",children:"PR #27918"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.109.6 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27918",children:"PR #27918"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51631",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.31",children:"5.16.31"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 23 May 2023 07:38:09 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.30..@fluentui/react-charting_v5.16.31",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-29",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Implementation of Horizontal Bar Chart with Axis (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25964",children:"PR #25964"})," by ",(0,l.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51630",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.30",children:"5.16.30"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 22 May 2023 07:38:21 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.29..@fluentui/react-charting_v5.16.30",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-30",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.86 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27912",children:"PR #27912"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.109.5 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27912",children:"PR #27912"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51629",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.29",children:"5.16.29"})}),"\n",(0,l.jsxs)(t.p,{children:["Wed, 17 May 2023 07:37:28 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.28..@fluentui/react-charting_v5.16.29",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-31",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.85 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27854",children:"PR #27854"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.109.4 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27854",children:"PR #27854"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51628",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.28",children:"5.16.28"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 09 May 2023 07:38:08 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.27..@fluentui/react-charting_v5.16.28",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-32",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.84 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27725",children:"PR #27725"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.109.3 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27725",children:"PR #27725"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51627",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.27",children:"5.16.27"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 05 May 2023 18:14:09 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.26..@fluentui/react-charting_v5.16.27",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-33",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.23 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27769",children:"PR #27769"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.83 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27769",children:"PR #27769"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.2.9 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27769",children:"PR #27769"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.109.2 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27769",children:"PR #27769"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.27 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27769",children:"PR #27769"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51626",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.26",children:"5.16.26"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 05 May 2023 07:41:21 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.25..@fluentui/react-charting_v5.16.26",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-34",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["patch: publish dist folder that got removed due to node 16 upgrade (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27764",children:"PR #27764"})," by ",(0,l.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51625",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.25",children:"5.16.25"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 02 May 2023 22:20:24 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.24..@fluentui/react-charting_v5.16.25",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-35",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["fix: update npmignore files to fix npm8/node16 regression with how npm publish works. (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27745",children:"PR #27745"})," by ",(0,l.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.22 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27745",children:"PR #27745"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.82 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27745",children:"PR #27745"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.109.1 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27745",children:"PR #27745"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51624",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.24",children:"5.16.24"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 02 May 2023 00:58:19 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.23..@fluentui/react-charting_v5.16.24",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-36",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.21 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27736",children:"PR #27736"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.2.8 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27736",children:"PR #27736"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.109.0 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27736",children:"PR #27736"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.26 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27736",children:"PR #27736"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51623",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.23",children:"5.16.23"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 01 May 2023 07:39:54 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.22..@fluentui/react-charting_v5.16.23",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-37",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.20 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27724",children:"PR #27724"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.2.7 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27724",children:"PR #27724"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.108.3 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27724",children:"PR #27724"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.25 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27724",children:"PR #27724"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51622",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.22",children:"5.16.22"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 25 Apr 2023 07:38:31 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.21..@fluentui/react-charting_v5.16.22",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-38",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Disable focus on non-interactive elements (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27580",children:"PR #27580"})," by ",(0,l.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.108.2 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26482",children:"PR #26482"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51621",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.21",children:"5.16.21"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 24 Apr 2023 07:36:03 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.20..@fluentui/react-charting_v5.16.21",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-39",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Make line chart screen reader accessible (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27632",children:"PR #27632"})," by ",(0,l.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51620",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.20",children:"5.16.20"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 21 Apr 2023 07:49:09 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.19..@fluentui/react-charting_v5.16.20",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-40",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.108.1 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27586",children:"PR #27586"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51619",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.19",children:"5.16.19"})}),"\n",(0,l.jsxs)(t.p,{children:["Thu, 20 Apr 2023 07:47:57 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.18..@fluentui/react-charting_v5.16.19",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-41",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.108.0 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27637",children:"PR #27637"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51618",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.18",children:"5.16.18"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 17 Apr 2023 07:40:26 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.17..@fluentui/react-charting_v5.16.18",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-42",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.107.6 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27546",children:"PR #27546"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51617",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.17",children:"5.16.17"})}),"\n",(0,l.jsxs)(t.p,{children:["Thu, 13 Apr 2023 07:41:10 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.16..@fluentui/react-charting_v5.16.17",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-43",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.107.5 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27443",children:"PR #27443"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51616",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.16",children:"5.16.16"})}),"\n",(0,l.jsxs)(t.p,{children:["Wed, 12 Apr 2023 07:39:35 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.15..@fluentui/react-charting_v5.16.16",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-44",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Fix wrong state narration for multiple selected legends (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27429",children:"PR #27429"})," by ",(0,l.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51615",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.15",children:"5.16.15"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 11 Apr 2023 07:43:44 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.14..@fluentui/react-charting_v5.16.15",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-45",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Fix shape of triangle and pyramid (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27496",children:"PR #27496"})," by ",(0,l.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51614",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.14",children:"5.16.14"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 10 Apr 2023 07:36:30 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.13..@fluentui/react-charting_v5.16.14",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-46",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.107.4 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27002",children:"PR #27002"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51613",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.13",children:"5.16.13"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 07 Apr 2023 07:39:19 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.12..@fluentui/react-charting_v5.16.13",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-47",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.107.3 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/336f91dc2ffd1e85880e1b12187d5ac1bf500f6d",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51612",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.12",children:"5.16.12"})}),"\n",(0,l.jsxs)(t.p,{children:["Thu, 06 Apr 2023 07:39:05 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.11..@fluentui/react-charting_v5.16.12",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-48",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.107.2 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27457",children:"PR #27457"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51611",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.11",children:"5.16.11"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 03 Apr 2023 07:37:18 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.10..@fluentui/react-charting_v5.16.11",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-49",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.107.1 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26920",children:"PR #26920"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"51610",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.10",children:"5.16.10"})}),"\n",(0,l.jsxs)(t.p,{children:["Thu, 30 Mar 2023 07:43:51 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.9..@fluentui/react-charting_v5.16.10",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-50",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Make area chart keyboard accessible (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27234",children:"PR #27234"})," by ",(0,l.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,l.jsxs)(t.li,{children:["Accessibility bug fix (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26254",children:"PR #26254"})," by ",(0,l.jsx)(t.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n",(0,l.jsxs)(t.li,{children:["Fix wrong narration for legend state (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27303",children:"PR #27303"})," by ",(0,l.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.107.0 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26254",children:"PR #26254"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5169",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.9",children:"5.16.9"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 28 Mar 2023 07:38:27 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.8..@fluentui/react-charting_v5.16.9",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-51",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.106.10 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26022",children:"PR #26022"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5168",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.8",children:"5.16.8"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 24 Mar 2023 22:25:03 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.7..@fluentui/react-charting_v5.16.8",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-52",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.106.9 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27323",children:"PR #27323"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5167",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.7",children:"5.16.7"})}),"\n",(0,l.jsxs)(t.p,{children:["Wed, 22 Mar 2023 08:03:46 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.6..@fluentui/react-charting_v5.16.7",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-53",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.106.8 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/298c2a3a12ee95c78650b4a8cf70990844768602",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5166",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.6",children:"5.16.6"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 17 Mar 2023 08:15:56 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.5..@fluentui/react-charting_v5.16.6",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-54",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.19 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27210",children:"PR #27210"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.2.6 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27210",children:"PR #27210"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.106.7 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27210",children:"PR #27210"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.24 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27210",children:"PR #27210"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5165",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.5",children:"5.16.5"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 14 Mar 2023 07:38:49 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.4..@fluentui/react-charting_v5.16.5",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-55",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.106.6 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26749",children:"PR #26749"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5164",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.4",children:"5.16.4"})}),"\n",(0,l.jsxs)(t.p,{children:["Fri, 10 Mar 2023 07:38:25 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.3..@fluentui/react-charting_v5.16.4",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-56",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Update data viz palette (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27124",children:"PR #27124"})," by ",(0,l.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.106.5 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/684dafbd5d9efa1dd61330eed7a503d61b1184f3",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5163",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.3",children:"5.16.3"})}),"\n",(0,l.jsxs)(t.p,{children:["Thu, 09 Mar 2023 07:39:12 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.2..@fluentui/react-charting_v5.16.3",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-57",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.18 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27119",children:"PR #27119"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.106.4 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/27119",children:"PR #27119"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5162",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.2",children:"5.16.2"})}),"\n",(0,l.jsxs)(t.p,{children:["Mon, 06 Mar 2023 07:43:03 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.1..@fluentui/react-charting_v5.16.2",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-58",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Add color palette for data visualization (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26869",children:"PR #26869"})," by ",(0,l.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.17 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26869",children:"PR #26869"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.106.3 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26869",children:"PR #26869"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5161",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.1",children:"5.16.1"})}),"\n",(0,l.jsxs)(t.p,{children:["Wed, 01 Mar 2023 07:45:41 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.0..@fluentui/react-charting_v5.16.1",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"patches-59",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.16 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26980",children:"PR #26980"})," by beachball)"]}),"\n",(0,l.jsxs)(t.li,{children:["Bump @fluentui/react to v8.106.2 (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26980",children:"PR #26980"})," by beachball)"]}),"\n"]}),"\n",(0,l.jsx)(t.h2,{id:"5160",children:(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.0",children:"5.16.0"})}),"\n",(0,l.jsxs)(t.p,{children:["Tue, 28 Feb 2023 07:37:42 GMT\n",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.10..@fluentui/react-charting_v5.16.0",children:"Compare changes"})]}),"\n",(0,l.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Fix svg size in donut chart (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26761",children:"PR #26761"})," by ",(0,l.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,l.jsx)(t.h3,{id:"patches-60",children:"Patches"}),"\n",(0,l.jsxs)(t.ul,{children:["\n",(0,l.jsxs)(t.li,{children:["Modify vertical bar charts as per design (",(0,l.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25838",children:"PR #25838"})," by ",(0,l.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]})]})}function o(e={}){const{wrapper:t}={...(0,c.a)(),...e.components};return t?(0,l.jsx)(t,{...e,children:(0,l.jsx)(a,{...e})}):a(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>r,a:()=>n});var l=i(7294);const c={},h=l.createContext(c);function n(e){const t=l.useContext(h);return l.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function r(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(c):e.components||c:n(e.components),l.createElement(h.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/67b1613a.58e75e41.js b/assets/js/67b1613a.58e75e41.js new file mode 100644 index 0000000000..e6c55c8765 --- /dev/null +++ b/assets/js/67b1613a.58e75e41.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[9088],{2455:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>l,contentTitle:()=>o,default:()=>h,frontMatter:()=>r,metadata:()=>s,toc:()=>a});var i=n(5893),c=n(1151);const r={},o=void 0,s={id:"changelogSplits/5.11",title:"5.11",description:"5.11.0",source:"@site/../../docs/changelogSplits/5.11.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.11",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.11",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.12",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.12"},next:{title:"5.10",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.10"}},l={},a=[{value:"5.11.0",id:"5110",level:2},{value:"Minor changes",id:"minor-changes",level:3}];function u(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,c.a)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.h2,{id:"5110",children:(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.11.0",children:"5.11.0"})}),"\n",(0,i.jsxs)(t.p,{children:["Fri, 08 Jul 2022 07:36:29 GMT\n",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.10.1..@fluentui/react-charting_v5.11.0",children:"Compare changes"})]}),"\n",(0,i.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,i.jsxs)(t.ul,{children:["\n",(0,i.jsxs)(t.li,{children:["Bump @fluentui/react to v8.79.0 (",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23823",children:"PR #23823"})," by beachball)"]}),"\n"]})]})}function h(e={}){const{wrapper:t}={...(0,c.a)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}},1151:(e,t,n)=>{n.d(t,{Z:()=>s,a:()=>o});var i=n(7294);const c={},r=i.createContext(c);function o(e){const t=i.useContext(r);return i.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function s(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(c):e.components||c:o(e.components),i.createElement(r.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/7bec51cf.58a9bcae.js b/assets/js/7bec51cf.58a9bcae.js new file mode 100644 index 0000000000..83ec76de0b --- /dev/null +++ b/assets/js/7bec51cf.58a9bcae.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[7478],{1650:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>s,contentTitle:()=>h,default:()=>o,frontMatter:()=>r,metadata:()=>l,toc:()=>a});var c=i(5893),n=i(1151);const r={},h=void 0,l={id:"changelogSplits/5.2",title:"5.2",description:"5.2.12",source:"@site/../../docs/changelogSplits/5.2.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.2",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.2",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.3",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.3"},next:{title:"5.1",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.1"}},s={},a=[{value:"5.2.12",id:"5212",level:2},{value:"Patches",id:"patches",level:3},{value:"5.2.11",id:"5211",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.2.10",id:"5210",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.2.9",id:"529",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.2.8",id:"528",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.2.7",id:"527",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.2.6",id:"526",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.2.5",id:"525",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.2.4",id:"524",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.2.3",id:"523",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.2.2",id:"522",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.2.1",id:"521",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.2.0",id:"520",level:2},{value:"Minor changes",id:"minor-changes",level:3}];function u(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,n.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(t.h2,{id:"5212",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.12",children:"5.2.12"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 24 Jun 2021 07:31:50 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.11..@fluentui/react-charting_v5.2.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Accessibility changes for MultiStackedBar chart, narrator will read the visible content from CallOut hover card (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18619",children:"PR #18619"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5211",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.11",children:"5.2.11"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 22 Jun 2021 07:35:11 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.10..@fluentui/react-charting_v5.2.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.20.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18526",children:"PR #18526"})," by ",(0,c.jsx)(t.a,{href:"mailto:tkrasniqi@microsoft.com",children:"tkrasniqi@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5210",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.10",children:"5.2.10"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 21 Jun 2021 07:34:33 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.9..@fluentui/react-charting_v5.2.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.20.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18613",children:"PR #18613"})," by ",(0,c.jsx)(t.a,{href:"mailto:ololubek@microsoft.com",children:"ololubek@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"529",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.9",children:"5.2.9"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 18 Jun 2021 07:30:58 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.8..@fluentui/react-charting_v5.2.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.20.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18268",children:"PR #18268"})," by ",(0,c.jsx)(t.a,{href:"mailto:khhuynh@microsoft.com",children:"khhuynh@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"528",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.8",children:"5.2.8"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 16 Jun 2021 07:34:24 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.7..@fluentui/react-charting_v5.2.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.19.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18469",children:"PR #18469"})," by ",(0,c.jsx)(t.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"527",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.7",children:"5.2.7"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 15 Jun 2021 07:40:20 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.6..@fluentui/react-charting_v5.2.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.19.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18529",children:"PR #18529"})," by ",(0,c.jsx)(t.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"526",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.6",children:"5.2.6"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 11 Jun 2021 07:34:26 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.5..@fluentui/react-charting_v5.2.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.18.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18495",children:"PR #18495"})," by ",(0,c.jsx)(t.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"525",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.5",children:"5.2.5"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 10 Jun 2021 07:32:59 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.4..@fluentui/react-charting_v5.2.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.17.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18472",children:"PR #18472"})," by ",(0,c.jsx)(t.a,{href:"mailto:lorejoh12@gmail.com",children:"lorejoh12@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"524",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.4",children:"5.2.4"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 09 Jun 2021 07:33:38 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.3..@fluentui/react-charting_v5.2.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.17.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18298",children:"PR #18298"})," by ",(0,c.jsx)(t.a,{href:"mailto:tkrasniqi@microsoft.com",children:"tkrasniqi@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"523",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.3",children:"5.2.3"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 08 Jun 2021 07:32:44 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.2..@fluentui/react-charting_v5.2.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.17.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18298",children:"PR #18298"})," by ",(0,c.jsx)(t.a,{href:"mailto:tkrasniqi@microsoft.com",children:"tkrasniqi@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"522",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.2",children:"5.2.2"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 07 Jun 2021 07:38:15 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.1..@fluentui/react-charting_v5.2.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-10",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.1.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18437",children:"PR #18437"})," by ",(0,c.jsx)(t.a,{href:"mailto:martinhochel@microsoft.com",children:"martinhochel@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"521",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.1",children:"5.2.1"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 04 Jun 2021 07:37:23 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.0..@fluentui/react-charting_v5.2.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-11",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.17.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18427",children:"PR #18427"})," by ",(0,c.jsx)(t.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"520",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.0",children:"5.2.0"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 02 Jun 2021 07:37:15 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.17..@fluentui/react-charting_v5.2.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Adding onClick handler to charts that do not have one to provide more flexible user scenarios (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/18369",children:"PR #18369"})," by ",(0,c.jsx)(t.a,{href:"mailto:jisooj0403@gmail.com",children:"jisooj0403@gmail.com"}),")"]}),"\n"]})]})}function o(e={}){const{wrapper:t}={...(0,n.a)(),...e.components};return t?(0,c.jsx)(t,{...e,children:(0,c.jsx)(u,{...e})}):u(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>l,a:()=>h});var c=i(7294);const n={},r=c.createContext(n);function h(e){const t=c.useContext(r);return c.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function l(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:h(e.components),c.createElement(r.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/8d775e4d.de1b00a1.js b/assets/js/8d775e4d.de1b00a1.js new file mode 100644 index 0000000000..b96b0748d3 --- /dev/null +++ b/assets/js/8d775e4d.de1b00a1.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[2094],{2975:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>s,contentTitle:()=>h,default:()=>o,frontMatter:()=>l,metadata:()=>r,toc:()=>u});var c=i(5893),n=i(1151);const l={},h=void 0,r={id:"changelogSplits/5.5",title:"5.5",description:"5.5.14",source:"@site/../../docs/changelogSplits/5.5.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.5",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.5",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.6",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.6"},next:{title:"5.4",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.4"}},s={},u=[{value:"5.5.14",id:"5514",level:2},{value:"Patches",id:"patches",level:3},{value:"5.5.13",id:"5513",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.5.12",id:"5512",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.5.11",id:"5511",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.5.10",id:"5510",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.5.9",id:"559",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.5.8",id:"558",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.5.7",id:"557",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.5.6",id:"556",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.5.5",id:"555",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.5.4",id:"554",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.5.3",id:"553",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.5.2",id:"552",level:2},{value:"Patches",id:"patches-12",level:3},{value:"5.5.1",id:"551",level:2},{value:"Patches",id:"patches-13",level:3},{value:"5.5.0",id:"550",level:2},{value:"Minor changes",id:"minor-changes",level:3}];function a(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",strong:"strong",ul:"ul",...(0,n.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(t.h2,{id:"5514",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.14",children:"5.5.14"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 23 Nov 2021 07:27:34 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.13..@fluentui/react-charting_v5.5.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.43.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20697",children:"PR #20697"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5513",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.13",children:"5.5.13"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 22 Nov 2021 07:36:13 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.12..@fluentui/react-charting_v5.5.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Grouped Vertical Bar chart, Barwidth issue solved (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20652",children:"PR #20652"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.42.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20408",children:"PR #20408"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5512",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.12",children:"5.5.12"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 19 Nov 2021 07:45:28 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.11..@fluentui/react-charting_v5.5.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.42.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20639",children:"PR #20639"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5511",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.11",children:"5.5.11"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 18 Nov 2021 07:29:22 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.10..@fluentui/react-charting_v5.5.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.42.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20642",children:"PR #20642"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5510",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.10",children:"5.5.10"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 17 Nov 2021 07:36:21 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.9..@fluentui/react-charting_v5.5.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.42.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20635",children:"PR #20635"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"559",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.9",children:"5.5.9"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 16 Nov 2021 07:36:41 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.8..@fluentui/react-charting_v5.5.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["YAxis issue for bar charts solved, when highest y axis value is odd number (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20581",children:"PR #20581"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.42.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20605",children:"PR #20605"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"558",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.8",children:"5.5.8"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 15 Nov 2021 07:29:05 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.7..@fluentui/react-charting_v5.5.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.8 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20419",children:"PR #20419"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.42.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20419",children:"PR #20419"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"557",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.7",children:"5.5.7"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 11 Nov 2021 07:32:31 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.6..@fluentui/react-charting_v5.5.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Resolved DonutChart valueInsideDonut text does not change to light color font in dark mode theme (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20536",children:"PR #20536"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-pkoganti@microsoft.com",children:"v-pkoganti@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"556",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.6",children:"5.5.6"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 10 Nov 2021 07:31:59 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.5..@fluentui/react-charting_v5.5.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20529",children:"PR #20529"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.41.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20529",children:"PR #20529"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.12 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20529",children:"PR #20529"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"555",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.5",children:"5.5.5"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 09 Nov 2021 07:38:11 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.4..@fluentui/react-charting_v5.5.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Stack Callout for Grouped vertical bar chart immplemented (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20537",children:"PR #20537"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.41.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20441",children:"PR #20441"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"554",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.4",children:"5.5.4"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 08 Nov 2021 07:35:50 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.3..@fluentui/react-charting_v5.5.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-10",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.41.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20530",children:"PR #20530"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"553",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.3",children:"5.5.3"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 05 Nov 2021 07:36:39 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.2..@fluentui/react-charting_v5.5.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-11",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.41.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20514",children:"PR #20514"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"552",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.2",children:"5.5.2"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 04 Nov 2021 07:29:41 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.1..@fluentui/react-charting_v5.5.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-12",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["xAxis number localization (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20427",children:"PR #20427"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.41.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20488",children:"PR #20488"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"551",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.1",children:"5.5.1"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 03 Nov 2021 07:36:03 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.0..@fluentui/react-charting_v5.5.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-13",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.40.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20036",children:"PR #20036"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"550",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.0",children:"5.5.0"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 02 Nov 2021 07:37:01 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.4.1..@fluentui/react-charting_v5.5.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Add Sankey chart ",(0,c.jsx)(t.strong,{children:"(not compatible with IE 11)"})," (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/19215",children:"PR #19215"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.6 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20331",children:"PR #20331"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.39.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20331",children:"PR #20331"})," by beachball)"]}),"\n"]})]})}function o(e={}){const{wrapper:t}={...(0,n.a)(),...e.components};return t?(0,c.jsx)(t,{...e,children:(0,c.jsx)(a,{...e})}):a(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>r,a:()=>h});var c=i(7294);const n={},l=c.createContext(n);function h(e){const t=c.useContext(l);return c.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function r(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:h(e.components),c.createElement(l.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/935f2afb.6f8763a4.js b/assets/js/935f2afb.6f8763a4.js deleted file mode 100644 index 6efd92a549..0000000000 --- a/assets/js/935f2afb.6f8763a4.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[53],{1109:t=>{t.exports=JSON.parse('{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"tutorialSidebar":[{"type":"link","label":"Overview","href":"/fluentui-charting-contrib/docs/Overview","docId":"Overview","unlisted":false},{"type":"link","label":"Release Log","href":"/fluentui-charting-contrib/docs/CHANGELOG","docId":"CHANGELOG","unlisted":false},{"type":"link","label":"Start Developing","href":"/fluentui-charting-contrib/docs/Start Developing","docId":"Start Developing","unlisted":false},{"type":"link","label":"Contributor Guide","href":"/fluentui-charting-contrib/docs/Contributor Guide","docId":"Contributor Guide","unlisted":false},{"type":"link","label":"Technical details","href":"/fluentui-charting-contrib/docs/Technical Details","docId":"Technical Details","unlisted":false},{"type":"link","label":"Detailed Implementation Steps","href":"/fluentui-charting-contrib/docs/Detailed Implementation Steps","docId":"Detailed Implementation Steps","unlisted":false},{"type":"category","label":"Charting Concepts","items":[{"type":"link","label":"Contributor guide: Area Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/AreaChart","docId":"Charting-Concepts/AreaChart","unlisted":false},{"type":"link","label":"Contributor guide: Donut Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/DonutChart","docId":"Charting-Concepts/DonutChart","unlisted":false},{"type":"link","label":"Contributor guide: Gauge Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/GaugeChart","docId":"Charting-Concepts/GaugeChart","unlisted":false},{"type":"link","label":"Contributor guide: Grouped Vertical Bar Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/GroupedVerticalBarChart","docId":"Charting-Concepts/GroupedVerticalBarChart","unlisted":false},{"type":"link","label":"Contributor guide: Heatmap Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/HeatMapChart","docId":"Charting-Concepts/HeatMapChart","unlisted":false},{"type":"link","label":"Contributor guide: Horizontal Bar Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/HorizontalBarChart","docId":"Charting-Concepts/HorizontalBarChart","unlisted":false},{"type":"link","label":"Contributor guide: Line Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/LineChart","docId":"Charting-Concepts/LineChart","unlisted":false},{"type":"link","label":"Contributor Guide: Sankey Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/SankeyChart","docId":"Charting-Concepts/SankeyChart","unlisted":false},{"type":"link","label":"Contributor guide: Sparkline Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/SparklineChart","docId":"Charting-Concepts/SparklineChart","unlisted":false},{"type":"link","label":"Contributor guide: Stacked Bar Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/StackedBarChart","docId":"Charting-Concepts/StackedBarChart","unlisted":false},{"type":"link","label":"Contributor guide: Vertical Bar Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/VerticalBarChart","docId":"Charting-Concepts/VerticalBarChart","unlisted":false},{"type":"link","label":"Contributor guide: Vertical Stacked Bar Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/VerticalStackedBarChart","docId":"Charting-Concepts/VerticalStackedBarChart","unlisted":false}],"collapsed":true,"collapsible":true},{"type":"link","label":"Debugging","href":"/fluentui-charting-contrib/docs/Debugging","docId":"Debugging","unlisted":false},{"type":"link","label":"Implementation Best Practices","href":"/fluentui-charting-contrib/docs/Implementation Best Practices","docId":"Implementation Best Practices","unlisted":false},{"type":"link","label":"Accessibility","href":"/fluentui-charting-contrib/docs/Accessibility","docId":"Accessibility","unlisted":false},{"type":"link","label":"Colors","href":"/fluentui-charting-contrib/docs/colors","docId":"colors","unlisted":false},{"type":"link","label":"Implementing 2:1 spacing","href":"/fluentui-charting-contrib/docs/implementing-2-to-1-spacing","docId":"implementing-2-to-1-spacing","unlisted":false},{"type":"link","label":"Creating Date Objects For Chart Data","href":"/fluentui-charting-contrib/docs/creating-date-objects-for-chart-data","docId":"creating-date-objects-for-chart-data","unlisted":false},{"type":"link","label":"Testing Strategy","href":"/fluentui-charting-contrib/docs/Testing Strategy","docId":"Testing Strategy","unlisted":false},{"type":"link","label":"Test Coverage Report","href":"/fluentui-charting-contrib/docs/TestCoverage","docId":"TestCoverage","unlisted":false},{"type":"category","label":"Test Plans","items":[{"type":"category","label":"AreaChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/AreaChart/ComponentTests","docId":"Test Plans/AreaChart/ComponentTests","unlisted":false}]},{"type":"category","label":"DonutChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/DonutChart/ComponentTests","docId":"Test Plans/DonutChart/ComponentTests","unlisted":false}]},{"type":"category","label":"GaugeChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Component testing - Gauge chart test plan","href":"/fluentui-charting-contrib/docs/Test Plans/GaugeChart/ComponentTests","docId":"Test Plans/GaugeChart/ComponentTests","unlisted":false}]},{"type":"category","label":"GroupedVerticalBarChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/GroupedVerticalBarChart/ComponentTests","docId":"Test Plans/GroupedVerticalBarChart/ComponentTests","unlisted":false}]},{"type":"category","label":"HeatMapChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Heatmap Chart - Component test plan","href":"/fluentui-charting-contrib/docs/Test Plans/HeatMapChart/ComponentTests","docId":"Test Plans/HeatMapChart/ComponentTests","unlisted":false}]},{"type":"category","label":"HorizontalBarChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChart/ComponentTests","docId":"Test Plans/HorizontalBarChart/ComponentTests","unlisted":false},{"type":"link","label":"UnitTests","href":"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChart/UnitTests","docId":"Test Plans/HorizontalBarChart/UnitTests","unlisted":false}]},{"type":"category","label":"HorizontalBarChartWithAxis","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChartWithAxis/ComponentTests","docId":"Test Plans/HorizontalBarChartWithAxis/ComponentTests","unlisted":false},{"type":"link","label":"UnitTests","href":"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChartWithAxis/UnitTests","docId":"Test Plans/HorizontalBarChartWithAxis/UnitTests","unlisted":false}]},{"type":"category","label":"LineChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/LineChart/ComponentTests","docId":"Test Plans/LineChart/ComponentTests","unlisted":false}]},{"type":"category","label":"MultiStackedBarChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"componentTests","href":"/fluentui-charting-contrib/docs/Test Plans/MultiStackedBarChart/componentTests","docId":"Test Plans/MultiStackedBarChart/componentTests","unlisted":false}]},{"type":"category","label":"SankeyChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/SankeyChart/ComponentTests","docId":"Test Plans/SankeyChart/ComponentTests","unlisted":false}]},{"type":"category","label":"StackedBarChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/StackedBarChart/ComponentTests","docId":"Test Plans/StackedBarChart/ComponentTests","unlisted":false}]},{"type":"link","label":"TestingGuide","href":"/fluentui-charting-contrib/docs/Test Plans/TestingGuide","docId":"Test Plans/TestingGuide","unlisted":false},{"type":"category","label":"Utilities","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Unit test plan for Donut Chart","href":"/fluentui-charting-contrib/docs/Test Plans/Utilities/UnitTests","docId":"Test Plans/Utilities/UnitTests","unlisted":false}]},{"type":"category","label":"VerticalBarChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/VerticalBarChart/ComponentTests","docId":"Test Plans/VerticalBarChart/ComponentTests","unlisted":false}]},{"type":"category","label":"VerticalStackedBarChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/VerticalStackedBarChart/ComponentTests","docId":"Test Plans/VerticalStackedBarChart/ComponentTests","unlisted":false}]}],"collapsed":true,"collapsible":true},{"type":"link","label":"Testing Unpublished Library Version","href":"/fluentui-charting-contrib/docs/Testing Unpublished Library Version","docId":"Testing Unpublished Library Version","unlisted":false},{"type":"link","label":"Bundle Size","href":"/fluentui-charting-contrib/docs/BundleSize","docId":"BundleSize","unlisted":false}]},"docs":{"Accessibility":{"id":"Accessibility","title":"Accessibility","description":"The react charting library is accessibility MAS C compliant.","sidebar":"tutorialSidebar"},"BundleSize":{"id":"BundleSize","title":"Bundle Size","description":"This table measures the maximum unpacked size of each chart control. This is measured by the monosize tool.","sidebar":"tutorialSidebar"},"CHANGELOG":{"id":"CHANGELOG","title":"Release Log","description":"This log was last generated on Wed, 10 Jan 2024 0750 GMT and should not be manually modified.","sidebar":"tutorialSidebar"},"Charting-Concepts/AreaChart":{"id":"Charting-Concepts/AreaChart","title":"Contributor guide: Area Chart","description":"Areachartpic1.png","sidebar":"tutorialSidebar"},"Charting-Concepts/DonutChart":{"id":"Charting-Concepts/DonutChart","title":"Contributor guide: Donut Chart","description":"DonutChart1.png","sidebar":"tutorialSidebar"},"Charting-Concepts/GaugeChart":{"id":"Charting-Concepts/GaugeChart","title":"Contributor guide: Gauge Chart","description":"Gauge chart measures the progress of a metric against its target and its primary components are a speedometer and a needle. The speedometer usually consists of color-coded segments progressing value from left to right.","sidebar":"tutorialSidebar"},"Charting-Concepts/GroupedVerticalBarChart":{"id":"Charting-Concepts/GroupedVerticalBarChart","title":"Contributor guide: Grouped Vertical Bar Chart","description":"GroupedVerticalBarChart1.png","sidebar":"tutorialSidebar"},"Charting-Concepts/HeatMapChart":{"id":"Charting-Concepts/HeatMapChart","title":"Contributor guide: Heatmap Chart","description":"A heatmap chart is a type of data visualization that represents data values as colors in a grid of rectangles. Each cell\'s color intensity corresponds to the value it represents, making it easy to spot patterns and variations in the data.","sidebar":"tutorialSidebar"},"Charting-Concepts/HorizontalBarChart":{"id":"Charting-Concepts/HorizontalBarChart","title":"Contributor guide: Horizontal Bar Chart","description":"A horizontal bar chart is a chart that presents categorical data with rectangular bars with lengths proportional to the values they represent. This type of chart is particularly useful when the intention is to show comparisons among different categories and the labels for those categories are long.","sidebar":"tutorialSidebar"},"Charting-Concepts/LineChart":{"id":"Charting-Concepts/LineChart","title":"Contributor guide: Line Chart","description":"Line charts are a versatile type of graph used to visualize data trends over time. They are commonly used in various fields and industries for different purposes.","sidebar":"tutorialSidebar"},"Charting-Concepts/SankeyChart":{"id":"Charting-Concepts/SankeyChart","title":"Contributor Guide: Sankey Chart","description":"Sankey charts are a type of data visualization that are particularly useful for showing the flow of resources, energy, or information through a system. They are characterized by their flowing, interconnected arrows that represent the quantity or value of something as it moves from one stage or category to another.","sidebar":"tutorialSidebar"},"Charting-Concepts/SparklineChart":{"id":"Charting-Concepts/SparklineChart","title":"Contributor guide: Sparkline Chart","description":"Sparkline1.png","sidebar":"tutorialSidebar"},"Charting-Concepts/StackedBarChart":{"id":"Charting-Concepts/StackedBarChart","title":"Contributor guide: Stacked Bar Chart","description":"A stacked bar chart is a type of data visualization that represents data using rectangular bars with lengths proportional to the values they represent. In a stacked bar chart, each bar is divided into segments, and the segments represent different categories or components. The segments are stacked next to each other to show the total value of each bar.","sidebar":"tutorialSidebar"},"Charting-Concepts/VerticalBarChart":{"id":"Charting-Concepts/VerticalBarChart","title":"Contributor guide: Vertical Bar Chart","description":"VerticalBarChart1.png","sidebar":"tutorialSidebar"},"Charting-Concepts/VerticalStackedBarChart":{"id":"Charting-Concepts/VerticalStackedBarChart","title":"Contributor guide: Vertical Stacked Bar Chart","description":"VerticalStackedBarChart1.png","sidebar":"tutorialSidebar"},"colors":{"id":"colors","title":"Colors","description":"We provide the following 3 ways to specify colors for the data series.","sidebar":"tutorialSidebar"},"Contributor Guide":{"id":"Contributor Guide","title":"Contributor Guide","description":"Fluent charting library is a collection of individual charts like LineChart, AreaChart, Horizontal bar chart, vertical bar chart.","sidebar":"tutorialSidebar"},"creating-date-objects-for-chart-data":{"id":"creating-date-objects-for-chart-data","title":"Creating Date Objects For Chart Data","description":"There are many ways to format a date as a string. The JavaScript specification only specifies one format to be universally supported","sidebar":"tutorialSidebar"},"Debugging":{"id":"Debugging","title":"Debugging","description":"The chart components can be debugged using few techniques.","sidebar":"tutorialSidebar"},"Detailed Implementation Steps":{"id":"Detailed Implementation Steps","title":"Detailed Implementation Steps","description":"If you are planning to contribute a major chart, follow the below steps to align the component with fluent charting design, principles, style and standards.","sidebar":"tutorialSidebar"},"Implementation Best Practices":{"id":"Implementation Best Practices","title":"Implementation Best Practices","description":"Component Props","sidebar":"tutorialSidebar"},"implementing-2-to-1-spacing":{"id":"implementing-2-to-1-spacing","title":"Implementing 2:1 spacing","description":"Discrete Axis","sidebar":"tutorialSidebar"},"Overview":{"id":"Overview","title":"Overview","description":"Fluent UI React (formerly Office UI Fabric React) charts is a set of modern, accessible, interactive, lightweight and highly customizable visualization library representing the Microsoft design system. The charts are used across 100+ projects inside Microsoft including Microsoft 365 and Azure.","sidebar":"tutorialSidebar"},"Start Developing":{"id":"Start Developing","title":"Start Developing","description":"This page will help you get familiar with the react charting controls, how the code and documents are organized.","sidebar":"tutorialSidebar"},"Technical Details":{"id":"Technical Details","title":"Technical details","description":"Overview","sidebar":"tutorialSidebar"},"Test Plans/AreaChart/ComponentTests":{"id":"Test Plans/AreaChart/ComponentTests","title":"ComponentTests","description":"Area Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/DonutChart/ComponentTests":{"id":"Test Plans/DonutChart/ComponentTests","title":"ComponentTests","description":"Alt text","sidebar":"tutorialSidebar"},"Test Plans/GaugeChart/ComponentTests":{"id":"Test Plans/GaugeChart/ComponentTests","title":"Component testing - Gauge chart test plan","description":"Snapshot testing","sidebar":"tutorialSidebar"},"Test Plans/GroupedVerticalBarChart/ComponentTests":{"id":"Test Plans/GroupedVerticalBarChart/ComponentTests","title":"ComponentTests","description":"Grouped Vertical Bar Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/HeatMapChart/ComponentTests":{"id":"Test Plans/HeatMapChart/ComponentTests","title":"Heatmap Chart - Component test plan","description":"Snapshot tests","sidebar":"tutorialSidebar"},"Test Plans/HorizontalBarChart/ComponentTests":{"id":"Test Plans/HorizontalBarChart/ComponentTests","title":"ComponentTests","description":"Horizontal Bar Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/HorizontalBarChart/UnitTests":{"id":"Test Plans/HorizontalBarChart/UnitTests","title":"UnitTests","description":"Unit Test Plan - Horizontal Bar Chart","sidebar":"tutorialSidebar"},"Test Plans/HorizontalBarChartWithAxis/ComponentTests":{"id":"Test Plans/HorizontalBarChartWithAxis/ComponentTests","title":"ComponentTests","description":"Horizontal Bar Chart With Axis \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/HorizontalBarChartWithAxis/UnitTests":{"id":"Test Plans/HorizontalBarChartWithAxis/UnitTests","title":"UnitTests","description":"Unit Test Plan \u2013 Horizontal Bar Chart with axiss","sidebar":"tutorialSidebar"},"Test Plans/LineChart/ComponentTests":{"id":"Test Plans/LineChart/ComponentTests","title":"ComponentTests","description":"Line Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/MultiStackedBarChart/componentTests":{"id":"Test Plans/MultiStackedBarChart/componentTests","title":"componentTests","description":"Multi stacked bar Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/SankeyChart/ComponentTests":{"id":"Test Plans/SankeyChart/ComponentTests","title":"ComponentTests","description":"Sankey Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/StackedBarChart/ComponentTests":{"id":"Test Plans/StackedBarChart/ComponentTests","title":"ComponentTests","description":"Stacked Bar Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/TestingGuide":{"id":"Test Plans/TestingGuide","title":"TestingGuide","description":"This document highlights few common testing practices for any new tests that are being added to the charting library.","sidebar":"tutorialSidebar"},"Test Plans/Utilities/UnitTests":{"id":"Test Plans/Utilities/UnitTests","title":"Unit test plan for Donut Chart","description":"This test plan contains the list of unit testable functions which are used as a part of the Donut Chart component.","sidebar":"tutorialSidebar"},"Test Plans/VerticalBarChart/ComponentTests":{"id":"Test Plans/VerticalBarChart/ComponentTests","title":"ComponentTests","description":"Vertical Bar Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/VerticalStackedBarChart/ComponentTests":{"id":"Test Plans/VerticalStackedBarChart/ComponentTests","title":"ComponentTests","description":"Vertical Stacked Bar Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"TestCoverage":{"id":"TestCoverage","title":"Test Coverage Report","description":"Latest test coverage reports across OS.","sidebar":"tutorialSidebar"},"Testing Strategy":{"id":"Testing Strategy","title":"Testing Strategy","description":"Details","sidebar":"tutorialSidebar"},"Testing Unpublished Library Version":{"id":"Testing Unpublished Library Version","title":"Testing Unpublished Library Version","description":"You may want to test changes made to the library in an app locally. This becomes useful to validate a fix or root cause an issue occuring only in a specific app or context.","sidebar":"tutorialSidebar"}}}')}}]); \ No newline at end of file diff --git a/assets/js/935f2afb.d81b4fa2.js b/assets/js/935f2afb.d81b4fa2.js new file mode 100644 index 0000000000..96c6fc11e5 --- /dev/null +++ b/assets/js/935f2afb.d81b4fa2.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[53],{1109:t=>{t.exports=JSON.parse('{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"tutorialSidebar":[{"type":"link","label":"Overview","href":"/fluentui-charting-contrib/docs/Overview","docId":"Overview","unlisted":false},{"type":"category","label":"Changelog","items":[{"type":"link","label":"5.19","href":"/fluentui-charting-contrib/docs/changelogSplits/5.19","docId":"changelogSplits/5.19","unlisted":false},{"type":"link","label":"5.18","href":"/fluentui-charting-contrib/docs/changelogSplits/5.18","docId":"changelogSplits/5.18","unlisted":false},{"type":"link","label":"5.17","href":"/fluentui-charting-contrib/docs/changelogSplits/5.17","docId":"changelogSplits/5.17","unlisted":false},{"type":"link","label":"5.16","href":"/fluentui-charting-contrib/docs/changelogSplits/5.16","docId":"changelogSplits/5.16","unlisted":false},{"type":"link","label":"5.15","href":"/fluentui-charting-contrib/docs/changelogSplits/5.15","docId":"changelogSplits/5.15","unlisted":false},{"type":"link","label":"5.14","href":"/fluentui-charting-contrib/docs/changelogSplits/5.14","docId":"changelogSplits/5.14","unlisted":false},{"type":"link","label":"5.13","href":"/fluentui-charting-contrib/docs/changelogSplits/5.13","docId":"changelogSplits/5.13","unlisted":false},{"type":"link","label":"5.12","href":"/fluentui-charting-contrib/docs/changelogSplits/5.12","docId":"changelogSplits/5.12","unlisted":false},{"type":"link","label":"5.11","href":"/fluentui-charting-contrib/docs/changelogSplits/5.11","docId":"changelogSplits/5.11","unlisted":false},{"type":"link","label":"5.10","href":"/fluentui-charting-contrib/docs/changelogSplits/5.10","docId":"changelogSplits/5.10","unlisted":false},{"type":"link","label":"5.9","href":"/fluentui-charting-contrib/docs/changelogSplits/5.9","docId":"changelogSplits/5.9","unlisted":false},{"type":"link","label":"5.8","href":"/fluentui-charting-contrib/docs/changelogSplits/5.8","docId":"changelogSplits/5.8","unlisted":false},{"type":"link","label":"5.7","href":"/fluentui-charting-contrib/docs/changelogSplits/5.7","docId":"changelogSplits/5.7","unlisted":false},{"type":"link","label":"5.6","href":"/fluentui-charting-contrib/docs/changelogSplits/5.6","docId":"changelogSplits/5.6","unlisted":false},{"type":"link","label":"5.5","href":"/fluentui-charting-contrib/docs/changelogSplits/5.5","docId":"changelogSplits/5.5","unlisted":false},{"type":"link","label":"5.4","href":"/fluentui-charting-contrib/docs/changelogSplits/5.4","docId":"changelogSplits/5.4","unlisted":false},{"type":"link","label":"5.3","href":"/fluentui-charting-contrib/docs/changelogSplits/5.3","docId":"changelogSplits/5.3","unlisted":false},{"type":"link","label":"5.2","href":"/fluentui-charting-contrib/docs/changelogSplits/5.2","docId":"changelogSplits/5.2","unlisted":false},{"type":"link","label":"5.1","href":"/fluentui-charting-contrib/docs/changelogSplits/5.1","docId":"changelogSplits/5.1","unlisted":false},{"type":"link","label":"5.0","href":"/fluentui-charting-contrib/docs/changelogSplits/5.0","docId":"changelogSplits/5.0","unlisted":false}],"collapsed":true,"collapsible":true},{"type":"link","label":"Start Developing","href":"/fluentui-charting-contrib/docs/Start Developing","docId":"Start Developing","unlisted":false},{"type":"link","label":"Contributor Guide","href":"/fluentui-charting-contrib/docs/Contributor Guide","docId":"Contributor Guide","unlisted":false},{"type":"link","label":"Technical details","href":"/fluentui-charting-contrib/docs/Technical Details","docId":"Technical Details","unlisted":false},{"type":"link","label":"Detailed Implementation Steps","href":"/fluentui-charting-contrib/docs/Detailed Implementation Steps","docId":"Detailed Implementation Steps","unlisted":false},{"type":"category","label":"Charting Concepts","items":[{"type":"link","label":"Contributor guide: Area Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/AreaChart","docId":"Charting-Concepts/AreaChart","unlisted":false},{"type":"link","label":"Contributor guide: Donut Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/DonutChart","docId":"Charting-Concepts/DonutChart","unlisted":false},{"type":"link","label":"Contributor guide: Gauge Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/GaugeChart","docId":"Charting-Concepts/GaugeChart","unlisted":false},{"type":"link","label":"Contributor guide: Grouped Vertical Bar Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/GroupedVerticalBarChart","docId":"Charting-Concepts/GroupedVerticalBarChart","unlisted":false},{"type":"link","label":"Contributor guide: Heatmap Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/HeatMapChart","docId":"Charting-Concepts/HeatMapChart","unlisted":false},{"type":"link","label":"Contributor guide: Horizontal Bar Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/HorizontalBarChart","docId":"Charting-Concepts/HorizontalBarChart","unlisted":false},{"type":"link","label":"Contributor guide: Line Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/LineChart","docId":"Charting-Concepts/LineChart","unlisted":false},{"type":"link","label":"Contributor Guide: Sankey Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/SankeyChart","docId":"Charting-Concepts/SankeyChart","unlisted":false},{"type":"link","label":"Contributor guide: Sparkline Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/SparklineChart","docId":"Charting-Concepts/SparklineChart","unlisted":false},{"type":"link","label":"Contributor guide: Stacked Bar Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/StackedBarChart","docId":"Charting-Concepts/StackedBarChart","unlisted":false},{"type":"link","label":"Contributor guide: Vertical Bar Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/VerticalBarChart","docId":"Charting-Concepts/VerticalBarChart","unlisted":false},{"type":"link","label":"Contributor guide: Vertical Stacked Bar Chart","href":"/fluentui-charting-contrib/docs/Charting-Concepts/VerticalStackedBarChart","docId":"Charting-Concepts/VerticalStackedBarChart","unlisted":false}],"collapsed":true,"collapsible":true},{"type":"link","label":"Debugging","href":"/fluentui-charting-contrib/docs/Debugging","docId":"Debugging","unlisted":false},{"type":"link","label":"Implementation Best Practices","href":"/fluentui-charting-contrib/docs/Implementation Best Practices","docId":"Implementation Best Practices","unlisted":false},{"type":"link","label":"Accessibility","href":"/fluentui-charting-contrib/docs/Accessibility","docId":"Accessibility","unlisted":false},{"type":"link","label":"Colors","href":"/fluentui-charting-contrib/docs/colors","docId":"colors","unlisted":false},{"type":"link","label":"Implementing 2:1 spacing","href":"/fluentui-charting-contrib/docs/implementing-2-to-1-spacing","docId":"implementing-2-to-1-spacing","unlisted":false},{"type":"link","label":"Creating Date Objects For Chart Data","href":"/fluentui-charting-contrib/docs/creating-date-objects-for-chart-data","docId":"creating-date-objects-for-chart-data","unlisted":false},{"type":"link","label":"Testing Strategy","href":"/fluentui-charting-contrib/docs/Testing Strategy","docId":"Testing Strategy","unlisted":false},{"type":"link","label":"Test Coverage Report","href":"/fluentui-charting-contrib/docs/TestCoverage","docId":"TestCoverage","unlisted":false},{"type":"category","label":"Test Plans","items":[{"type":"category","label":"AreaChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/AreaChart/ComponentTests","docId":"Test Plans/AreaChart/ComponentTests","unlisted":false}]},{"type":"category","label":"DonutChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/DonutChart/ComponentTests","docId":"Test Plans/DonutChart/ComponentTests","unlisted":false}]},{"type":"category","label":"GaugeChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Component testing - Gauge chart test plan","href":"/fluentui-charting-contrib/docs/Test Plans/GaugeChart/ComponentTests","docId":"Test Plans/GaugeChart/ComponentTests","unlisted":false}]},{"type":"category","label":"GroupedVerticalBarChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/GroupedVerticalBarChart/ComponentTests","docId":"Test Plans/GroupedVerticalBarChart/ComponentTests","unlisted":false}]},{"type":"category","label":"HeatMapChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Heatmap Chart - Component test plan","href":"/fluentui-charting-contrib/docs/Test Plans/HeatMapChart/ComponentTests","docId":"Test Plans/HeatMapChart/ComponentTests","unlisted":false}]},{"type":"category","label":"HorizontalBarChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChart/ComponentTests","docId":"Test Plans/HorizontalBarChart/ComponentTests","unlisted":false},{"type":"link","label":"UnitTests","href":"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChart/UnitTests","docId":"Test Plans/HorizontalBarChart/UnitTests","unlisted":false}]},{"type":"category","label":"HorizontalBarChartWithAxis","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChartWithAxis/ComponentTests","docId":"Test Plans/HorizontalBarChartWithAxis/ComponentTests","unlisted":false},{"type":"link","label":"UnitTests","href":"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChartWithAxis/UnitTests","docId":"Test Plans/HorizontalBarChartWithAxis/UnitTests","unlisted":false}]},{"type":"category","label":"LineChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/LineChart/ComponentTests","docId":"Test Plans/LineChart/ComponentTests","unlisted":false}]},{"type":"category","label":"MultiStackedBarChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"componentTests","href":"/fluentui-charting-contrib/docs/Test Plans/MultiStackedBarChart/componentTests","docId":"Test Plans/MultiStackedBarChart/componentTests","unlisted":false}]},{"type":"category","label":"SankeyChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/SankeyChart/ComponentTests","docId":"Test Plans/SankeyChart/ComponentTests","unlisted":false}]},{"type":"category","label":"StackedBarChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/StackedBarChart/ComponentTests","docId":"Test Plans/StackedBarChart/ComponentTests","unlisted":false}]},{"type":"link","label":"TestingGuide","href":"/fluentui-charting-contrib/docs/Test Plans/TestingGuide","docId":"Test Plans/TestingGuide","unlisted":false},{"type":"category","label":"Utilities","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Unit test plan for Donut Chart","href":"/fluentui-charting-contrib/docs/Test Plans/Utilities/UnitTests","docId":"Test Plans/Utilities/UnitTests","unlisted":false}]},{"type":"category","label":"VerticalBarChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/VerticalBarChart/ComponentTests","docId":"Test Plans/VerticalBarChart/ComponentTests","unlisted":false}]},{"type":"category","label":"VerticalStackedBarChart","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"ComponentTests","href":"/fluentui-charting-contrib/docs/Test Plans/VerticalStackedBarChart/ComponentTests","docId":"Test Plans/VerticalStackedBarChart/ComponentTests","unlisted":false}]}],"collapsed":true,"collapsible":true},{"type":"link","label":"Testing Unpublished Library Version","href":"/fluentui-charting-contrib/docs/Testing Unpublished Library Version","docId":"Testing Unpublished Library Version","unlisted":false},{"type":"link","label":"Bundle Size","href":"/fluentui-charting-contrib/docs/BundleSize","docId":"BundleSize","unlisted":false}]},"docs":{"Accessibility":{"id":"Accessibility","title":"Accessibility","description":"The react charting library is accessibility MAS C compliant.","sidebar":"tutorialSidebar"},"BundleSize":{"id":"BundleSize","title":"Bundle Size","description":"This table measures the maximum unpacked size of each chart control. This is measured by the monosize tool.","sidebar":"tutorialSidebar"},"CHANGELOG":{"id":"CHANGELOG","title":"Release Log","description":"This log was last generated on Wed, 10 Jan 2024 0750 GMT and should not be manually modified."},"changelogSplits/5.0":{"id":"changelogSplits/5.0","title":"5.0","description":"5.0.37","sidebar":"tutorialSidebar"},"changelogSplits/5.1":{"id":"changelogSplits/5.1","title":"5.1","description":"5.1.17","sidebar":"tutorialSidebar"},"changelogSplits/5.10":{"id":"changelogSplits/5.10","title":"5.10","description":"5.10.1","sidebar":"tutorialSidebar"},"changelogSplits/5.11":{"id":"changelogSplits/5.11","title":"5.11","description":"5.11.0","sidebar":"tutorialSidebar"},"changelogSplits/5.12":{"id":"changelogSplits/5.12","title":"5.12","description":"5.12.37","sidebar":"tutorialSidebar"},"changelogSplits/5.13":{"id":"changelogSplits/5.13","title":"5.13","description":"5.13.11","sidebar":"tutorialSidebar"},"changelogSplits/5.14":{"id":"changelogSplits/5.14","title":"5.14","description":"5.14.43","sidebar":"tutorialSidebar"},"changelogSplits/5.15":{"id":"changelogSplits/5.15","title":"5.15","description":"5.15.10","sidebar":"tutorialSidebar"},"changelogSplits/5.16":{"id":"changelogSplits/5.16","title":"5.16","description":"5.16.60","sidebar":"tutorialSidebar"},"changelogSplits/5.17":{"id":"changelogSplits/5.17","title":"5.17","description":"5.17.12","sidebar":"tutorialSidebar"},"changelogSplits/5.18":{"id":"changelogSplits/5.18","title":"5.18","description":"5.18.18","sidebar":"tutorialSidebar"},"changelogSplits/5.19":{"id":"changelogSplits/5.19","title":"5.19","description":"5.19.29","sidebar":"tutorialSidebar"},"changelogSplits/5.2":{"id":"changelogSplits/5.2","title":"5.2","description":"5.2.12","sidebar":"tutorialSidebar"},"changelogSplits/5.3":{"id":"changelogSplits/5.3","title":"5.3","description":"5.3.61","sidebar":"tutorialSidebar"},"changelogSplits/5.4":{"id":"changelogSplits/5.4","title":"5.4","description":"5.4.1","sidebar":"tutorialSidebar"},"changelogSplits/5.5":{"id":"changelogSplits/5.5","title":"5.5","description":"5.5.14","sidebar":"tutorialSidebar"},"changelogSplits/5.6":{"id":"changelogSplits/5.6","title":"5.6","description":"5.6.17","sidebar":"tutorialSidebar"},"changelogSplits/5.7":{"id":"changelogSplits/5.7","title":"5.7","description":"5.7.21","sidebar":"tutorialSidebar"},"changelogSplits/5.8":{"id":"changelogSplits/5.8","title":"5.8","description":"5.8.2","sidebar":"tutorialSidebar"},"changelogSplits/5.9":{"id":"changelogSplits/5.9","title":"5.9","description":"5.9.55","sidebar":"tutorialSidebar"},"Charting-Concepts/AreaChart":{"id":"Charting-Concepts/AreaChart","title":"Contributor guide: Area Chart","description":"Areachartpic1.png","sidebar":"tutorialSidebar"},"Charting-Concepts/DonutChart":{"id":"Charting-Concepts/DonutChart","title":"Contributor guide: Donut Chart","description":"DonutChart1.png","sidebar":"tutorialSidebar"},"Charting-Concepts/GaugeChart":{"id":"Charting-Concepts/GaugeChart","title":"Contributor guide: Gauge Chart","description":"Gauge chart measures the progress of a metric against its target and its primary components are a speedometer and a needle. The speedometer usually consists of color-coded segments progressing value from left to right.","sidebar":"tutorialSidebar"},"Charting-Concepts/GroupedVerticalBarChart":{"id":"Charting-Concepts/GroupedVerticalBarChart","title":"Contributor guide: Grouped Vertical Bar Chart","description":"GroupedVerticalBarChart1.png","sidebar":"tutorialSidebar"},"Charting-Concepts/HeatMapChart":{"id":"Charting-Concepts/HeatMapChart","title":"Contributor guide: Heatmap Chart","description":"A heatmap chart is a type of data visualization that represents data values as colors in a grid of rectangles. Each cell\'s color intensity corresponds to the value it represents, making it easy to spot patterns and variations in the data.","sidebar":"tutorialSidebar"},"Charting-Concepts/HorizontalBarChart":{"id":"Charting-Concepts/HorizontalBarChart","title":"Contributor guide: Horizontal Bar Chart","description":"A horizontal bar chart is a chart that presents categorical data with rectangular bars with lengths proportional to the values they represent. This type of chart is particularly useful when the intention is to show comparisons among different categories and the labels for those categories are long.","sidebar":"tutorialSidebar"},"Charting-Concepts/LineChart":{"id":"Charting-Concepts/LineChart","title":"Contributor guide: Line Chart","description":"Line charts are a versatile type of graph used to visualize data trends over time. They are commonly used in various fields and industries for different purposes.","sidebar":"tutorialSidebar"},"Charting-Concepts/SankeyChart":{"id":"Charting-Concepts/SankeyChart","title":"Contributor Guide: Sankey Chart","description":"Sankey charts are a type of data visualization that are particularly useful for showing the flow of resources, energy, or information through a system. They are characterized by their flowing, interconnected arrows that represent the quantity or value of something as it moves from one stage or category to another.","sidebar":"tutorialSidebar"},"Charting-Concepts/SparklineChart":{"id":"Charting-Concepts/SparklineChart","title":"Contributor guide: Sparkline Chart","description":"Sparkline1.png","sidebar":"tutorialSidebar"},"Charting-Concepts/StackedBarChart":{"id":"Charting-Concepts/StackedBarChart","title":"Contributor guide: Stacked Bar Chart","description":"A stacked bar chart is a type of data visualization that represents data using rectangular bars with lengths proportional to the values they represent. In a stacked bar chart, each bar is divided into segments, and the segments represent different categories or components. The segments are stacked next to each other to show the total value of each bar.","sidebar":"tutorialSidebar"},"Charting-Concepts/VerticalBarChart":{"id":"Charting-Concepts/VerticalBarChart","title":"Contributor guide: Vertical Bar Chart","description":"VerticalBarChart1.png","sidebar":"tutorialSidebar"},"Charting-Concepts/VerticalStackedBarChart":{"id":"Charting-Concepts/VerticalStackedBarChart","title":"Contributor guide: Vertical Stacked Bar Chart","description":"VerticalStackedBarChart1.png","sidebar":"tutorialSidebar"},"colors":{"id":"colors","title":"Colors","description":"We provide the following 3 ways to specify colors for the data series.","sidebar":"tutorialSidebar"},"Contributor Guide":{"id":"Contributor Guide","title":"Contributor Guide","description":"Fluent charting library is a collection of individual charts like LineChart, AreaChart, Horizontal bar chart, vertical bar chart.","sidebar":"tutorialSidebar"},"creating-date-objects-for-chart-data":{"id":"creating-date-objects-for-chart-data","title":"Creating Date Objects For Chart Data","description":"There are many ways to format a date as a string. The JavaScript specification only specifies one format to be universally supported","sidebar":"tutorialSidebar"},"Debugging":{"id":"Debugging","title":"Debugging","description":"The chart components can be debugged using few techniques.","sidebar":"tutorialSidebar"},"Detailed Implementation Steps":{"id":"Detailed Implementation Steps","title":"Detailed Implementation Steps","description":"If you are planning to contribute a major chart, follow the below steps to align the component with fluent charting design, principles, style and standards.","sidebar":"tutorialSidebar"},"Implementation Best Practices":{"id":"Implementation Best Practices","title":"Implementation Best Practices","description":"Component Props","sidebar":"tutorialSidebar"},"implementing-2-to-1-spacing":{"id":"implementing-2-to-1-spacing","title":"Implementing 2:1 spacing","description":"Discrete Axis","sidebar":"tutorialSidebar"},"Overview":{"id":"Overview","title":"Overview","description":"Fluent UI React (formerly Office UI Fabric React) charts is a set of modern, accessible, interactive, lightweight and highly customizable visualization library representing the Microsoft design system. The charts are used across 100+ projects inside Microsoft including Microsoft 365 and Azure.","sidebar":"tutorialSidebar"},"Start Developing":{"id":"Start Developing","title":"Start Developing","description":"This page will help you get familiar with the react charting controls, how the code and documents are organized.","sidebar":"tutorialSidebar"},"Technical Details":{"id":"Technical Details","title":"Technical details","description":"Overview","sidebar":"tutorialSidebar"},"Test Plans/AreaChart/ComponentTests":{"id":"Test Plans/AreaChart/ComponentTests","title":"ComponentTests","description":"Area Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/DonutChart/ComponentTests":{"id":"Test Plans/DonutChart/ComponentTests","title":"ComponentTests","description":"Alt text","sidebar":"tutorialSidebar"},"Test Plans/GaugeChart/ComponentTests":{"id":"Test Plans/GaugeChart/ComponentTests","title":"Component testing - Gauge chart test plan","description":"Snapshot testing","sidebar":"tutorialSidebar"},"Test Plans/GroupedVerticalBarChart/ComponentTests":{"id":"Test Plans/GroupedVerticalBarChart/ComponentTests","title":"ComponentTests","description":"Grouped Vertical Bar Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/HeatMapChart/ComponentTests":{"id":"Test Plans/HeatMapChart/ComponentTests","title":"Heatmap Chart - Component test plan","description":"Snapshot tests","sidebar":"tutorialSidebar"},"Test Plans/HorizontalBarChart/ComponentTests":{"id":"Test Plans/HorizontalBarChart/ComponentTests","title":"ComponentTests","description":"Horizontal Bar Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/HorizontalBarChart/UnitTests":{"id":"Test Plans/HorizontalBarChart/UnitTests","title":"UnitTests","description":"Unit Test Plan - Horizontal Bar Chart","sidebar":"tutorialSidebar"},"Test Plans/HorizontalBarChartWithAxis/ComponentTests":{"id":"Test Plans/HorizontalBarChartWithAxis/ComponentTests","title":"ComponentTests","description":"Horizontal Bar Chart With Axis \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/HorizontalBarChartWithAxis/UnitTests":{"id":"Test Plans/HorizontalBarChartWithAxis/UnitTests","title":"UnitTests","description":"Unit Test Plan \u2013 Horizontal Bar Chart with axiss","sidebar":"tutorialSidebar"},"Test Plans/LineChart/ComponentTests":{"id":"Test Plans/LineChart/ComponentTests","title":"ComponentTests","description":"Line Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/MultiStackedBarChart/componentTests":{"id":"Test Plans/MultiStackedBarChart/componentTests","title":"componentTests","description":"Multi stacked bar Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/SankeyChart/ComponentTests":{"id":"Test Plans/SankeyChart/ComponentTests","title":"ComponentTests","description":"Sankey Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/StackedBarChart/ComponentTests":{"id":"Test Plans/StackedBarChart/ComponentTests","title":"ComponentTests","description":"Stacked Bar Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/TestingGuide":{"id":"Test Plans/TestingGuide","title":"TestingGuide","description":"This document highlights few common testing practices for any new tests that are being added to the charting library.","sidebar":"tutorialSidebar"},"Test Plans/Utilities/UnitTests":{"id":"Test Plans/Utilities/UnitTests","title":"Unit test plan for Donut Chart","description":"This test plan contains the list of unit testable functions which are used as a part of the Donut Chart component.","sidebar":"tutorialSidebar"},"Test Plans/VerticalBarChart/ComponentTests":{"id":"Test Plans/VerticalBarChart/ComponentTests","title":"ComponentTests","description":"Vertical Bar Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"Test Plans/VerticalStackedBarChart/ComponentTests":{"id":"Test Plans/VerticalStackedBarChart/ComponentTests","title":"ComponentTests","description":"Vertical Stacked Bar Chart \u2013 Component test plan","sidebar":"tutorialSidebar"},"TestCoverage":{"id":"TestCoverage","title":"Test Coverage Report","description":"Latest test coverage reports across OS.","sidebar":"tutorialSidebar"},"Testing Strategy":{"id":"Testing Strategy","title":"Testing Strategy","description":"Details","sidebar":"tutorialSidebar"},"Testing Unpublished Library Version":{"id":"Testing Unpublished Library Version","title":"Testing Unpublished Library Version","description":"You may want to test changes made to the library in an app locally. This becomes useful to validate a fix or root cause an issue occuring only in a specific app or context.","sidebar":"tutorialSidebar"}}}')}}]); \ No newline at end of file diff --git a/assets/js/9becebd9.822c72d3.js b/assets/js/9becebd9.822c72d3.js new file mode 100644 index 0000000000..9a42a6d56b --- /dev/null +++ b/assets/js/9becebd9.822c72d3.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[2083],{623:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>a,contentTitle:()=>r,default:()=>u,frontMatter:()=>l,metadata:()=>s,toc:()=>h});var i=n(5893),c=n(1151);const l={},r=void 0,s={id:"changelogSplits/5.8",title:"5.8",description:"5.8.2",source:"@site/../../docs/changelogSplits/5.8.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.8",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.8",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.9",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.9"},next:{title:"5.7",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.7"}},a={},h=[{value:"5.8.2",id:"582",level:2},{value:"Patches",id:"patches",level:3},{value:"5.8.1",id:"581",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.8.0",id:"580",level:2},{value:"Minor changes",id:"minor-changes",level:3}];function o(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,c.a)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.h2,{id:"582",children:(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.8.2",children:"5.8.2"})}),"\n",(0,i.jsxs)(t.p,{children:["Mon, 07 Mar 2022 07:41:14 GMT\n",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.8.1..@fluentui/react-charting_v5.8.2",children:"Compare changes"})]}),"\n",(0,i.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,i.jsxs)(t.ul,{children:["\n",(0,i.jsxs)(t.li,{children:["Bump @fluentui/react to v8.58.0 (",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21949",children:"PR #21949"})," by beachball)"]}),"\n"]}),"\n",(0,i.jsx)(t.h2,{id:"581",children:(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.8.1",children:"5.8.1"})}),"\n",(0,i.jsxs)(t.p,{children:["Fri, 04 Mar 2022 07:42:05 GMT\n",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.8.0..@fluentui/react-charting_v5.8.1",children:"Compare changes"})]}),"\n",(0,i.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,i.jsxs)(t.ul,{children:["\n",(0,i.jsxs)(t.li,{children:["Bump @fluentui/react to v8.57.1 (",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/62865d15abd07125ff3968c739e387d6fd840f00",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,i.jsx)(t.h2,{id:"580",children:(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.8.0",children:"5.8.0"})}),"\n",(0,i.jsxs)(t.p,{children:["Thu, 03 Mar 2022 07:24:27 GMT\n",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.21..@fluentui/react-charting_v5.8.0",children:"Compare changes"})]}),"\n",(0,i.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,i.jsxs)(t.ul,{children:["\n",(0,i.jsxs)(t.li,{children:["Adding explicit export maps on all consumer packages for FUIR 8 and 9. (",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21508",children:"PR #21508"})," by ",(0,i.jsx)(t.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n",(0,i.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.4.0 (",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21919",children:"PR #21919"})," by beachball)"]}),"\n",(0,i.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.2.0 (",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21919",children:"PR #21919"})," by beachball)"]}),"\n",(0,i.jsxs)(t.li,{children:["Bump @fluentui/react to v8.57.0 (",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21919",children:"PR #21919"})," by beachball)"]}),"\n",(0,i.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.16 (",(0,i.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21919",children:"PR #21919"})," by beachball)"]}),"\n"]})]})}function u(e={}){const{wrapper:t}={...(0,c.a)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(o,{...e})}):o(e)}},1151:(e,t,n)=>{n.d(t,{Z:()=>s,a:()=>r});var i=n(7294);const c={},l=i.createContext(c);function r(e){const t=i.useContext(l);return i.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function s(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(c):e.components||c:r(e.components),i.createElement(l.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/c0f01452.e21d96f9.js b/assets/js/c0f01452.e21d96f9.js new file mode 100644 index 0000000000..10fd4a73e1 --- /dev/null +++ b/assets/js/c0f01452.e21d96f9.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[6970],{5669:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>s,contentTitle:()=>h,default:()=>o,frontMatter:()=>n,metadata:()=>r,toc:()=>u});var c=i(5893),l=i(1151);const n={},h=void 0,r={id:"changelogSplits/5.6",title:"5.6",description:"5.6.17",source:"@site/../../docs/changelogSplits/5.6.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.6",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.6",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.7",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.7"},next:{title:"5.5",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.5"}},s={},u=[{value:"5.6.17",id:"5617",level:2},{value:"Patches",id:"patches",level:3},{value:"5.6.16",id:"5616",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.6.15",id:"5615",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.6.14",id:"5614",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.6.13",id:"5613",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.6.12",id:"5612",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.6.11",id:"5611",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.6.10",id:"5610",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.6.9",id:"569",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.6.8",id:"568",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.6.7",id:"567",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.6.6",id:"566",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.6.5",id:"565",level:2},{value:"Patches",id:"patches-12",level:3},{value:"5.6.4",id:"564",level:2},{value:"Patches",id:"patches-13",level:3},{value:"5.6.3",id:"563",level:2},{value:"Patches",id:"patches-14",level:3},{value:"5.6.2",id:"562",level:2},{value:"Patches",id:"patches-15",level:3},{value:"5.6.1",id:"561",level:2},{value:"Patches",id:"patches-16",level:3},{value:"5.6.0",id:"560",level:2},{value:"Minor changes",id:"minor-changes",level:3},{value:"Patches",id:"patches-17",level:3}];function a(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,l.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(t.h2,{id:"5617",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.17",children:"5.6.17"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 13 Jan 2022 07:30:58 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.16..@fluentui/react-charting_v5.6.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.49.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21196",children:"PR #21196"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5616",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.16",children:"5.6.16"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 12 Jan 2022 07:32:29 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.15..@fluentui/react-charting_v5.6.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.49.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21219",children:"PR #21219"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5615",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.15",children:"5.6.15"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 11 Jan 2022 07:29:05 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.14..@fluentui/react-charting_v5.6.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Make last point in line chart focusable even when hidenonactivedots is true. Also change draw order of points so aren't drawn over other lines. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20640",children:"PR #20640"})," by ",(0,c.jsx)(t.a,{href:"mailto:nojittip@microsoft.com",children:"nojittip@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.49.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21205",children:"PR #21205"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5614",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.14",children:"5.6.14"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 10 Jan 2022 07:26:30 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.13..@fluentui/react-charting_v5.6.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.49.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21041",children:"PR #21041"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5613",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.13",children:"5.6.13"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 07 Jan 2022 07:27:47 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.12..@fluentui/react-charting_v5.6.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.15 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21201",children:"PR #21201"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.49.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21201",children:"PR #21201"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5612",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.12",children:"5.6.12"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 03 Jan 2022 23:32:11 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.11..@fluentui/react-charting_v5.6.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.14 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20954",children:"PR #20954"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.49.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20954",children:"PR #20954"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.14 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20954",children:"PR #20954"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5611",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.11",children:"5.6.11"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 22 Dec 2021 07:29:45 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.10..@fluentui/react-charting_v5.6.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.48.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21090",children:"PR #21090"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5610",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.10",children:"5.6.10"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 16 Dec 2021 07:26:41 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.9..@fluentui/react-charting_v5.6.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.48.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21011",children:"PR #21011"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"569",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.9",children:"5.6.9"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 15 Dec 2021 07:31:29 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.8..@fluentui/react-charting_v5.6.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.13 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20716",children:"PR #20716"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.47.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20716",children:"PR #20716"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"568",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.8",children:"5.6.8"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 14 Dec 2021 07:30:02 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.7..@fluentui/react-charting_v5.6.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.12 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20904",children:"PR #20904"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.47.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20904",children:"PR #20904"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"567",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.7",children:"5.6.7"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 10 Dec 2021 07:30:35 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.6..@fluentui/react-charting_v5.6.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-10",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.11 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20587",children:"PR #20587"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.47.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20587",children:"PR #20587"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"566",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.6",children:"5.6.6"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 09 Dec 2021 07:27:18 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.5..@fluentui/react-charting_v5.6.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-11",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.47.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20161",children:"PR #20161"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"565",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.5",children:"5.6.5"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 08 Dec 2021 07:28:19 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.4..@fluentui/react-charting_v5.6.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-12",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.46.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20831",children:"PR #20831"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"564",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.4",children:"5.6.4"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 07 Dec 2021 07:31:33 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.3..@fluentui/react-charting_v5.6.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-13",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.46.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20769",children:"PR #20769"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"563",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.3",children:"5.6.3"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 03 Dec 2021 07:36:12 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.2..@fluentui/react-charting_v5.6.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-14",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.46.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20887",children:"PR #20887"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"562",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.2",children:"5.6.2"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 01 Dec 2021 07:41:09 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.1..@fluentui/react-charting_v5.6.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-15",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.46.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20715",children:"PR #20715"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"561",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.1",children:"5.6.1"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 30 Nov 2021 07:37:33 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.0..@fluentui/react-charting_v5.6.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-16",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.10 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20833",children:"PR #20833"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.45.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20833",children:"PR #20833"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"560",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.0",children:"5.6.0"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 25 Nov 2021 14:54:14 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.14..@fluentui/react-charting_v5.6.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Stack callout accessibility prop added in Grouped Bar chart for Stack callout (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20585",children:"PR #20585"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Removing export stars in favor of named exports. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20665",children:"PR #20665"})," by ",(0,c.jsx)(t.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.9 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20784",children:"PR #20784"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.1.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20784",children:"PR #20784"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.44.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20784",children:"PR #20784"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.13 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20784",children:"PR #20784"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h3,{id:"patches-17",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Callout content focusable removed and Title for SVG added (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20763",children:"PR #20763"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]})]})}function o(e={}){const{wrapper:t}={...(0,l.a)(),...e.components};return t?(0,c.jsx)(t,{...e,children:(0,c.jsx)(a,{...e})}):a(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>r,a:()=>h});var c=i(7294);const l={},n=c.createContext(l);function h(e){const t=c.useContext(n);return c.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function r(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(l):e.components||l:h(e.components),c.createElement(n.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/c1b0a72f.b56d97de.js b/assets/js/c1b0a72f.b56d97de.js new file mode 100644 index 0000000000..080fdfc8b4 --- /dev/null +++ b/assets/js/c1b0a72f.b56d97de.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[2430],{8026:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>s,contentTitle:()=>n,default:()=>o,frontMatter:()=>h,metadata:()=>r,toc:()=>u});var c=i(5893),l=i(1151);const h={},n=void 0,r={id:"changelogSplits/5.14",title:"5.14",description:"5.14.43",source:"@site/../../docs/changelogSplits/5.14.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.14",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.14",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.15",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.15"},next:{title:"5.13",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.13"}},s={},u=[{value:"5.14.43",id:"51443",level:2},{value:"Patches",id:"patches",level:3},{value:"5.14.42",id:"51442",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.14.41",id:"51441",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.14.40",id:"51440",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.14.39",id:"51439",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.14.38",id:"51438",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.14.37",id:"51437",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.14.36",id:"51436",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.14.35",id:"51435",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.14.34",id:"51434",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.14.33",id:"51433",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.14.32",id:"51432",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.14.31",id:"51431",level:2},{value:"Patches",id:"patches-12",level:3},{value:"5.14.30",id:"51430",level:2},{value:"Patches",id:"patches-13",level:3},{value:"5.14.29",id:"51429",level:2},{value:"Patches",id:"patches-14",level:3},{value:"5.14.28",id:"51428",level:2},{value:"Patches",id:"patches-15",level:3},{value:"5.14.27",id:"51427",level:2},{value:"Patches",id:"patches-16",level:3},{value:"5.14.26",id:"51426",level:2},{value:"Patches",id:"patches-17",level:3},{value:"5.14.25",id:"51425",level:2},{value:"Patches",id:"patches-18",level:3},{value:"5.14.24",id:"51424",level:2},{value:"Patches",id:"patches-19",level:3},{value:"5.14.23",id:"51423",level:2},{value:"Patches",id:"patches-20",level:3},{value:"5.14.22",id:"51422",level:2},{value:"Patches",id:"patches-21",level:3},{value:"5.14.21",id:"51421",level:2},{value:"Patches",id:"patches-22",level:3},{value:"5.14.20",id:"51420",level:2},{value:"Patches",id:"patches-23",level:3},{value:"5.14.19",id:"51419",level:2},{value:"Patches",id:"patches-24",level:3},{value:"5.14.18",id:"51418",level:2},{value:"Patches",id:"patches-25",level:3},{value:"5.14.17",id:"51417",level:2},{value:"Patches",id:"patches-26",level:3},{value:"5.14.16",id:"51416",level:2},{value:"Patches",id:"patches-27",level:3},{value:"5.14.15",id:"51415",level:2},{value:"Patches",id:"patches-28",level:3},{value:"5.14.14",id:"51414",level:2},{value:"Patches",id:"patches-29",level:3},{value:"5.14.13",id:"51413",level:2},{value:"Patches",id:"patches-30",level:3},{value:"5.14.12",id:"51412",level:2},{value:"Patches",id:"patches-31",level:3},{value:"5.14.11",id:"51411",level:2},{value:"Patches",id:"patches-32",level:3},{value:"5.14.10",id:"51410",level:2},{value:"Patches",id:"patches-33",level:3},{value:"5.14.9",id:"5149",level:2},{value:"Patches",id:"patches-34",level:3},{value:"5.14.8",id:"5148",level:2},{value:"Patches",id:"patches-35",level:3},{value:"5.14.7",id:"5147",level:2},{value:"Patches",id:"patches-36",level:3},{value:"5.14.6",id:"5146",level:2},{value:"Patches",id:"patches-37",level:3},{value:"5.14.5",id:"5145",level:2},{value:"Patches",id:"patches-38",level:3},{value:"5.14.4",id:"5144",level:2},{value:"Patches",id:"patches-39",level:3},{value:"5.14.3",id:"5143",level:2},{value:"Patches",id:"patches-40",level:3},{value:"5.14.2",id:"5142",level:2},{value:"Patches",id:"patches-41",level:3},{value:"5.14.1",id:"5141",level:2},{value:"Patches",id:"patches-42",level:3},{value:"5.14.0",id:"5140",level:2},{value:"Minor changes",id:"minor-changes",level:3},{value:"Patches",id:"patches-43",level:3}];function a(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,l.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(t.h2,{id:"51443",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.43",children:"5.14.43"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 03 Feb 2023 07:50:06 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.42..@fluentui/react-charting_v5.14.43",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.14 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26569",children:"PR #26569"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.2.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26569",children:"PR #26569"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.105.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26569",children:"PR #26569"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.23 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26569",children:"PR #26569"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51442",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.42",children:"5.14.42"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 02 Feb 2023 07:35:42 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.41..@fluentui/react-charting_v5.14.42",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.105.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26591",children:"PR #26591"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51441",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.41",children:"5.14.41"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 01 Feb 2023 07:39:53 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.40..@fluentui/react-charting_v5.14.41",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.105.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26573",children:"PR #26573"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51440",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.40",children:"5.14.40"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 30 Jan 2023 07:36:21 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.39..@fluentui/react-charting_v5.14.40",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix duplicate-id accessibility issue in line chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26486",children:"PR #26486"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.105.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26522",children:"PR #26522"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51439",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.39",children:"5.14.39"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 27 Jan 2023 07:37:51 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.38..@fluentui/react-charting_v5.14.39",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.13 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26520",children:"PR #26520"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.104.8 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26520",children:"PR #26520"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51438",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.38",children:"5.14.38"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 26 Jan 2023 07:35:31 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.37..@fluentui/react-charting_v5.14.38",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Add labels to arcs in donut chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25967",children:"PR #25967"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Add new variant to horizontal bar chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26082",children:"PR #26082"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.104.7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26509",children:"PR #26509"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51437",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.37",children:"5.14.37"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 18 Jan 2023 07:42:14 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.36..@fluentui/react-charting_v5.14.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.104.6 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26367",children:"PR #26367"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51436",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.36",children:"5.14.36"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 11 Jan 2023 07:50:55 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.35..@fluentui/react-charting_v5.14.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.104.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26246",children:"PR #26246"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51435",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.35",children:"5.14.35"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 10 Jan 2023 07:50:15 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.34..@fluentui/react-charting_v5.14.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.12 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26260",children:"PR #26260"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.2.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26260",children:"PR #26260"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.104.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26260",children:"PR #26260"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.22 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26260",children:"PR #26260"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51434",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.34",children:"5.14.34"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 09 Jan 2023 07:49:46 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.33..@fluentui/react-charting_v5.14.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.104.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26132",children:"PR #26132"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51433",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.33",children:"5.14.33"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 05 Jan 2023 07:59:52 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.32..@fluentui/react-charting_v5.14.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-10",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.104.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26055",children:"PR #26055"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51432",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.32",children:"5.14.32"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 23 Dec 2022 07:55:40 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.31..@fluentui/react-charting_v5.14.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-11",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.104.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26073",children:"PR #26073"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51431",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.31",children:"5.14.31"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 21 Dec 2022 07:47:36 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.30..@fluentui/react-charting_v5.14.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-12",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.104.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26052",children:"PR #26052"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51430",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.30",children:"5.14.30"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 20 Dec 2022 07:53:34 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.29..@fluentui/react-charting_v5.14.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-13",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.11 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26005",children:"PR #26005"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.103.10 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26005",children:"PR #26005"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51429",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.29",children:"5.14.29"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 16 Dec 2022 07:50:07 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.28..@fluentui/react-charting_v5.14.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-14",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Hide callout on legend hover (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25978",children:"PR #25978"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.103.9 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26015",children:"PR #26015"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51428",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.28",children:"5.14.28"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 13 Dec 2022 07:46:31 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.27..@fluentui/react-charting_v5.14.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-15",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.103.8 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25971",children:"PR #25971"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51427",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.27",children:"5.14.27"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 09 Dec 2022 07:54:31 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.26..@fluentui/react-charting_v5.14.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-16",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.103.7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25947",children:"PR #25947"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51426",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.26",children:"5.14.26"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 08 Dec 2022 07:46:37 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.25..@fluentui/react-charting_v5.14.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-17",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.103.6 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25665",children:"PR #25665"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51425",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.25",children:"5.14.25"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 06 Dec 2022 07:59:31 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.24..@fluentui/react-charting_v5.14.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-18",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Adjust stacked bar chart styles as per design (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25334",children:"PR #25334"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Adjust horizontal bar chart styles as per design (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25268",children:"PR #25268"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51424",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.24",children:"5.14.24"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 05 Dec 2022 07:54:46 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.23..@fluentui/react-charting_v5.14.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-19",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.103.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25884",children:"PR #25884"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51423",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.23",children:"5.14.23"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 02 Dec 2022 07:54:15 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.22..@fluentui/react-charting_v5.14.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-20",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.103.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25863",children:"PR #25863"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51422",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.22",children:"5.14.22"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 01 Dec 2022 07:57:10 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.21..@fluentui/react-charting_v5.14.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-21",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Support single point in area chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25842",children:"PR #25842"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51421",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.21",children:"5.14.21"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 30 Nov 2022 07:46:31 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.20..@fluentui/react-charting_v5.14.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-22",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.103.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25836",children:"PR #25836"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51420",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.20",children:"5.14.20"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 24 Nov 2022 07:53:48 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.19..@fluentui/react-charting_v5.14.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-23",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.103.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25770",children:"PR #25770"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51419",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.19",children:"5.14.19"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 23 Nov 2022 07:54:37 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.18..@fluentui/react-charting_v5.14.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-24",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix wrong narration in browse mode (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25616",children:"PR #25616"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.103.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25726",children:"PR #25726"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51418",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.18",children:"5.14.18"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 22 Nov 2022 07:47:00 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.17..@fluentui/react-charting_v5.14.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-25",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.103.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25499",children:"PR #25499"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51417",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.17",children:"5.14.17"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 18 Nov 2022 07:45:45 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.16..@fluentui/react-charting_v5.14.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-26",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Allow focus navigation with tab key in donut chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25654",children:"PR #25654"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51416",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.16",children:"5.14.16"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 17 Nov 2022 07:51:44 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.15..@fluentui/react-charting_v5.14.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-27",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.102.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25638",children:"PR #25638"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51415",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.15",children:"5.14.15"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 16 Nov 2022 07:47:29 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.14..@fluentui/react-charting_v5.14.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-28",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.101.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25626",children:"PR #25626"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51414",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.14",children:"5.14.14"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 15 Nov 2022 07:44:59 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.13..@fluentui/react-charting_v5.14.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-29",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.10 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25643",children:"PR #25643"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.101.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25643",children:"PR #25643"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51413",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.13",children:"5.14.13"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 09 Nov 2022 07:48:12 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.12..@fluentui/react-charting_v5.14.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-30",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.9 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25564",children:"PR #25564"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.2.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25564",children:"PR #25564"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.101.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25564",children:"PR #25564"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.21 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25564",children:"PR #25564"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51412",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.12",children:"5.14.12"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 04 Nov 2022 07:48:06 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.11..@fluentui/react-charting_v5.14.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-31",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix legends selection bugs (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24563",children:"PR #24563"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Fix overlay opacity in line chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25366",children:"PR #25366"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.100.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25493",children:"PR #25493"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51411",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.11",children:"5.14.11"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 03 Nov 2022 07:52:12 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.10..@fluentui/react-charting_v5.14.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-32",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.99.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25453",children:"PR #25453"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51410",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.10",children:"5.14.10"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 01 Nov 2022 07:49:22 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.9..@fluentui/react-charting_v5.14.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-33",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.99.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25331",children:"PR #25331"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5149",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.9",children:"5.14.9"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 31 Oct 2022 07:45:40 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.8..@fluentui/react-charting_v5.14.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-34",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.99.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25409",children:"PR #25409"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5148",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.8",children:"5.14.8"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 28 Oct 2022 07:45:08 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.7..@fluentui/react-charting_v5.14.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-35",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.99.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25428",children:"PR #25428"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5147",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.7",children:"5.14.7"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 26 Oct 2022 07:52:53 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.6..@fluentui/react-charting_v5.14.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-36",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix wrong narration when legend selected (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24903",children:"PR #24903"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.8 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25381",children:"PR #25381"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.98.8 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25381",children:"PR #25381"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5146",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.6",children:"5.14.6"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 25 Oct 2022 07:43:18 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.5..@fluentui/react-charting_v5.14.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-37",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.98.7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24903",children:"PR #24903"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5145",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.5",children:"5.14.5"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 24 Oct 2022 07:45:24 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.4..@fluentui/react-charting_v5.14.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-38",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.98.6 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25226",children:"PR #25226"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5144",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.4",children:"5.14.4"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 21 Oct 2022 07:44:53 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.3..@fluentui/react-charting_v5.14.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-39",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.98.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24283",children:"PR #24283"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5143",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.3",children:"5.14.3"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 20 Oct 2022 07:43:14 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.2..@fluentui/react-charting_v5.14.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-40",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25294",children:"PR #25294"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.98.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25294",children:"PR #25294"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5142",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.2",children:"5.14.2"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 18 Oct 2022 07:42:43 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.1..@fluentui/react-charting_v5.14.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-41",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix chart title overflow (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25073",children:"PR #25073"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5141",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.1",children:"5.14.1"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 17 Oct 2022 07:49:17 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.0..@fluentui/react-charting_v5.14.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-42",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.98.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25219",children:"PR #25219"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5140",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.0",children:"5.14.0"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 14 Oct 2022 07:44:00 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.11..@fluentui/react-charting_v5.14.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Update d3-scale version to 4.0.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25119",children:"PR #25119"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.98.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24976",children:"PR #24976"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h3,{id:"patches-43",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["chore: Bump v8 packages peer deps to include React 18 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24976",children:"PR #24976"})," by ",(0,c.jsx)(t.a,{href:"mailto:mgodbolt@microsoft.com",children:"mgodbolt@microsoft.com"}),")"]}),"\n"]})]})}function o(e={}){const{wrapper:t}={...(0,l.a)(),...e.components};return t?(0,c.jsx)(t,{...e,children:(0,c.jsx)(a,{...e})}):a(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>r,a:()=>n});var c=i(7294);const l={},h=c.createContext(l);function n(e){const t=c.useContext(h);return c.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function r(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(l):e.components||l:n(e.components),c.createElement(h.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/c67f0456.d83488f7.js b/assets/js/c67f0456.d83488f7.js new file mode 100644 index 0000000000..a7988070a0 --- /dev/null +++ b/assets/js/c67f0456.d83488f7.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[5069],{5327:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>s,contentTitle:()=>h,default:()=>o,frontMatter:()=>n,metadata:()=>r,toc:()=>u});var c=i(5893),l=i(1151);const n={},h=void 0,r={id:"changelogSplits/5.7",title:"5.7",description:"5.7.21",source:"@site/../../docs/changelogSplits/5.7.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.7",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.7",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.8",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.8"},next:{title:"5.6",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.6"}},s={},u=[{value:"5.7.21",id:"5721",level:2},{value:"Patches",id:"patches",level:3},{value:"5.7.20",id:"5720",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.7.19",id:"5719",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.7.18",id:"5718",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.7.17",id:"5717",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.7.16",id:"5716",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.7.15",id:"5715",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.7.14",id:"5714",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.7.13",id:"5713",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.7.12",id:"5712",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.7.11",id:"5711",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.7.10",id:"5710",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.7.9",id:"579",level:2},{value:"Patches",id:"patches-12",level:3},{value:"5.7.8",id:"578",level:2},{value:"Patches",id:"patches-13",level:3},{value:"5.7.7",id:"577",level:2},{value:"Patches",id:"patches-14",level:3},{value:"5.7.6",id:"576",level:2},{value:"Patches",id:"patches-15",level:3},{value:"5.7.5",id:"575",level:2},{value:"Patches",id:"patches-16",level:3},{value:"5.7.4",id:"574",level:2},{value:"Patches",id:"patches-17",level:3},{value:"5.7.3",id:"573",level:2},{value:"Patches",id:"patches-18",level:3},{value:"5.7.2",id:"572",level:2},{value:"Patches",id:"patches-19",level:3},{value:"5.7.1",id:"571",level:2},{value:"Patches",id:"patches-20",level:3},{value:"5.7.0",id:"570",level:2},{value:"Minor changes",id:"minor-changes",level:3}];function a(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,l.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(t.h2,{id:"5721",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.21",children:"5.7.21"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 02 Mar 2022 07:23:06 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.20..@fluentui/react-charting_v5.7.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.56.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21900",children:"PR #21900"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5720",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.20",children:"5.7.20"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 01 Mar 2022 07:23:43 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.19..@fluentui/react-charting_v5.7.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.21 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21852",children:"PR #21852"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.56.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21852",children:"PR #21852"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5719",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.19",children:"5.7.19"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 24 Feb 2022 07:29:50 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.18..@fluentui/react-charting_v5.7.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.20 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21837",children:"PR #21837"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.56.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21837",children:"PR #21837"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5718",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.18",children:"5.7.18"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 23 Feb 2022 07:26:36 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.17..@fluentui/react-charting_v5.7.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.56.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21834",children:"PR #21834"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5717",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.17",children:"5.7.17"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 21 Feb 2022 07:30:14 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.16..@fluentui/react-charting_v5.7.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix visualization UI bugs (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5716",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.16",children:"5.7.16"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 18 Feb 2022 07:22:08 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.15..@fluentui/react-charting_v5.7.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix unable to hover on chart callout. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21750",children:"PR #21750"})," by email not defined)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5715",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.15",children:"5.7.15"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 17 Feb 2022 07:28:31 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.14..@fluentui/react-charting_v5.7.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.19 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21777",children:"PR #21777"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.55.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21777",children:"PR #21777"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5714",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.14",children:"5.7.14"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 14 Feb 2022 07:26:37 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.13..@fluentui/react-charting_v5.7.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.55.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21717",children:"PR #21717"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5713",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.13",children:"5.7.13"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 11 Feb 2022 07:27:49 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.12..@fluentui/react-charting_v5.7.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.18 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21706",children:"PR #21706"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.55.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21706",children:"PR #21706"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5712",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.12",children:"5.7.12"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 10 Feb 2022 07:32:10 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.11..@fluentui/react-charting_v5.7.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.55.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21672",children:"PR #21672"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5711",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.11",children:"5.7.11"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 09 Feb 2022 07:30:49 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.10..@fluentui/react-charting_v5.7.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-10",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Add eslint deprecation exception (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21547",children:"PR #21547"})," by ",(0,c.jsx)(t.a,{href:"mailto:seanmonahan@microsoft.com",children:"seanmonahan@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.17 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21603",children:"PR #21603"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.54.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21603",children:"PR #21603"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5710",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.10",children:"5.7.10"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 08 Feb 2022 07:25:34 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.9..@fluentui/react-charting_v5.7.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-11",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.53.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21639",children:"PR #21639"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"579",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.9",children:"5.7.9"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 04 Feb 2022 07:31:42 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.8..@fluentui/react-charting_v5.7.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-12",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.52.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21519",children:"PR #21519"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"578",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.8",children:"5.7.8"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 03 Feb 2022 07:29:41 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.7..@fluentui/react-charting_v5.7.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-13",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.3.16 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21545",children:"PR #21545"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.52.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21545",children:"PR #21545"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.15 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21545",children:"PR #21545"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"577",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.7",children:"5.7.7"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 01 Feb 2022 07:26:26 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.6..@fluentui/react-charting_v5.7.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-14",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["OverflowProp styles override issue solved for legend (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21487",children:"PR #21487"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["only active circle will be visible when custom radius is passed (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21473",children:"PR #21473"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.52.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21344",children:"PR #21344"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"576",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.6",children:"5.7.6"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 31 Jan 2022 07:27:30 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.5..@fluentui/react-charting_v5.7.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-15",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.52.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21494",children:"PR #21494"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"575",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.5",children:"5.7.5"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 26 Jan 2022 07:26:01 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.4..@fluentui/react-charting_v5.7.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-16",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.51.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20890",children:"PR #20890"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"574",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.4",children:"5.7.4"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 25 Jan 2022 07:30:06 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.3..@fluentui/react-charting_v5.7.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-17",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.51.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/20805",children:"PR #20805"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"573",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.3",children:"5.7.3"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 24 Jan 2022 07:26:13 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.2..@fluentui/react-charting_v5.7.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-18",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.50.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21362",children:"PR #21362"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"572",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.2",children:"5.7.2"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 21 Jan 2022 07:26:06 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.1..@fluentui/react-charting_v5.7.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-19",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.50.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21280",children:"PR #21280"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"571",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.1",children:"5.7.1"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 17 Jan 2022 09:43:48 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.0..@fluentui/react-charting_v5.7.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-20",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.49.7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21274",children:"PR #21274"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"570",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.0",children:"5.7.0"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 14 Jan 2022 07:28:39 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.17..@fluentui/react-charting_v5.7.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["style control prop added in area chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21249",children:"PR #21249"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.49.6 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21215",children:"PR #21215"})," by beachball)"]}),"\n"]})]})}function o(e={}){const{wrapper:t}={...(0,l.a)(),...e.components};return t?(0,c.jsx)(t,{...e,children:(0,c.jsx)(a,{...e})}):a(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>r,a:()=>h});var c=i(7294);const l={},n=c.createContext(l);function h(e){const t=c.useContext(n);return c.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function r(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(l):e.components||l:h(e.components),c.createElement(n.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/d620695a.2b3a4bdd.js b/assets/js/d620695a.2b3a4bdd.js new file mode 100644 index 0000000000..00ee53a6e2 --- /dev/null +++ b/assets/js/d620695a.2b3a4bdd.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[9597],{3966:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>s,contentTitle:()=>h,default:()=>o,frontMatter:()=>l,metadata:()=>r,toc:()=>a});var c=i(5893),n=i(1151);const l={},h=void 0,r={id:"changelogSplits/5.15",title:"5.15",description:"5.15.10",source:"@site/../../docs/changelogSplits/5.15.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.15",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.15",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.16",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.16"},next:{title:"5.14",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.14"}},s={},a=[{value:"5.15.10",id:"51510",level:2},{value:"Patches",id:"patches",level:3},{value:"5.15.9",id:"5159",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.15.8",id:"5158",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.15.7",id:"5157",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.15.6",id:"5156",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.15.5",id:"5155",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.15.4",id:"5154",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.15.3",id:"5153",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.15.2",id:"5152",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.15.1",id:"5151",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.15.0",id:"5150",level:2},{value:"Minor changes",id:"minor-changes",level:3}];function u(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,n.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(t.h2,{id:"51510",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.10",children:"5.15.10"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 22 Feb 2023 07:44:35 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.9..@fluentui/react-charting_v5.15.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.106.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/7596e81eaad95fc96ac7098f848602ace5278e03",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5159",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.9",children:"5.15.9"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 22 Feb 2023 00:32:23 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.8..@fluentui/react-charting_v5.15.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.106.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26574",children:"PR #26574"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5158",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.8",children:"5.15.8"})}),"\n",(0,c.jsxs)(t.p,{children:["Sat, 18 Feb 2023 01:37:02 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.7..@fluentui/react-charting_v5.15.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.15 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26903",children:"PR #26903"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.105.11 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26903",children:"PR #26903"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5157",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.7",children:"5.15.7"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 17 Feb 2023 22:05:37 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.6..@fluentui/react-charting_v5.15.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.105.10 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26896",children:"PR #26896"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5156",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.6",children:"5.15.6"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 17 Feb 2023 07:46:38 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.5..@fluentui/react-charting_v5.15.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.105.9 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26008",children:"PR #26008"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5155",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.5",children:"5.15.5"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 15 Feb 2023 07:42:17 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.4..@fluentui/react-charting_v5.15.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.105.8 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26848",children:"PR #26848"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5154",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.4",children:"5.15.4"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 13 Feb 2023 07:37:39 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.3..@fluentui/react-charting_v5.15.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.105.7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26796",children:"PR #26796"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5153",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.3",children:"5.15.3"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 10 Feb 2023 07:47:23 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.2..@fluentui/react-charting_v5.15.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fixing wrong value on link hover (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26778",children:"PR #26778"})," by ",(0,c.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.105.6 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26725",children:"PR #26725"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5152",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.2",children:"5.15.2"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 09 Feb 2023 07:38:30 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.1..@fluentui/react-charting_v5.15.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix svg-img-alt accessibility issue in vertical stacked bar chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26755",children:"PR #26755"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5151",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.1",children:"5.15.1"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 07 Feb 2023 07:36:28 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.0..@fluentui/react-charting_v5.15.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.105.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26617",children:"PR #26617"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5150",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.0",children:"5.15.0"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 06 Feb 2023 07:41:30 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.43..@fluentui/react-charting_v5.15.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Sankey chart changes for the new design (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25455",children:"PR #25455"})," by ",(0,c.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.105.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/25455",children:"PR #25455"})," by beachball)"]}),"\n"]})]})}function o(e={}){const{wrapper:t}={...(0,n.a)(),...e.components};return t?(0,c.jsx)(t,{...e,children:(0,c.jsx)(u,{...e})}):u(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>r,a:()=>h});var c=i(7294);const n={},l=c.createContext(n);function h(e){const t=c.useContext(l);return c.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function r(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:h(e.components),c.createElement(l.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/ddc35001.41e90c63.js b/assets/js/ddc35001.41e90c63.js new file mode 100644 index 0000000000..ecec97f500 --- /dev/null +++ b/assets/js/ddc35001.41e90c63.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[8968],{9313:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>a,contentTitle:()=>o,default:()=>h,frontMatter:()=>r,metadata:()=>c,toc:()=>l});var s=i(5893),n=i(1151);const r={title:"Overview"},o=void 0,c={id:"Overview",title:"Overview",description:"Fluent UI React (formerly Office UI Fabric React) charts is a set of modern, accessible, interactive, lightweight and highly customizable visualization library representing the Microsoft design system. The charts are used across 100+ projects inside Microsoft including Microsoft 365 and Azure.",source:"@site/../../docs/Overview.md",sourceDirName:".",slug:"/Overview",permalink:"/fluentui-charting-contrib/docs/Overview",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{title:"Overview"},sidebar:"tutorialSidebar",next:{title:"5.19",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.19"}},a={},l=[{value:"Contact",id:"contact",level:2},{value:"Demo site",id:"demo-site",level:2},{value:"Code repository",id:"code-repository",level:2},{value:"DataViz design guidelines",id:"dataviz-design-guidelines",level:2},{value:"Published roadmap",id:"published-roadmap",level:2}];function d(e){const t={a:"a",code:"code",h2:"h2",p:"p",...(0,n.a)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.p,{children:"Fluent UI React (formerly Office UI Fabric React) charts is a set of modern, accessible, interactive, lightweight and highly customizable visualization library representing the Microsoft design system. The charts are used across 100+ projects inside Microsoft including Microsoft 365 and Azure."}),"\n",(0,s.jsx)(t.p,{children:"The library is built using D3 (Data Driven Documents) and other fluent UI controls."}),"\n",(0,s.jsx)(t.h2,{id:"contact",children:"Contact"}),"\n",(0,s.jsxs)(t.p,{children:["The charting project is actively funded by a small feature team. The team responds within 1-2 business days for any queries or doubts.\nYou can reach out to the charting team by tagging ",(0,s.jsx)(t.code,{children:"@microsoft/charting-team"})," in ",(0,s.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/discussions",children:"discussion"})," items."]}),"\n",(0,s.jsxs)(t.p,{children:["You could also create issues under the ",(0,s.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/labels/Package:%20charting",children:"charting"})," tag."]}),"\n",(0,s.jsx)(t.h2,{id:"demo-site",children:"Demo site"}),"\n",(0,s.jsx)(t.p,{children:(0,s.jsx)(t.a,{href:"https://aka.ms/fluentcharting",children:"https://aka.ms/fluentcharting"})}),"\n",(0,s.jsx)(t.h2,{id:"code-repository",children:"Code repository"}),"\n",(0,s.jsx)(t.p,{children:(0,s.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/blob/master/packages/react-charting",children:"https://github.com/microsoft/fluentui/blob/master/packages/react-charting"})}),"\n",(0,s.jsx)(t.h2,{id:"dataviz-design-guidelines",children:"DataViz design guidelines"}),"\n",(0,s.jsx)(t.p,{children:"Coming soon"}),"\n",(0,s.jsx)(t.h2,{id:"published-roadmap",children:"Published roadmap"}),"\n",(0,s.jsx)(t.p,{children:(0,s.jsx)(t.a,{href:"https://github.com/orgs/microsoft/projects/792/views/1",children:"https://github.com/orgs/microsoft/projects/792/views/1"})})]})}function h(e={}){const{wrapper:t}={...(0,n.a)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(d,{...e})}):d(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>c,a:()=>o});var s=i(7294);const n={},r=s.createContext(n);function o(e){const t=s.useContext(r);return s.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function c(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:o(e.components),s.createElement(r.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/ddc35001.5310a204.js b/assets/js/ddc35001.5310a204.js deleted file mode 100644 index 7f5291e4c2..0000000000 --- a/assets/js/ddc35001.5310a204.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[8968],{9313:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>a,contentTitle:()=>o,default:()=>h,frontMatter:()=>r,metadata:()=>c,toc:()=>d});var s=i(5893),n=i(1151);const r={title:"Overview"},o=void 0,c={id:"Overview",title:"Overview",description:"Fluent UI React (formerly Office UI Fabric React) charts is a set of modern, accessible, interactive, lightweight and highly customizable visualization library representing the Microsoft design system. The charts are used across 100+ projects inside Microsoft including Microsoft 365 and Azure.",source:"@site/../../docs/Overview.md",sourceDirName:".",slug:"/Overview",permalink:"/fluentui-charting-contrib/docs/Overview",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{title:"Overview"},sidebar:"tutorialSidebar",next:{title:"Release Log",permalink:"/fluentui-charting-contrib/docs/CHANGELOG"}},a={},d=[{value:"Contact",id:"contact",level:2},{value:"Demo site",id:"demo-site",level:2},{value:"Code repository",id:"code-repository",level:2},{value:"DataViz design guidelines",id:"dataviz-design-guidelines",level:2},{value:"Published roadmap",id:"published-roadmap",level:2}];function l(e){const t={a:"a",code:"code",h2:"h2",p:"p",...(0,n.a)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.p,{children:"Fluent UI React (formerly Office UI Fabric React) charts is a set of modern, accessible, interactive, lightweight and highly customizable visualization library representing the Microsoft design system. The charts are used across 100+ projects inside Microsoft including Microsoft 365 and Azure."}),"\n",(0,s.jsx)(t.p,{children:"The library is built using D3 (Data Driven Documents) and other fluent UI controls."}),"\n",(0,s.jsx)(t.h2,{id:"contact",children:"Contact"}),"\n",(0,s.jsxs)(t.p,{children:["The charting project is actively funded by a small feature team. The team responds within 1-2 business days for any queries or doubts.\nYou can reach out to the charting team by tagging ",(0,s.jsx)(t.code,{children:"@microsoft/charting-team"})," in ",(0,s.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/discussions",children:"discussion"})," items."]}),"\n",(0,s.jsxs)(t.p,{children:["You could also create issues under the ",(0,s.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/labels/Package:%20charting",children:"charting"})," tag."]}),"\n",(0,s.jsx)(t.h2,{id:"demo-site",children:"Demo site"}),"\n",(0,s.jsx)(t.p,{children:(0,s.jsx)(t.a,{href:"https://aka.ms/fluentcharting",children:"https://aka.ms/fluentcharting"})}),"\n",(0,s.jsx)(t.h2,{id:"code-repository",children:"Code repository"}),"\n",(0,s.jsx)(t.p,{children:(0,s.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/blob/master/packages/react-charting",children:"https://github.com/microsoft/fluentui/blob/master/packages/react-charting"})}),"\n",(0,s.jsx)(t.h2,{id:"dataviz-design-guidelines",children:"DataViz design guidelines"}),"\n",(0,s.jsx)(t.p,{children:"Coming soon"}),"\n",(0,s.jsx)(t.h2,{id:"published-roadmap",children:"Published roadmap"}),"\n",(0,s.jsx)(t.p,{children:(0,s.jsx)(t.a,{href:"https://github.com/orgs/microsoft/projects/792/views/1",children:"https://github.com/orgs/microsoft/projects/792/views/1"})})]})}function h(e={}){const{wrapper:t}={...(0,n.a)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(l,{...e})}):l(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>c,a:()=>o});var s=i(7294);const n={},r=s.createContext(n);function o(e){const t=s.useContext(r);return s.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function c(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:o(e.components),s.createElement(r.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/e2d1ed78.3bc94e31.js b/assets/js/e2d1ed78.3bc94e31.js new file mode 100644 index 0000000000..2c45069b27 --- /dev/null +++ b/assets/js/e2d1ed78.3bc94e31.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[5998],{8224:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>s,contentTitle:()=>n,default:()=>o,frontMatter:()=>h,metadata:()=>r,toc:()=>a});var c=i(5893),l=i(1151);const h={},n=void 0,r={id:"changelogSplits/5.18",title:"5.18",description:"5.18.18",source:"@site/../../docs/changelogSplits/5.18.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.18",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.18",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.19",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.19"},next:{title:"5.17",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.17"}},s={},a=[{value:"5.18.18",id:"51818",level:2},{value:"Patches",id:"patches",level:3},{value:"5.18.17",id:"51817",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.18.16",id:"51816",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.18.15",id:"51815",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.18.14",id:"51814",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.18.13",id:"51813",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.18.12",id:"51812",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.18.11",id:"51811",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.18.10",id:"51810",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.18.9",id:"5189",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.18.8",id:"5188",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.18.7",id:"5187",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.18.6",id:"5186",level:2},{value:"Patches",id:"patches-12",level:3},{value:"5.18.5",id:"5185",level:2},{value:"Patches",id:"patches-13",level:3},{value:"5.18.4",id:"5184",level:2},{value:"Patches",id:"patches-14",level:3},{value:"5.18.3",id:"5183",level:2},{value:"Patches",id:"patches-15",level:3},{value:"5.18.2",id:"5182",level:2},{value:"Patches",id:"patches-16",level:3},{value:"5.18.1",id:"5181",level:2},{value:"Patches",id:"patches-17",level:3},{value:"5.18.0",id:"5180",level:2},{value:"Minor changes",id:"minor-changes",level:3},{value:"Patches",id:"patches-18",level:3}];function u(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,l.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(t.h2,{id:"51818",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.18",children:"5.18.18"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 14 Nov 2023 07:26:38 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.17..@fluentui/react-charting_v5.18.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["fix: Text in sparkline does not render correctly in RTL mode (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29817",children:"PR #29817"})," by ",(0,c.jsx)(t.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Upgrading d3-scale dependent libraries (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29754",children:"PR #29754"})," by ",(0,c.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51817",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.17",children:"5.18.17"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 10 Nov 2023 07:26:21 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.16..@fluentui/react-charting_v5.18.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["[Bug]: React Charting Heat Map Chart tooltip appears above the wrong cell fixed (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29800",children:"PR #29800"})," by ",(0,c.jsx)(t.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51816",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.16",children:"5.18.16"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 09 Nov 2023 07:29:20 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.15..@fluentui/react-charting_v5.18.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Added dummy circle for magnetic hover callout for last point in a line chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29559",children:"PR #29559"})," by ",(0,c.jsx)(t.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.34 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29772",children:"PR #29772"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.122 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29772",children:"PR #29772"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.112.8 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29772",children:"PR #29772"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51815",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.15",children:"5.18.15"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 08 Nov 2023 07:27:23 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.14..@fluentui/react-charting_v5.18.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.121 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29654",children:"PR #29654"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.112.7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29654",children:"PR #29654"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51814",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.14",children:"5.18.14"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 06 Nov 2023 07:27:33 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.13..@fluentui/react-charting_v5.18.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.120 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29747",children:"PR #29747"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.112.6 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29747",children:"PR #29747"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51813",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.13",children:"5.18.13"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 03 Nov 2023 07:27:57 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.12..@fluentui/react-charting_v5.18.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Updating documentation content (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29727",children:"PR #29727"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51812",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.12",children:"5.18.12"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 01 Nov 2023 07:29:14 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.11..@fluentui/react-charting_v5.18.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.119 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29699",children:"PR #29699"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.112.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29699",children:"PR #29699"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51811",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.11",children:"5.18.11"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 31 Oct 2023 07:34:28 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.10..@fluentui/react-charting_v5.18.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Added scale factor to minimum height logic (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29653",children:"PR #29653"})," by ",(0,c.jsx)(t.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51810",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.10",children:"5.18.10"})}),"\n",(0,c.jsxs)(t.p,{children:["Sat, 28 Oct 2023 00:29:15 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.9..@fluentui/react-charting_v5.18.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fixing zero callout value not visible bug for cartesian charts (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29669",children:"PR #29669"})," by ",(0,c.jsx)(t.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.33 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/70d0762fd12eb211f7c1dbe31a23b2fbb73a67c4",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.118 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/70d0762fd12eb211f7c1dbe31a23b2fbb73a67c4",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.2.12 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/70d0762fd12eb211f7c1dbe31a23b2fbb73a67c4",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.112.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/70d0762fd12eb211f7c1dbe31a23b2fbb73a67c4",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5189",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.9",children:"5.18.9"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 23 Oct 2023 07:35:31 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.8..@fluentui/react-charting_v5.18.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Part 2 - Changes to onboard charting to fluent docsite (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29608",children:"PR #29608"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5188",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.8",children:"5.18.8"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 20 Oct 2023 07:35:43 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.7..@fluentui/react-charting_v5.18.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-10",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Added missing xAxisCalloutData param while fetching callout data (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29547",children:"PR #29547"})," by ",(0,c.jsx)(t.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5187",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.7",children:"5.18.7"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 18 Oct 2023 07:49:09 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.6..@fluentui/react-charting_v5.18.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-11",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Adding a default tabbable element to fix accessibilty issue (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28874",children:"PR #28874"})," by ",(0,c.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Hide bar labels of non highlighted bars (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29454",children:"PR #29454"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5186",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.6",children:"5.18.6"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 17 Oct 2023 07:36:52 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.5..@fluentui/react-charting_v5.18.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-12",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Added optional condition based y-axis scaling on narrow ranges (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29526",children:"PR #29526"})," by ",(0,c.jsx)(t.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5185",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.5",children:"5.18.5"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 16 Oct 2023 07:37:21 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.4..@fluentui/react-charting_v5.18.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-13",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.117 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29054",children:"PR #29054"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.112.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29054",children:"PR #29054"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5184",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.4",children:"5.18.4"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 12 Oct 2023 07:37:06 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.3..@fluentui/react-charting_v5.18.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-14",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fixing bug: Displayed value in center does not update on hovering over a different segment on Donut (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29385",children:"PR #29385"})," by ",(0,c.jsx)(t.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5183",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.3",children:"5.18.3"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 10 Oct 2023 07:37:02 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.2..@fluentui/react-charting_v5.18.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-15",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["change for reducing width and height for tree chart such that it fits the doc site (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29370",children:"PR #29370"})," by ",(0,c.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5182",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.2",children:"5.18.2"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 09 Oct 2023 07:37:25 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.1..@fluentui/react-charting_v5.18.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-16",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.116 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29431",children:"PR #29431"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.112.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29431",children:"PR #29431"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5181",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.1",children:"5.18.1"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 06 Oct 2023 07:37:00 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.0..@fluentui/react-charting_v5.18.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-17",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix for bug 9136 and 7997 Fixing the issue of Going from stack callout to single callout and back to stack callout still shows the single callout. Also this consist of Fix for if the bar y value is same, the single callout does not move from the first instance where the callout was shown (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29324",children:"PR #29324"})," by ",(0,c.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5180",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.0",children:"5.18.0"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 05 Oct 2023 07:36:20 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.12..@fluentui/react-charting_v5.18.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Minimum height of non zero positive values set to 1% of Max barHeight (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29359",children:"PR #29359"})," by ",(0,c.jsx)(t.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h3,{id:"patches-18",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Prepare charting package for publishing to fluent docsite (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29210",children:"PR #29210"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Fix overlapping bars in single group (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29347",children:"PR #29347"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]})]})}function o(e={}){const{wrapper:t}={...(0,l.a)(),...e.components};return t?(0,c.jsx)(t,{...e,children:(0,c.jsx)(u,{...e})}):u(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>r,a:()=>n});var c=i(7294);const l={},h=c.createContext(l);function n(e){const t=c.useContext(h);return c.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function r(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(l):e.components||l:n(e.components),c.createElement(h.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/e849b732.98b8fe46.js b/assets/js/e849b732.98b8fe46.js new file mode 100644 index 0000000000..61d3e23be7 --- /dev/null +++ b/assets/js/e849b732.98b8fe46.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[5291],{5530:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>l,contentTitle:()=>h,default:()=>u,frontMatter:()=>n,metadata:()=>a,toc:()=>s});var c=i(5893),r=i(1151);const n={},h=void 0,a={id:"changelogSplits/5.0",title:"5.0",description:"5.0.37",source:"@site/../../docs/changelogSplits/5.0.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.0",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.0",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.1",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.1"},next:{title:"Start Developing",permalink:"/fluentui-charting-contrib/docs/Start Developing"}},l={},s=[{value:"5.0.37",id:"5037",level:2},{value:"Patches",id:"patches",level:3},{value:"5.0.36",id:"5036",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.0.35",id:"5035",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.0.34",id:"5034",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.0.33",id:"5033",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.0.32",id:"5032",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.0.31",id:"5031",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.0.30",id:"5030",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.0.29",id:"5029",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.0.28",id:"5028",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.0.27",id:"5027",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.0.26",id:"5026",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.0.25",id:"5025",level:2},{value:"Patches",id:"patches-12",level:3},{value:"5.0.24",id:"5024",level:2},{value:"Patches",id:"patches-13",level:3},{value:"5.0.23",id:"5023",level:2},{value:"Patches",id:"patches-14",level:3},{value:"5.0.22",id:"5022",level:2},{value:"Patches",id:"patches-15",level:3},{value:"5.0.21",id:"5021",level:2},{value:"Patches",id:"patches-16",level:3},{value:"5.0.20",id:"5020",level:2},{value:"Patches",id:"patches-17",level:3},{value:"5.0.19",id:"5019",level:2},{value:"Patches",id:"patches-18",level:3},{value:"5.0.18",id:"5018",level:2},{value:"Patches",id:"patches-19",level:3},{value:"5.0.17",id:"5017",level:2},{value:"Patches",id:"patches-20",level:3},{value:"5.0.16",id:"5016",level:2},{value:"Patches",id:"patches-21",level:3},{value:"5.0.15",id:"5015",level:2},{value:"Patches",id:"patches-22",level:3},{value:"5.0.14",id:"5014",level:2},{value:"Patches",id:"patches-23",level:3},{value:"5.0.13",id:"5013",level:2},{value:"Patches",id:"patches-24",level:3},{value:"5.0.12",id:"5012",level:2},{value:"Patches",id:"patches-25",level:3},{value:"5.0.11",id:"5011",level:2},{value:"Patches",id:"patches-26",level:3},{value:"5.0.10",id:"5010",level:2},{value:"Patches",id:"patches-27",level:3},{value:"5.0.9",id:"509",level:2},{value:"Patches",id:"patches-28",level:3},{value:"5.0.8",id:"508",level:2},{value:"Patches",id:"patches-29",level:3},{value:"5.0.7",id:"507",level:2},{value:"Patches",id:"patches-30",level:3},{value:"5.0.6",id:"506",level:2},{value:"Patches",id:"patches-31",level:3},{value:"5.0.5",id:"505",level:2},{value:"Patches",id:"patches-32",level:3},{value:"5.0.4",id:"504",level:2},{value:"Patches",id:"patches-33",level:3},{value:"5.0.3",id:"503",level:2},{value:"Patches",id:"patches-34",level:3},{value:"5.0.2",id:"502",level:2},{value:"Patches",id:"patches-35",level:3},{value:"5.0.1",id:"501",level:2},{value:"Patches",id:"patches-36",level:3},{value:"5.0.0-beta.62",id:"500-beta62",level:2},{value:"Changes",id:"changes",level:3},{value:"5.0.0-beta.61",id:"500-beta61",level:2},{value:"Changes",id:"changes-1",level:3},{value:"5.0.0-beta.60",id:"500-beta60",level:2},{value:"Changes",id:"changes-2",level:3},{value:"5.0.0-beta.59",id:"500-beta59",level:2},{value:"Changes",id:"changes-3",level:3},{value:"5.0.0-beta.58",id:"500-beta58",level:2},{value:"Changes",id:"changes-4",level:3},{value:"5.0.0-beta.57",id:"500-beta57",level:2},{value:"Changes",id:"changes-5",level:3},{value:"5.0.0-beta.56",id:"500-beta56",level:2},{value:"Changes",id:"changes-6",level:3},{value:"5.0.0-beta.55",id:"500-beta55",level:2},{value:"Changes",id:"changes-7",level:3},{value:"5.0.0-beta.54",id:"500-beta54",level:2},{value:"Changes",id:"changes-8",level:3},{value:"5.0.0-beta.53",id:"500-beta53",level:2},{value:"Changes",id:"changes-9",level:3},{value:"5.0.0-beta.52",id:"500-beta52",level:2},{value:"Changes",id:"changes-10",level:3},{value:"5.0.0-beta.51",id:"500-beta51",level:2},{value:"Changes",id:"changes-11",level:3},{value:"5.0.0-beta.50",id:"500-beta50",level:2},{value:"Changes",id:"changes-12",level:3},{value:"5.0.0-beta.49",id:"500-beta49",level:2},{value:"Changes",id:"changes-13",level:3},{value:"5.0.0-beta.44",id:"500-beta44",level:2},{value:"Changes",id:"changes-14",level:3},{value:"5.0.0-beta.43",id:"500-beta43",level:2},{value:"Changes",id:"changes-15",level:3},{value:"5.0.0-beta.39",id:"500-beta39",level:2},{value:"Changes",id:"changes-16",level:3},{value:"5.0.0-beta.25",id:"500-beta25",level:2},{value:"Changes",id:"changes-17",level:3},{value:"5.0.0-beta.18",id:"500-beta18",level:2},{value:"Changes",id:"changes-18",level:3},{value:"5.0.0-beta.7",id:"500-beta7",level:2},{value:"Changes",id:"changes-19",level:3},{value:"5.0.0-beta.4",id:"500-beta4",level:2},{value:"Changes",id:"changes-20",level:3},{value:"5.0.0-beta.3",id:"500-beta3",level:2},{value:"Changes",id:"changes-21",level:3},{value:"5.0.0-beta.1",id:"500-beta1",level:2},{value:"Changes",id:"changes-22",level:3},{value:"5.0.0-beta.0",id:"500-beta0",level:2},{value:"Changes",id:"changes-23",level:3}];function o(e){const t={a:"a",code:"code",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,r.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(t.h2,{id:"5037",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.37",children:"5.0.37"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 29 Apr 2021 07:30:23 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.36..@fluentui/react-charting_v5.0.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["aria-label added to legends and updated test cases (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17978",children:"PR #17978"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5036",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.36",children:"5.0.36"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 28 Apr 2021 07:32:59 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.35..@fluentui/react-charting_v5.0.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.13.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17878",children:"PR #17878"})," by ",(0,c.jsx)(t.a,{href:"mailto:shi.cheng@microsoft.com",children:"shi.cheng@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5035",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.35",children:"5.0.35"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 27 Apr 2021 07:34:03 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.34..@fluentui/react-charting_v5.0.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix: VerticalBarChart: Cannot read property 'x' of undefined error if empty data provided (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17003",children:"PR #17003"})," by ",(0,c.jsx)(t.a,{href:"mailto:feodor@appveyor.com",children:"feodor@appveyor.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5034",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.34",children:"5.0.34"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 26 Apr 2021 07:34:31 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.33..@fluentui/react-charting_v5.0.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.12.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17933",children:"PR #17933"})," by ",(0,c.jsx)(t.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5033",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.33",children:"5.0.33"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 23 Apr 2021 07:37:10 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.32..@fluentui/react-charting_v5.0.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.12.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17894",children:"PR #17894"})," by ",(0,c.jsx)(t.a,{href:"mailto:olfedias@microsoft.com",children:"olfedias@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5032",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.32",children:"5.0.32"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 20 Apr 2021 07:31:35 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.31..@fluentui/react-charting_v5.0.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Donut chart - when hideLegend true, udpated legends container (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17744",children:"PR #17744"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Charting: Pentagon size reverted to normal size (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17821",children:"PR #17821"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5031",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.31",children:"5.0.31"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 16 Apr 2021 07:32:08 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.30..@fluentui/react-charting_v5.0.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.11.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17831",children:"PR #17831"})," by ",(0,c.jsx)(t.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5030",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.30",children:"5.0.30"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 14 Apr 2021 07:34:12 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.29..@fluentui/react-charting_v5.0.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.10.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17807",children:"PR #17807"})," by ",(0,c.jsx)(t.a,{href:"mailto:miclo@microsoft.com",children:"miclo@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5029",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.29",children:"5.0.29"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 13 Apr 2021 14:55:56 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.28..@fluentui/react-charting_v5.0.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.10.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17723",children:"PR #17723"})," by ",(0,c.jsx)(t.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5028",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.28",children:"5.0.28"})}),"\n",(0,c.jsxs)(t.p,{children:["Sat, 10 Apr 2021 03:23:10 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.27..@fluentui/react-charting_v5.0.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.9.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17683",children:"PR #17683"})," by ",(0,c.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5027",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.27",children:"5.0.27"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 09 Apr 2021 23:42:49 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.26..@fluentui/react-charting_v5.0.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-10",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.9.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17739",children:"PR #17739"})," by ",(0,c.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5026",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.26",children:"5.0.26"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 09 Apr 2021 07:31:06 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.25..@fluentui/react-charting_v5.0.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-11",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Line chart: Icons updated and icon size updated (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17643",children:"PR #17643"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5025",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.25",children:"5.0.25"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 08 Apr 2021 07:33:06 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.24..@fluentui/react-charting_v5.0.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-12",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.9.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17733",children:"PR #17733"})," by ",(0,c.jsx)(t.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5024",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.24",children:"5.0.24"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 07 Apr 2021 08:04:03 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.23..@fluentui/react-charting_v5.0.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-13",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.9.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17603",children:"PR #17603"})," by ",(0,c.jsx)(t.a,{href:"mailto:vapullur@microsoft.com",children:"vapullur@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5023",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.23",children:"5.0.23"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 06 Apr 2021 07:34:10 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.22..@fluentui/react-charting_v5.0.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-14",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.9.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17698",children:"PR #17698"})," by ",(0,c.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5022",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.22",children:"5.0.22"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 01 Apr 2021 07:33:24 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.21..@fluentui/react-charting_v5.0.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-15",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.8.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17632",children:"PR #17632"})," by ",(0,c.jsx)(t.a,{href:"mailto:miclo@microsoft.com",children:"miclo@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5021",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.21",children:"5.0.21"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 31 Mar 2021 00:53:43 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.20..@fluentui/react-charting_v5.0.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-16",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.7.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17568",children:"PR #17568"})," by ",(0,c.jsx)(t.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5020",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.20",children:"5.0.20"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 30 Mar 2021 07:34:45 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.19..@fluentui/react-charting_v5.0.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-17",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.7.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17584",children:"PR #17584"})," by ",(0,c.jsx)(t.a,{href:"mailto:olfedias@microsoft.com",children:"olfedias@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5019",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.19",children:"5.0.19"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 29 Mar 2021 07:30:29 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.18..@fluentui/react-charting_v5.0.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-18",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["callout dismiss on escape issue resolved (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17571",children:"PR #17571"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5018",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.18",children:"5.0.18"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 25 Mar 2021 07:33:24 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.17..@fluentui/react-charting_v5.0.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-19",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.6.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17507",children:"PR #17507"})," by ",(0,c.jsx)(t.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5017",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.17",children:"5.0.17"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 24 Mar 2021 07:32:21 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.16..@fluentui/react-charting_v5.0.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-20",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.6.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17480",children:"PR #17480"})," by ",(0,c.jsx)(t.a,{href:"mailto:anhw@microsoft.com",children:"anhw@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5016",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.16",children:"5.0.16"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 22 Mar 2021 07:34:09 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.15..@fluentui/react-charting_v5.0.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-21",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.5.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17506",children:"PR #17506"})," by ",(0,c.jsx)(t.a,{href:"mailto:behowell@microsoft.com",children:"behowell@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5015",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.15",children:"5.0.15"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 18 Mar 2021 20:15:34 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.14..@fluentui/react-charting_v5.0.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-22",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.5.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17267",children:"PR #17267"})," by ",(0,c.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5014",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.14",children:"5.0.14"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 18 Mar 2021 07:33:22 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.13..@fluentui/react-charting_v5.0.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-23",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.4.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17467",children:"PR #17467"})," by ",(0,c.jsx)(t.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5013",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.13",children:"5.0.13"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 17 Mar 2021 07:35:44 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.12..@fluentui/react-charting_v5.0.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-24",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.3.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17315",children:"PR #17315"})," by ",(0,c.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5012",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.12",children:"5.0.12"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 16 Mar 2021 07:32:44 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.11..@fluentui/react-charting_v5.0.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-25",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.3.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17405",children:"PR #17405"})," by ",(0,c.jsx)(t.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5011",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.11",children:"5.0.11"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 12 Mar 2021 20:04:27 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.10..@fluentui/react-charting_v5.0.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-26",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.2.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17373",children:"PR #17373"})," by ",(0,c.jsx)(t.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5010",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.10",children:"5.0.10"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 11 Mar 2021 07:33:03 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.9..@fluentui/react-charting_v5.0.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-27",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["added mouse events to the single data point (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17311",children:"PR #17311"})," by email not defined)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"509",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.9",children:"5.0.9"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 10 Mar 2021 07:34:39 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.8..@fluentui/react-charting_v5.0.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-28",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.1.8 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17316",children:"PR #17316"})," by ",(0,c.jsx)(t.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"508",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.8",children:"5.0.8"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 09 Mar 2021 07:32:29 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.7..@fluentui/react-charting_v5.0.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-29",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.1.7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17299",children:"PR #17299"})," by ",(0,c.jsx)(t.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"507",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.7",children:"5.0.7"})}),"\n",(0,c.jsxs)(t.p,{children:["Sun, 07 Mar 2021 23:34:51 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.6..@fluentui/react-charting_v5.0.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-30",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.1.6 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17296",children:"PR #17296"})," by ",(0,c.jsx)(t.a,{href:"mailto:miclo@microsoft.com",children:"miclo@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"506",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.6",children:"5.0.6"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 05 Mar 2021 20:30:59 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.5..@fluentui/react-charting_v5.0.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-31",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Horizontal bar chart: Fix issue for Rounded value to 1 if less than 1% to appear in the chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17292",children:"PR #17292"})," by email not defined)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"505",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.5",children:"5.0.5"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 03 Mar 2021 07:45:18 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.4..@fluentui/react-charting_v5.0.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-32",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.1.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17252",children:"PR #17252"})," by ",(0,c.jsx)(t.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"504",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.4",children:"5.0.4"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 03 Mar 2021 00:10:09 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.3..@fluentui/react-charting_v5.0.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-33",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix webpack bundle (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17246",children:"PR #17246"})," by ",(0,c.jsx)(t.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"503",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.3",children:"5.0.3"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 02 Mar 2021 07:24:27 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.2..@fluentui/react-charting_v5.0.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-34",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.1.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17001",children:"PR #17001"})," by ",(0,c.jsx)(t.a,{href:"mailto:feodor@appveyor.com",children:"feodor@appveyor.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"502",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.2",children:"5.0.2"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 01 Mar 2021 07:20:46 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.1..@fluentui/react-charting_v5.0.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-35",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.1.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16599",children:"PR #16599"})," by ",(0,c.jsx)(t.a,{href:"mailto:hantatsang@gmail.com",children:"hantatsang@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"501",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.1",children:"5.0.1"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 26 Feb 2021 01:16:27 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.62..@fluentui/react-charting_v5.0.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-36",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Release major version (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17169",children:"PR #17169"})," by ",(0,c.jsx)(t.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta62",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.62",children:"5.0.0-beta.62"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 25 Feb 2021 20:16:39 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.61..@fluentui/react-charting_v5.0.0-beta.62",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["CartesianChart accessibility: support custom attribute on ",(0,c.jsx)(t.code,{children:"svg"}),"; hide axis labels from screen readers (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17170",children:"PR #17170"})," by ",(0,c.jsx)(t.a,{href:"mailto:mibes@microsoft.com",children:"mibes@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta61",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.61",children:"5.0.0-beta.61"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 25 Feb 2021 01:15:27 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.60..@fluentui/react-charting_v5.0.0-beta.61",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-1",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.0.0-beta.25 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17118",children:"PR #17118"})," by ",(0,c.jsx)(t.a,{href:"mailto:altinokd@microsoft.com",children:"altinokd@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta60",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.60",children:"5.0.0-beta.60"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 24 Feb 2021 07:19:56 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.59..@fluentui/react-charting_v5.0.0-beta.60",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-2",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.0.0-beta.61 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16854",children:"PR #16854"})," by ",(0,c.jsx)(t.a,{href:"mailto:shi.cheng@microsoft.com",children:"shi.cheng@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta59",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.59",children:"5.0.0-beta.59"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 24 Feb 2021 00:05:29 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.58..@fluentui/react-charting_v5.0.0-beta.59",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-3",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["introducing the prop allowMultipleShapesFor, when set to true allows shape the data point (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17127",children:"PR #17127"})," by email not defined)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta58",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.58",children:"5.0.0-beta.58"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 22 Feb 2021 12:26:22 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.57..@fluentui/react-charting_v5.0.0-beta.58",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-4",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.0-beta.7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17061",children:"PR #17061"})," by ",(0,c.jsx)(t.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta57",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.57",children:"5.0.0-beta.57"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 18 Feb 2021 19:38:50 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.56..@fluentui/react-charting_v5.0.0-beta.57",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-5",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Allow React 17 in peerDependencies. The library has not yet been fully validated with React 17, so please report any issues you find. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/17048",children:"PR #17048"})," by ",(0,c.jsx)(t.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta56",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.56",children:"5.0.0-beta.56"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 18 Feb 2021 12:27:34 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.55..@fluentui/react-charting_v5.0.0-beta.56",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-6",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.0.0-beta.22 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16975",children:"PR #16975"})," by ",(0,c.jsx)(t.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta55",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.55",children:"5.0.0-beta.55"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 15 Feb 2021 12:22:00 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.54..@fluentui/react-charting_v5.0.0-beta.55",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-7",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.0.0-beta.55 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16880",children:"PR #16880"})," by ",(0,c.jsx)(t.a,{href:"mailto:xgao@microsoft.com",children:"xgao@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta54",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.54",children:"5.0.0-beta.54"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 12 Feb 2021 12:26:20 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.53..@fluentui/react-charting_v5.0.0-beta.54",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-8",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.0.0-beta.54 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16849",children:"PR #16849"})," by ",(0,c.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta53",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.53",children:"5.0.0-beta.53"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 11 Feb 2021 00:58:10 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.52..@fluentui/react-charting_v5.0.0-beta.53",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-9",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["custom test area(right side of the chart) for horizontal bar chart added. By this, we can customize the right side test values to the chart. all files snaps updated (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16810",children:"PR #16810"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Narrator issues fixed in bar charts (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16914",children:"PR #16914"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta52",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.52",children:"5.0.0-beta.52"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 10 Feb 2021 12:20:53 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.51..@fluentui/react-charting_v5.0.0-beta.52",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-10",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.0.0-beta.52 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16873",children:"PR #16873"})," by ",(0,c.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta51",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.51",children:"5.0.0-beta.51"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 09 Feb 2021 12:24:19 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.50..@fluentui/react-charting_v5.0.0-beta.51",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-11",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.0.0-beta.51 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16832",children:"PR #16832"})," by ",(0,c.jsx)(t.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta50",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.50",children:"5.0.0-beta.50"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 09 Feb 2021 00:56:52 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.49..@fluentui/react-charting_v5.0.0-beta.50",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-12",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.0.0-beta.50 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16835",children:"PR #16835"})," by ",(0,c.jsx)(t.a,{href:"mailto:ololubek@microsoft.com",children:"ololubek@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta49",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.49",children:"5.0.0-beta.49"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 05 Feb 2021 12:20:17 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.47..@fluentui/react-charting_v5.0.0-beta.49",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-13",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.0.0-beta.49 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15707",children:"PR #15707"})," by ",(0,c.jsx)(t.a,{href:"mailto:czearing@outlook.com",children:"czearing@outlook.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta44",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.44",children:"5.0.0-beta.44"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 28 Jan 2021 12:25:56 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.43..@fluentui/react-charting_v5.0.0-beta.44",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-14",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Updating to webpack 5, latest typings, latest loaders and plugins. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16447",children:"PR #16447"})," by ",(0,c.jsx)(t.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Update high contrast to support forced colors (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16595",children:"PR #16595"})," by ",(0,c.jsx)(t.a,{href:"mailto:sareiff@microsoft.com",children:"sareiff@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["adding lines in vertical stacked bar chart complex combo chart (#15551) (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16639",children:"PR #16639"})," by ",(0,c.jsx)(t.a,{href:"mailto:jakubkonka@microsoft.com",children:"jakubkonka@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Cherry-pick react-charting updates from v7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16667",children:"PR #16667"})," by ",(0,c.jsx)(t.a,{href:"mailto:jakubkonka@microsoft.com",children:"jakubkonka@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta43",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.43",children:"5.0.0-beta.43"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 27 Jan 2021 12:30:41 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.39..@fluentui/react-charting_v5.0.0-beta.43",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-15",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["LineChart fixes backported from v7 branch (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16634",children:"PR #16634"})," by ",(0,c.jsx)(t.a,{href:"mailto:jakubkonka@microsoft.com",children:"jakubkonka@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta39",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.39",children:"5.0.0-beta.39"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 21 Jan 2021 12:36:12 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.25..@fluentui/react-charting_v5.0.0-beta.39",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-16",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Updating dev dependencies. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/16548",children:"PR #16548"})," by ",(0,c.jsx)(t.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta25",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.25",children:"5.0.0-beta.25"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 03 Dec 2020 12:32:57 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.18..@fluentui/react-charting_v5.0.0-beta.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-17",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Remove focus for horizental bar chart grey area (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15948",children:"PR #15948"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta18",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.18",children:"5.0.0-beta.18"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 19 Nov 2020 12:28:32 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.14..@fluentui/react-charting_v5.0.0-beta.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-18",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Date x axis tick values customizations (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15910",children:"PR #15910"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta7",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.7",children:"5.0.0-beta.7"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 30 Oct 2020 12:33:11 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.4..@fluentui/react-charting_v5.0.0-beta.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-19",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Charting: Make x axis tick count default value to 6 for Cartesian chart and use the xAxisTickCount prop (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15774",children:"PR #15774"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta4",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.4",children:"5.0.0-beta.4"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 27 Oct 2020 12:35:09 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.3..@fluentui/react-charting_v5.0.0-beta.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-20",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Charting: Adding custom Callout support for HorizontalBarChart, StackedBarChart and DonutChart. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15697",children:"PR #15697"})," by ",(0,c.jsx)(t.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Charting: Fixing uncaught type error in VerticalStackedBarChart and made minor edits to margins. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15699",children:"PR #15699"})," by ",(0,c.jsx)(t.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Charting: Adding support for bar gaps and rounded corners in VerticalStackedBarChart. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15704",children:"PR #15704"})," by ",(0,c.jsx)(t.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Charting: Added line feature to VerticalBarChart. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15705",children:"PR #15705"})," by ",(0,c.jsx)(t.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta3",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.3",children:"5.0.0-beta.3"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 26 Oct 2020 12:39:59 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.1..@fluentui/react-charting_v5.0.0-beta.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-21",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Charting: Adding customized callout support to AreaChart and LineChart. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15684",children:"PR #15684"})," by ",(0,c.jsx)(t.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Charting: Changing hover behavior of circles and removing focus of circles. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15686",children:"PR #15686"})," by ",(0,c.jsx)(t.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta1",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.1",children:"5.0.0-beta.1"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 23 Oct 2020 12:33:29 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.0..@fluentui/react-charting_v5.0.0-beta.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-22",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Added color fill bar feature to line chart component (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15660",children:"PR #15660"})," by ",(0,c.jsx)(t.a,{href:"mailto:memille@microsoft.com",children:"memille@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"500-beta0",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.0",children:"5.0.0-beta.0"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 23 Oct 2020 03:26:15 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v4.2.4..@fluentui/react-charting_v5.0.0-beta.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"changes-23",children:"Changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Rename @uifabric/charting to @fluentui/react-charting (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15564",children:"PR #15564"})," by ",(0,c.jsx)(t.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Rename @uifabric/set-version to @fluentui/set-version (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15616",children:"PR #15616"})," by ",(0,c.jsx)(t.a,{href:"mailto:ololubek@microsoft.com",children:"ololubek@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Charting: Refactoring Vertical Bar Chart via implementation of Cartesian chart. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15639",children:"PR #15639"})," by ",(0,c.jsx)(t.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Charting: Resolving redraw issue after data change in AreaChart and implementing memoization. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15647",children:"PR #15647"})," by ",(0,c.jsx)(t.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Charting: Implementing HeatMapChart and introducing some APIs in CartesianChart to support it. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15664",children:"PR #15664"})," by ",(0,c.jsx)(t.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Rename office-ui-fabric-react package and update references (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15271",children:"PR #15271"})," by ",(0,c.jsx)(t.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Fix imports to reference physical files. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15340",children:"PR #15340"})," by ",(0,c.jsx)(t.a,{href:"mailto:xgao@microsoft.com",children:"xgao@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Remove unused prop-types dependency; don't publish demo app (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15414",children:"PR #15414"})," by ",(0,c.jsx)(t.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Remove unneeded package dependencies. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/15456",children:"PR #15456"})," by ",(0,c.jsx)(t.a,{href:"mailto:xgao@microsoft.com",children:"xgao@microsoft.com"}),")"]}),"\n"]})]})}function u(e={}){const{wrapper:t}={...(0,r.a)(),...e.components};return t?(0,c.jsx)(t,{...e,children:(0,c.jsx)(o,{...e})}):o(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>a,a:()=>h});var c=i(7294);const r={},n=c.createContext(r);function h(e){const t=c.useContext(n);return c.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:h(e.components),c.createElement(n.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/e8f56a24.194de0ce.js b/assets/js/e8f56a24.194de0ce.js new file mode 100644 index 0000000000..c6c6a9f0f7 --- /dev/null +++ b/assets/js/e8f56a24.194de0ce.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[3400],{9105:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>s,contentTitle:()=>n,default:()=>o,frontMatter:()=>h,metadata:()=>r,toc:()=>u});var c=i(5893),l=i(1151);const h={},n=void 0,r={id:"changelogSplits/5.12",title:"5.12",description:"5.12.37",source:"@site/../../docs/changelogSplits/5.12.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.12",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.12",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"5.13",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.13"},next:{title:"5.11",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.11"}},s={},u=[{value:"5.12.37",id:"51237",level:2},{value:"Patches",id:"patches",level:3},{value:"5.12.36",id:"51236",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.12.35",id:"51235",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.12.34",id:"51234",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.12.33",id:"51233",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.12.32",id:"51232",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.12.31",id:"51231",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.12.30",id:"51230",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.12.29",id:"51229",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.12.28",id:"51228",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.12.27",id:"51227",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.12.26",id:"51226",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.12.25",id:"51225",level:2},{value:"Patches",id:"patches-12",level:3},{value:"5.12.24",id:"51224",level:2},{value:"Patches",id:"patches-13",level:3},{value:"5.12.23",id:"51223",level:2},{value:"Patches",id:"patches-14",level:3},{value:"5.12.22",id:"51222",level:2},{value:"Patches",id:"patches-15",level:3},{value:"5.12.21",id:"51221",level:2},{value:"Patches",id:"patches-16",level:3},{value:"5.12.20",id:"51220",level:2},{value:"Patches",id:"patches-17",level:3},{value:"5.12.19",id:"51219",level:2},{value:"Patches",id:"patches-18",level:3},{value:"5.12.18",id:"51218",level:2},{value:"Patches",id:"patches-19",level:3},{value:"5.12.17",id:"51217",level:2},{value:"Patches",id:"patches-20",level:3},{value:"5.12.16",id:"51216",level:2},{value:"Patches",id:"patches-21",level:3},{value:"5.12.15",id:"51215",level:2},{value:"Patches",id:"patches-22",level:3},{value:"5.12.14",id:"51214",level:2},{value:"Patches",id:"patches-23",level:3},{value:"5.12.13",id:"51213",level:2},{value:"Patches",id:"patches-24",level:3},{value:"5.12.12",id:"51212",level:2},{value:"Patches",id:"patches-25",level:3},{value:"5.12.11",id:"51211",level:2},{value:"Patches",id:"patches-26",level:3},{value:"5.12.10",id:"51210",level:2},{value:"Patches",id:"patches-27",level:3},{value:"5.12.9",id:"5129",level:2},{value:"Patches",id:"patches-28",level:3},{value:"5.12.8",id:"5128",level:2},{value:"Patches",id:"patches-29",level:3},{value:"5.12.7",id:"5127",level:2},{value:"Patches",id:"patches-30",level:3},{value:"5.12.6",id:"5126",level:2},{value:"Patches",id:"patches-31",level:3},{value:"5.12.5",id:"5125",level:2},{value:"Patches",id:"patches-32",level:3},{value:"5.12.4",id:"5124",level:2},{value:"Patches",id:"patches-33",level:3},{value:"5.12.3",id:"5123",level:2},{value:"Patches",id:"patches-34",level:3},{value:"5.12.2",id:"5122",level:2},{value:"Patches",id:"patches-35",level:3},{value:"5.12.1",id:"5121",level:2},{value:"Patches",id:"patches-36",level:3},{value:"5.12.0",id:"5120",level:2},{value:"Minor changes",id:"minor-changes",level:3}];function a(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,l.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(t.h2,{id:"51237",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.37",children:"5.12.37"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 13 Sep 2022 07:41:03 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.36..@fluentui/react-charting_v5.12.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.94.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24615",children:"PR #24615"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51236",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.36",children:"5.12.36"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 08 Sep 2022 20:52:16 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.35..@fluentui/react-charting_v5.12.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix greyed out legend key contrast ratio (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24714",children:"PR #24714"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.94.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24701",children:"PR #24701"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51235",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.35",children:"5.12.35"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 07 Sep 2022 07:54:43 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.34..@fluentui/react-charting_v5.12.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.94.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24663",children:"PR #24663"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51234",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.34",children:"5.12.34"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 05 Sep 2022 07:38:30 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.33..@fluentui/react-charting_v5.12.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix min width of bars as 1% for horizontal bar charts (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24577",children:"PR #24577"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.94.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24372",children:"PR #24372"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51233",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.33",children:"5.12.33"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 02 Sep 2022 07:48:53 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.32..@fluentui/react-charting_v5.12.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24394",children:"PR #24394"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.94.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24394",children:"PR #24394"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51232",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.32",children:"5.12.32"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 01 Sep 2022 07:48:11 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.31..@fluentui/react-charting_v5.12.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24599",children:"PR #24599"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.93.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24599",children:"PR #24599"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51231",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.31",children:"5.12.31"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 30 Aug 2022 07:41:54 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.30..@fluentui/react-charting_v5.12.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Add support for javascript date localization (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24577",children:"PR #24577"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51230",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.30",children:"5.12.30"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 29 Aug 2022 07:44:38 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.29..@fluentui/react-charting_v5.12.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24554",children:"PR #24554"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.93.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24554",children:"PR #24554"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51229",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.29",children:"5.12.29"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 26 Aug 2022 07:39:57 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.28..@fluentui/react-charting_v5.12.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Update documentation for charting library (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.92.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24492",children:"PR #24492"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51228",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.28",children:"5.12.28"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 25 Aug 2022 07:41:03 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.27..@fluentui/react-charting_v5.12.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.92.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24515",children:"PR #24515"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51227",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.27",children:"5.12.27"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 24 Aug 2022 16:36:06 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.26..@fluentui/react-charting_v5.12.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-10",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24485",children:"PR #24485"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.91.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24485",children:"PR #24485"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51226",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.26",children:"5.12.26"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 24 Aug 2022 07:44:42 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.25..@fluentui/react-charting_v5.12.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-11",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.91.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24491",children:"PR #24491"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51225",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.25",children:"5.12.25"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 23 Aug 2022 16:10:36 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.24..@fluentui/react-charting_v5.12.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-12",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["fixed spacing between bar graph and labels (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24461",children:"PR #24461"})," by ",(0,c.jsx)(t.a,{href:"mailto:103020020+AnnapareddyHarsha@users.noreply.github.com",children:"103020020+AnnapareddyHarsha@users.noreply.github.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51224",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.24",children:"5.12.24"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 23 Aug 2022 07:22:50 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.23..@fluentui/react-charting_v5.12.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-13",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24332",children:"PR #24332"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.90.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24332",children:"PR #24332"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51223",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.23",children:"5.12.23"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 22 Aug 2022 07:44:26 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.22..@fluentui/react-charting_v5.12.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-14",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.90.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24279",children:"PR #24279"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51222",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.22",children:"5.12.22"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 18 Aug 2022 23:39:31 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.21..@fluentui/react-charting_v5.12.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-15",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24406",children:"PR #24406"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.90.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24406",children:"PR #24406"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51221",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.21",children:"5.12.21"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 18 Aug 2022 07:48:48 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.20..@fluentui/react-charting_v5.12.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-16",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.89.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23780",children:"PR #23780"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51220",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.20",children:"5.12.20"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 15 Aug 2022 07:39:41 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.19..@fluentui/react-charting_v5.12.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-17",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.7.8 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24359",children:"PR #24359"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.88.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24359",children:"PR #24359"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51219",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.19",children:"5.12.19"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 12 Aug 2022 07:48:19 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.18..@fluentui/react-charting_v5.12.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-18",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["fixed culture issue in multistacked barchart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24319",children:"PR #24319"})," by ",(0,c.jsx)(t.a,{href:"mailto:103020020+AnnapareddyHarsha@users.noreply.github.com",children:"103020020+AnnapareddyHarsha@users.noreply.github.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.87.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24319",children:"PR #24319"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51218",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.18",children:"5.12.18"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 08 Aug 2022 20:28:21 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.17..@fluentui/react-charting_v5.12.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-19",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.87.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24261",children:"PR #24261"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51217",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.17",children:"5.12.17"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 08 Aug 2022 07:39:32 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.16..@fluentui/react-charting_v5.12.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-20",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bug 5118 For a hybrid graph including a 2px outline for line graph (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24176",children:"PR #24176"})," by ",(0,c.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.7.7 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24212",children:"PR #24212"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.2.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24212",children:"PR #24212"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.87.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24212",children:"PR #24212"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.20 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24212",children:"PR #24212"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51216",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.16",children:"5.12.16"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 04 Aug 2022 07:42:13 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.15..@fluentui/react-charting_v5.12.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-21",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.86.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24215",children:"PR #24215"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51215",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.15",children:"5.12.15"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 02 Aug 2022 18:04:49 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.14..@fluentui/react-charting_v5.12.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-22",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.7.6 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24175",children:"PR #24175"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.86.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24175",children:"PR #24175"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51214",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.14",children:"5.12.14"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 02 Aug 2022 07:44:44 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.13..@fluentui/react-charting_v5.12.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-23",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.7.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24032",children:"PR #24032"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.86.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24032",children:"PR #24032"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51213",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.13",children:"5.12.13"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 01 Aug 2022 07:39:02 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.12..@fluentui/react-charting_v5.12.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-24",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix bug in rendering large datapoints in line chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.86.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24123",children:"PR #24123"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51212",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.12",children:"5.12.12"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 29 Jul 2022 07:41:56 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.11..@fluentui/react-charting_v5.12.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-25",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.86.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24132",children:"PR #24132"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51211",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.11",children:"5.12.11"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 28 Jul 2022 07:41:18 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.10..@fluentui/react-charting_v5.12.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-26",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.85.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24093",children:"PR #24093"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51210",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.10",children:"5.12.10"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 27 Jul 2022 07:37:43 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.9..@fluentui/react-charting_v5.12.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-27",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["correcting connector length for tree diagram (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24055",children:"PR #24055"})," by ",(0,c.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.85.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24055",children:"PR #24055"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5129",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.9",children:"5.12.9"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 26 Jul 2022 07:39:35 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.8..@fluentui/react-charting_v5.12.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-28",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Improve line chart performance for 10k+ datapoints (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.7.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24068",children:"PR #24068"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.84.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24068",children:"PR #24068"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5128",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.8",children:"5.12.8"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 25 Jul 2022 07:36:56 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.7..@fluentui/react-charting_v5.12.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-29",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.83.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24031",children:"PR #24031"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5127",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.7",children:"5.12.7"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 22 Jul 2022 07:54:16 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.6..@fluentui/react-charting_v5.12.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-30",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.83.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/24024",children:"PR #24024"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5126",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.6",children:"5.12.6"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 21 Jul 2022 07:49:17 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.5..@fluentui/react-charting_v5.12.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-31",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.82.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23995",children:"PR #23995"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5125",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.5",children:"5.12.5"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 20 Jul 2022 07:42:27 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.4..@fluentui/react-charting_v5.12.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-32",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.82.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23993",children:"PR #23993"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5124",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.4",children:"5.12.4"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 19 Jul 2022 07:41:07 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.3..@fluentui/react-charting_v5.12.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-33",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix sparkline visual bugs (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(t.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.82.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23968",children:"PR #23968"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5123",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.3",children:"5.12.3"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 15 Jul 2022 20:03:47 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.2..@fluentui/react-charting_v5.12.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-34",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["fix: production issue (width-height of SVG) (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23895",children:"PR #23895"})," by ",(0,c.jsx)(t.a,{href:"mailto:apurva.sharma866@gmail.com",children:"apurva.sharma866@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.81.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23940",children:"PR #23940"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5122",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.2",children:"5.12.2"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 15 Jul 2022 07:44:26 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.1..@fluentui/react-charting_v5.12.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-35",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["fix: production issue (width-height of SVG) (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23895",children:"PR #23895"})," by ",(0,c.jsx)(t.a,{href:"mailto:apurva.sharma866@gmail.com",children:"apurva.sharma866@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5121",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.1",children:"5.12.1"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 14 Jul 2022 07:45:34 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.0..@fluentui/react-charting_v5.12.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-36",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fixed not able to navigate through Legends in browse mode (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23885",children:"PR #23885"})," by ",(0,c.jsx)(t.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.81.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23612",children:"PR #23612"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5120",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.0",children:"5.12.0"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 12 Jul 2022 07:40:58 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.11.0..@fluentui/react-charting_v5.12.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["feat: Re-export canUseDOM from @fluentui/utilities. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23847",children:"PR #23847"})," by ",(0,c.jsx)(t.a,{href:"mailto:esteban.230@hotmail.com",children:"esteban.230@hotmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.7.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23848",children:"PR #23848"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.80.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/23848",children:"PR #23848"})," by beachball)"]}),"\n"]})]})}function o(e={}){const{wrapper:t}={...(0,l.a)(),...e.components};return t?(0,c.jsx)(t,{...e,children:(0,c.jsx)(a,{...e})}):a(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>r,a:()=>n});var c=i(7294);const l={},h=c.createContext(l);function n(e){const t=c.useContext(h);return c.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function r(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(l):e.components||l:n(e.components),c.createElement(h.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/ebaf9aeb.7eb0c752.js b/assets/js/ebaf9aeb.7eb0c752.js new file mode 100644 index 0000000000..e2ec9b1ab5 --- /dev/null +++ b/assets/js/ebaf9aeb.7eb0c752.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[3946],{4512:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>s,contentTitle:()=>r,default:()=>o,frontMatter:()=>h,metadata:()=>n,toc:()=>a});var c=i(5893),l=i(1151);const h={},r=void 0,n={id:"changelogSplits/5.19",title:"5.19",description:"5.19.29",source:"@site/../../docs/changelogSplits/5.19.md",sourceDirName:"changelogSplits",slug:"/changelogSplits/5.19",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.19",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"Overview",permalink:"/fluentui-charting-contrib/docs/Overview"},next:{title:"5.18",permalink:"/fluentui-charting-contrib/docs/changelogSplits/5.18"}},s={},a=[{value:"5.19.29",id:"51929",level:2},{value:"Patches",id:"patches",level:3},{value:"5.19.28",id:"51928",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.19.27",id:"51927",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.19.26",id:"51926",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.19.25",id:"51925",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.19.24",id:"51924",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.19.23",id:"51923",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.19.22",id:"51922",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.19.21",id:"51921",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.19.20",id:"51920",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.19.19",id:"51919",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.19.18",id:"51918",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.19.17",id:"51917",level:2},{value:"Patches",id:"patches-12",level:3},{value:"5.19.16",id:"51916",level:2},{value:"Patches",id:"patches-13",level:3},{value:"5.19.15",id:"51915",level:2},{value:"Patches",id:"patches-14",level:3},{value:"5.19.14",id:"51914",level:2},{value:"Patches",id:"patches-15",level:3},{value:"5.19.13",id:"51913",level:2},{value:"Patches",id:"patches-16",level:3},{value:"5.19.12",id:"51912",level:2},{value:"Patches",id:"patches-17",level:3},{value:"5.19.11",id:"51911",level:2},{value:"Patches",id:"patches-18",level:3},{value:"5.19.10",id:"51910",level:2},{value:"Patches",id:"patches-19",level:3},{value:"5.19.9",id:"5199",level:2},{value:"Patches",id:"patches-20",level:3},{value:"5.19.8",id:"5198",level:2},{value:"Patches",id:"patches-21",level:3},{value:"5.19.7",id:"5197",level:2},{value:"Patches",id:"patches-22",level:3},{value:"5.19.6",id:"5196",level:2},{value:"Patches",id:"patches-23",level:3},{value:"5.19.5",id:"5195",level:2},{value:"Patches",id:"patches-24",level:3},{value:"5.19.4",id:"5194",level:2},{value:"Patches",id:"patches-25",level:3},{value:"5.19.3",id:"5193",level:2},{value:"Patches",id:"patches-26",level:3},{value:"5.19.2",id:"5192",level:2},{value:"Patches",id:"patches-27",level:3},{value:"5.19.1",id:"5191",level:2},{value:"Patches",id:"patches-28",level:3},{value:"5.19.0",id:"5190",level:2},{value:"Minor changes",id:"minor-changes",level:3}];function u(e){const t={a:"a",h2:"h2",h3:"h3",li:"li",p:"p",ul:"ul",...(0,l.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(t.h2,{id:"51929",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.29",children:"5.19.29"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 26 Feb 2024 07:26:18 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.28..@fluentui/react-charting_v5.19.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Filtering data for DonutChart with >=0 instead of >0 to allow zero value cases (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30237",children:"PR #30237"})," by ",(0,c.jsx)(t.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51928",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.28",children:"5.19.28"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 16 Feb 2024 07:26:24 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.27..@fluentui/react-charting_v5.19.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Sankey Diagram: Supporting Localized Strings (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30509",children:"PR #30509"})," by ",(0,c.jsx)(t.a,{href:"mailto:rarthur@microsoft.com",children:"rarthur@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51927",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.27",children:"5.19.27"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 14 Feb 2024 07:24:16 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.26..@fluentui/react-charting_v5.19.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fixing codepen issue for charts not visible (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30537",children:"PR #30537"})," by ",(0,c.jsx)(t.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51926",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.26",children:"5.19.26"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 12 Feb 2024 07:25:24 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.25..@fluentui/react-charting_v5.19.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Improves SankeyChart mouse performance by reducing the DOM size and memoizing computations. (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30448",children:"PR #30448"})," by ",(0,c.jsx)(t.a,{href:"mailto:rarthur@microsoft.com",children:"rarthur@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.137 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30486",children:"PR #30486"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.115.6 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30486",children:"PR #30486"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51925",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.25",children:"5.19.25"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 09 Feb 2024 07:25:49 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.24..@fluentui/react-charting_v5.19.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix alignment of date axis ticks with data points (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30315",children:"PR #30315"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51924",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.24",children:"5.19.24"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 08 Feb 2024 07:37:50 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.23..@fluentui/react-charting_v5.19.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Sankey Diagram: Persisting node values when adjusting multiple small node heights (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30410",children:"PR #30410"})," by ",(0,c.jsx)(t.a,{href:"mailto:rarthur@microsoft.com",children:"rarthur@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51923",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.23",children:"5.19.23"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 07 Feb 2024 07:26:19 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.22..@fluentui/react-charting_v5.19.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix bugs in gauge chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/26681",children:"PR #26681"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Adding terser plugin options to reduce charting bundle size (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30392",children:"PR #30392"})," by ",(0,c.jsx)(t.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.136 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30492",children:"PR #30492"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.115.5 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30492",children:"PR #30492"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51922",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.22",children:"5.19.22"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 06 Feb 2024 07:27:41 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.21..@fluentui/react-charting_v5.19.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Fix: Fix color tokens to enable charts to render correctly for v9 theme (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30469",children:"PR #30469"})," by ",(0,c.jsx)(t.a,{href:"mailto:atisjai@microsoft.com",children:"atisjai@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51921",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.21",children:"5.19.21"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 05 Feb 2024 07:27:39 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.20..@fluentui/react-charting_v5.19.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Sankey Diagram: Improving how the aria-labels are generated so that they can be read by the text-to-speech engine (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30447",children:"PR #30447"})," by ",(0,c.jsx)(t.a,{href:"mailto:rarthur@microsoft.com",children:"rarthur@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.135 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30467",children:"PR #30467"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.115.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30467",children:"PR #30467"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51920",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.20",children:"5.19.20"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 31 Jan 2024 07:27:57 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.19..@fluentui/react-charting_v5.19.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.40 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/eeb2656f81977a5821c36ca854fe2781d9dcfd1b",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.134 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/eeb2656f81977a5821c36ca854fe2781d9dcfd1b",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.115.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/commit/eeb2656f81977a5821c36ca854fe2781d9dcfd1b",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51919",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.19",children:"5.19.19"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 29 Jan 2024 07:27:14 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.18..@fluentui/react-charting_v5.19.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-10",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.133 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30254",children:"PR #30254"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.115.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30254",children:"PR #30254"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51918",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.18",children:"5.19.18"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 26 Jan 2024 07:26:11 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.17..@fluentui/react-charting_v5.19.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-11",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Refactoring SankeyChart to improve minification (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30366",children:"PR #30366"})," by ",(0,c.jsx)(t.a,{href:"mailto:rarthur@microsoft.com",children:"rarthur@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51917",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.17",children:"5.19.17"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 24 Jan 2024 07:26:58 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.16..@fluentui/react-charting_v5.19.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-12",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.39 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30323",children:"PR #30323"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.132 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30323",children:"PR #30323"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.115.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30323",children:"PR #30323"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51916",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.16",children:"5.19.16"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 23 Jan 2024 07:26:42 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.15..@fluentui/react-charting_v5.19.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-13",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.131 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30221",children:"PR #30221"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.115.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30221",children:"PR #30221"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51915",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.15",children:"5.19.15"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 22 Jan 2024 07:26:52 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.14..@fluentui/react-charting_v5.19.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-14",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Adding Date Axis support for Vertical Bar and Vertical Stacked Bar chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29981",children:"PR #29981"})," by ",(0,c.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51914",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.14",children:"5.19.14"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 19 Jan 2024 07:29:32 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.13..@fluentui/react-charting_v5.19.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-15",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.38 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30225",children:"PR #30225"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.130 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30225",children:"PR #30225"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.114.4 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30225",children:"PR #30225"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51913",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.13",children:"5.19.13"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 15 Jan 2024 07:28:14 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.12..@fluentui/react-charting_v5.19.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-16",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.129 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30296",children:"PR #30296"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.114.3 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30296",children:"PR #30296"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51912",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.12",children:"5.19.12"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 12 Jan 2024 07:26:35 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.11..@fluentui/react-charting_v5.19.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-17",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Add tests for heatmap chart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/28875",children:"PR #28875"})," by ",(0,c.jsx)(t.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51911",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.11",children:"5.19.11"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 10 Jan 2024 07:28:50 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.10..@fluentui/react-charting_v5.19.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-18",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.37 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30063",children:"PR #30063"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.128 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30063",children:"PR #30063"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.2.14 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30063",children:"PR #30063"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.114.2 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30063",children:"PR #30063"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"51910",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.10",children:"5.19.10"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 09 Jan 2024 07:33:09 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.9..@fluentui/react-charting_v5.19.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-19",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.36 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30003",children:"PR #30003"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.127 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30003",children:"PR #30003"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.114.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30003",children:"PR #30003"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5199",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.9",children:"5.19.9"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 04 Jan 2024 07:26:40 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.8..@fluentui/react-charting_v5.19.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-20",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Importing functions which are used instead of importing complete library (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30185",children:"PR #30185"})," by ",(0,c.jsx)(t.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5198",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.8",children:"5.19.8"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 25 Dec 2023 07:28:36 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.7..@fluentui/react-charting_v5.19.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-21",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["presentation role attribute removed from svg element due to ARIA violations (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30158",children:"PR #30158"})," by ",(0,c.jsx)(t.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Added img aria role to ",(0,c.jsx)("path",{})," in SparklineChart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30155",children:"PR #30155"})," by ",(0,c.jsx)(t.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.126 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30158",children:"PR #30158"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.114.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30158",children:"PR #30158"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5197",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.7",children:"5.19.7"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 20 Dec 2023 07:26:54 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.6..@fluentui/react-charting_v5.19.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-22",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Added accessibility tests for LineChart, VerticalBarChart and AreaChart (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30059",children:"PR #30059"})," by ",(0,c.jsx)(t.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["fix:[HorChartWAxis][RTL] y axis same text and truncation fixed (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30031",children:"PR #30031"})," by ",(0,c.jsx)(t.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5196",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.6",children:"5.19.6"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 14 Dec 2023 07:30:10 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.5..@fluentui/react-charting_v5.19.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-23",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react-focus to v8.8.35 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30061",children:"PR #30061"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.125 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30061",children:"PR #30061"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/set-version to v8.2.13 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30061",children:"PR #30061"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.113.1 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/30061",children:"PR #30061"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5195",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.5",children:"5.19.5"})}),"\n",(0,c.jsxs)(t.p,{children:["Tue, 12 Dec 2023 07:27:25 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.4..@fluentui/react-charting_v5.19.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-24",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.124 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29766",children:"PR #29766"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.113.0 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29766",children:"PR #29766"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5194",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.4",children:"5.19.4"})}),"\n",(0,c.jsxs)(t.p,{children:["Mon, 04 Dec 2023 07:27:00 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.3..@fluentui/react-charting_v5.19.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-25",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Added support for sticking to old ceil logic in case of integral datasets (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29959",children:"PR #29959"})," by ",(0,c.jsx)(t.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["fix: react-charting horizontal-bar-chart-axis on hover render correct data (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29909",children:"PR #29909"})," by ",(0,c.jsx)(t.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5193",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.3",children:"5.19.3"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 29 Nov 2023 07:26:35 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.2..@fluentui/react-charting_v5.19.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-26",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["Updating the d3-time-format package for react-charting (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29890",children:"PR #29890"})," by ",(0,c.jsx)(t.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5192",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.2",children:"5.19.2"})}),"\n",(0,c.jsxs)(t.p,{children:["Fri, 24 Nov 2023 07:27:54 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.1..@fluentui/react-charting_v5.19.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-27",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["fix: react-charting VBC - RTL mode mouseover on bar chart the data is not displaying correctly (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29876",children:"PR #29876"})," by ",(0,c.jsx)(t.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["line chart rtl mode color fillbar bug fix (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29893",children:"PR #29893"})," by ",(0,c.jsx)(t.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5191",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.1",children:"5.19.1"})}),"\n",(0,c.jsxs)(t.p,{children:["Thu, 16 Nov 2023 07:26:51 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.0..@fluentui/react-charting_v5.19.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"patches-28",children:"Patches"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["fix: MultiStackedBarChart duplicate id and text overlap in [RTL] mode (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29815",children:"PR #29815"})," by ",(0,c.jsx)(t.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/theme-samples to v8.7.123 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29791",children:"PR #29791"})," by beachball)"]}),"\n",(0,c.jsxs)(t.li,{children:["Bump @fluentui/react to v8.112.9 (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29791",children:"PR #29791"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(t.h2,{id:"5190",children:(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.0",children:"5.19.0"})}),"\n",(0,c.jsxs)(t.p,{children:["Wed, 15 Nov 2023 07:28:11 GMT\n",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.18..@fluentui/react-charting_v5.19.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(t.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,c.jsxs)(t.ul,{children:["\n",(0,c.jsxs)(t.li,{children:["add defaultSelectedLegeands and onChange for Legends (",(0,c.jsx)(t.a,{href:"https://github.com/microsoft/fluentui/pull/29799",children:"PR #29799"})," by ",(0,c.jsx)(t.a,{href:"mailto:NewFuture@users.noreply.github.com",children:"NewFuture@users.noreply.github.com"}),")"]}),"\n"]})]})}function o(e={}){const{wrapper:t}={...(0,l.a)(),...e.components};return t?(0,c.jsx)(t,{...e,children:(0,c.jsx)(u,{...e})}):u(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>n,a:()=>r});var c=i(7294);const l={},h=c.createContext(l);function r(e){const t=c.useContext(h);return c.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function n(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(l):e.components||l:r(e.components),c.createElement(h.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/ec9b348c.2cc92972.js b/assets/js/ec9b348c.2cc92972.js new file mode 100644 index 0000000000..1fd483bc53 --- /dev/null +++ b/assets/js/ec9b348c.2cc92972.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[917],{8121:(e,i,t)=>{t.r(i),t.d(i,{assets:()=>s,contentTitle:()=>l,default:()=>o,frontMatter:()=>n,metadata:()=>r,toc:()=>a});var c=t(5893),h=t(1151);const n={},l="Release Log",r={id:"CHANGELOG",title:"Release Log",description:"This log was last generated on Wed, 10 Jan 2024 0750 GMT and should not be manually modified.",source:"@site/../../docs/CHANGELOG.md",sourceDirName:".",slug:"/CHANGELOG",permalink:"/fluentui-charting-contrib/docs/CHANGELOG",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{}},s={},a=[{value:"5.19.11",id:"51911",level:2},{value:"Patches",id:"patches",level:3},{value:"5.19.10",id:"51910",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.19.9",id:"5199",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.19.8",id:"5198",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.19.7",id:"5197",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.19.6",id:"5196",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.19.5",id:"5195",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.19.4",id:"5194",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.19.3",id:"5193",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.19.2",id:"5192",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.19.1",id:"5191",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.19.0",id:"5190",level:2},{value:"Minor changes",id:"minor-changes",level:3},{value:"5.18.18",id:"51818",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.18.17",id:"51817",level:2},{value:"Patches",id:"patches-12",level:3},{value:"5.18.16",id:"51816",level:2},{value:"Patches",id:"patches-13",level:3},{value:"5.18.15",id:"51815",level:2},{value:"Patches",id:"patches-14",level:3},{value:"5.18.14",id:"51814",level:2},{value:"Patches",id:"patches-15",level:3},{value:"5.18.13",id:"51813",level:2},{value:"Patches",id:"patches-16",level:3},{value:"5.18.12",id:"51812",level:2},{value:"Patches",id:"patches-17",level:3},{value:"5.18.11",id:"51811",level:2},{value:"Patches",id:"patches-18",level:3},{value:"5.18.10",id:"51810",level:2},{value:"Patches",id:"patches-19",level:3},{value:"5.18.9",id:"5189",level:2},{value:"Patches",id:"patches-20",level:3},{value:"5.18.8",id:"5188",level:2},{value:"Patches",id:"patches-21",level:3},{value:"5.18.7",id:"5187",level:2},{value:"Patches",id:"patches-22",level:3},{value:"5.18.6",id:"5186",level:2},{value:"Patches",id:"patches-23",level:3},{value:"5.18.5",id:"5185",level:2},{value:"Patches",id:"patches-24",level:3},{value:"5.18.4",id:"5184",level:2},{value:"Patches",id:"patches-25",level:3},{value:"5.18.3",id:"5183",level:2},{value:"Patches",id:"patches-26",level:3},{value:"5.18.2",id:"5182",level:2},{value:"Patches",id:"patches-27",level:3},{value:"5.18.1",id:"5181",level:2},{value:"Patches",id:"patches-28",level:3},{value:"5.18.0",id:"5180",level:2},{value:"Minor changes",id:"minor-changes-1",level:3},{value:"Patches",id:"patches-29",level:3},{value:"5.17.12",id:"51712",level:2},{value:"Patches",id:"patches-30",level:3},{value:"5.17.11",id:"51711",level:2},{value:"Patches",id:"patches-31",level:3},{value:"5.17.10",id:"51710",level:2},{value:"Patches",id:"patches-32",level:3},{value:"5.17.9",id:"5179",level:2},{value:"Patches",id:"patches-33",level:3},{value:"5.17.8",id:"5178",level:2},{value:"Patches",id:"patches-34",level:3},{value:"5.17.7",id:"5177",level:2},{value:"Patches",id:"patches-35",level:3},{value:"5.17.6",id:"5176",level:2},{value:"Patches",id:"patches-36",level:3},{value:"5.17.5",id:"5175",level:2},{value:"Patches",id:"patches-37",level:3},{value:"5.17.4",id:"5174",level:2},{value:"Patches",id:"patches-38",level:3},{value:"5.17.3",id:"5173",level:2},{value:"Patches",id:"patches-39",level:3},{value:"5.17.2",id:"5172",level:2},{value:"Patches",id:"patches-40",level:3},{value:"5.17.1",id:"5171",level:2},{value:"Patches",id:"patches-41",level:3},{value:"5.17.0",id:"5170",level:2},{value:"Minor changes",id:"minor-changes-2",level:3},{value:"Patches",id:"patches-42",level:3},{value:"5.16.60",id:"51660",level:2},{value:"Patches",id:"patches-43",level:3},{value:"5.16.59",id:"51659",level:2},{value:"Patches",id:"patches-44",level:3},{value:"5.16.58",id:"51658",level:2},{value:"Patches",id:"patches-45",level:3},{value:"5.16.57",id:"51657",level:2},{value:"Patches",id:"patches-46",level:3},{value:"5.16.56",id:"51656",level:2},{value:"Patches",id:"patches-47",level:3},{value:"5.16.55",id:"51655",level:2},{value:"Patches",id:"patches-48",level:3},{value:"5.16.54",id:"51654",level:2},{value:"Patches",id:"patches-49",level:3},{value:"5.16.53",id:"51653",level:2},{value:"Patches",id:"patches-50",level:3},{value:"5.16.52",id:"51652",level:2},{value:"Patches",id:"patches-51",level:3},{value:"5.16.51",id:"51651",level:2},{value:"Patches",id:"patches-52",level:3},{value:"5.16.50",id:"51650",level:2},{value:"Patches",id:"patches-53",level:3},{value:"5.16.49",id:"51649",level:2},{value:"Patches",id:"patches-54",level:3},{value:"5.16.48",id:"51648",level:2},{value:"Patches",id:"patches-55",level:3},{value:"5.16.47",id:"51647",level:2},{value:"Patches",id:"patches-56",level:3},{value:"5.16.46",id:"51646",level:2},{value:"Patches",id:"patches-57",level:3},{value:"5.16.45",id:"51645",level:2},{value:"Patches",id:"patches-58",level:3},{value:"5.16.44",id:"51644",level:2},{value:"Patches",id:"patches-59",level:3},{value:"5.16.43",id:"51643",level:2},{value:"Patches",id:"patches-60",level:3},{value:"5.16.42",id:"51642",level:2},{value:"Patches",id:"patches-61",level:3},{value:"5.16.41",id:"51641",level:2},{value:"Patches",id:"patches-62",level:3},{value:"5.16.40",id:"51640",level:2},{value:"Patches",id:"patches-63",level:3},{value:"5.16.39",id:"51639",level:2},{value:"Patches",id:"patches-64",level:3},{value:"5.16.38",id:"51638",level:2},{value:"Patches",id:"patches-65",level:3},{value:"5.16.37",id:"51637",level:2},{value:"Patches",id:"patches-66",level:3},{value:"5.16.36",id:"51636",level:2},{value:"Patches",id:"patches-67",level:3},{value:"5.16.35",id:"51635",level:2},{value:"Patches",id:"patches-68",level:3},{value:"5.16.34",id:"51634",level:2},{value:"Patches",id:"patches-69",level:3},{value:"5.16.33",id:"51633",level:2},{value:"Patches",id:"patches-70",level:3},{value:"5.16.32",id:"51632",level:2},{value:"Patches",id:"patches-71",level:3},{value:"5.16.31",id:"51631",level:2},{value:"Patches",id:"patches-72",level:3},{value:"5.16.30",id:"51630",level:2},{value:"Patches",id:"patches-73",level:3},{value:"5.16.29",id:"51629",level:2},{value:"Patches",id:"patches-74",level:3},{value:"5.16.28",id:"51628",level:2},{value:"Patches",id:"patches-75",level:3},{value:"5.16.27",id:"51627",level:2},{value:"Patches",id:"patches-76",level:3},{value:"5.16.26",id:"51626",level:2},{value:"Patches",id:"patches-77",level:3},{value:"5.16.25",id:"51625",level:2},{value:"Patches",id:"patches-78",level:3},{value:"5.16.24",id:"51624",level:2},{value:"Patches",id:"patches-79",level:3},{value:"5.16.23",id:"51623",level:2},{value:"Patches",id:"patches-80",level:3},{value:"5.16.22",id:"51622",level:2},{value:"Patches",id:"patches-81",level:3},{value:"5.16.21",id:"51621",level:2},{value:"Patches",id:"patches-82",level:3},{value:"5.16.20",id:"51620",level:2},{value:"Patches",id:"patches-83",level:3},{value:"5.16.19",id:"51619",level:2},{value:"Patches",id:"patches-84",level:3},{value:"5.16.18",id:"51618",level:2},{value:"Patches",id:"patches-85",level:3},{value:"5.16.17",id:"51617",level:2},{value:"Patches",id:"patches-86",level:3},{value:"5.16.16",id:"51616",level:2},{value:"Patches",id:"patches-87",level:3},{value:"5.16.15",id:"51615",level:2},{value:"Patches",id:"patches-88",level:3},{value:"5.16.14",id:"51614",level:2},{value:"Patches",id:"patches-89",level:3},{value:"5.16.13",id:"51613",level:2},{value:"Patches",id:"patches-90",level:3},{value:"5.16.12",id:"51612",level:2},{value:"Patches",id:"patches-91",level:3},{value:"5.16.11",id:"51611",level:2},{value:"Patches",id:"patches-92",level:3},{value:"5.16.10",id:"51610",level:2},{value:"Patches",id:"patches-93",level:3},{value:"5.16.9",id:"5169",level:2},{value:"Patches",id:"patches-94",level:3},{value:"5.16.8",id:"5168",level:2},{value:"Patches",id:"patches-95",level:3},{value:"5.16.7",id:"5167",level:2},{value:"Patches",id:"patches-96",level:3},{value:"5.16.6",id:"5166",level:2},{value:"Patches",id:"patches-97",level:3},{value:"5.16.5",id:"5165",level:2},{value:"Patches",id:"patches-98",level:3},{value:"5.16.4",id:"5164",level:2},{value:"Patches",id:"patches-99",level:3},{value:"5.16.3",id:"5163",level:2},{value:"Patches",id:"patches-100",level:3},{value:"5.16.2",id:"5162",level:2},{value:"Patches",id:"patches-101",level:3},{value:"5.16.1",id:"5161",level:2},{value:"Patches",id:"patches-102",level:3},{value:"5.16.0",id:"5160",level:2},{value:"Minor changes",id:"minor-changes-3",level:3},{value:"Patches",id:"patches-103",level:3},{value:"5.15.10",id:"51510",level:2},{value:"Patches",id:"patches-104",level:3},{value:"5.15.9",id:"5159",level:2},{value:"Patches",id:"patches-105",level:3},{value:"5.15.8",id:"5158",level:2},{value:"Patches",id:"patches-106",level:3},{value:"5.15.7",id:"5157",level:2},{value:"Patches",id:"patches-107",level:3},{value:"5.15.6",id:"5156",level:2},{value:"Patches",id:"patches-108",level:3},{value:"5.15.5",id:"5155",level:2},{value:"Patches",id:"patches-109",level:3},{value:"5.15.4",id:"5154",level:2},{value:"Patches",id:"patches-110",level:3},{value:"5.15.3",id:"5153",level:2},{value:"Patches",id:"patches-111",level:3},{value:"5.15.2",id:"5152",level:2},{value:"Patches",id:"patches-112",level:3},{value:"5.15.1",id:"5151",level:2},{value:"Patches",id:"patches-113",level:3},{value:"5.15.0",id:"5150",level:2},{value:"Minor changes",id:"minor-changes-4",level:3},{value:"5.14.43",id:"51443",level:2},{value:"Patches",id:"patches-114",level:3},{value:"5.14.42",id:"51442",level:2},{value:"Patches",id:"patches-115",level:3},{value:"5.14.41",id:"51441",level:2},{value:"Patches",id:"patches-116",level:3},{value:"5.14.40",id:"51440",level:2},{value:"Patches",id:"patches-117",level:3},{value:"5.14.39",id:"51439",level:2},{value:"Patches",id:"patches-118",level:3},{value:"5.14.38",id:"51438",level:2},{value:"Patches",id:"patches-119",level:3},{value:"5.14.37",id:"51437",level:2},{value:"Patches",id:"patches-120",level:3},{value:"5.14.36",id:"51436",level:2},{value:"Patches",id:"patches-121",level:3},{value:"5.14.35",id:"51435",level:2},{value:"Patches",id:"patches-122",level:3},{value:"5.14.34",id:"51434",level:2},{value:"Patches",id:"patches-123",level:3},{value:"5.14.33",id:"51433",level:2},{value:"Patches",id:"patches-124",level:3},{value:"5.14.32",id:"51432",level:2},{value:"Patches",id:"patches-125",level:3},{value:"5.14.31",id:"51431",level:2},{value:"Patches",id:"patches-126",level:3},{value:"5.14.30",id:"51430",level:2},{value:"Patches",id:"patches-127",level:3},{value:"5.14.29",id:"51429",level:2},{value:"Patches",id:"patches-128",level:3},{value:"5.14.28",id:"51428",level:2},{value:"Patches",id:"patches-129",level:3},{value:"5.14.27",id:"51427",level:2},{value:"Patches",id:"patches-130",level:3},{value:"5.14.26",id:"51426",level:2},{value:"Patches",id:"patches-131",level:3},{value:"5.14.25",id:"51425",level:2},{value:"Patches",id:"patches-132",level:3},{value:"5.14.24",id:"51424",level:2},{value:"Patches",id:"patches-133",level:3},{value:"5.14.23",id:"51423",level:2},{value:"Patches",id:"patches-134",level:3},{value:"5.14.22",id:"51422",level:2},{value:"Patches",id:"patches-135",level:3},{value:"5.14.21",id:"51421",level:2},{value:"Patches",id:"patches-136",level:3},{value:"5.14.20",id:"51420",level:2},{value:"Patches",id:"patches-137",level:3},{value:"5.14.19",id:"51419",level:2},{value:"Patches",id:"patches-138",level:3},{value:"5.14.18",id:"51418",level:2},{value:"Patches",id:"patches-139",level:3},{value:"5.14.17",id:"51417",level:2},{value:"Patches",id:"patches-140",level:3},{value:"5.14.16",id:"51416",level:2},{value:"Patches",id:"patches-141",level:3},{value:"5.14.15",id:"51415",level:2},{value:"Patches",id:"patches-142",level:3},{value:"5.14.14",id:"51414",level:2},{value:"Patches",id:"patches-143",level:3},{value:"5.14.13",id:"51413",level:2},{value:"Patches",id:"patches-144",level:3},{value:"5.14.12",id:"51412",level:2},{value:"Patches",id:"patches-145",level:3},{value:"5.14.11",id:"51411",level:2},{value:"Patches",id:"patches-146",level:3},{value:"5.14.10",id:"51410",level:2},{value:"Patches",id:"patches-147",level:3},{value:"5.14.9",id:"5149",level:2},{value:"Patches",id:"patches-148",level:3},{value:"5.14.8",id:"5148",level:2},{value:"Patches",id:"patches-149",level:3},{value:"5.14.7",id:"5147",level:2},{value:"Patches",id:"patches-150",level:3},{value:"5.14.6",id:"5146",level:2},{value:"Patches",id:"patches-151",level:3},{value:"5.14.5",id:"5145",level:2},{value:"Patches",id:"patches-152",level:3},{value:"5.14.4",id:"5144",level:2},{value:"Patches",id:"patches-153",level:3},{value:"5.14.3",id:"5143",level:2},{value:"Patches",id:"patches-154",level:3},{value:"5.14.2",id:"5142",level:2},{value:"Patches",id:"patches-155",level:3},{value:"5.14.1",id:"5141",level:2},{value:"Patches",id:"patches-156",level:3},{value:"5.14.0",id:"5140",level:2},{value:"Minor changes",id:"minor-changes-5",level:3},{value:"Patches",id:"patches-157",level:3},{value:"5.13.11",id:"51311",level:2},{value:"Patches",id:"patches-158",level:3},{value:"5.13.10",id:"51310",level:2},{value:"Patches",id:"patches-159",level:3},{value:"5.13.9",id:"5139",level:2},{value:"Patches",id:"patches-160",level:3},{value:"5.13.8",id:"5138",level:2},{value:"Patches",id:"patches-161",level:3},{value:"5.13.7",id:"5137",level:2},{value:"Patches",id:"patches-162",level:3},{value:"5.13.6",id:"5136",level:2},{value:"Patches",id:"patches-163",level:3},{value:"5.13.5",id:"5135",level:2},{value:"Patches",id:"patches-164",level:3},{value:"5.13.4",id:"5134",level:2},{value:"Patches",id:"patches-165",level:3},{value:"5.13.3",id:"5133",level:2},{value:"Patches",id:"patches-166",level:3},{value:"5.13.2",id:"5132",level:2},{value:"Patches",id:"patches-167",level:3},{value:"5.13.1",id:"5131",level:2},{value:"Patches",id:"patches-168",level:3},{value:"5.13.0",id:"5130",level:2},{value:"Minor changes",id:"minor-changes-6",level:3},{value:"Patches",id:"patches-169",level:3},{value:"5.12.37",id:"51237",level:2},{value:"Patches",id:"patches-170",level:3},{value:"5.12.36",id:"51236",level:2},{value:"Patches",id:"patches-171",level:3},{value:"5.12.35",id:"51235",level:2},{value:"Patches",id:"patches-172",level:3},{value:"5.12.34",id:"51234",level:2},{value:"Patches",id:"patches-173",level:3},{value:"5.12.33",id:"51233",level:2},{value:"Patches",id:"patches-174",level:3},{value:"5.12.32",id:"51232",level:2},{value:"Patches",id:"patches-175",level:3},{value:"5.12.31",id:"51231",level:2},{value:"Patches",id:"patches-176",level:3},{value:"5.12.30",id:"51230",level:2},{value:"Patches",id:"patches-177",level:3},{value:"5.12.29",id:"51229",level:2},{value:"Patches",id:"patches-178",level:3},{value:"5.12.28",id:"51228",level:2},{value:"Patches",id:"patches-179",level:3},{value:"5.12.27",id:"51227",level:2},{value:"Patches",id:"patches-180",level:3},{value:"5.12.26",id:"51226",level:2},{value:"Patches",id:"patches-181",level:3},{value:"5.12.25",id:"51225",level:2},{value:"Patches",id:"patches-182",level:3},{value:"5.12.24",id:"51224",level:2},{value:"Patches",id:"patches-183",level:3},{value:"5.12.23",id:"51223",level:2},{value:"Patches",id:"patches-184",level:3},{value:"5.12.22",id:"51222",level:2},{value:"Patches",id:"patches-185",level:3},{value:"5.12.21",id:"51221",level:2},{value:"Patches",id:"patches-186",level:3},{value:"5.12.20",id:"51220",level:2},{value:"Patches",id:"patches-187",level:3},{value:"5.12.19",id:"51219",level:2},{value:"Patches",id:"patches-188",level:3},{value:"5.12.18",id:"51218",level:2},{value:"Patches",id:"patches-189",level:3},{value:"5.12.17",id:"51217",level:2},{value:"Patches",id:"patches-190",level:3},{value:"5.12.16",id:"51216",level:2},{value:"Patches",id:"patches-191",level:3},{value:"5.12.15",id:"51215",level:2},{value:"Patches",id:"patches-192",level:3},{value:"5.12.14",id:"51214",level:2},{value:"Patches",id:"patches-193",level:3},{value:"5.12.13",id:"51213",level:2},{value:"Patches",id:"patches-194",level:3},{value:"5.12.12",id:"51212",level:2},{value:"Patches",id:"patches-195",level:3},{value:"5.12.11",id:"51211",level:2},{value:"Patches",id:"patches-196",level:3},{value:"5.12.10",id:"51210",level:2},{value:"Patches",id:"patches-197",level:3},{value:"5.12.9",id:"5129",level:2},{value:"Patches",id:"patches-198",level:3},{value:"5.12.8",id:"5128",level:2},{value:"Patches",id:"patches-199",level:3},{value:"5.12.7",id:"5127",level:2},{value:"Patches",id:"patches-200",level:3},{value:"5.12.6",id:"5126",level:2},{value:"Patches",id:"patches-201",level:3},{value:"5.12.5",id:"5125",level:2},{value:"Patches",id:"patches-202",level:3},{value:"5.12.4",id:"5124",level:2},{value:"Patches",id:"patches-203",level:3},{value:"5.12.3",id:"5123",level:2},{value:"Patches",id:"patches-204",level:3},{value:"5.12.2",id:"5122",level:2},{value:"Patches",id:"patches-205",level:3},{value:"5.12.1",id:"5121",level:2},{value:"Patches",id:"patches-206",level:3},{value:"5.12.0",id:"5120",level:2},{value:"Minor changes",id:"minor-changes-7",level:3},{value:"5.11.0",id:"5110",level:2},{value:"Minor changes",id:"minor-changes-8",level:3},{value:"5.10.1",id:"5101",level:2},{value:"Patches",id:"patches-207",level:3},{value:"5.10.0",id:"5100",level:2},{value:"Minor changes",id:"minor-changes-9",level:3},{value:"5.9.55",id:"5955",level:2},{value:"Patches",id:"patches-208",level:3},{value:"5.9.54",id:"5954",level:2},{value:"Patches",id:"patches-209",level:3},{value:"5.9.53",id:"5953",level:2},{value:"Patches",id:"patches-210",level:3},{value:"5.9.52",id:"5952",level:2},{value:"Patches",id:"patches-211",level:3},{value:"5.9.51",id:"5951",level:2},{value:"Patches",id:"patches-212",level:3},{value:"5.9.50",id:"5950",level:2},{value:"Patches",id:"patches-213",level:3},{value:"5.9.49",id:"5949",level:2},{value:"Patches",id:"patches-214",level:3},{value:"5.9.48",id:"5948",level:2},{value:"Patches",id:"patches-215",level:3},{value:"5.9.47",id:"5947",level:2},{value:"Patches",id:"patches-216",level:3},{value:"5.9.46",id:"5946",level:2},{value:"Patches",id:"patches-217",level:3},{value:"5.9.45",id:"5945",level:2},{value:"Patches",id:"patches-218",level:3},{value:"5.9.44",id:"5944",level:2},{value:"Patches",id:"patches-219",level:3},{value:"5.9.43",id:"5943",level:2},{value:"Patches",id:"patches-220",level:3},{value:"5.9.42",id:"5942",level:2},{value:"Patches",id:"patches-221",level:3},{value:"5.9.41",id:"5941",level:2},{value:"Patches",id:"patches-222",level:3},{value:"5.9.40",id:"5940",level:2},{value:"Patches",id:"patches-223",level:3},{value:"5.9.39",id:"5939",level:2},{value:"Patches",id:"patches-224",level:3},{value:"5.9.38",id:"5938",level:2},{value:"Patches",id:"patches-225",level:3},{value:"5.9.37",id:"5937",level:2},{value:"Patches",id:"patches-226",level:3},{value:"5.9.36",id:"5936",level:2},{value:"Patches",id:"patches-227",level:3},{value:"5.9.35",id:"5935",level:2},{value:"Patches",id:"patches-228",level:3},{value:"5.9.34",id:"5934",level:2},{value:"Patches",id:"patches-229",level:3},{value:"5.9.33",id:"5933",level:2},{value:"Patches",id:"patches-230",level:3},{value:"5.9.32",id:"5932",level:2},{value:"Patches",id:"patches-231",level:3},{value:"5.9.31",id:"5931",level:2},{value:"Patches",id:"patches-232",level:3},{value:"5.9.30",id:"5930",level:2},{value:"Patches",id:"patches-233",level:3},{value:"5.9.29",id:"5929",level:2},{value:"Patches",id:"patches-234",level:3},{value:"5.9.28",id:"5928",level:2},{value:"Patches",id:"patches-235",level:3},{value:"5.9.27",id:"5927",level:2},{value:"Patches",id:"patches-236",level:3},{value:"5.9.26",id:"5926",level:2},{value:"Patches",id:"patches-237",level:3},{value:"5.9.25",id:"5925",level:2},{value:"Patches",id:"patches-238",level:3},{value:"5.9.24",id:"5924",level:2},{value:"Patches",id:"patches-239",level:3},{value:"5.9.23",id:"5923",level:2},{value:"Patches",id:"patches-240",level:3},{value:"5.9.22",id:"5922",level:2},{value:"Patches",id:"patches-241",level:3},{value:"5.9.21",id:"5921",level:2},{value:"Patches",id:"patches-242",level:3},{value:"5.9.20",id:"5920",level:2},{value:"Patches",id:"patches-243",level:3},{value:"5.9.19",id:"5919",level:2},{value:"Patches",id:"patches-244",level:3},{value:"5.9.18",id:"5918",level:2},{value:"Patches",id:"patches-245",level:3},{value:"5.9.17",id:"5917",level:2},{value:"Patches",id:"patches-246",level:3},{value:"5.9.16",id:"5916",level:2},{value:"Patches",id:"patches-247",level:3},{value:"5.9.15",id:"5915",level:2},{value:"Patches",id:"patches-248",level:3},{value:"5.9.14",id:"5914",level:2},{value:"Patches",id:"patches-249",level:3},{value:"5.9.13",id:"5913",level:2},{value:"Patches",id:"patches-250",level:3},{value:"5.9.12",id:"5912",level:2},{value:"Patches",id:"patches-251",level:3},{value:"5.9.11",id:"5911",level:2},{value:"Patches",id:"patches-252",level:3},{value:"5.9.10",id:"5910",level:2},{value:"Patches",id:"patches-253",level:3},{value:"5.9.9",id:"599",level:2},{value:"Patches",id:"patches-254",level:3},{value:"5.9.8",id:"598",level:2},{value:"Patches",id:"patches-255",level:3},{value:"5.9.7",id:"597",level:2},{value:"Patches",id:"patches-256",level:3},{value:"5.9.6",id:"596",level:2},{value:"Patches",id:"patches-257",level:3},{value:"5.9.5",id:"595",level:2},{value:"Patches",id:"patches-258",level:3},{value:"5.9.4",id:"594",level:2},{value:"Patches",id:"patches-259",level:3},{value:"5.9.3",id:"593",level:2},{value:"Patches",id:"patches-260",level:3},{value:"5.9.2",id:"592",level:2},{value:"Patches",id:"patches-261",level:3},{value:"5.9.1",id:"591",level:2},{value:"Patches",id:"patches-262",level:3},{value:"5.9.0",id:"590",level:2},{value:"Minor changes",id:"minor-changes-10",level:3},{value:"5.8.2",id:"582",level:2},{value:"Patches",id:"patches-263",level:3},{value:"5.8.1",id:"581",level:2},{value:"Patches",id:"patches-264",level:3},{value:"5.8.0",id:"580",level:2},{value:"Minor changes",id:"minor-changes-11",level:3},{value:"5.7.21",id:"5721",level:2},{value:"Patches",id:"patches-265",level:3},{value:"5.7.20",id:"5720",level:2},{value:"Patches",id:"patches-266",level:3},{value:"5.7.19",id:"5719",level:2},{value:"Patches",id:"patches-267",level:3},{value:"5.7.18",id:"5718",level:2},{value:"Patches",id:"patches-268",level:3},{value:"5.7.17",id:"5717",level:2},{value:"Patches",id:"patches-269",level:3},{value:"5.7.16",id:"5716",level:2},{value:"Patches",id:"patches-270",level:3},{value:"5.7.15",id:"5715",level:2},{value:"Patches",id:"patches-271",level:3},{value:"5.7.14",id:"5714",level:2},{value:"Patches",id:"patches-272",level:3},{value:"5.7.13",id:"5713",level:2},{value:"Patches",id:"patches-273",level:3},{value:"5.7.12",id:"5712",level:2},{value:"Patches",id:"patches-274",level:3},{value:"5.7.11",id:"5711",level:2},{value:"Patches",id:"patches-275",level:3},{value:"5.7.10",id:"5710",level:2},{value:"Patches",id:"patches-276",level:3},{value:"5.7.9",id:"579",level:2},{value:"Patches",id:"patches-277",level:3},{value:"5.7.8",id:"578",level:2},{value:"Patches",id:"patches-278",level:3},{value:"5.7.7",id:"577",level:2},{value:"Patches",id:"patches-279",level:3},{value:"5.7.6",id:"576",level:2},{value:"Patches",id:"patches-280",level:3},{value:"5.7.5",id:"575",level:2},{value:"Patches",id:"patches-281",level:3},{value:"5.7.4",id:"574",level:2},{value:"Patches",id:"patches-282",level:3},{value:"5.7.3",id:"573",level:2},{value:"Patches",id:"patches-283",level:3},{value:"5.7.2",id:"572",level:2},{value:"Patches",id:"patches-284",level:3},{value:"5.7.1",id:"571",level:2},{value:"Patches",id:"patches-285",level:3},{value:"5.7.0",id:"570",level:2},{value:"Minor changes",id:"minor-changes-12",level:3},{value:"5.6.17",id:"5617",level:2},{value:"Patches",id:"patches-286",level:3},{value:"5.6.16",id:"5616",level:2},{value:"Patches",id:"patches-287",level:3},{value:"5.6.15",id:"5615",level:2},{value:"Patches",id:"patches-288",level:3},{value:"5.6.14",id:"5614",level:2},{value:"Patches",id:"patches-289",level:3},{value:"5.6.13",id:"5613",level:2},{value:"Patches",id:"patches-290",level:3},{value:"5.6.12",id:"5612",level:2},{value:"Patches",id:"patches-291",level:3},{value:"5.6.11",id:"5611",level:2},{value:"Patches",id:"patches-292",level:3},{value:"5.6.10",id:"5610",level:2},{value:"Patches",id:"patches-293",level:3},{value:"5.6.9",id:"569",level:2},{value:"Patches",id:"patches-294",level:3},{value:"5.6.8",id:"568",level:2},{value:"Patches",id:"patches-295",level:3},{value:"5.6.7",id:"567",level:2},{value:"Patches",id:"patches-296",level:3},{value:"5.6.6",id:"566",level:2},{value:"Patches",id:"patches-297",level:3},{value:"5.6.5",id:"565",level:2},{value:"Patches",id:"patches-298",level:3},{value:"5.6.4",id:"564",level:2},{value:"Patches",id:"patches-299",level:3},{value:"5.6.3",id:"563",level:2},{value:"Patches",id:"patches-300",level:3},{value:"5.6.2",id:"562",level:2},{value:"Patches",id:"patches-301",level:3},{value:"5.6.1",id:"561",level:2},{value:"Patches",id:"patches-302",level:3},{value:"5.6.0",id:"560",level:2},{value:"Minor changes",id:"minor-changes-13",level:3},{value:"Patches",id:"patches-303",level:3},{value:"5.5.14",id:"5514",level:2},{value:"Patches",id:"patches-304",level:3},{value:"5.5.13",id:"5513",level:2},{value:"Patches",id:"patches-305",level:3},{value:"5.5.12",id:"5512",level:2},{value:"Patches",id:"patches-306",level:3},{value:"5.5.11",id:"5511",level:2},{value:"Patches",id:"patches-307",level:3},{value:"5.5.10",id:"5510",level:2},{value:"Patches",id:"patches-308",level:3},{value:"5.5.9",id:"559",level:2},{value:"Patches",id:"patches-309",level:3},{value:"5.5.8",id:"558",level:2},{value:"Patches",id:"patches-310",level:3},{value:"5.5.7",id:"557",level:2},{value:"Patches",id:"patches-311",level:3},{value:"5.5.6",id:"556",level:2},{value:"Patches",id:"patches-312",level:3},{value:"5.5.5",id:"555",level:2},{value:"Patches",id:"patches-313",level:3},{value:"5.5.4",id:"554",level:2},{value:"Patches",id:"patches-314",level:3},{value:"5.5.3",id:"553",level:2},{value:"Patches",id:"patches-315",level:3},{value:"5.5.2",id:"552",level:2},{value:"Patches",id:"patches-316",level:3},{value:"5.5.1",id:"551",level:2},{value:"Patches",id:"patches-317",level:3},{value:"5.5.0",id:"550",level:2},{value:"Minor changes",id:"minor-changes-14",level:3},{value:"5.4.1",id:"541",level:2},{value:"Patches",id:"patches-318",level:3},{value:"5.4.0",id:"540",level:2},{value:"Minor changes",id:"minor-changes-15",level:3},{value:"5.3.61",id:"5361",level:2},{value:"Patches",id:"patches-319",level:3},{value:"5.3.60",id:"5360",level:2},{value:"Patches",id:"patches-320",level:3},{value:"5.3.59",id:"5359",level:2},{value:"Patches",id:"patches-321",level:3},{value:"5.3.58",id:"5358",level:2},{value:"Patches",id:"patches-322",level:3},{value:"5.3.57",id:"5357",level:2},{value:"Patches",id:"patches-323",level:3},{value:"5.3.56",id:"5356",level:2},{value:"Patches",id:"patches-324",level:3},{value:"5.3.55",id:"5355",level:2},{value:"Patches",id:"patches-325",level:3},{value:"5.3.54",id:"5354",level:2},{value:"Patches",id:"patches-326",level:3},{value:"5.3.53",id:"5353",level:2},{value:"Patches",id:"patches-327",level:3},{value:"5.3.52",id:"5352",level:2},{value:"Patches",id:"patches-328",level:3},{value:"5.3.51",id:"5351",level:2},{value:"Patches",id:"patches-329",level:3},{value:"5.3.50",id:"5350",level:2},{value:"Patches",id:"patches-330",level:3},{value:"5.3.49",id:"5349",level:2},{value:"Patches",id:"patches-331",level:3},{value:"5.3.48",id:"5348",level:2},{value:"Patches",id:"patches-332",level:3},{value:"5.3.47",id:"5347",level:2},{value:"Patches",id:"patches-333",level:3},{value:"5.3.46",id:"5346",level:2},{value:"Patches",id:"patches-334",level:3},{value:"5.3.45",id:"5345",level:2},{value:"Patches",id:"patches-335",level:3},{value:"5.3.44",id:"5344",level:2},{value:"Patches",id:"patches-336",level:3},{value:"5.3.43",id:"5343",level:2},{value:"Patches",id:"patches-337",level:3},{value:"5.3.42",id:"5342",level:2},{value:"Patches",id:"patches-338",level:3},{value:"5.3.41",id:"5341",level:2},{value:"Patches",id:"patches-339",level:3},{value:"5.3.40",id:"5340",level:2},{value:"Patches",id:"patches-340",level:3},{value:"5.3.39",id:"5339",level:2},{value:"Patches",id:"patches-341",level:3},{value:"5.3.38",id:"5338",level:2},{value:"Patches",id:"patches-342",level:3},{value:"5.3.37",id:"5337",level:2},{value:"Patches",id:"patches-343",level:3},{value:"5.3.36",id:"5336",level:2},{value:"Patches",id:"patches-344",level:3},{value:"5.3.35",id:"5335",level:2},{value:"Patches",id:"patches-345",level:3},{value:"5.3.34",id:"5334",level:2},{value:"Patches",id:"patches-346",level:3},{value:"5.3.33",id:"5333",level:2},{value:"Patches",id:"patches-347",level:3},{value:"5.3.32",id:"5332",level:2},{value:"Patches",id:"patches-348",level:3},{value:"5.3.31",id:"5331",level:2},{value:"Patches",id:"patches-349",level:3},{value:"5.3.30",id:"5330",level:2},{value:"Patches",id:"patches-350",level:3},{value:"5.3.29",id:"5329",level:2},{value:"Patches",id:"patches-351",level:3},{value:"5.3.28",id:"5328",level:2},{value:"Patches",id:"patches-352",level:3},{value:"5.3.27",id:"5327",level:2},{value:"Patches",id:"patches-353",level:3},{value:"5.3.26",id:"5326",level:2},{value:"Patches",id:"patches-354",level:3},{value:"5.3.25",id:"5325",level:2},{value:"Patches",id:"patches-355",level:3},{value:"5.3.24",id:"5324",level:2},{value:"Patches",id:"patches-356",level:3},{value:"5.3.23",id:"5323",level:2},{value:"Patches",id:"patches-357",level:3},{value:"5.3.22",id:"5322",level:2},{value:"Patches",id:"patches-358",level:3},{value:"5.3.21",id:"5321",level:2},{value:"Patches",id:"patches-359",level:3},{value:"5.3.20",id:"5320",level:2},{value:"Patches",id:"patches-360",level:3},{value:"5.3.19",id:"5319",level:2},{value:"Patches",id:"patches-361",level:3},{value:"5.3.18",id:"5318",level:2},{value:"Patches",id:"patches-362",level:3},{value:"5.3.17",id:"5317",level:2},{value:"Patches",id:"patches-363",level:3},{value:"5.3.16",id:"5316",level:2},{value:"Patches",id:"patches-364",level:3},{value:"5.3.15",id:"5315",level:2},{value:"Patches",id:"patches-365",level:3},{value:"5.3.14",id:"5314",level:2},{value:"Patches",id:"patches-366",level:3},{value:"5.3.13",id:"5313",level:2},{value:"Patches",id:"patches-367",level:3},{value:"5.3.12",id:"5312",level:2},{value:"Patches",id:"patches-368",level:3},{value:"5.3.11",id:"5311",level:2},{value:"Patches",id:"patches-369",level:3},{value:"5.3.10",id:"5310",level:2},{value:"Patches",id:"patches-370",level:3},{value:"5.3.9",id:"539",level:2},{value:"Patches",id:"patches-371",level:3},{value:"5.3.8",id:"538",level:2},{value:"Patches",id:"patches-372",level:3},{value:"5.3.7",id:"537",level:2},{value:"Patches",id:"patches-373",level:3},{value:"5.3.6",id:"536",level:2},{value:"Patches",id:"patches-374",level:3},{value:"5.3.5",id:"535",level:2},{value:"Patches",id:"patches-375",level:3},{value:"5.3.4",id:"534",level:2},{value:"Patches",id:"patches-376",level:3},{value:"5.3.3",id:"533",level:2},{value:"Patches",id:"patches-377",level:3},{value:"5.3.2",id:"532",level:2},{value:"Patches",id:"patches-378",level:3},{value:"5.3.1",id:"531",level:2},{value:"Patches",id:"patches-379",level:3},{value:"5.3.0",id:"530",level:2},{value:"Minor changes",id:"minor-changes-16",level:3},{value:"Patches",id:"patches-380",level:3},{value:"5.2.12",id:"5212",level:2},{value:"Patches",id:"patches-381",level:3},{value:"5.2.11",id:"5211",level:2},{value:"Patches",id:"patches-382",level:3},{value:"5.2.10",id:"5210",level:2},{value:"Patches",id:"patches-383",level:3},{value:"5.2.9",id:"529",level:2},{value:"Patches",id:"patches-384",level:3},{value:"5.2.8",id:"528",level:2},{value:"Patches",id:"patches-385",level:3},{value:"5.2.7",id:"527",level:2},{value:"Patches",id:"patches-386",level:3},{value:"5.2.6",id:"526",level:2},{value:"Patches",id:"patches-387",level:3},{value:"5.2.5",id:"525",level:2},{value:"Patches",id:"patches-388",level:3},{value:"5.2.4",id:"524",level:2},{value:"Patches",id:"patches-389",level:3},{value:"5.2.3",id:"523",level:2},{value:"Patches",id:"patches-390",level:3},{value:"5.2.2",id:"522",level:2},{value:"Patches",id:"patches-391",level:3},{value:"5.2.1",id:"521",level:2},{value:"Patches",id:"patches-392",level:3},{value:"5.2.0",id:"520",level:2},{value:"Minor changes",id:"minor-changes-17",level:3},{value:"5.1.17",id:"5117",level:2},{value:"Patches",id:"patches-393",level:3},{value:"5.1.16",id:"5116",level:2},{value:"Patches",id:"patches-394",level:3},{value:"5.1.15",id:"5115",level:2},{value:"Patches",id:"patches-395",level:3},{value:"5.1.14",id:"5114",level:2},{value:"Patches",id:"patches-396",level:3},{value:"5.1.13",id:"5113",level:2},{value:"Patches",id:"patches-397",level:3},{value:"5.1.12",id:"5112",level:2},{value:"Patches",id:"patches-398",level:3},{value:"5.1.11",id:"5111",level:2},{value:"Patches",id:"patches-399",level:3},{value:"5.1.10",id:"5110-1",level:2},{value:"Patches",id:"patches-400",level:3},{value:"5.1.9",id:"519",level:2},{value:"Patches",id:"patches-401",level:3},{value:"5.1.8",id:"518",level:2},{value:"Patches",id:"patches-402",level:3},{value:"5.1.7",id:"517",level:2},{value:"Patches",id:"patches-403",level:3},{value:"5.1.6",id:"516",level:2},{value:"Patches",id:"patches-404",level:3},{value:"5.1.5",id:"515",level:2},{value:"Patches",id:"patches-405",level:3},{value:"5.1.4",id:"514",level:2},{value:"Patches",id:"patches-406",level:3},{value:"5.1.3",id:"513",level:2},{value:"Patches",id:"patches-407",level:3},{value:"5.1.2",id:"512",level:2},{value:"Patches",id:"patches-408",level:3},{value:"5.1.1",id:"511",level:2},{value:"Patches",id:"patches-409",level:3},{value:"5.1.0",id:"510",level:2},{value:"Minor changes",id:"minor-changes-18",level:3},{value:"Patches",id:"patches-410",level:3},{value:"5.0.37",id:"5037",level:2},{value:"Patches",id:"patches-411",level:3},{value:"5.0.36",id:"5036",level:2},{value:"Patches",id:"patches-412",level:3},{value:"5.0.35",id:"5035",level:2},{value:"Patches",id:"patches-413",level:3},{value:"5.0.34",id:"5034",level:2},{value:"Patches",id:"patches-414",level:3},{value:"5.0.33",id:"5033",level:2},{value:"Patches",id:"patches-415",level:3},{value:"5.0.32",id:"5032",level:2},{value:"Patches",id:"patches-416",level:3},{value:"5.0.31",id:"5031",level:2},{value:"Patches",id:"patches-417",level:3},{value:"5.0.30",id:"5030",level:2},{value:"Patches",id:"patches-418",level:3},{value:"5.0.29",id:"5029",level:2},{value:"Patches",id:"patches-419",level:3},{value:"5.0.28",id:"5028",level:2},{value:"Patches",id:"patches-420",level:3},{value:"5.0.27",id:"5027",level:2},{value:"Patches",id:"patches-421",level:3},{value:"5.0.26",id:"5026",level:2},{value:"Patches",id:"patches-422",level:3},{value:"5.0.25",id:"5025",level:2},{value:"Patches",id:"patches-423",level:3},{value:"5.0.24",id:"5024",level:2},{value:"Patches",id:"patches-424",level:3},{value:"5.0.23",id:"5023",level:2},{value:"Patches",id:"patches-425",level:3},{value:"5.0.22",id:"5022",level:2},{value:"Patches",id:"patches-426",level:3},{value:"5.0.21",id:"5021",level:2},{value:"Patches",id:"patches-427",level:3},{value:"5.0.20",id:"5020",level:2},{value:"Patches",id:"patches-428",level:3},{value:"5.0.19",id:"5019",level:2},{value:"Patches",id:"patches-429",level:3},{value:"5.0.18",id:"5018",level:2},{value:"Patches",id:"patches-430",level:3},{value:"5.0.17",id:"5017",level:2},{value:"Patches",id:"patches-431",level:3},{value:"5.0.16",id:"5016",level:2},{value:"Patches",id:"patches-432",level:3},{value:"5.0.15",id:"5015",level:2},{value:"Patches",id:"patches-433",level:3},{value:"5.0.14",id:"5014",level:2},{value:"Patches",id:"patches-434",level:3},{value:"5.0.13",id:"5013",level:2},{value:"Patches",id:"patches-435",level:3},{value:"5.0.12",id:"5012",level:2},{value:"Patches",id:"patches-436",level:3},{value:"5.0.11",id:"5011",level:2},{value:"Patches",id:"patches-437",level:3},{value:"5.0.10",id:"5010",level:2},{value:"Patches",id:"patches-438",level:3},{value:"5.0.9",id:"509",level:2},{value:"Patches",id:"patches-439",level:3},{value:"5.0.8",id:"508",level:2},{value:"Patches",id:"patches-440",level:3},{value:"5.0.7",id:"507",level:2},{value:"Patches",id:"patches-441",level:3},{value:"5.0.6",id:"506",level:2},{value:"Patches",id:"patches-442",level:3},{value:"5.0.5",id:"505",level:2},{value:"Patches",id:"patches-443",level:3},{value:"5.0.4",id:"504",level:2},{value:"Patches",id:"patches-444",level:3},{value:"5.0.3",id:"503",level:2},{value:"Patches",id:"patches-445",level:3},{value:"5.0.2",id:"502",level:2},{value:"Patches",id:"patches-446",level:3},{value:"5.0.1",id:"501",level:2},{value:"Patches",id:"patches-447",level:3},{value:"5.0.0-beta.62",id:"500-beta62",level:2},{value:"Changes",id:"changes",level:3},{value:"5.0.0-beta.61",id:"500-beta61",level:2},{value:"Changes",id:"changes-1",level:3},{value:"5.0.0-beta.60",id:"500-beta60",level:2},{value:"Changes",id:"changes-2",level:3},{value:"5.0.0-beta.59",id:"500-beta59",level:2},{value:"Changes",id:"changes-3",level:3},{value:"5.0.0-beta.58",id:"500-beta58",level:2},{value:"Changes",id:"changes-4",level:3},{value:"5.0.0-beta.57",id:"500-beta57",level:2},{value:"Changes",id:"changes-5",level:3},{value:"5.0.0-beta.56",id:"500-beta56",level:2},{value:"Changes",id:"changes-6",level:3},{value:"5.0.0-beta.55",id:"500-beta55",level:2},{value:"Changes",id:"changes-7",level:3},{value:"5.0.0-beta.54",id:"500-beta54",level:2},{value:"Changes",id:"changes-8",level:3},{value:"5.0.0-beta.53",id:"500-beta53",level:2},{value:"Changes",id:"changes-9",level:3},{value:"5.0.0-beta.52",id:"500-beta52",level:2},{value:"Changes",id:"changes-10",level:3},{value:"5.0.0-beta.51",id:"500-beta51",level:2},{value:"Changes",id:"changes-11",level:3},{value:"5.0.0-beta.50",id:"500-beta50",level:2},{value:"Changes",id:"changes-12",level:3},{value:"5.0.0-beta.49",id:"500-beta49",level:2},{value:"Changes",id:"changes-13",level:3},{value:"5.0.0-beta.44",id:"500-beta44",level:2},{value:"Changes",id:"changes-14",level:3},{value:"5.0.0-beta.43",id:"500-beta43",level:2},{value:"Changes",id:"changes-15",level:3},{value:"5.0.0-beta.39",id:"500-beta39",level:2},{value:"Changes",id:"changes-16",level:3},{value:"5.0.0-beta.25",id:"500-beta25",level:2},{value:"Changes",id:"changes-17",level:3},{value:"5.0.0-beta.18",id:"500-beta18",level:2},{value:"Changes",id:"changes-18",level:3},{value:"5.0.0-beta.7",id:"500-beta7",level:2},{value:"Changes",id:"changes-19",level:3},{value:"5.0.0-beta.4",id:"500-beta4",level:2},{value:"Changes",id:"changes-20",level:3},{value:"5.0.0-beta.3",id:"500-beta3",level:2},{value:"Changes",id:"changes-21",level:3},{value:"5.0.0-beta.1",id:"500-beta1",level:2},{value:"Changes",id:"changes-22",level:3},{value:"5.0.0-beta.0",id:"500-beta0",level:2},{value:"Changes",id:"changes-23",level:3},{value:"4.2.4",id:"424",level:2},{value:"Patches",id:"patches-448",level:3},{value:"4.2.0",id:"420",level:2},{value:"Minor changes",id:"minor-changes-19",level:3},{value:"Patches",id:"patches-449",level:3},{value:"4.1.0",id:"410",level:2},{value:"Minor changes",id:"minor-changes-20",level:3},{value:"4.0.2",id:"402",level:2},{value:"Patches",id:"patches-450",level:3},{value:"4.0.0",id:"400",level:2},{value:"Major changes",id:"major-changes",level:3},{value:"3.6.2",id:"362",level:2},{value:"Patches",id:"patches-451",level:3},{value:"3.6.0",id:"360",level:2},{value:"Minor changes",id:"minor-changes-21",level:3},{value:"3.5.0",id:"350",level:2},{value:"Minor changes",id:"minor-changes-22",level:3},{value:"3.4.0",id:"340",level:2},{value:"Minor changes",id:"minor-changes-23",level:3},{value:"Patches",id:"patches-452",level:3},{value:"3.3.1",id:"331",level:2},{value:"Patches",id:"patches-453",level:3},{value:"3.3.0",id:"330",level:2},{value:"Minor changes",id:"minor-changes-24",level:3},{value:"3.2.0",id:"320",level:2},{value:"Minor changes",id:"minor-changes-25",level:3},{value:"3.1.5",id:"315",level:2},{value:"Patches",id:"patches-454",level:3},{value:"3.1.4",id:"314",level:2},{value:"Patches",id:"patches-455",level:3},{value:"3.1.1",id:"311",level:2},{value:"Patches",id:"patches-456",level:3},{value:"3.1.0",id:"310",level:2},{value:"Minor changes",id:"minor-changes-26",level:3},{value:"Patches",id:"patches-457",level:3},{value:"3.0.10",id:"3010",level:2},{value:"Patches",id:"patches-458",level:3},{value:"3.0.7",id:"307",level:2},{value:"Patches",id:"patches-459",level:3},{value:"3.0.2",id:"302",level:2},{value:"Patches",id:"patches-460",level:3},{value:"3.0.0",id:"300",level:2},{value:"Major changes",id:"major-changes-1",level:3},{value:"2.8.0",id:"280",level:2},{value:"Minor changes",id:"minor-changes-27",level:3},{value:"2.7.7",id:"277",level:2},{value:"Patches",id:"patches-461",level:3},{value:"2.7.6",id:"276",level:2},{value:"Patches",id:"patches-462",level:3},{value:"2.7.4",id:"274",level:2},{value:"Patches",id:"patches-463",level:3},{value:"2.7.2",id:"272",level:2},{value:"Patches",id:"patches-464",level:3},{value:"2.7.0",id:"270",level:2},{value:"Minor changes",id:"minor-changes-28",level:3},{value:"2.6.0",id:"260",level:2},{value:"Minor changes",id:"minor-changes-29",level:3},{value:"Patches",id:"patches-465",level:3},{value:"2.5.2",id:"252",level:2},{value:"Patches",id:"patches-466",level:3},{value:"2.5.1",id:"251",level:2},{value:"Patches",id:"patches-467",level:3},{value:"2.5.0",id:"250",level:2},{value:"Minor changes",id:"minor-changes-30",level:3},{value:"Patches",id:"patches-468",level:3},{value:"2.4.0",id:"240",level:2},{value:"Minor changes",id:"minor-changes-31",level:3},{value:"2.3.11",id:"2311",level:2},{value:"Patches",id:"patches-469",level:3},{value:"2.3.10",id:"2310",level:2},{value:"Patches",id:"patches-470",level:3},{value:"2.3.9",id:"239",level:2},{value:"Patches",id:"patches-471",level:3},{value:"2.3.8",id:"238",level:2},{value:"Patches",id:"patches-472",level:3},{value:"2.3.7",id:"237",level:2},{value:"Patches",id:"patches-473",level:3},{value:"2.3.6",id:"236",level:2},{value:"Patches",id:"patches-474",level:3},{value:"2.3.4",id:"234",level:2},{value:"Patches",id:"patches-475",level:3},{value:"2.3.3",id:"233",level:2},{value:"Patches",id:"patches-476",level:3},{value:"2.3.2",id:"232",level:2},{value:"Patches",id:"patches-477",level:3},{value:"2.3.1",id:"231",level:2},{value:"Patches",id:"patches-478",level:3},{value:"2.3.0",id:"230",level:2},{value:"Minor changes",id:"minor-changes-32",level:3},{value:"Patches",id:"patches-479",level:3},{value:"2.2.31",id:"2231",level:2},{value:"Patches",id:"patches-480",level:3},{value:"2.2.29",id:"2229",level:2},{value:"Patches",id:"patches-481",level:3},{value:"2.2.27",id:"2227",level:2},{value:"Patches",id:"patches-482",level:3},{value:"2.2.23",id:"2223",level:2},{value:"Patches",id:"patches-483",level:3},{value:"2.2.21",id:"2221",level:2},{value:"Patches",id:"patches-484",level:3},{value:"2.2.14",id:"2214",level:2},{value:"Patches",id:"patches-485",level:3},{value:"2.2.13",id:"2213",level:2},{value:"Patches",id:"patches-486",level:3},{value:"2.2.7",id:"227",level:2},{value:"Patches",id:"patches-487",level:3},{value:"2.2.6",id:"226",level:2},{value:"Patches",id:"patches-488",level:3},{value:"2.2.5",id:"225",level:2},{value:"Patches",id:"patches-489",level:3},{value:"2.2.1",id:"221",level:2},{value:"Patches",id:"patches-490",level:3},{value:"2.2.0",id:"220",level:2},{value:"Minor changes",id:"minor-changes-33",level:3},{value:"2.1.0",id:"210",level:2},{value:"Minor changes",id:"minor-changes-34",level:3},{value:"2.0.4",id:"204",level:2},{value:"Patches",id:"patches-491",level:3},{value:"2.0.0",id:"200",level:2},{value:"Major changes",id:"major-changes-2",level:3},{value:"1.4.0",id:"140",level:2},{value:"Minor changes",id:"minor-changes-35",level:3},{value:"Patches",id:"patches-492",level:3},{value:"1.1.0",id:"110",level:2},{value:"Minor changes",id:"minor-changes-36",level:3},{value:"1.0.0",id:"100",level:2},{value:"Major",id:"major",level:3},{value:"Patches",id:"patches-493",level:3},{value:"0.143.0",id:"01430",level:2},{value:"Minor changes",id:"minor-changes-37",level:3},{value:"0.142.0",id:"01420",level:2},{value:"Minor changes",id:"minor-changes-38",level:3},{value:"Patches",id:"patches-494",level:3},{value:"0.141.6",id:"01416",level:2},{value:"Patches",id:"patches-495",level:3},{value:"0.141.1",id:"01411",level:2},{value:"Patches",id:"patches-496",level:3},{value:"0.141.0",id:"01410",level:2},{value:"Minor changes",id:"minor-changes-39",level:3},{value:"0.140.3",id:"01403",level:2},{value:"Patches",id:"patches-497",level:3},{value:"0.140.0",id:"01400",level:2},{value:"Minor changes",id:"minor-changes-40",level:3},{value:"0.139.6",id:"01396",level:2},{value:"Patches",id:"patches-498",level:3},{value:"0.139.4",id:"01394",level:2},{value:"Patches",id:"patches-499",level:3},{value:"0.139.2",id:"01392",level:2},{value:"Patches",id:"patches-500",level:3},{value:"0.139.1",id:"01391",level:2},{value:"Patches",id:"patches-501",level:3},{value:"0.139.0",id:"01390",level:2},{value:"Minor changes",id:"minor-changes-41",level:3},{value:"0.138.1",id:"01381",level:2},{value:"Patches",id:"patches-502",level:3},{value:"0.138.0",id:"01380",level:2},{value:"Minor changes",id:"minor-changes-42",level:3},{value:"0.137.2",id:"01372",level:2},{value:"Patches",id:"patches-503",level:3},{value:"0.137.1",id:"01371",level:2},{value:"Patches",id:"patches-504",level:3},{value:"0.137.0",id:"01370",level:2},{value:"Minor changes",id:"minor-changes-43",level:3},{value:"0.136.2",id:"01362",level:2},{value:"Patches",id:"patches-505",level:3},{value:"0.136.0",id:"01360",level:2},{value:"Minor changes",id:"minor-changes-44",level:3},{value:"0.135.0",id:"01350",level:2},{value:"Minor changes",id:"minor-changes-45",level:3},{value:"0.134.4",id:"01344",level:2},{value:"Patches",id:"patches-506",level:3},{value:"0.134.3",id:"01343",level:2},{value:"Patches",id:"patches-507",level:3},{value:"0.134.2",id:"01342",level:2},{value:"Patches",id:"patches-508",level:3},{value:"0.134.1",id:"01341",level:2},{value:"Patches",id:"patches-509",level:3},{value:"0.134.0",id:"01340",level:2},{value:"Minor changes",id:"minor-changes-46",level:3},{value:"0.133.5",id:"01335",level:2},{value:"Patches",id:"patches-510",level:3},{value:"0.133.4",id:"01334",level:2},{value:"Patches",id:"patches-511",level:3},{value:"0.133.2",id:"01332",level:2},{value:"Patches",id:"patches-512",level:3},{value:"0.133.1",id:"01331",level:2},{value:"Patches",id:"patches-513",level:3},{value:"0.133.0",id:"01330",level:2},{value:"Minor changes",id:"minor-changes-47",level:3},{value:"0.132.0",id:"01320",level:2},{value:"Minor changes",id:"minor-changes-48",level:3},{value:"0.131.3",id:"01313",level:2},{value:"Patches",id:"patches-514",level:3},{value:"0.131.2",id:"01312",level:2},{value:"Patches",id:"patches-515",level:3},{value:"0.131.1",id:"01311",level:2},{value:"Patches",id:"patches-516",level:3},{value:"0.30.3",id:"0303",level:2},{value:"Patches",id:"patches-517",level:3},{value:"0.30.2",id:"0302",level:2},{value:"Patches",id:"patches-518",level:3},{value:"0.30.1",id:"0301",level:2},{value:"Patches",id:"patches-519",level:3},{value:"0.30.0",id:"0300",level:2},{value:"Minor changes",id:"minor-changes-49",level:3},{value:"0.29.2",id:"0292",level:2},{value:"Patches",id:"patches-520",level:3},{value:"0.29.1",id:"0291",level:2},{value:"Patches",id:"patches-521",level:3},{value:"0.29.0",id:"0290",level:2},{value:"Minor changes",id:"minor-changes-50",level:3},{value:"0.28.14",id:"02814",level:2},{value:"Patches",id:"patches-522",level:3},{value:"0.28.13",id:"02813",level:2},{value:"Patches",id:"patches-523",level:3},{value:"0.28.12",id:"02812",level:2},{value:"Patches",id:"patches-524",level:3},{value:"0.28.11",id:"02811",level:2},{value:"Patches",id:"patches-525",level:3},{value:"0.28.10",id:"02810",level:2},{value:"Patches",id:"patches-526",level:3},{value:"0.28.9",id:"0289",level:2},{value:"Patches",id:"patches-527",level:3},{value:"0.28.8",id:"0288",level:2},{value:"Patches",id:"patches-528",level:3},{value:"0.28.7",id:"0287",level:2},{value:"Patches",id:"patches-529",level:3},{value:"0.28.6",id:"0286",level:2},{value:"Patches",id:"patches-530",level:3},{value:"0.28.5",id:"0285",level:2},{value:"Patches",id:"patches-531",level:3},{value:"0.28.4",id:"0284",level:2},{value:"Patches",id:"patches-532",level:3},{value:"0.28.3",id:"0283",level:2},{value:"Patches",id:"patches-533",level:3},{value:"0.28.2",id:"0282",level:2},{value:"Patches",id:"patches-534",level:3},{value:"0.28.0",id:"0280",level:2},{value:"Minor changes",id:"minor-changes-51",level:3},{value:"0.27.0",id:"0270",level:2},{value:"Minor changes",id:"minor-changes-52",level:3},{value:"Patches",id:"patches-535",level:3},{value:"0.26.3",id:"0263",level:2},{value:"Patches",id:"patches-536",level:3},{value:"0.26.2",id:"0262",level:2},{value:"Patches",id:"patches-537",level:3},{value:"0.26.1",id:"0261",level:2},{value:"Patches",id:"patches-538",level:3},{value:"0.26.0",id:"0260",level:2},{value:"Minor changes",id:"minor-changes-53",level:3},{value:"0.25.2",id:"0252",level:2},{value:"Patches",id:"patches-539",level:3},{value:"0.25.1",id:"0251",level:2},{value:"Patches",id:"patches-540",level:3},{value:"0.25.0",id:"0250",level:2},{value:"Minor changes",id:"minor-changes-54",level:3},{value:"0.24.4",id:"0244",level:2},{value:"Patches",id:"patches-541",level:3},{value:"0.24.3",id:"0243",level:2},{value:"Patches",id:"patches-542",level:3},{value:"0.24.2",id:"0242",level:2},{value:"Patches",id:"patches-543",level:3},{value:"0.24.1",id:"0241",level:2},{value:"Patches",id:"patches-544",level:3},{value:"0.24.0",id:"0240",level:2},{value:"Minor changes",id:"minor-changes-55",level:3},{value:"0.23.0",id:"0230",level:2},{value:"Minor changes",id:"minor-changes-56",level:3},{value:"0.22.1",id:"0221",level:2},{value:"Patches",id:"patches-545",level:3},{value:"0.22.0",id:"0220",level:2},{value:"Minor changes",id:"minor-changes-57",level:3},{value:"Patches",id:"patches-546",level:3},{value:"0.21.2",id:"0212",level:2},{value:"Patches",id:"patches-547",level:3},{value:"0.21.1",id:"0211",level:2},{value:"Patches",id:"patches-548",level:3},{value:"0.21.0",id:"0210",level:2},{value:"Minor changes",id:"minor-changes-58",level:3},{value:"0.20.0",id:"0200",level:2},{value:"Minor changes",id:"minor-changes-59",level:3},{value:"Patches",id:"patches-549",level:3},{value:"0.19.2",id:"0192",level:2},{value:"Patches",id:"patches-550",level:3},{value:"0.19.1",id:"0191",level:2},{value:"Patches",id:"patches-551",level:3},{value:"0.19.0",id:"0190",level:2},{value:"Minor changes",id:"minor-changes-60",level:3},{value:"Patches",id:"patches-552",level:3},{value:"0.18.0",id:"0180",level:2},{value:"Minor changes",id:"minor-changes-61",level:3},{value:"0.17.4",id:"0174",level:2},{value:"Patches",id:"patches-553",level:3},{value:"0.17.3",id:"0173",level:2},{value:"Patches",id:"patches-554",level:3},{value:"0.17.2",id:"0172",level:2},{value:"Patches",id:"patches-555",level:3},{value:"0.17.1",id:"0171",level:2},{value:"Patches",id:"patches-556",level:3},{value:"0.17.0",id:"0170",level:2},{value:"Minor changes",id:"minor-changes-62",level:3},{value:"Patches",id:"patches-557",level:3},{value:"0.16.1",id:"0161",level:2},{value:"Patches",id:"patches-558",level:3},{value:"0.16.0",id:"0160",level:2},{value:"Minor changes",id:"minor-changes-63",level:3},{value:"Patches",id:"patches-559",level:3},{value:"0.15.0",id:"0150",level:2},{value:"Minor changes",id:"minor-changes-64",level:3},{value:"0.14.1",id:"0141",level:2},{value:"Patches",id:"patches-560",level:3},{value:"0.14.0",id:"0140",level:2},{value:"Minor changes",id:"minor-changes-65",level:3},{value:"0.13.1",id:"0131",level:2},{value:"Patches",id:"patches-561",level:3},{value:"0.13.0",id:"0130",level:2},{value:"Minor changes",id:"minor-changes-66",level:3},{value:"0.12.0",id:"0120",level:2},{value:"Minor changes",id:"minor-changes-67",level:3},{value:"0.11.1",id:"0111",level:2},{value:"Patches",id:"patches-562",level:3},{value:"0.11.0",id:"0110",level:2},{value:"Minor changes",id:"minor-changes-68",level:3},{value:"Patches",id:"patches-563",level:3},{value:"0.0.4",id:"004",level:2},{value:"Patches",id:"patches-564",level:3},{value:"0.0.3",id:"003",level:2},{value:"Patches",id:"patches-565",level:3},{value:"5.38.2",id:"5382",level:2},{value:"Patches",id:"patches-566",level:3},{value:"5.38.1",id:"5381",level:2},{value:"Patches",id:"patches-567",level:3},{value:"5.38.0",id:"5380",level:2},{value:"Minor changes",id:"minor-changes-69",level:3},{value:"5.37.0",id:"5370",level:2},{value:"Minor changes",id:"minor-changes-70",level:3},{value:"Patches",id:"patches-568",level:3},{value:"5.36.0",id:"5360-1",level:2},{value:"Minor changes",id:"minor-changes-71",level:3},{value:"5.35.0",id:"5350-1",level:2},{value:"Minor changes",id:"minor-changes-72",level:3},{value:"5.34.0",id:"5340-1",level:2},{value:"Minor changes",id:"minor-changes-73",level:3},{value:"5.33.1",id:"5331-1",level:2},{value:"Patches",id:"patches-569",level:3},{value:"5.33.0",id:"5330-1",level:2},{value:"Minor changes",id:"minor-changes-74",level:3},{value:"Patches",id:"patches-570",level:3},{value:"5.32.0",id:"5320-1",level:2},{value:"Minor changes",id:"minor-changes-75",level:3},{value:"5.31.4",id:"5314-1",level:2},{value:"Patches",id:"patches-571",level:3},{value:"5.31.3",id:"5313-1",level:2},{value:"Patches",id:"patches-572",level:3},{value:"5.31.2",id:"5312-1",level:2},{value:"Patches",id:"patches-573",level:3},{value:"5.31.1",id:"5311-1",level:2},{value:"Patches",id:"patches-574",level:3},{value:"5.31.0",id:"5310-1",level:2},{value:"Minor changes",id:"minor-changes-76",level:3},{value:"Patches",id:"patches-575",level:3},{value:"5.30.0",id:"5300",level:2},{value:"Minor changes",id:"minor-changes-77",level:3},{value:"Patches",id:"patches-576",level:3},{value:"5.29.1",id:"5291",level:2},{value:"Patches",id:"patches-577",level:3},{value:"5.29.0",id:"5290",level:2},{value:"Minor changes",id:"minor-changes-78",level:3},{value:"5.28.2",id:"5282",level:2},{value:"Patches",id:"patches-578",level:3},{value:"5.28.1",id:"5281",level:2},{value:"Patches",id:"patches-579",level:3},{value:"5.28.0",id:"5280",level:2},{value:"Minor changes",id:"minor-changes-79",level:3},{value:"Patches",id:"patches-580",level:3},{value:"5.27.0",id:"5270",level:2},{value:"Minor changes",id:"minor-changes-80",level:3},{value:"Patches",id:"patches-581",level:3},{value:"5.26.1",id:"5261",level:2},{value:"Patches",id:"patches-582",level:3},{value:"5.26.0",id:"5260",level:2},{value:"Minor changes",id:"minor-changes-81",level:3},{value:"5.25.1",id:"5251",level:2},{value:"Patches",id:"patches-583",level:3},{value:"5.25.0",id:"5250",level:2},{value:"Minor changes",id:"minor-changes-82",level:3},{value:"5.24.1",id:"5241",level:2},{value:"Patches",id:"patches-584",level:3},{value:"5.24.0",id:"5240",level:2},{value:"Minor changes",id:"minor-changes-83",level:3},{value:"5.23.1",id:"5231",level:2},{value:"Patches",id:"patches-585",level:3},{value:"5.23.0",id:"5230",level:2},{value:"Minor changes",id:"minor-changes-84",level:3},{value:"5.22.0",id:"5220",level:2},{value:"Minor changes",id:"minor-changes-85",level:3},{value:"Patches",id:"patches-586",level:3},{value:"5.21.0",id:"5210-1",level:2},{value:"Minor changes",id:"minor-changes-86",level:3},{value:"Patches",id:"patches-587",level:3},{value:"5.20.0",id:"5200",level:2},{value:"Minor changes",id:"minor-changes-87",level:3},{value:"5.19.0",id:"5190-1",level:2},{value:"Minor changes",id:"minor-changes-88",level:3},{value:"5.18.0",id:"5180-1",level:2},{value:"Minor changes",id:"minor-changes-89",level:3},{value:"Patches",id:"patches-588",level:3},{value:"5.17.0",id:"5170-1",level:2},{value:"Minor changes",id:"minor-changes-90",level:3},{value:"Patches",id:"patches-589",level:3},{value:"5.16.1",id:"5161-1",level:2},{value:"Patches",id:"patches-590",level:3},{value:"5.16.0",id:"5160-1",level:2},{value:"Minor changes",id:"minor-changes-91",level:3},{value:"5.15.0",id:"5150-1",level:2},{value:"Minor changes",id:"minor-changes-92",level:3},{value:"5.14.0",id:"5140-1",level:2},{value:"Minor changes",id:"minor-changes-93",level:3},{value:"Patches",id:"patches-591",level:3},{value:"5.13.0",id:"5130-1",level:2},{value:"Minor changes",id:"minor-changes-94",level:3},{value:"5.12.0",id:"5120-1",level:2},{value:"Minor changes",id:"minor-changes-95",level:3},{value:"5.11.1",id:"5111-1",level:2},{value:"Patches",id:"patches-592",level:3},{value:"5.11.0",id:"5110-2",level:2},{value:"Minor changes",id:"minor-changes-96",level:3},{value:"5.10.1",id:"5101-1",level:2},{value:"Patches",id:"patches-593",level:3},{value:"5.10.0",id:"5100-1",level:2},{value:"Minor changes",id:"minor-changes-97",level:3},{value:"5.9.2",id:"592-1",level:2},{value:"Patches",id:"patches-594",level:3},{value:"5.9.1",id:"591-1",level:2},{value:"Patches",id:"patches-595",level:3},{value:"5.9.0",id:"590-1",level:2},{value:"Minor changes",id:"minor-changes-98",level:3},{value:"5.8.0",id:"580-1",level:2},{value:"Minor changes",id:"minor-changes-99",level:3},{value:"Patches",id:"patches-596",level:3},{value:"5.7.0",id:"570-1",level:2},{value:"Minor changes",id:"minor-changes-100",level:3},{value:"5.6.1",id:"561-1",level:2},{value:"Patches",id:"patches-597",level:3},{value:"5.6.0",id:"560-1",level:2},{value:"Minor changes",id:"minor-changes-101",level:3},{value:"Patches",id:"patches-598",level:3},{value:"5.5.2",id:"552-1",level:2},{value:"Patches",id:"patches-599",level:3},{value:"5.5.1",id:"551-1",level:2},{value:"Patches",id:"patches-600",level:3},{value:"5.5.0",id:"550-1",level:2},{value:"Minor changes",id:"minor-changes-102",level:3},{value:"5.4.0",id:"540-1",level:2},{value:"Minor changes",id:"minor-changes-103",level:3},{value:"Patches",id:"patches-601",level:3},{value:"5.3.1",id:"531-1",level:2},{value:"Patches",id:"patches-602",level:3},{value:"5.3.0",id:"530-1",level:2},{value:"Minor changes",id:"minor-changes-104",level:3},{value:"5.2.0",id:"520-1",level:2},{value:"Minor changes",id:"minor-changes-105",level:3},{value:"5.1.0",id:"510-1",level:2},{value:"Minor changes",id:"minor-changes-106",level:3},{value:"5.0.5",id:"505-1",level:2},{value:"Patches",id:"patches-603",level:3},{value:"5.0.4",id:"504-1",level:2},{value:"Patches",id:"patches-604",level:3},{value:"5.0.3",id:"503-1",level:2},{value:"5.0.2",id:"502-1",level:2},{value:"Patches",id:"patches-605",level:3},{value:"5.0.1",id:"501-1",level:2},{value:"Patches",id:"patches-606",level:3},{value:"0.10.0",id:"0100",level:2},{value:"Minor changes",id:"minor-changes-107",level:3},{value:"Patches",id:"patches-607",level:3},{value:"0.9.0",id:"090",level:2},{value:"Minor changes",id:"minor-changes-108",level:3},{value:"0.8.0",id:"080",level:2},{value:"Minor changes",id:"minor-changes-109",level:3},{value:"0.7.1",id:"071",level:2},{value:"Patches",id:"patches-608",level:3},{value:"0.7.0",id:"070",level:2},{value:"Minor changes",id:"minor-changes-110",level:3},{value:"0.6.0",id:"060",level:2},{value:"Minor changes",id:"minor-changes-111",level:3},{value:"0.5.1",id:"051",level:2},{value:"Patches",id:"patches-609",level:3},{value:"0.5.0",id:"050",level:2},{value:"Minor changes",id:"minor-changes-112",level:3},{value:"Patches",id:"patches-610",level:3},{value:"0.4.0",id:"040",level:2},{value:"Minor changes",id:"minor-changes-113",level:3},{value:"0.3.0",id:"030",level:2},{value:"Minor changes",id:"minor-changes-114",level:3},{value:"Patches",id:"patches-611",level:3},{value:"0.2.1",id:"021",level:2},{value:"Patches",id:"patches-612",level:3},{value:"0.2.0",id:"020",level:2},{value:"Minor changes",id:"minor-changes-115",level:3},{value:"0.1.7",id:"017",level:2},{value:"Patches",id:"patches-613",level:3},{value:"0.1.6",id:"016",level:2},{value:"0.1.5",id:"015",level:2},{value:"0.1.4",id:"014",level:2},{value:"Patches",id:"patches-614",level:3},{value:"0.1.3",id:"013",level:2},{value:"Patches",id:"patches-615",level:3},{value:"0.1.2",id:"012",level:2},{value:"0.1.1",id:"011",level:2},{value:"Patches",id:"patches-616",level:3},{value:"0.1.0",id:"010",level:2},{value:"Minor changes",id:"minor-changes-116",level:3},{value:"Patches",id:"patches-617",level:3},{value:"0.0.2",id:"002",level:2},{value:"0.0.1",id:"001",level:2}];function u(e){const i={a:"a",code:"code",em:"em",h1:"h1",h2:"h2",h3:"h3",li:"li",p:"p",strong:"strong",ul:"ul",...(0,h.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(i.h1,{id:"release-log",children:"Release Log"}),"\n",(0,c.jsx)(i.p,{children:"This log was last generated on Wed, 10 Jan 2024 07:28:50 GMT and should not be manually modified."}),"\n",(0,c.jsx)(i.h2,{id:"51911",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.11",children:"5.19.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 10 Jan 2024 07:28:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.10..@fluentui/react-charting_v5.19.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.37 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30063",children:"PR #30063"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.128 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30063",children:"PR #30063"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.14 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30063",children:"PR #30063"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.114.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30063",children:"PR #30063"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51910",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.10",children:"5.19.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 09 Jan 2024 07:33:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.9..@fluentui/react-charting_v5.19.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.36 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30003",children:"PR #30003"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.127 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30003",children:"PR #30003"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.114.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30003",children:"PR #30003"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5199",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.9",children:"5.19.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 04 Jan 2024 07:26:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.8..@fluentui/react-charting_v5.19.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Importing functions which are used instead of importing complete library (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30185",children:"PR #30185"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5198",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.8",children:"5.19.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 25 Dec 2023 07:28:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.7..@fluentui/react-charting_v5.19.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["presentation role attribute removed from svg element due to ARIA violations (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30158",children:"PR #30158"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Added img aria role to ",(0,c.jsx)("path",{})," in SparklineChart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30155",children:"PR #30155"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.126 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30158",children:"PR #30158"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.114.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30158",children:"PR #30158"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5197",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.7",children:"5.19.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 20 Dec 2023 07:26:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.6..@fluentui/react-charting_v5.19.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added accessibility tests for LineChart, VerticalBarChart and AreaChart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30059",children:"PR #30059"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["fix:[HorChartWAxis][RTL] y axis same text and truncation fixed (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30031",children:"PR #30031"})," by ",(0,c.jsx)(i.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5196",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.6",children:"5.19.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 14 Dec 2023 07:30:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.5..@fluentui/react-charting_v5.19.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.35 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30061",children:"PR #30061"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.125 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30061",children:"PR #30061"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.13 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30061",children:"PR #30061"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.113.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30061",children:"PR #30061"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5195",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.5",children:"5.19.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 12 Dec 2023 07:27:25 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.4..@fluentui/react-charting_v5.19.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.124 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29766",children:"PR #29766"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.113.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29766",children:"PR #29766"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5194",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.4",children:"5.19.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 04 Dec 2023 07:27:00 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.3..@fluentui/react-charting_v5.19.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added support for sticking to old ceil logic in case of integral datasets (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29959",children:"PR #29959"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["fix: react-charting horizontal-bar-chart-axis on hover render correct data (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29909",children:"PR #29909"})," by ",(0,c.jsx)(i.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5193",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.3",children:"5.19.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 29 Nov 2023 07:26:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.2..@fluentui/react-charting_v5.19.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Updating the d3-time-format package for react-charting (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29890",children:"PR #29890"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5192",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.2",children:"5.19.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 24 Nov 2023 07:27:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.1..@fluentui/react-charting_v5.19.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix: react-charting VBC - RTL mode mouseover on bar chart the data is not displaying correctly (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29876",children:"PR #29876"})," by ",(0,c.jsx)(i.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["line chart rtl mode color fillbar bug fix (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29893",children:"PR #29893"})," by ",(0,c.jsx)(i.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5191",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.1",children:"5.19.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 16 Nov 2023 07:26:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.0..@fluentui/react-charting_v5.19.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-10",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix: MultiStackedBarChart duplicate id and text overlap in [RTL] mode (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29815",children:"PR #29815"})," by ",(0,c.jsx)(i.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.123 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29791",children:"PR #29791"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29791",children:"PR #29791"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5190",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.0",children:"5.19.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 15 Nov 2023 07:28:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.18..@fluentui/react-charting_v5.19.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["add defaultSelectedLegeands and onChange for Legends (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29799",children:"PR #29799"})," by ",(0,c.jsx)(i.a,{href:"mailto:NewFuture@users.noreply.github.com",children:"NewFuture@users.noreply.github.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51818",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.18",children:"5.18.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 14 Nov 2023 07:26:38 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.17..@fluentui/react-charting_v5.18.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-11",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix: Text in sparkline does not render correctly in RTL mode (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29817",children:"PR #29817"})," by ",(0,c.jsx)(i.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Upgrading d3-scale dependent libraries (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29754",children:"PR #29754"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51817",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.17",children:"5.18.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 10 Nov 2023 07:26:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.16..@fluentui/react-charting_v5.18.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-12",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["[Bug]: React Charting Heat Map Chart tooltip appears above the wrong cell fixed (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29800",children:"PR #29800"})," by ",(0,c.jsx)(i.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51816",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.16",children:"5.18.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 09 Nov 2023 07:29:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.15..@fluentui/react-charting_v5.18.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-13",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added dummy circle for magnetic hover callout for last point in a line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29559",children:"PR #29559"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.34 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29772",children:"PR #29772"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.122 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29772",children:"PR #29772"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29772",children:"PR #29772"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51815",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.15",children:"5.18.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 08 Nov 2023 07:27:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.14..@fluentui/react-charting_v5.18.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-14",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.121 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29654",children:"PR #29654"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29654",children:"PR #29654"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51814",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.14",children:"5.18.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 06 Nov 2023 07:27:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.13..@fluentui/react-charting_v5.18.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-15",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.120 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29747",children:"PR #29747"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29747",children:"PR #29747"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51813",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.13",children:"5.18.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 03 Nov 2023 07:27:57 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.12..@fluentui/react-charting_v5.18.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-16",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Updating documentation content (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29727",children:"PR #29727"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51812",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.12",children:"5.18.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 01 Nov 2023 07:29:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.11..@fluentui/react-charting_v5.18.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-17",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.119 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29699",children:"PR #29699"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29699",children:"PR #29699"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51811",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.11",children:"5.18.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 31 Oct 2023 07:34:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.10..@fluentui/react-charting_v5.18.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-18",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added scale factor to minimum height logic (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29653",children:"PR #29653"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51810",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.10",children:"5.18.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Sat, 28 Oct 2023 00:29:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.9..@fluentui/react-charting_v5.18.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-19",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixing zero callout value not visible bug for cartesian charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29669",children:"PR #29669"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.33 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/70d0762fd12eb211f7c1dbe31a23b2fbb73a67c4",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.118 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/70d0762fd12eb211f7c1dbe31a23b2fbb73a67c4",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.12 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/70d0762fd12eb211f7c1dbe31a23b2fbb73a67c4",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/70d0762fd12eb211f7c1dbe31a23b2fbb73a67c4",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5189",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.9",children:"5.18.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 23 Oct 2023 07:35:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.8..@fluentui/react-charting_v5.18.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-20",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Part 2 - Changes to onboard charting to fluent docsite (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29608",children:"PR #29608"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5188",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.8",children:"5.18.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 20 Oct 2023 07:35:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.7..@fluentui/react-charting_v5.18.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-21",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added missing xAxisCalloutData param while fetching callout data (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29547",children:"PR #29547"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5187",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.7",children:"5.18.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 18 Oct 2023 07:49:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.6..@fluentui/react-charting_v5.18.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-22",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Adding a default tabbable element to fix accessibilty issue (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28874",children:"PR #28874"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Hide bar labels of non highlighted bars (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29454",children:"PR #29454"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5186",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.6",children:"5.18.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 17 Oct 2023 07:36:52 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.5..@fluentui/react-charting_v5.18.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-23",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added optional condition based y-axis scaling on narrow ranges (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29526",children:"PR #29526"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5185",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.5",children:"5.18.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 16 Oct 2023 07:37:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.4..@fluentui/react-charting_v5.18.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-24",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.117 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29054",children:"PR #29054"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29054",children:"PR #29054"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5184",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.4",children:"5.18.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 12 Oct 2023 07:37:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.3..@fluentui/react-charting_v5.18.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-25",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixing bug: Displayed value in center does not update on hovering over a different segment on Donut (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29385",children:"PR #29385"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5183",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.3",children:"5.18.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 10 Oct 2023 07:37:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.2..@fluentui/react-charting_v5.18.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-26",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["change for reducing width and height for tree chart such that it fits the doc site (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29370",children:"PR #29370"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5182",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.2",children:"5.18.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 09 Oct 2023 07:37:25 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.1..@fluentui/react-charting_v5.18.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-27",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.116 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29431",children:"PR #29431"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29431",children:"PR #29431"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5181",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.1",children:"5.18.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 06 Oct 2023 07:37:00 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.0..@fluentui/react-charting_v5.18.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-28",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix for bug 9136 and 7997 Fixing the issue of Going from stack callout to single callout and back to stack callout still shows the single callout. Also this consist of Fix for if the bar y value is same, the single callout does not move from the first instance where the callout was shown (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29324",children:"PR #29324"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5180",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.0",children:"5.18.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 05 Oct 2023 07:36:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.12..@fluentui/react-charting_v5.18.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-1",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Minimum height of non zero positive values set to 1% of Max barHeight (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29359",children:"PR #29359"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-29",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Prepare charting package for publishing to fluent docsite (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29210",children:"PR #29210"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix overlapping bars in single group (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29347",children:"PR #29347"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51712",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.12",children:"5.17.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 04 Oct 2023 07:38:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.11..@fluentui/react-charting_v5.17.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-30",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixing line not visible bug for vertical bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29299",children:"PR #29299"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.115 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29342",children:"PR #29342"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29342",children:"PR #29342"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51711",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.11",children:"5.17.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 02 Oct 2023 07:36:47 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.10..@fluentui/react-charting_v5.17.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-31",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.114 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29334",children:"PR #29334"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29334",children:"PR #29334"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51710",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.10",children:"5.17.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 29 Sep 2023 07:45:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.9..@fluentui/react-charting_v5.17.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-32",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.32 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29313",children:"PR #29313"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.113 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29313",children:"PR #29313"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.111.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29313",children:"PR #29313"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5179",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.9",children:"5.17.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 28 Sep 2023 07:37:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.8..@fluentui/react-charting_v5.17.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-33",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.112 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29321",children:"PR #29321"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.111.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29321",children:"PR #29321"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5178",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.8",children:"5.17.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 25 Sep 2023 07:36:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.7..@fluentui/react-charting_v5.17.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-34",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Enable reflow for all cartesian chart examples (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29229",children:"PR #29229"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5177",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.7",children:"5.17.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 11 Sep 2023 07:35:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.6..@fluentui/react-charting_v5.17.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-35",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Initial commit (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29113",children:"PR #29113"})," by ",(0,c.jsx)(i.a,{href:"mailto:143416462+ervfreitas@users.noreply.github.com",children:"143416462+ervfreitas@users.noreply.github.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5176",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.6",children:"5.17.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 31 Aug 2023 07:36:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.5..@fluentui/react-charting_v5.17.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-36",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.111 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29014",children:"PR #29014"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.111.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29014",children:"PR #29014"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5175",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.5",children:"5.17.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 29 Aug 2023 07:44:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.4..@fluentui/react-charting_v5.17.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-37",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["[object Object] (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28235",children:"PR #28235"})," by ",(0,c.jsx)(i.a,{href:"mailto:132879294+v-baambati@users.noreply.github.com",children:"132879294+v-baambati@users.noreply.github.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5174",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.4",children:"5.17.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 28 Aug 2023 07:36:25 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.3..@fluentui/react-charting_v5.17.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-38",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.110 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28589",children:"PR #28589"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.111.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28589",children:"PR #28589"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5173",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.3",children:"5.17.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 25 Aug 2023 07:35:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.2..@fluentui/react-charting_v5.17.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-39",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixed the focus indicator bug in horizontal bar chart and multi stack bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28414",children:"PR #28414"})," by ",(0,c.jsx)(i.a,{href:"mailto:yushsingla@microsoft.com",children:"yushsingla@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["fixed accessibility issues in pie chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28504",children:"PR #28504"})," by ",(0,c.jsx)(i.a,{href:"mailto:yushsingla@microsoft.com",children:"yushsingla@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.109 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28978",children:"PR #28978"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.111.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28978",children:"PR #28978"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5172",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.2",children:"5.17.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 23 Aug 2023 07:36:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.1..@fluentui/react-charting_v5.17.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-40",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["multistack bar chart bug fix and vr-test integration (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28777",children:"PR #28777"})," by ",(0,c.jsx)(i.a,{href:"mailto:yuhshsingla@microsoft.com",children:"yuhshsingla@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.108 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27312",children:"PR #27312"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.15 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27312",children:"PR #27312"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5171",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.1",children:"5.17.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 18 Aug 2023 07:35:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.0..@fluentui/react-charting_v5.17.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-41",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.31 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28862",children:"PR #28862"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.107 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28862",children:"PR #28862"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.14 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28862",children:"PR #28862"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5170",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.0",children:"5.17.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 14 Aug 2023 07:34:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.60..@fluentui/react-charting_v5.17.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-2",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Adding optional axis titles (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28580",children:"PR #28580"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-42",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Removing react testing library from peer dependency (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28808",children:"PR #28808"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51660",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.60",children:"5.16.60"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 11 Aug 2023 07:34:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.59..@fluentui/react-charting_v5.16.60",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-43",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.106 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28580",children:"PR #28580"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.13 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28580",children:"PR #28580"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51659",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.59",children:"5.16.59"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 09 Aug 2023 07:36:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.58..@fluentui/react-charting_v5.16.59",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-44",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Changes for lazy load for hover card and legends (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27857",children:"PR #27857"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51658",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.58",children:"5.16.58"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 04 Aug 2023 07:35:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.57..@fluentui/react-charting_v5.16.58",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-45",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.105 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28373",children:"PR #28373"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.12 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28373",children:"PR #28373"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51657",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.57",children:"5.16.57"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 02 Aug 2023 07:34:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.56..@fluentui/react-charting_v5.16.57",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-46",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixing re-render issue for all charts when empty (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28321",children:"PR #28321"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51656",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.56",children:"5.16.56"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 28 Jul 2023 07:34:57 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.55..@fluentui/react-charting_v5.16.56",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-47",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixed the keyboard accessibility issue in area chart when legend is clicked (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28515",children:"PR #28515"})," by ",(0,c.jsx)(i.a,{href:"mailto:yushsingla@microsoft.com",children:"yushsingla@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51655",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.55",children:"5.16.55"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 25 Jul 2023 07:44:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.54..@fluentui/react-charting_v5.16.55",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-48",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixed the keyboard accessibility issue in area chart when legend is clicked (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28515",children:"PR #28515"})," by email not defined)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.104 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28515",children:"PR #28515"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28515",children:"PR #28515"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51654",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.54",children:"5.16.54"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 18 Jul 2023 07:35:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.53..@fluentui/react-charting_v5.16.54",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-49",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["X bars showing incorrect data when the values are large- bug 8380 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28510",children:"PR #28510"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.103 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28522",children:"PR #28522"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28522",children:"PR #28522"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51653",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.53",children:"5.16.53"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 17 Jul 2023 07:39:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.52..@fluentui/react-charting_v5.16.53",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-50",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.102 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28523",children:"PR #28523"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28523",children:"PR #28523"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51652",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.52",children:"5.16.52"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 14 Jul 2023 07:36:53 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.51..@fluentui/react-charting_v5.16.52",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-51",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Improving first render cycle of cartesian chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27721",children:"PR #27721"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51651",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.51",children:"5.16.51"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 12 Jul 2023 07:38:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.50..@fluentui/react-charting_v5.16.51",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-52",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixing rerender issue for empty vertical bar charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28192",children:"PR #28192"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51650",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.50",children:"5.16.50"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 10 Jul 2023 07:35:07 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.49..@fluentui/react-charting_v5.16.50",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-53",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.101 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28008",children:"PR #28008"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28008",children:"PR #28008"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51649",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.49",children:"5.16.49"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 03 Jul 2023 07:35:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.48..@fluentui/react-charting_v5.16.49",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-54",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Optimizing code for perfromance improvement (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27263",children:"PR #27263"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51648",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.48",children:"5.16.48"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 29 Jun 2023 07:35:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.47..@fluentui/react-charting_v5.16.48",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-55",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.100 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28362",children:"PR #28362"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28362",children:"PR #28362"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51647",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.47",children:"5.16.47"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 28 Jun 2023 07:37:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.46..@fluentui/react-charting_v5.16.47",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-56",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.30 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28335",children:"PR #28335"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.99 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28335",children:"PR #28335"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28335",children:"PR #28335"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51646",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.46",children:"5.16.46"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 27 Jun 2023 07:35:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.45..@fluentui/react-charting_v5.16.46",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-57",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.98 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28303",children:"PR #28303"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28303",children:"PR #28303"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51645",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.45",children:"5.16.45"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 26 Jun 2023 07:35:04 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.44..@fluentui/react-charting_v5.16.45",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-58",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add gauge chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27170",children:"PR #27170"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["event annotation text and stroke color fixed in line chart, such that by default it is black in light theme, and white in dark theme. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28262",children:"PR #28262"})," by email not defined)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51644",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.44",children:"5.16.44"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 20 Jun 2023 07:36:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.43..@fluentui/react-charting_v5.16.44",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-59",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix overlapping axis labels on smaller viewports (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28239",children:"PR #28239"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51643",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.43",children:"5.16.43"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 19 Jun 2023 07:36:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.42..@fluentui/react-charting_v5.16.43",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-60",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.29 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28234",children:"PR #28234"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.97 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28234",children:"PR #28234"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28234",children:"PR #28234"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51642",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.42",children:"5.16.42"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 14 Jun 2023 07:38:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.41..@fluentui/react-charting_v5.16.42",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-61",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.96 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28181",children:"PR #28181"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28181",children:"PR #28181"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51641",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.41",children:"5.16.41"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 08 Jun 2023 07:35:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.40..@fluentui/react-charting_v5.16.41",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-62",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.95 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27864",children:"PR #27864"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27864",children:"PR #27864"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51640",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.40",children:"5.16.40"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 07 Jun 2023 07:33:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.39..@fluentui/react-charting_v5.16.40",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-63",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.94 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28157",children:"PR #28157"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28157",children:"PR #28157"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51639",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.39",children:"5.16.39"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 06 Jun 2023 07:35:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.38..@fluentui/react-charting_v5.16.39",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-64",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bug fix for bars are not coming in center for string variant (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28092",children:"PR #28092"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.93 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28092",children:"PR #28092"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28092",children:"PR #28092"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51638",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.38",children:"5.16.38"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 05 Jun 2023 07:37:25 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.37..@fluentui/react-charting_v5.16.38",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-65",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.28 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28125",children:"PR #28125"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.92 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28125",children:"PR #28125"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28125",children:"PR #28125"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51637",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.37",children:"5.16.37"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 02 Jun 2023 07:35:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.36..@fluentui/react-charting_v5.16.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-66",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Accessibility fixes (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26344",children:"PR #26344"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51636",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.36",children:"5.16.36"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 01 Jun 2023 07:38:37 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.35..@fluentui/react-charting_v5.16.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-67",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.27 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28080",children:"PR #28080"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.91 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28080",children:"PR #28080"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28080",children:"PR #28080"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51635",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.35",children:"5.16.35"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 31 May 2023 07:38:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.34..@fluentui/react-charting_v5.16.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-68",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.26 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/dd8c30d9b97f68eb332366fc0e69775a88775319",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.90 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/dd8c30d9b97f68eb332366fc0e69775a88775319",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/dd8c30d9b97f68eb332366fc0e69775a88775319",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/dd8c30d9b97f68eb332366fc0e69775a88775319",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.29 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/dd8c30d9b97f68eb332366fc0e69775a88775319",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51634",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.34",children:"5.16.34"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 30 May 2023 07:36:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.33..@fluentui/react-charting_v5.16.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-69",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added options to have a secondary y-axis for a vertical chart and options for the lines to use the secondary y-axis or not (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27965",children:"PR #27965"})," by ",(0,c.jsx)(i.a,{href:"mailto:t-miarrieta@microsoft.com",children:"t-miarrieta@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.25 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27685",children:"PR #27685"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.89 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27685",children:"PR #27685"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27685",children:"PR #27685"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27685",children:"PR #27685"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.28 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27685",children:"PR #27685"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51633",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.33",children:"5.16.33"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 26 May 2023 07:37:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.32..@fluentui/react-charting_v5.16.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-70",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.24 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27929",children:"PR #27929"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.88 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27929",children:"PR #27929"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27929",children:"PR #27929"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51632",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.32",children:"5.16.32"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 25 May 2023 07:37:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.31..@fluentui/react-charting_v5.16.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-71",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.87 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27918",children:"PR #27918"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27918",children:"PR #27918"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51631",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.31",children:"5.16.31"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 23 May 2023 07:38:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.30..@fluentui/react-charting_v5.16.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-72",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Implementation of Horizontal Bar Chart with Axis (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25964",children:"PR #25964"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51630",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.30",children:"5.16.30"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 22 May 2023 07:38:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.29..@fluentui/react-charting_v5.16.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-73",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.86 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27912",children:"PR #27912"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27912",children:"PR #27912"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51629",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.29",children:"5.16.29"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 17 May 2023 07:37:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.28..@fluentui/react-charting_v5.16.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-74",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.85 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27854",children:"PR #27854"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27854",children:"PR #27854"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51628",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.28",children:"5.16.28"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 09 May 2023 07:38:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.27..@fluentui/react-charting_v5.16.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-75",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.84 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27725",children:"PR #27725"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27725",children:"PR #27725"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51627",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.27",children:"5.16.27"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 05 May 2023 18:14:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.26..@fluentui/react-charting_v5.16.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-76",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.23 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27769",children:"PR #27769"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.83 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27769",children:"PR #27769"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27769",children:"PR #27769"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27769",children:"PR #27769"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.27 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27769",children:"PR #27769"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51626",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.26",children:"5.16.26"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 05 May 2023 07:41:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.25..@fluentui/react-charting_v5.16.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-77",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["patch: publish dist folder that got removed due to node 16 upgrade (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27764",children:"PR #27764"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51625",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.25",children:"5.16.25"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 02 May 2023 22:20:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.24..@fluentui/react-charting_v5.16.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-78",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix: update npmignore files to fix npm8/node16 regression with how npm publish works. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27745",children:"PR #27745"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.22 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27745",children:"PR #27745"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.82 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27745",children:"PR #27745"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27745",children:"PR #27745"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51624",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.24",children:"5.16.24"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 02 May 2023 00:58:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.23..@fluentui/react-charting_v5.16.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-79",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.21 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27736",children:"PR #27736"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27736",children:"PR #27736"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27736",children:"PR #27736"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.26 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27736",children:"PR #27736"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51623",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.23",children:"5.16.23"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 01 May 2023 07:39:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.22..@fluentui/react-charting_v5.16.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-80",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.20 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27724",children:"PR #27724"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27724",children:"PR #27724"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.108.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27724",children:"PR #27724"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.25 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27724",children:"PR #27724"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51622",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.22",children:"5.16.22"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 25 Apr 2023 07:38:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.21..@fluentui/react-charting_v5.16.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-81",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Disable focus on non-interactive elements (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27580",children:"PR #27580"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.108.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26482",children:"PR #26482"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51621",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.21",children:"5.16.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 24 Apr 2023 07:36:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.20..@fluentui/react-charting_v5.16.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-82",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Make line chart screen reader accessible (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27632",children:"PR #27632"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51620",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.20",children:"5.16.20"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 21 Apr 2023 07:49:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.19..@fluentui/react-charting_v5.16.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-83",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.108.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27586",children:"PR #27586"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51619",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.19",children:"5.16.19"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 20 Apr 2023 07:47:57 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.18..@fluentui/react-charting_v5.16.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-84",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.108.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27637",children:"PR #27637"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51618",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.18",children:"5.16.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 17 Apr 2023 07:40:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.17..@fluentui/react-charting_v5.16.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-85",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.107.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27546",children:"PR #27546"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51617",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.17",children:"5.16.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 13 Apr 2023 07:41:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.16..@fluentui/react-charting_v5.16.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-86",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.107.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27443",children:"PR #27443"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51616",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.16",children:"5.16.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 12 Apr 2023 07:39:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.15..@fluentui/react-charting_v5.16.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-87",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix wrong state narration for multiple selected legends (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27429",children:"PR #27429"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51615",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.15",children:"5.16.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 11 Apr 2023 07:43:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.14..@fluentui/react-charting_v5.16.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-88",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix shape of triangle and pyramid (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27496",children:"PR #27496"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51614",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.14",children:"5.16.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 10 Apr 2023 07:36:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.13..@fluentui/react-charting_v5.16.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-89",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.107.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27002",children:"PR #27002"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51613",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.13",children:"5.16.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 07 Apr 2023 07:39:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.12..@fluentui/react-charting_v5.16.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-90",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.107.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/336f91dc2ffd1e85880e1b12187d5ac1bf500f6d",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51612",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.12",children:"5.16.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 06 Apr 2023 07:39:05 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.11..@fluentui/react-charting_v5.16.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-91",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.107.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27457",children:"PR #27457"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51611",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.11",children:"5.16.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 03 Apr 2023 07:37:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.10..@fluentui/react-charting_v5.16.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-92",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.107.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26920",children:"PR #26920"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51610",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.10",children:"5.16.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 30 Mar 2023 07:43:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.9..@fluentui/react-charting_v5.16.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-93",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Make area chart keyboard accessible (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27234",children:"PR #27234"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Accessibility bug fix (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26254",children:"PR #26254"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix wrong narration for legend state (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27303",children:"PR #27303"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.107.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26254",children:"PR #26254"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5169",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.9",children:"5.16.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 28 Mar 2023 07:38:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.8..@fluentui/react-charting_v5.16.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-94",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26022",children:"PR #26022"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5168",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.8",children:"5.16.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 24 Mar 2023 22:25:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.7..@fluentui/react-charting_v5.16.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-95",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27323",children:"PR #27323"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5167",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.7",children:"5.16.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 22 Mar 2023 08:03:46 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.6..@fluentui/react-charting_v5.16.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-96",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/298c2a3a12ee95c78650b4a8cf70990844768602",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5166",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.6",children:"5.16.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 17 Mar 2023 08:15:56 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.5..@fluentui/react-charting_v5.16.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-97",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.19 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27210",children:"PR #27210"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27210",children:"PR #27210"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27210",children:"PR #27210"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.24 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27210",children:"PR #27210"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5165",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.5",children:"5.16.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 14 Mar 2023 07:38:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.4..@fluentui/react-charting_v5.16.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-98",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26749",children:"PR #26749"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5164",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.4",children:"5.16.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 10 Mar 2023 07:38:25 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.3..@fluentui/react-charting_v5.16.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-99",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Update data viz palette (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27124",children:"PR #27124"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/684dafbd5d9efa1dd61330eed7a503d61b1184f3",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5163",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.3",children:"5.16.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 09 Mar 2023 07:39:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.2..@fluentui/react-charting_v5.16.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-100",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.18 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27119",children:"PR #27119"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27119",children:"PR #27119"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5162",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.2",children:"5.16.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 06 Mar 2023 07:43:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.1..@fluentui/react-charting_v5.16.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-101",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add color palette for data visualization (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26869",children:"PR #26869"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.17 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26869",children:"PR #26869"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26869",children:"PR #26869"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5161",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.1",children:"5.16.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 01 Mar 2023 07:45:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.0..@fluentui/react-charting_v5.16.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-102",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.16 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26980",children:"PR #26980"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26980",children:"PR #26980"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5160",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.0",children:"5.16.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 28 Feb 2023 07:37:42 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.10..@fluentui/react-charting_v5.16.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-3",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix svg size in donut chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26761",children:"PR #26761"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-103",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Modify vertical bar charts as per design (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25838",children:"PR #25838"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51510",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.10",children:"5.15.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 22 Feb 2023 07:44:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.9..@fluentui/react-charting_v5.15.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-104",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/7596e81eaad95fc96ac7098f848602ace5278e03",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5159",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.9",children:"5.15.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 22 Feb 2023 00:32:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.8..@fluentui/react-charting_v5.15.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-105",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26574",children:"PR #26574"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5158",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.8",children:"5.15.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Sat, 18 Feb 2023 01:37:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.7..@fluentui/react-charting_v5.15.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-106",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.15 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26903",children:"PR #26903"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26903",children:"PR #26903"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5157",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.7",children:"5.15.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 17 Feb 2023 22:05:37 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.6..@fluentui/react-charting_v5.15.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-107",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26896",children:"PR #26896"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5156",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.6",children:"5.15.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 17 Feb 2023 07:46:38 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.5..@fluentui/react-charting_v5.15.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-108",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26008",children:"PR #26008"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5155",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.5",children:"5.15.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 15 Feb 2023 07:42:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.4..@fluentui/react-charting_v5.15.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-109",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26848",children:"PR #26848"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5154",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.4",children:"5.15.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 13 Feb 2023 07:37:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.3..@fluentui/react-charting_v5.15.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-110",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26796",children:"PR #26796"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5153",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.3",children:"5.15.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 10 Feb 2023 07:47:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.2..@fluentui/react-charting_v5.15.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-111",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixing wrong value on link hover (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26778",children:"PR #26778"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26725",children:"PR #26725"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5152",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.2",children:"5.15.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 09 Feb 2023 07:38:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.1..@fluentui/react-charting_v5.15.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-112",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix svg-img-alt accessibility issue in vertical stacked bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26755",children:"PR #26755"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5151",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.1",children:"5.15.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 07 Feb 2023 07:36:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.0..@fluentui/react-charting_v5.15.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-113",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26617",children:"PR #26617"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5150",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.0",children:"5.15.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 06 Feb 2023 07:41:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.43..@fluentui/react-charting_v5.15.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-4",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Sankey chart changes for the new design (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25455",children:"PR #25455"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25455",children:"PR #25455"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51443",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.43",children:"5.14.43"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 03 Feb 2023 07:50:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.42..@fluentui/react-charting_v5.14.43",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-114",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.14 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26569",children:"PR #26569"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26569",children:"PR #26569"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26569",children:"PR #26569"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.23 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26569",children:"PR #26569"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51442",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.42",children:"5.14.42"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 02 Feb 2023 07:35:42 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.41..@fluentui/react-charting_v5.14.42",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-115",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26591",children:"PR #26591"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51441",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.41",children:"5.14.41"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 01 Feb 2023 07:39:53 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.40..@fluentui/react-charting_v5.14.41",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-116",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26573",children:"PR #26573"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51440",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.40",children:"5.14.40"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 30 Jan 2023 07:36:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.39..@fluentui/react-charting_v5.14.40",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-117",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix duplicate-id accessibility issue in line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26486",children:"PR #26486"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26522",children:"PR #26522"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51439",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.39",children:"5.14.39"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 27 Jan 2023 07:37:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.38..@fluentui/react-charting_v5.14.39",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-118",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.13 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26520",children:"PR #26520"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26520",children:"PR #26520"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51438",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.38",children:"5.14.38"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 26 Jan 2023 07:35:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.37..@fluentui/react-charting_v5.14.38",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-119",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add labels to arcs in donut chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25967",children:"PR #25967"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Add new variant to horizontal bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26082",children:"PR #26082"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26509",children:"PR #26509"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51437",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.37",children:"5.14.37"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 18 Jan 2023 07:42:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.36..@fluentui/react-charting_v5.14.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-120",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26367",children:"PR #26367"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51436",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.36",children:"5.14.36"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 11 Jan 2023 07:50:55 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.35..@fluentui/react-charting_v5.14.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-121",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26246",children:"PR #26246"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51435",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.35",children:"5.14.35"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 10 Jan 2023 07:50:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.34..@fluentui/react-charting_v5.14.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-122",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.12 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26260",children:"PR #26260"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26260",children:"PR #26260"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26260",children:"PR #26260"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.22 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26260",children:"PR #26260"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51434",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.34",children:"5.14.34"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 09 Jan 2023 07:49:46 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.33..@fluentui/react-charting_v5.14.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-123",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26132",children:"PR #26132"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51433",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.33",children:"5.14.33"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 05 Jan 2023 07:59:52 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.32..@fluentui/react-charting_v5.14.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-124",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26055",children:"PR #26055"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51432",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.32",children:"5.14.32"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 23 Dec 2022 07:55:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.31..@fluentui/react-charting_v5.14.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-125",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26073",children:"PR #26073"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51431",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.31",children:"5.14.31"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 21 Dec 2022 07:47:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.30..@fluentui/react-charting_v5.14.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-126",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26052",children:"PR #26052"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51430",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.30",children:"5.14.30"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 20 Dec 2022 07:53:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.29..@fluentui/react-charting_v5.14.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-127",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26005",children:"PR #26005"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26005",children:"PR #26005"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51429",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.29",children:"5.14.29"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 16 Dec 2022 07:50:07 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.28..@fluentui/react-charting_v5.14.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-128",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Hide callout on legend hover (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25978",children:"PR #25978"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26015",children:"PR #26015"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51428",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.28",children:"5.14.28"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 13 Dec 2022 07:46:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.27..@fluentui/react-charting_v5.14.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-129",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25971",children:"PR #25971"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51427",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.27",children:"5.14.27"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 09 Dec 2022 07:54:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.26..@fluentui/react-charting_v5.14.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-130",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25947",children:"PR #25947"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51426",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.26",children:"5.14.26"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 08 Dec 2022 07:46:37 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.25..@fluentui/react-charting_v5.14.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-131",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25665",children:"PR #25665"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51425",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.25",children:"5.14.25"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 06 Dec 2022 07:59:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.24..@fluentui/react-charting_v5.14.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-132",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Adjust stacked bar chart styles as per design (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25334",children:"PR #25334"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Adjust horizontal bar chart styles as per design (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25268",children:"PR #25268"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51424",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.24",children:"5.14.24"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 05 Dec 2022 07:54:46 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.23..@fluentui/react-charting_v5.14.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-133",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25884",children:"PR #25884"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51423",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.23",children:"5.14.23"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 02 Dec 2022 07:54:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.22..@fluentui/react-charting_v5.14.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-134",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25863",children:"PR #25863"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51422",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.22",children:"5.14.22"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 01 Dec 2022 07:57:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.21..@fluentui/react-charting_v5.14.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-135",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Support single point in area chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25842",children:"PR #25842"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51421",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.21",children:"5.14.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 30 Nov 2022 07:46:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.20..@fluentui/react-charting_v5.14.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-136",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25836",children:"PR #25836"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51420",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.20",children:"5.14.20"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 24 Nov 2022 07:53:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.19..@fluentui/react-charting_v5.14.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-137",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25770",children:"PR #25770"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51419",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.19",children:"5.14.19"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 23 Nov 2022 07:54:37 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.18..@fluentui/react-charting_v5.14.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-138",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix wrong narration in browse mode (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25616",children:"PR #25616"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25726",children:"PR #25726"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51418",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.18",children:"5.14.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 22 Nov 2022 07:47:00 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.17..@fluentui/react-charting_v5.14.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-139",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25499",children:"PR #25499"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51417",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.17",children:"5.14.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 18 Nov 2022 07:45:45 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.16..@fluentui/react-charting_v5.14.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-140",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Allow focus navigation with tab key in donut chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25654",children:"PR #25654"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51416",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.16",children:"5.14.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 17 Nov 2022 07:51:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.15..@fluentui/react-charting_v5.14.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-141",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.102.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25638",children:"PR #25638"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51415",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.15",children:"5.14.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 16 Nov 2022 07:47:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.14..@fluentui/react-charting_v5.14.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-142",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.101.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25626",children:"PR #25626"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51414",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.14",children:"5.14.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 15 Nov 2022 07:44:59 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.13..@fluentui/react-charting_v5.14.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-143",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25643",children:"PR #25643"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.101.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25643",children:"PR #25643"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51413",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.13",children:"5.14.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 09 Nov 2022 07:48:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.12..@fluentui/react-charting_v5.14.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-144",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25564",children:"PR #25564"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25564",children:"PR #25564"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.101.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25564",children:"PR #25564"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.21 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25564",children:"PR #25564"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51412",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.12",children:"5.14.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 04 Nov 2022 07:48:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.11..@fluentui/react-charting_v5.14.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-145",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix legends selection bugs (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24563",children:"PR #24563"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix overlay opacity in line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25366",children:"PR #25366"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.100.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25493",children:"PR #25493"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51411",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.11",children:"5.14.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 03 Nov 2022 07:52:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.10..@fluentui/react-charting_v5.14.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-146",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.99.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25453",children:"PR #25453"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51410",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.10",children:"5.14.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 01 Nov 2022 07:49:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.9..@fluentui/react-charting_v5.14.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-147",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.99.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25331",children:"PR #25331"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5149",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.9",children:"5.14.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 31 Oct 2022 07:45:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.8..@fluentui/react-charting_v5.14.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-148",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.99.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25409",children:"PR #25409"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5148",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.8",children:"5.14.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 28 Oct 2022 07:45:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.7..@fluentui/react-charting_v5.14.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-149",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.99.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25428",children:"PR #25428"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5147",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.7",children:"5.14.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 26 Oct 2022 07:52:53 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.6..@fluentui/react-charting_v5.14.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-150",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix wrong narration when legend selected (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24903",children:"PR #24903"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25381",children:"PR #25381"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25381",children:"PR #25381"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5146",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.6",children:"5.14.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 25 Oct 2022 07:43:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.5..@fluentui/react-charting_v5.14.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-151",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24903",children:"PR #24903"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5145",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.5",children:"5.14.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 24 Oct 2022 07:45:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.4..@fluentui/react-charting_v5.14.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-152",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25226",children:"PR #25226"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5144",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.4",children:"5.14.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 21 Oct 2022 07:44:53 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.3..@fluentui/react-charting_v5.14.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-153",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24283",children:"PR #24283"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5143",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.3",children:"5.14.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 20 Oct 2022 07:43:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.2..@fluentui/react-charting_v5.14.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-154",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25294",children:"PR #25294"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25294",children:"PR #25294"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5142",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.2",children:"5.14.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 18 Oct 2022 07:42:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.1..@fluentui/react-charting_v5.14.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-155",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix chart title overflow (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25073",children:"PR #25073"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5141",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.1",children:"5.14.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 17 Oct 2022 07:49:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.0..@fluentui/react-charting_v5.14.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-156",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25219",children:"PR #25219"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5140",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.0",children:"5.14.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 14 Oct 2022 07:44:00 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.11..@fluentui/react-charting_v5.14.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-5",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Update d3-scale version to 4.0.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25119",children:"PR #25119"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24976",children:"PR #24976"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-157",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["chore: Bump v8 packages peer deps to include React 18 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24976",children:"PR #24976"})," by ",(0,c.jsx)(i.a,{href:"mailto:mgodbolt@microsoft.com",children:"mgodbolt@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51311",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.11",children:"5.13.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 13 Oct 2022 07:45:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.10..@fluentui/react-charting_v5.13.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-158",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25198",children:"PR #25198"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51310",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.10",children:"5.13.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 10 Oct 2022 07:38:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.9..@fluentui/react-charting_v5.13.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-159",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25138",children:"PR #25138"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25138",children:"PR #25138"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5139",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.9",children:"5.13.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 04 Oct 2022 07:45:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.8..@fluentui/react-charting_v5.13.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-160",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["[object Object] (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25040",children:"PR #25040"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.97.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24947",children:"PR #24947"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5138",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.8",children:"5.13.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 03 Oct 2022 07:37:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.7..@fluentui/react-charting_v5.13.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-161",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.97.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25022",children:"PR #25022"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5137",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.7",children:"5.13.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 30 Sep 2022 07:38:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.6..@fluentui/react-charting_v5.13.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-162",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.97.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25025",children:"PR #25025"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5136",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.6",children:"5.13.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 29 Sep 2022 07:40:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.5..@fluentui/react-charting_v5.13.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-163",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix vertical bar chart bugs (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24990",children:"PR #24990"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.96.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24990",children:"PR #24990"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5135",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.5",children:"5.13.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 28 Sep 2022 07:37:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.4..@fluentui/react-charting_v5.13.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-164",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixing Tree chart issues for adding the optional bodyText for parent node and adjusting the allignment of the tree in the screen (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24752",children:"PR #24752"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.96.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24900",children:"PR #24900"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5134",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.4",children:"5.13.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 22 Sep 2022 07:43:45 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.3..@fluentui/react-charting_v5.13.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-165",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.96.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24871",children:"PR #24871"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5133",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.3",children:"5.13.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 20 Sep 2022 07:47:16 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.2..@fluentui/react-charting_v5.13.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-166",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix multi stacked bar chart min width (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24835",children:"PR #24835"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5132",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.2",children:"5.13.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 19 Sep 2022 07:47:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.1..@fluentui/react-charting_v5.13.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-167",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.96.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24771",children:"PR #24771"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5131",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.1",children:"5.13.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 16 Sep 2022 07:37:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.0..@fluentui/react-charting_v5.13.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-168",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.95.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24822",children:"PR #24822"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5130",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.0",children:"5.13.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 15 Sep 2022 19:15:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.37..@fluentui/react-charting_v5.13.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-6",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["All /lib-commonjs/ top-level entries have been added to the exports map for backwards compatibility. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24792",children:"PR #24792"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.95.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24792",children:"PR #24792"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-169",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add support for custom locale for date axis (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24753",children:"PR #24753"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix value font-weight inside heatmap chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24726",children:"PR #24726"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix legend overflow-indication-text role (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24756",children:"PR #24756"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51237",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.37",children:"5.12.37"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 13 Sep 2022 07:41:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.36..@fluentui/react-charting_v5.12.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-170",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.94.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24615",children:"PR #24615"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51236",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.36",children:"5.12.36"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 08 Sep 2022 20:52:16 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.35..@fluentui/react-charting_v5.12.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-171",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix greyed out legend key contrast ratio (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24714",children:"PR #24714"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.94.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24701",children:"PR #24701"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51235",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.35",children:"5.12.35"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 07 Sep 2022 07:54:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.34..@fluentui/react-charting_v5.12.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-172",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.94.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24663",children:"PR #24663"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51234",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.34",children:"5.12.34"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 05 Sep 2022 07:38:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.33..@fluentui/react-charting_v5.12.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-173",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix min width of bars as 1% for horizontal bar charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24577",children:"PR #24577"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.94.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24372",children:"PR #24372"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51233",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.33",children:"5.12.33"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 02 Sep 2022 07:48:53 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.32..@fluentui/react-charting_v5.12.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-174",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24394",children:"PR #24394"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.94.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24394",children:"PR #24394"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51232",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.32",children:"5.12.32"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 01 Sep 2022 07:48:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.31..@fluentui/react-charting_v5.12.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-175",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24599",children:"PR #24599"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.93.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24599",children:"PR #24599"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51231",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.31",children:"5.12.31"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 30 Aug 2022 07:41:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.30..@fluentui/react-charting_v5.12.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-176",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add support for javascript date localization (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24577",children:"PR #24577"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51230",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.30",children:"5.12.30"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 29 Aug 2022 07:44:38 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.29..@fluentui/react-charting_v5.12.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-177",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24554",children:"PR #24554"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.93.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24554",children:"PR #24554"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51229",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.29",children:"5.12.29"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 26 Aug 2022 07:39:57 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.28..@fluentui/react-charting_v5.12.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-178",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Update documentation for charting library (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.92.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24492",children:"PR #24492"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51228",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.28",children:"5.12.28"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 25 Aug 2022 07:41:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.27..@fluentui/react-charting_v5.12.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-179",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.92.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24515",children:"PR #24515"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51227",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.27",children:"5.12.27"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 24 Aug 2022 16:36:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.26..@fluentui/react-charting_v5.12.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-180",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24485",children:"PR #24485"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.91.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24485",children:"PR #24485"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51226",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.26",children:"5.12.26"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 24 Aug 2022 07:44:42 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.25..@fluentui/react-charting_v5.12.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-181",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.91.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24491",children:"PR #24491"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51225",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.25",children:"5.12.25"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 23 Aug 2022 16:10:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.24..@fluentui/react-charting_v5.12.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-182",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixed spacing between bar graph and labels (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24461",children:"PR #24461"})," by ",(0,c.jsx)(i.a,{href:"mailto:103020020+AnnapareddyHarsha@users.noreply.github.com",children:"103020020+AnnapareddyHarsha@users.noreply.github.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51224",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.24",children:"5.12.24"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 23 Aug 2022 07:22:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.23..@fluentui/react-charting_v5.12.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-183",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24332",children:"PR #24332"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.90.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24332",children:"PR #24332"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51223",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.23",children:"5.12.23"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 22 Aug 2022 07:44:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.22..@fluentui/react-charting_v5.12.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-184",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.90.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24279",children:"PR #24279"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51222",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.22",children:"5.12.22"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Aug 2022 23:39:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.21..@fluentui/react-charting_v5.12.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-185",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24406",children:"PR #24406"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.90.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24406",children:"PR #24406"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51221",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.21",children:"5.12.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Aug 2022 07:48:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.20..@fluentui/react-charting_v5.12.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-186",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.89.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23780",children:"PR #23780"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51220",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.20",children:"5.12.20"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 15 Aug 2022 07:39:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.19..@fluentui/react-charting_v5.12.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-187",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24359",children:"PR #24359"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.88.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24359",children:"PR #24359"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51219",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.19",children:"5.12.19"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 12 Aug 2022 07:48:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.18..@fluentui/react-charting_v5.12.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-188",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixed culture issue in multistacked barchart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24319",children:"PR #24319"})," by ",(0,c.jsx)(i.a,{href:"mailto:103020020+AnnapareddyHarsha@users.noreply.github.com",children:"103020020+AnnapareddyHarsha@users.noreply.github.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.87.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24319",children:"PR #24319"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51218",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.18",children:"5.12.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 08 Aug 2022 20:28:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.17..@fluentui/react-charting_v5.12.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-189",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.87.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24261",children:"PR #24261"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51217",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.17",children:"5.12.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 08 Aug 2022 07:39:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.16..@fluentui/react-charting_v5.12.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-190",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bug 5118 For a hybrid graph including a 2px outline for line graph (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24176",children:"PR #24176"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24212",children:"PR #24212"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24212",children:"PR #24212"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.87.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24212",children:"PR #24212"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.20 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24212",children:"PR #24212"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51216",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.16",children:"5.12.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 04 Aug 2022 07:42:13 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.15..@fluentui/react-charting_v5.12.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-191",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.86.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24215",children:"PR #24215"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51215",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.15",children:"5.12.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 02 Aug 2022 18:04:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.14..@fluentui/react-charting_v5.12.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-192",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24175",children:"PR #24175"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.86.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24175",children:"PR #24175"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51214",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.14",children:"5.12.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 02 Aug 2022 07:44:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.13..@fluentui/react-charting_v5.12.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-193",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24032",children:"PR #24032"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.86.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24032",children:"PR #24032"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51213",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.13",children:"5.12.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 01 Aug 2022 07:39:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.12..@fluentui/react-charting_v5.12.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-194",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix bug in rendering large datapoints in line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.86.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24123",children:"PR #24123"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51212",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.12",children:"5.12.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 29 Jul 2022 07:41:56 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.11..@fluentui/react-charting_v5.12.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-195",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.86.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24132",children:"PR #24132"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51211",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.11",children:"5.12.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 28 Jul 2022 07:41:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.10..@fluentui/react-charting_v5.12.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-196",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.85.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24093",children:"PR #24093"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51210",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.10",children:"5.12.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 27 Jul 2022 07:37:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.9..@fluentui/react-charting_v5.12.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-197",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["correcting connector length for tree diagram (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24055",children:"PR #24055"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.85.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24055",children:"PR #24055"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5129",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.9",children:"5.12.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 26 Jul 2022 07:39:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.8..@fluentui/react-charting_v5.12.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-198",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Improve line chart performance for 10k+ datapoints (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24068",children:"PR #24068"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.84.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24068",children:"PR #24068"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5128",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.8",children:"5.12.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 25 Jul 2022 07:36:56 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.7..@fluentui/react-charting_v5.12.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-199",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.83.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24031",children:"PR #24031"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5127",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.7",children:"5.12.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 22 Jul 2022 07:54:16 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.6..@fluentui/react-charting_v5.12.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-200",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.83.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24024",children:"PR #24024"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5126",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.6",children:"5.12.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 21 Jul 2022 07:49:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.5..@fluentui/react-charting_v5.12.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-201",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.82.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23995",children:"PR #23995"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5125",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.5",children:"5.12.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 20 Jul 2022 07:42:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.4..@fluentui/react-charting_v5.12.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-202",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.82.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23993",children:"PR #23993"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5124",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.4",children:"5.12.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 19 Jul 2022 07:41:07 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.3..@fluentui/react-charting_v5.12.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-203",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix sparkline visual bugs (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.82.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23968",children:"PR #23968"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5123",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.3",children:"5.12.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 15 Jul 2022 20:03:47 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.2..@fluentui/react-charting_v5.12.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-204",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix: production issue (width-height of SVG) (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23895",children:"PR #23895"})," by ",(0,c.jsx)(i.a,{href:"mailto:apurva.sharma866@gmail.com",children:"apurva.sharma866@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.81.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23940",children:"PR #23940"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5122",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.2",children:"5.12.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 15 Jul 2022 07:44:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.1..@fluentui/react-charting_v5.12.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-205",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix: production issue (width-height of SVG) (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23895",children:"PR #23895"})," by ",(0,c.jsx)(i.a,{href:"mailto:apurva.sharma866@gmail.com",children:"apurva.sharma866@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5121",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.1",children:"5.12.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 14 Jul 2022 07:45:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.0..@fluentui/react-charting_v5.12.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-206",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixed not able to navigate through Legends in browse mode (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23885",children:"PR #23885"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.81.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23612",children:"PR #23612"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5120",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.0",children:"5.12.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 12 Jul 2022 07:40:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.11.0..@fluentui/react-charting_v5.12.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-7",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["feat: Re-export canUseDOM from @fluentui/utilities. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23847",children:"PR #23847"})," by ",(0,c.jsx)(i.a,{href:"mailto:esteban.230@hotmail.com",children:"esteban.230@hotmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23848",children:"PR #23848"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.80.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23848",children:"PR #23848"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5110",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.11.0",children:"5.11.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 08 Jul 2022 07:36:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.10.1..@fluentui/react-charting_v5.11.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-8",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.79.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23823",children:"PR #23823"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5101",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.10.1",children:"5.10.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 07 Jul 2022 07:37:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.10.0..@fluentui/react-charting_v5.10.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-207",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add sparkline chart to repo (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.78.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23812",children:"PR #23812"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5100",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.10.0",children:"5.10.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 06 Jul 2022 07:38:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.55..@fluentui/react-charting_v5.10.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-9",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.78.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23806",children:"PR #23806"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5955",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.55",children:"5.9.55"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 01 Jul 2022 07:35:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.54..@fluentui/react-charting_v5.9.55",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-208",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixed legends selected screen reader issue (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23768",children:"PR #23768"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["legends & labels are capitalized (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23783",children:"PR #23783"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5954",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.54",children:"5.9.54"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 30 Jun 2022 07:40:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.53..@fluentui/react-charting_v5.9.54",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-209",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.77.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23768",children:"PR #23768"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5953",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.53",children:"5.9.53"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 28 Jun 2022 07:39:04 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.52..@fluentui/react-charting_v5.9.53",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-210",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23683",children:"PR #23683"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.77.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23683",children:"PR #23683"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5952",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.52",children:"5.9.52"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 27 Jun 2022 07:37:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.51..@fluentui/react-charting_v5.9.52",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-211",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Hover state aren't paired with cursor_New (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23685",children:"PR #23685"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5951",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.51",children:"5.9.51"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 24 Jun 2022 07:43:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.50..@fluentui/react-charting_v5.9.51",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-212",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23440",children:"PR #23440"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.77.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23440",children:"PR #23440"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5950",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.50",children:"5.9.50"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 20 Jun 2022 07:45:13 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.49..@fluentui/react-charting_v5.9.50",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-213",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.77.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23573",children:"PR #23573"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5949",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.49",children:"5.9.49"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 17 Jun 2022 07:41:59 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.48..@fluentui/react-charting_v5.9.49",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-214",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.76.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23518",children:"PR #23518"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5948",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.48",children:"5.9.48"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 15 Jun 2022 21:38:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.47..@fluentui/react-charting_v5.9.48",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-215",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.76.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23560",children:"PR #23560"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5947",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.47",children:"5.9.47"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 15 Jun 2022 07:40:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.46..@fluentui/react-charting_v5.9.47",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-216",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix text overflow bugs (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.75.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23551",children:"PR #23551"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5946",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.46",children:"5.9.46"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 14 Jun 2022 07:52:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.45..@fluentui/react-charting_v5.9.46",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-217",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.75.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23528",children:"PR #23528"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5945",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.45",children:"5.9.45"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 13 Jun 2022 07:39:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.44..@fluentui/react-charting_v5.9.45",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-218",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.74.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23493",children:"PR #23493"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5944",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.44",children:"5.9.44"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 10 Jun 2022 07:46:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.43..@fluentui/react-charting_v5.9.44",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-219",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.73.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23468",children:"PR #23468"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5943",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.43",children:"5.9.43"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 09 Jun 2022 07:45:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.42..@fluentui/react-charting_v5.9.43",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-220",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23445",children:"PR #23445"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.72.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23445",children:"PR #23445"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5942",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.42",children:"5.9.42"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 07 Jun 2022 07:48:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.41..@fluentui/react-charting_v5.9.42",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-221",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Update high-contrast mixins to support forced-colors (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23285",children:"PR #23285"})," by ",(0,c.jsx)(i.a,{href:"mailto:tmichon@microsoft.com",children:"tmichon@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Affixed hover state closer to the cursor (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23405",children:"PR #23405"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.6.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23266",children:"PR #23266"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.72.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23266",children:"PR #23266"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5941",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.41",children:"5.9.41"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 02 Jun 2022 07:38:04 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.40..@fluentui/react-charting_v5.9.41",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-222",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.72.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23356",children:"PR #23356"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5940",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.40",children:"5.9.40"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 01 Jun 2022 07:38:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.39..@fluentui/react-charting_v5.9.40",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-223",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Not able to access all groups available in graph using keyboard. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23214",children:"PR #23214"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.72.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23293",children:"PR #23293"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5939",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.39",children:"5.9.39"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 30 May 2022 07:44:13 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.38..@fluentui/react-charting_v5.9.39",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-224",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.71.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23126",children:"PR #23126"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5938",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.38",children:"5.9.38"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 27 May 2022 07:39:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.37..@fluentui/react-charting_v5.9.38",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-225",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.71.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23127",children:"PR #23127"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5937",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.37",children:"5.9.37"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 25 May 2022 07:44:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.36..@fluentui/react-charting_v5.9.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-226",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bug 5915906 vertical stacked chart colors of legends is not displayed in high contrast (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22963",children:"PR #22963"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.70.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23207",children:"PR #23207"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5936",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.36",children:"5.9.36"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 24 May 2022 07:47:25 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.35..@fluentui/react-charting_v5.9.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-227",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixing line chart events focus issue (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23079",children:"PR #23079"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["added aria-valuetext attribute (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22959",children:"PR #22959"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.69.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23158",children:"PR #23158"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5935",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.35",children:"5.9.35"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 23 May 2022 07:42:16 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.34..@fluentui/react-charting_v5.9.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-228",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixing color contrast issue (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23103",children:"PR #23103"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.6.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23103",children:"PR #23103"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.68.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23103",children:"PR #23103"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5934",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.34",children:"5.9.34"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 19 May 2022 07:41:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.33..@fluentui/react-charting_v5.9.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-229",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.68.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23069",children:"PR #23069"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5933",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.33",children:"5.9.33"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 17 May 2022 07:45:01 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.32..@fluentui/react-charting_v5.9.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-230",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.68.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23024",children:"PR #23024"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5932",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.32",children:"5.9.32"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 16 May 2022 07:36:55 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.31..@fluentui/react-charting_v5.9.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-231",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.68.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23002",children:"PR #23002"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5931",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.31",children:"5.9.31"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 13 May 2022 07:45:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.30..@fluentui/react-charting_v5.9.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-232",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22966",children:"PR #22966"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22966",children:"PR #22966"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.68.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22966",children:"PR #22966"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.19 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22966",children:"PR #22966"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5930",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.30",children:"5.9.30"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 11 May 2022 07:42:47 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.29..@fluentui/react-charting_v5.9.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-233",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.67.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22572",children:"PR #22572"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5929",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.29",children:"5.9.29"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 09 May 2022 07:37:42 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.28..@fluentui/react-charting_v5.9.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-234",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.67.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22880",children:"PR #22880"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5928",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.28",children:"5.9.28"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 28 Apr 2022 07:39:56 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.27..@fluentui/react-charting_v5.9.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-235",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.67.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22676",children:"PR #22676"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5927",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.27",children:"5.9.27"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 27 Apr 2022 07:43:07 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.26..@fluentui/react-charting_v5.9.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-236",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.67.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22642",children:"PR #22642"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5926",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.26",children:"5.9.26"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 25 Apr 2022 07:37:25 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.25..@fluentui/react-charting_v5.9.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-237",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.67.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22548",children:"PR #22548"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5925",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.25",children:"5.9.25"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 21 Apr 2022 07:36:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.24..@fluentui/react-charting_v5.9.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-238",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.66.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22577",children:"PR #22577"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5924",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.24",children:"5.9.24"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 20 Apr 2022 07:39:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.23..@fluentui/react-charting_v5.9.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-239",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.66.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22539",children:"PR #22539"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5923",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.23",children:"5.9.23"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 19 Apr 2022 21:39:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.22..@fluentui/react-charting_v5.9.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-240",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.66.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22550",children:"PR #22550"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5922",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.22",children:"5.9.22"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 18 Apr 2022 07:38:04 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.21..@fluentui/react-charting_v5.9.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-241",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.65.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22524",children:"PR #22524"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5921",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.21",children:"5.9.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 15 Apr 2022 07:42:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.20..@fluentui/react-charting_v5.9.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-242",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22499",children:"PR #22499"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.65.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22499",children:"PR #22499"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.18 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22499",children:"PR #22499"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5920",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.20",children:"5.9.20"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 14 Apr 2022 07:38:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.19..@fluentui/react-charting_v5.9.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-243",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.64.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22501",children:"PR #22501"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5919",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.19",children:"5.9.19"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 12 Apr 2022 07:39:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.18..@fluentui/react-charting_v5.9.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-244",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.64.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22439",children:"PR #22439"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5918",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.18",children:"5.9.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 11 Apr 2022 07:40:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.17..@fluentui/react-charting_v5.9.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-245",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.64.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22446",children:"PR #22446"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5917",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.17",children:"5.9.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 06 Apr 2022 07:34:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.16..@fluentui/react-charting_v5.9.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-246",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.64.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22266",children:"PR #22266"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5916",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.16",children:"5.9.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 04 Apr 2022 20:01:04 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.15..@fluentui/react-charting_v5.9.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-247",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.64.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22295",children:"PR #22295"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5915",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.15",children:"5.9.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 31 Mar 2022 07:38:07 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.14..@fluentui/react-charting_v5.9.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-248",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.63.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22247",children:"PR #22247"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5914",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.14",children:"5.9.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 30 Mar 2022 07:38:55 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.13..@fluentui/react-charting_v5.9.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-249",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.63.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22110",children:"PR #22110"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5913",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.13",children:"5.9.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 28 Mar 2022 07:47:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.12..@fluentui/react-charting_v5.9.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-250",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.62.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22197",children:"PR #22197"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5912",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.12",children:"5.9.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 25 Mar 2022 07:38:05 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.11..@fluentui/react-charting_v5.9.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-251",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.62.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22201",children:"PR #22201"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5911",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.11",children:"5.9.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 23 Mar 2022 07:37:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.10..@fluentui/react-charting_v5.9.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-252",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.62.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22184",children:"PR #22184"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5910",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.10",children:"5.9.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 21 Mar 2022 07:39:45 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.9..@fluentui/react-charting_v5.9.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-253",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.62.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22161",children:"PR #22161"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"599",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.9",children:"5.9.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 18 Mar 2022 07:42:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.8..@fluentui/react-charting_v5.9.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-254",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.62.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22147",children:"PR #22147"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"598",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.8",children:"5.9.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 16 Mar 2022 07:38:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.7..@fluentui/react-charting_v5.9.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-255",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21960",children:"PR #21960"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.61.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21960",children:"PR #21960"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"597",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.7",children:"5.9.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 15 Mar 2022 07:45:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.6..@fluentui/react-charting_v5.9.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-256",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22094",children:"PR #22094"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.61.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22094",children:"PR #22094"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"596",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.6",children:"5.9.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Sat, 12 Mar 2022 01:04:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.5..@fluentui/react-charting_v5.9.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-257",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.61.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22080",children:"PR #22080"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"595",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.5",children:"5.9.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 11 Mar 2022 19:51:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.4..@fluentui/react-charting_v5.9.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-258",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.60.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22074",children:"PR #22074"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"594",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.4",children:"5.9.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 11 Mar 2022 07:34:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.3..@fluentui/react-charting_v5.9.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-259",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22047",children:"PR #22047"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.60.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22047",children:"PR #22047"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.17 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22047",children:"PR #22047"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"593",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.3",children:"5.9.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 10 Mar 2022 07:34:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.2..@fluentui/react-charting_v5.9.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-260",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22043",children:"PR #22043"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.60.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22043",children:"PR #22043"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"592",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.2",children:"5.9.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 09 Mar 2022 07:37:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.1..@fluentui/react-charting_v5.9.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-261",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22008",children:"PR #22008"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.60.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22008",children:"PR #22008"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"591",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.1",children:"5.9.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 08 Mar 2022 23:29:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.0..@fluentui/react-charting_v5.9.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-262",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22006",children:"PR #22006"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.60.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22006",children:"PR #22006"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"590",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.0",children:"5.9.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 08 Mar 2022 07:35:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.8.2..@fluentui/react-charting_v5.9.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-10",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21700",children:"PR #21700"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.59.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21700",children:"PR #21700"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"582",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.8.2",children:"5.8.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 07 Mar 2022 07:41:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.8.1..@fluentui/react-charting_v5.8.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-263",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.58.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21949",children:"PR #21949"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"581",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.8.1",children:"5.8.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 04 Mar 2022 07:42:05 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.8.0..@fluentui/react-charting_v5.8.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-264",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.57.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/62865d15abd07125ff3968c739e387d6fd840f00",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"580",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.8.0",children:"5.8.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 03 Mar 2022 07:24:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.21..@fluentui/react-charting_v5.8.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-11",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Adding explicit export maps on all consumer packages for FUIR 8 and 9. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21508",children:"PR #21508"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.4.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21919",children:"PR #21919"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21919",children:"PR #21919"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.57.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21919",children:"PR #21919"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.16 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21919",children:"PR #21919"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5721",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.21",children:"5.7.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 02 Mar 2022 07:23:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.20..@fluentui/react-charting_v5.7.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-265",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.56.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21900",children:"PR #21900"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5720",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.20",children:"5.7.20"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 01 Mar 2022 07:23:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.19..@fluentui/react-charting_v5.7.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-266",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.21 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21852",children:"PR #21852"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.56.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21852",children:"PR #21852"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5719",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.19",children:"5.7.19"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 24 Feb 2022 07:29:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.18..@fluentui/react-charting_v5.7.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-267",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.20 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21837",children:"PR #21837"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.56.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21837",children:"PR #21837"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5718",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.18",children:"5.7.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 23 Feb 2022 07:26:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.17..@fluentui/react-charting_v5.7.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-268",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.56.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21834",children:"PR #21834"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5717",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.17",children:"5.7.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 21 Feb 2022 07:30:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.16..@fluentui/react-charting_v5.7.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-269",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix visualization UI bugs (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5716",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.16",children:"5.7.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 18 Feb 2022 07:22:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.15..@fluentui/react-charting_v5.7.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-270",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix unable to hover on chart callout. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21750",children:"PR #21750"})," by email not defined)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5715",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.15",children:"5.7.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 17 Feb 2022 07:28:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.14..@fluentui/react-charting_v5.7.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-271",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.19 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21777",children:"PR #21777"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.55.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21777",children:"PR #21777"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5714",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.14",children:"5.7.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 14 Feb 2022 07:26:37 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.13..@fluentui/react-charting_v5.7.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-272",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.55.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21717",children:"PR #21717"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5713",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.13",children:"5.7.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 11 Feb 2022 07:27:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.12..@fluentui/react-charting_v5.7.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-273",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.18 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21706",children:"PR #21706"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.55.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21706",children:"PR #21706"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5712",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.12",children:"5.7.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 10 Feb 2022 07:32:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.11..@fluentui/react-charting_v5.7.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-274",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.55.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21672",children:"PR #21672"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5711",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.11",children:"5.7.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 09 Feb 2022 07:30:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.10..@fluentui/react-charting_v5.7.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-275",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add eslint deprecation exception (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21547",children:"PR #21547"})," by ",(0,c.jsx)(i.a,{href:"mailto:seanmonahan@microsoft.com",children:"seanmonahan@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.17 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21603",children:"PR #21603"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.54.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21603",children:"PR #21603"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5710",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.10",children:"5.7.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 08 Feb 2022 07:25:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.9..@fluentui/react-charting_v5.7.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-276",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.53.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21639",children:"PR #21639"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"579",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.9",children:"5.7.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 04 Feb 2022 07:31:42 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.8..@fluentui/react-charting_v5.7.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-277",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.52.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21519",children:"PR #21519"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"578",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.8",children:"5.7.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 03 Feb 2022 07:29:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.7..@fluentui/react-charting_v5.7.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-278",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.16 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21545",children:"PR #21545"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.52.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21545",children:"PR #21545"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.15 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21545",children:"PR #21545"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"577",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.7",children:"5.7.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 01 Feb 2022 07:26:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.6..@fluentui/react-charting_v5.7.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-279",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["OverflowProp styles override issue solved for legend (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21487",children:"PR #21487"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["only active circle will be visible when custom radius is passed (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21473",children:"PR #21473"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.52.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21344",children:"PR #21344"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"576",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.6",children:"5.7.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 31 Jan 2022 07:27:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.5..@fluentui/react-charting_v5.7.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-280",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.52.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21494",children:"PR #21494"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"575",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.5",children:"5.7.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 26 Jan 2022 07:26:01 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.4..@fluentui/react-charting_v5.7.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-281",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.51.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20890",children:"PR #20890"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"574",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.4",children:"5.7.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 25 Jan 2022 07:30:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.3..@fluentui/react-charting_v5.7.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-282",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.51.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20805",children:"PR #20805"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"573",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.3",children:"5.7.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 24 Jan 2022 07:26:13 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.2..@fluentui/react-charting_v5.7.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-283",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.50.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21362",children:"PR #21362"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"572",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.2",children:"5.7.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 21 Jan 2022 07:26:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.1..@fluentui/react-charting_v5.7.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-284",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.50.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21280",children:"PR #21280"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"571",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.1",children:"5.7.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 17 Jan 2022 09:43:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.0..@fluentui/react-charting_v5.7.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-285",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21274",children:"PR #21274"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"570",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.0",children:"5.7.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 14 Jan 2022 07:28:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.17..@fluentui/react-charting_v5.7.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-12",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["style control prop added in area chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21249",children:"PR #21249"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21215",children:"PR #21215"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5617",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.17",children:"5.6.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 13 Jan 2022 07:30:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.16..@fluentui/react-charting_v5.6.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-286",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21196",children:"PR #21196"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5616",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.16",children:"5.6.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 12 Jan 2022 07:32:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.15..@fluentui/react-charting_v5.6.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-287",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21219",children:"PR #21219"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5615",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.15",children:"5.6.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 11 Jan 2022 07:29:05 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.14..@fluentui/react-charting_v5.6.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-288",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Make last point in line chart focusable even when hidenonactivedots is true. Also change draw order of points so aren't drawn over other lines. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20640",children:"PR #20640"})," by ",(0,c.jsx)(i.a,{href:"mailto:nojittip@microsoft.com",children:"nojittip@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21205",children:"PR #21205"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5614",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.14",children:"5.6.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 10 Jan 2022 07:26:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.13..@fluentui/react-charting_v5.6.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-289",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21041",children:"PR #21041"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5613",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.13",children:"5.6.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 07 Jan 2022 07:27:47 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.12..@fluentui/react-charting_v5.6.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-290",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.15 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21201",children:"PR #21201"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21201",children:"PR #21201"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5612",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.12",children:"5.6.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 03 Jan 2022 23:32:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.11..@fluentui/react-charting_v5.6.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-291",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.14 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20954",children:"PR #20954"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20954",children:"PR #20954"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.14 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20954",children:"PR #20954"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5611",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.11",children:"5.6.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 22 Dec 2021 07:29:45 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.10..@fluentui/react-charting_v5.6.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-292",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.48.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21090",children:"PR #21090"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5610",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.10",children:"5.6.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 16 Dec 2021 07:26:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.9..@fluentui/react-charting_v5.6.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-293",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.48.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21011",children:"PR #21011"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"569",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.9",children:"5.6.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 15 Dec 2021 07:31:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.8..@fluentui/react-charting_v5.6.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-294",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.13 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20716",children:"PR #20716"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.47.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20716",children:"PR #20716"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"568",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.8",children:"5.6.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 14 Dec 2021 07:30:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.7..@fluentui/react-charting_v5.6.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-295",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.12 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20904",children:"PR #20904"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.47.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20904",children:"PR #20904"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"567",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.7",children:"5.6.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 10 Dec 2021 07:30:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.6..@fluentui/react-charting_v5.6.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-296",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20587",children:"PR #20587"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.47.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20587",children:"PR #20587"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"566",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.6",children:"5.6.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 09 Dec 2021 07:27:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.5..@fluentui/react-charting_v5.6.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-297",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.47.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20161",children:"PR #20161"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"565",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.5",children:"5.6.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 08 Dec 2021 07:28:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.4..@fluentui/react-charting_v5.6.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-298",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.46.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20831",children:"PR #20831"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"564",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.4",children:"5.6.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 07 Dec 2021 07:31:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.3..@fluentui/react-charting_v5.6.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-299",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.46.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20769",children:"PR #20769"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"563",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.3",children:"5.6.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 03 Dec 2021 07:36:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.2..@fluentui/react-charting_v5.6.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-300",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.46.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20887",children:"PR #20887"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"562",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.2",children:"5.6.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 01 Dec 2021 07:41:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.1..@fluentui/react-charting_v5.6.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-301",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.46.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20715",children:"PR #20715"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"561",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.1",children:"5.6.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 30 Nov 2021 07:37:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.0..@fluentui/react-charting_v5.6.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-302",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20833",children:"PR #20833"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.45.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20833",children:"PR #20833"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"560",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.0",children:"5.6.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 25 Nov 2021 14:54:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.14..@fluentui/react-charting_v5.6.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-13",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Stack callout accessibility prop added in Grouped Bar chart for Stack callout (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20585",children:"PR #20585"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Removing export stars in favor of named exports. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20665",children:"PR #20665"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20784",children:"PR #20784"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.1.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20784",children:"PR #20784"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.44.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20784",children:"PR #20784"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.13 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20784",children:"PR #20784"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-303",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Callout content focusable removed and Title for SVG added (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20763",children:"PR #20763"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5514",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.14",children:"5.5.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 23 Nov 2021 07:27:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.13..@fluentui/react-charting_v5.5.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-304",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.43.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20697",children:"PR #20697"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5513",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.13",children:"5.5.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 22 Nov 2021 07:36:13 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.12..@fluentui/react-charting_v5.5.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-305",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Grouped Vertical Bar chart, Barwidth issue solved (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20652",children:"PR #20652"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.42.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20408",children:"PR #20408"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5512",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.12",children:"5.5.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 19 Nov 2021 07:45:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.11..@fluentui/react-charting_v5.5.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-306",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.42.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20639",children:"PR #20639"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5511",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.11",children:"5.5.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Nov 2021 07:29:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.10..@fluentui/react-charting_v5.5.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-307",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.42.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20642",children:"PR #20642"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5510",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.10",children:"5.5.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 17 Nov 2021 07:36:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.9..@fluentui/react-charting_v5.5.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-308",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.42.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20635",children:"PR #20635"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"559",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.9",children:"5.5.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 16 Nov 2021 07:36:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.8..@fluentui/react-charting_v5.5.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-309",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["YAxis issue for bar charts solved, when highest y axis value is odd number (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20581",children:"PR #20581"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.42.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20605",children:"PR #20605"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"558",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.8",children:"5.5.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 15 Nov 2021 07:29:05 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.7..@fluentui/react-charting_v5.5.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-310",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20419",children:"PR #20419"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.42.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20419",children:"PR #20419"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"557",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.7",children:"5.5.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 11 Nov 2021 07:32:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.6..@fluentui/react-charting_v5.5.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-311",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Resolved DonutChart valueInsideDonut text does not change to light color font in dark mode theme (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20536",children:"PR #20536"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-pkoganti@microsoft.com",children:"v-pkoganti@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"556",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.6",children:"5.5.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 10 Nov 2021 07:31:59 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.5..@fluentui/react-charting_v5.5.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-312",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20529",children:"PR #20529"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.41.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20529",children:"PR #20529"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.12 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20529",children:"PR #20529"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"555",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.5",children:"5.5.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 09 Nov 2021 07:38:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.4..@fluentui/react-charting_v5.5.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-313",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Stack Callout for Grouped vertical bar chart immplemented (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20537",children:"PR #20537"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.41.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20441",children:"PR #20441"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"554",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.4",children:"5.5.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 08 Nov 2021 07:35:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.3..@fluentui/react-charting_v5.5.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-314",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.41.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20530",children:"PR #20530"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"553",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.3",children:"5.5.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 05 Nov 2021 07:36:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.2..@fluentui/react-charting_v5.5.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-315",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.41.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20514",children:"PR #20514"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"552",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.2",children:"5.5.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 04 Nov 2021 07:29:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.1..@fluentui/react-charting_v5.5.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-316",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["xAxis number localization (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20427",children:"PR #20427"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.41.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20488",children:"PR #20488"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"551",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.1",children:"5.5.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 03 Nov 2021 07:36:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.0..@fluentui/react-charting_v5.5.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-317",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.40.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20036",children:"PR #20036"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"550",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.0",children:"5.5.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 02 Nov 2021 07:37:01 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.4.1..@fluentui/react-charting_v5.5.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-14",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add Sankey chart ",(0,c.jsx)(i.strong,{children:"(not compatible with IE 11)"})," (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19215",children:"PR #19215"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20331",children:"PR #20331"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.39.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20331",children:"PR #20331"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"541",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.4.1",children:"5.4.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 01 Nov 2021 07:32:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.4.0..@fluentui/react-charting_v5.4.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-318",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20231",children:"PR #20231"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.38.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20231",children:"PR #20231"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"540",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.4.0",children:"5.4.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 29 Oct 2021 07:29:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.61..@fluentui/react-charting_v5.4.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-15",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Number localization for bar charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20347",children:"PR #20347"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.37.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20273",children:"PR #20273"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5361",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.61",children:"5.3.61"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 28 Oct 2021 07:29:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.60..@fluentui/react-charting_v5.3.61",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-319",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.37.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20201",children:"PR #20201"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5360",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.60",children:"5.3.60"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 27 Oct 2021 07:29:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.59..@fluentui/react-charting_v5.3.60",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-320",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.37.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20334",children:"PR #20334"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5359",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.59",children:"5.3.59"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 26 Oct 2021 07:39:42 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.58..@fluentui/react-charting_v5.3.59",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-321",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20328",children:"PR #20328"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.37.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20328",children:"PR #20328"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5358",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.58",children:"5.3.58"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 25 Oct 2021 07:38:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.57..@fluentui/react-charting_v5.3.58",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-322",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.37.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19628",children:"PR #19628"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5357",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.57",children:"5.3.57"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 21 Oct 2021 07:28:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.56..@fluentui/react-charting_v5.3.57",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-323",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20281",children:"PR #20281"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.37.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20281",children:"PR #20281"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5356",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.56",children:"5.3.56"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 20 Oct 2021 07:30:01 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.55..@fluentui/react-charting_v5.3.56",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-324",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.37.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20193",children:"PR #20193"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5355",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.55",children:"5.3.55"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 13 Oct 2021 07:31:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.54..@fluentui/react-charting_v5.3.55",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-325",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.36.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20138",children:"PR #20138"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5354",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.54",children:"5.3.54"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 11 Oct 2021 07:36:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.53..@fluentui/react-charting_v5.3.54",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-326",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.36.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19730",children:"PR #19730"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5353",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.53",children:"5.3.53"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 08 Oct 2021 07:31:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.52..@fluentui/react-charting_v5.3.53",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-327",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.36.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20148",children:"PR #20148"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5352",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.52",children:"5.3.52"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 05 Oct 2021 07:37:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.51..@fluentui/react-charting_v5.3.52",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-328",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20105",children:"PR #20105"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.36.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20105",children:"PR #20105"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5351",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.51",children:"5.3.51"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 04 Oct 2021 07:27:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.50..@fluentui/react-charting_v5.3.51",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-329",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.36.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20051",children:"PR #20051"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5350",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.50",children:"5.3.50"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 30 Sep 2021 07:31:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.49..@fluentui/react-charting_v5.3.50",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-330",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.36.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20017",children:"PR #20017"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5349",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.49",children:"5.3.49"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 29 Sep 2021 07:36:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.48..@fluentui/react-charting_v5.3.49",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-331",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.35.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20013",children:"PR #20013"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5348",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.48",children:"5.3.48"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 28 Sep 2021 22:17:07 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.47..@fluentui/react-charting_v5.3.48",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-332",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20000",children:"PR #20000"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.35.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20000",children:"PR #20000"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20000",children:"PR #20000"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5347",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.47",children:"5.3.47"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 28 Sep 2021 07:37:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.46..@fluentui/react-charting_v5.3.47",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-333",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/dafc3b7b7092b9249afe8cb8129e2ea5c111c9c5",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.35.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/dafc3b7b7092b9249afe8cb8129e2ea5c111c9c5",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5346",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.46",children:"5.3.46"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 27 Sep 2021 07:34:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.45..@fluentui/react-charting_v5.3.46",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-334",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Legend container shifted left by 4 px for keyboard focus border (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19843",children:"PR #19843"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Removed title tag so that title tooltip should not show (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19843",children:"PR #19843"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.34.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19843",children:"PR #19843"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5345",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.45",children:"5.3.45"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 23 Sep 2021 07:35:13 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.44..@fluentui/react-charting_v5.3.45",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-335",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.34.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19891",children:"PR #19891"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5344",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.44",children:"5.3.44"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 22 Sep 2021 09:55:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.43..@fluentui/react-charting_v5.3.44",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-336",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.34.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19902",children:"PR #19902"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5343",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.43",children:"5.3.43"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 21 Sep 2021 07:42:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.42..@fluentui/react-charting_v5.3.43",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-337",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.2.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19865",children:"PR #19865"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.34.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19865",children:"PR #19865"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5342",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.42",children:"5.3.42"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 20 Sep 2021 07:36:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.41..@fluentui/react-charting_v5.3.42",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-338",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Change date parsing to use toLocalString() (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19844",children:"PR #19844"})," by ",(0,c.jsx)(i.a,{href:"mailto:rkilburn@users.noreply.github.com",children:"rkilburn@users.noreply.github.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-charting to v5.3.42 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19844",children:"PR #19844"})," by ",(0,c.jsx)(i.a,{href:"mailto:lingfangao@hotmail.com",children:"lingfangao@hotmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5341",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.41",children:"5.3.41"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 16 Sep 2021 07:38:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.40..@fluentui/react-charting_v5.3.41",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-339",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-charting to v5.3.41 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19815",children:"PR #19815"})," by ",(0,c.jsx)(i.a,{href:"mailto:gcox@microsoft.com",children:"gcox@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5340",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.40",children:"5.3.40"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 14 Sep 2021 07:38:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.39..@fluentui/react-charting_v5.3.40",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-340",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-charting to v5.3.40 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19605",children:"PR #19605"})," by ",(0,c.jsx)(i.a,{href:"mailto:dmitry@grechka.family",children:"dmitry@grechka.family"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5339",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.39",children:"5.3.39"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 13 Sep 2021 07:37:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.38..@fluentui/react-charting_v5.3.39",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-341",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-charting to v5.3.39 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19758",children:"PR #19758"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5338",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.38",children:"5.3.38"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 10 Sep 2021 07:39:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.37..@fluentui/react-charting_v5.3.38",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-342",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Dots for all points will render with opacity as 1 or 0.01 depends on line is active or not. This is done becouse reverse focus was not proper in line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19708",children:"PR #19708"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5337",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.37",children:"5.3.37"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 09 Sep 2021 07:39:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.36..@fluentui/react-charting_v5.3.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-343",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.32.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18829",children:"PR #18829"})," by ",(0,c.jsx)(i.a,{href:"mailto:shujathlive@gmail.com",children:"shujathlive@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5336",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.36",children:"5.3.36"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 08 Sep 2021 07:34:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.35..@fluentui/react-charting_v5.3.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-344",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.31.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19344",children:"PR #19344"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5335",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.35",children:"5.3.35"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 06 Sep 2021 07:34:53 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.34..@fluentui/react-charting_v5.3.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-345",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.30.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19584",children:"PR #19584"})," by ",(0,c.jsx)(i.a,{href:"mailto:gcox@microsoft.com",children:"gcox@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5334",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.34",children:"5.3.34"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 02 Sep 2021 07:36:46 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.33..@fluentui/react-charting_v5.3.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-346",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.30.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19590",children:"PR #19590"})," by ",(0,c.jsx)(i.a,{href:"mailto:olfedias@microsoft.com",children:"olfedias@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5333",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.33",children:"5.3.33"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 31 Aug 2021 07:37:47 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.32..@fluentui/react-charting_v5.3.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-347",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.30.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18892",children:"PR #18892"})," by ",(0,c.jsx)(i.a,{href:"mailto:tmichon@microsoft.com",children:"tmichon@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5332",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.32",children:"5.3.32"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 30 Aug 2021 07:35:05 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.31..@fluentui/react-charting_v5.3.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-348",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.30.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19404",children:"PR #19404"})," by ",(0,c.jsx)(i.a,{href:"mailto:richard@einfinity.co.uk",children:"richard@einfinity.co.uk"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5331",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.31",children:"5.3.31"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 25 Aug 2021 07:35:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.30..@fluentui/react-charting_v5.3.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-349",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.29.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19481",children:"PR #19481"})," by ",(0,c.jsx)(i.a,{href:"mailto:arujain@microsoft.com",children:"arujain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5330",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.30",children:"5.3.30"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 24 Aug 2021 07:34:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.29..@fluentui/react-charting_v5.3.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-350",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["opacity removed for unselected legends border, opacity was causing accessibility luminosity ratio issue (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19436",children:"PR #19436"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Reverting: Legends will be focusable in browser mode (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19406",children:"PR #19406"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Title tag for svg removed, so tooltip will not be shown on chart hover (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19464",children:"PR #19464"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5329",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.29",children:"5.3.29"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 23 Aug 2021 07:35:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.28..@fluentui/react-charting_v5.3.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-351",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.29.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19467",children:"PR #19467"})," by ",(0,c.jsx)(i.a,{href:"mailto:keyou@microsoft.com",children:"keyou@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5328",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.28",children:"5.3.28"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 19 Aug 2021 07:41:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.27..@fluentui/react-charting_v5.3.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-352",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.29.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19416",children:"PR #19416"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@hotmail.com",children:"dzearing@hotmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5327",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.27",children:"5.3.27"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 16 Aug 2021 07:36:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.26..@fluentui/react-charting_v5.3.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-353",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Chart title added for remaining charts, title will describe the chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19356",children:"PR #19356"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Chart element will not render when data value is zero (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19381",children:"PR #19381"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5326",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.26",children:"5.3.26"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 13 Aug 2021 07:36:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.25..@fluentui/react-charting_v5.3.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-354",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.28.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19351",children:"PR #19351"})," by ",(0,c.jsx)(i.a,{href:"mailto:keyou@microsoft.com",children:"keyou@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5325",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.25",children:"5.3.25"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 12 Aug 2021 07:34:46 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.24..@fluentui/react-charting_v5.3.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-355",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.28.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19350",children:"PR #19350"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5324",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.24",children:"5.3.24"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 11 Aug 2021 07:34:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.23..@fluentui/react-charting_v5.3.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-356",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Legends will be focusable in browser mode (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19318",children:"PR #19318"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Chart title added for Area and Line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19293",children:"PR #19293"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5323",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.23",children:"5.3.23"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 09 Aug 2021 07:35:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.22..@fluentui/react-charting_v5.3.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-357",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.27.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19228",children:"PR #19228"})," by ",(0,c.jsx)(i.a,{href:"mailto:kinhln@microsoft.com",children:"kinhln@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5322",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.22",children:"5.3.22"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 05 Aug 2021 07:34:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.21..@fluentui/react-charting_v5.3.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-358",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Accessibility change for Area Chart and Line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19245",children:"PR #19245"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5321",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.21",children:"5.3.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 03 Aug 2021 07:39:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.20..@fluentui/react-charting_v5.3.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-359",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.26.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19169",children:"PR #19169"})," by ",(0,c.jsx)(i.a,{href:"mailto:behowell@microsoft.com",children:"behowell@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5320",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.20",children:"5.3.20"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 02 Aug 2021 07:36:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.19..@fluentui/react-charting_v5.3.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-360",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added role as a link for overflow legends message, so it will read like 7 more link collapsed (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19199",children:"PR #19199"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Border will be visible on rect focus (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19202",children:"PR #19202"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["callout issue resolved by adding preventDismissOnLostFocus prop to callout props (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19178",children:"PR #19178"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Accessibility change for Vertical Bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19074",children:"PR #19074"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5319",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.19",children:"5.3.19"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 30 Jul 2021 07:35:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.18..@fluentui/react-charting_v5.3.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-361",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.26.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19195",children:"PR #19195"})," by ",(0,c.jsx)(i.a,{href:"mailto:rezha@microsoft.com",children:"rezha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5318",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.18",children:"5.3.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 29 Jul 2021 07:35:37 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.17..@fluentui/react-charting_v5.3.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-362",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.25.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19137",children:"PR #19137"})," by ",(0,c.jsx)(i.a,{href:"mailto:ololubek@microsoft.com",children:"ololubek@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5317",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.17",children:"5.3.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 28 Jul 2021 07:34:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.16..@fluentui/react-charting_v5.3.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-363",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.24.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19080",children:"PR #19080"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5316",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.16",children:"5.3.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 27 Jul 2021 07:34:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.15..@fluentui/react-charting_v5.3.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-364",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Accessibility change for Vertical stacked bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19072",children:"PR #19072"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Accessibility change for HeatMap chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19059",children:"PR #19059"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Donut chart custom accessibility change (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18865",children:"PR #18865"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5315",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.15",children:"5.3.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 26 Jul 2021 07:37:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.14..@fluentui/react-charting_v5.3.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-365",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19122",children:"PR #19122"})," by ",(0,c.jsx)(i.a,{href:"mailto:behowell@microsoft.com",children:"behowell@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5314",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.14",children:"5.3.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 23 Jul 2021 07:38:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.13..@fluentui/react-charting_v5.3.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-366",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18580",children:"PR #18580"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5313",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.13",children:"5.3.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 22 Jul 2021 07:36:55 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.12..@fluentui/react-charting_v5.3.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-367",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19008",children:"PR #19008"})," by ",(0,c.jsx)(i.a,{href:"mailto:litong@microsoft.com",children:"litong@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5312",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.12",children:"5.3.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 20 Jul 2021 22:23:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.11..@fluentui/react-charting_v5.3.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-368",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18984",children:"PR #18984"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5311",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.11",children:"5.3.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 16 Jul 2021 00:35:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.10..@fluentui/react-charting_v5.3.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-369",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18909",children:"PR #18909"})," by ",(0,c.jsx)(i.a,{href:"mailto:ilrosen@microsoft.com",children:"ilrosen@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5310",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.10",children:"5.3.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 15 Jul 2021 07:36:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.9..@fluentui/react-charting_v5.3.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-370",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18884",children:"PR #18884"})," by ",(0,c.jsx)(i.a,{href:"mailto:behowell@microsoft.com",children:"behowell@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"539",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.9",children:"5.3.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 14 Jul 2021 07:28:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.8..@fluentui/react-charting_v5.3.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-371",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18853",children:"PR #18853"})," by ",(0,c.jsx)(i.a,{href:"mailto:makopch@microsoft.com",children:"makopch@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"538",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.8",children:"5.3.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 13 Jul 2021 22:32:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.7..@fluentui/react-charting_v5.3.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-372",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["GroupedVertical Chart accessibility change (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18880",children:"PR #18880"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"537",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.7",children:"5.3.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 13 Jul 2021 07:35:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.6..@fluentui/react-charting_v5.3.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-373",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18802",children:"PR #18802"})," by ",(0,c.jsx)(i.a,{href:"mailto:tmichon@microsoft.com",children:"tmichon@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"536",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.6",children:"5.3.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 09 Jul 2021 07:39:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.5..@fluentui/react-charting_v5.3.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-374",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.22.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18808",children:"PR #18808"})," by ",(0,c.jsx)(i.a,{href:"mailto:martinhochel@microsoft.com",children:"martinhochel@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"535",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.5",children:"5.3.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 08 Jul 2021 07:32:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.4..@fluentui/react-charting_v5.3.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-375",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Stacked Bar and Multi Stacked Bar chart: fixed when chart data is empty (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18811",children:"PR #18811"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"534",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.4",children:"5.3.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 07 Jul 2021 07:32:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.3..@fluentui/react-charting_v5.3.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-376",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.22.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18825",children:"PR #18825"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"533",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.3",children:"5.3.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 01 Jul 2021 07:35:05 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.2..@fluentui/react-charting_v5.3.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-377",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.22.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18430",children:"PR #18430"})," by ",(0,c.jsx)(i.a,{href:"mailto:nikolenkoanton92@gmail.com",children:"nikolenkoanton92@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"532",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.2",children:"5.3.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 29 Jun 2021 07:33:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.1..@fluentui/react-charting_v5.3.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-378",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.21.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18713",children:"PR #18713"})," by ",(0,c.jsx)(i.a,{href:"mailto:makopch@microsoft.com",children:"makopch@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"531",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.1",children:"5.3.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 28 Jun 2021 07:35:16 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.0..@fluentui/react-charting_v5.3.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-379",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Stacked bar chart and multi stacked bar chart custom accessibility changes, for chart title, chart data text and CallOut. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18723",children:"PR #18723"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"530",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.0",children:"5.3.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 25 Jun 2021 07:31:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.12..@fluentui/react-charting_v5.3.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-16",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["add gaps, dotted lines and borders to line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18665",children:"PR #18665"})," by ",(0,c.jsx)(i.a,{href:"mailto:nojittip@microsoft.com",children:"nojittip@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-380",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Horizontal bar chart accessibility changes (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18687",children:"PR #18687"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5212",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.12",children:"5.2.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 24 Jun 2021 07:31:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.11..@fluentui/react-charting_v5.2.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-381",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Accessibility changes for MultiStackedBar chart, narrator will read the visible content from CallOut hover card (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18619",children:"PR #18619"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5211",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.11",children:"5.2.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 22 Jun 2021 07:35:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.10..@fluentui/react-charting_v5.2.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-382",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.20.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18526",children:"PR #18526"})," by ",(0,c.jsx)(i.a,{href:"mailto:tkrasniqi@microsoft.com",children:"tkrasniqi@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5210",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.10",children:"5.2.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 21 Jun 2021 07:34:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.9..@fluentui/react-charting_v5.2.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-383",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.20.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18613",children:"PR #18613"})," by ",(0,c.jsx)(i.a,{href:"mailto:ololubek@microsoft.com",children:"ololubek@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"529",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.9",children:"5.2.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 18 Jun 2021 07:30:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.8..@fluentui/react-charting_v5.2.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-384",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.20.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18268",children:"PR #18268"})," by ",(0,c.jsx)(i.a,{href:"mailto:khhuynh@microsoft.com",children:"khhuynh@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"528",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.8",children:"5.2.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 16 Jun 2021 07:34:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.7..@fluentui/react-charting_v5.2.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-385",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.19.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18469",children:"PR #18469"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"527",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.7",children:"5.2.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 15 Jun 2021 07:40:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.6..@fluentui/react-charting_v5.2.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-386",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.19.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18529",children:"PR #18529"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"526",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.6",children:"5.2.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 11 Jun 2021 07:34:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.5..@fluentui/react-charting_v5.2.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-387",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.18.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18495",children:"PR #18495"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"525",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.5",children:"5.2.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 10 Jun 2021 07:32:59 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.4..@fluentui/react-charting_v5.2.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-388",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.17.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18472",children:"PR #18472"})," by ",(0,c.jsx)(i.a,{href:"mailto:lorejoh12@gmail.com",children:"lorejoh12@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"524",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.4",children:"5.2.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 09 Jun 2021 07:33:38 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.3..@fluentui/react-charting_v5.2.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-389",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.17.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18298",children:"PR #18298"})," by ",(0,c.jsx)(i.a,{href:"mailto:tkrasniqi@microsoft.com",children:"tkrasniqi@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"523",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.3",children:"5.2.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 08 Jun 2021 07:32:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.2..@fluentui/react-charting_v5.2.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-390",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.17.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18298",children:"PR #18298"})," by ",(0,c.jsx)(i.a,{href:"mailto:tkrasniqi@microsoft.com",children:"tkrasniqi@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"522",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.2",children:"5.2.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 07 Jun 2021 07:38:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.1..@fluentui/react-charting_v5.2.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-391",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.1.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18437",children:"PR #18437"})," by ",(0,c.jsx)(i.a,{href:"mailto:martinhochel@microsoft.com",children:"martinhochel@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"521",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.1",children:"5.2.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 04 Jun 2021 07:37:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.0..@fluentui/react-charting_v5.2.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-392",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.17.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18427",children:"PR #18427"})," by ",(0,c.jsx)(i.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"520",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.0",children:"5.2.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 02 Jun 2021 07:37:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.17..@fluentui/react-charting_v5.2.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-17",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Adding onClick handler to charts that do not have one to provide more flexible user scenarios (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18369",children:"PR #18369"})," by ",(0,c.jsx)(i.a,{href:"mailto:jisooj0403@gmail.com",children:"jisooj0403@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5117",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.17",children:"5.1.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 31 May 2021 07:33:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.16..@fluentui/react-charting_v5.1.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-393",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.16.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18376",children:"PR #18376"})," by ",(0,c.jsx)(i.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5116",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.16",children:"5.1.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 27 May 2021 07:33:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.15..@fluentui/react-charting_v5.1.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-394",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.15.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18197",children:"PR #18197"})," by ",(0,c.jsx)(i.a,{href:"mailto:hetanthakkar1@gmail.com",children:"hetanthakkar1@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5115",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.15",children:"5.1.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 26 May 2021 07:35:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.14..@fluentui/react-charting_v5.1.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-395",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.15.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18272",children:"PR #18272"})," by ",(0,c.jsx)(i.a,{href:"mailto:hetanthakkar1@gmail.com",children:"hetanthakkar1@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5114",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.14",children:"5.1.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 25 May 2021 01:11:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.13..@fluentui/react-charting_v5.1.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-396",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["aria-labelledby accessibility issue resolved by adding role and aria-label (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18279",children:"PR #18279"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5113",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.13",children:"5.1.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 24 May 2021 07:35:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.12..@fluentui/react-charting_v5.1.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-397",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.14 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18221",children:"PR #18221"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5112",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.12",children:"5.1.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 21 May 2021 07:34:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.11..@fluentui/react-charting_v5.1.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-398",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.13 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18198",children:"PR #18198"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5111",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.11",children:"5.1.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 20 May 2021 07:41:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.10..@fluentui/react-charting_v5.1.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-399",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.12 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18041",children:"PR #18041"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5110-1",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.10",children:"5.1.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 19 May 2021 07:34:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.9..@fluentui/react-charting_v5.1.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-400",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18194",children:"PR #18194"})," by ",(0,c.jsx)(i.a,{href:"mailto:martinhochel@microsoft.com",children:"martinhochel@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"519",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.9",children:"5.1.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 18 May 2021 07:34:38 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.8..@fluentui/react-charting_v5.1.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-401",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17593",children:"PR #17593"})," by ",(0,c.jsx)(i.a,{href:"mailto:zhigzhen@microsoft.com",children:"zhigzhen@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"518",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.8",children:"5.1.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 17 May 2021 07:33:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.7..@fluentui/react-charting_v5.1.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-402",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18146",children:"PR #18146"})," by ",(0,c.jsx)(i.a,{href:"mailto:tkrasniqi@microsoft.com",children:"tkrasniqi@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"517",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.7",children:"5.1.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 14 May 2021 07:35:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.6..@fluentui/react-charting_v5.1.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-403",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18150",children:"PR #18150"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"516",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.6",children:"5.1.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 13 May 2021 07:36:55 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.5..@fluentui/react-charting_v5.1.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-404",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18102",children:"PR #18102"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"515",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.5",children:"5.1.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 12 May 2021 07:36:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.4..@fluentui/react-charting_v5.1.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-405",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18127",children:"PR #18127"})," by ",(0,c.jsx)(i.a,{href:"mailto:oliver.webb@starleaf.com",children:"oliver.webb@starleaf.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"514",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.4",children:"5.1.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 10 May 2021 07:36:07 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.3..@fluentui/react-charting_v5.1.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-406",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18042",children:"PR #18042"})," by ",(0,c.jsx)(i.a,{href:"mailto:cujurgen@microsoft.com",children:"cujurgen@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"513",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.3",children:"5.1.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 07 May 2021 07:34:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.2..@fluentui/react-charting_v5.1.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-407",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17810",children:"PR #17810"})," by ",(0,c.jsx)(i.a,{href:"mailto:anhw@microsoft.com",children:"anhw@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"512",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.2",children:"5.1.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 06 May 2021 07:35:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.1..@fluentui/react-charting_v5.1.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-408",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18069",children:"PR #18069"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"511",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.1",children:"5.1.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 04 May 2021 07:36:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.0..@fluentui/react-charting_v5.1.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-409",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17925",children:"PR #17925"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"510",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.0",children:"5.1.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 30 Apr 2021 07:42:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.37..@fluentui/react-charting_v5.1.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-18",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Upgrade typescript to 4.1.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(i.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-410",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(i.a,{href:"mailto:jdh@microsoft.com",children:"jdh@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.1.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(i.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/eslint-plugin to v1.2.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(i.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(i.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.1.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(i.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/scripts to v1.0.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(i.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5037",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.37",children:"5.0.37"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 29 Apr 2021 07:30:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.36..@fluentui/react-charting_v5.0.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-411",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["aria-label added to legends and updated test cases (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17978",children:"PR #17978"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5036",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.36",children:"5.0.36"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 28 Apr 2021 07:32:59 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.35..@fluentui/react-charting_v5.0.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-412",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.13.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17878",children:"PR #17878"})," by ",(0,c.jsx)(i.a,{href:"mailto:shi.cheng@microsoft.com",children:"shi.cheng@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5035",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.35",children:"5.0.35"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 27 Apr 2021 07:34:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.34..@fluentui/react-charting_v5.0.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-413",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix: VerticalBarChart: Cannot read property 'x' of undefined error if empty data provided (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17003",children:"PR #17003"})," by ",(0,c.jsx)(i.a,{href:"mailto:feodor@appveyor.com",children:"feodor@appveyor.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5034",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.34",children:"5.0.34"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 26 Apr 2021 07:34:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.33..@fluentui/react-charting_v5.0.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-414",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.12.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17933",children:"PR #17933"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5033",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.33",children:"5.0.33"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 23 Apr 2021 07:37:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.32..@fluentui/react-charting_v5.0.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-415",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.12.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17894",children:"PR #17894"})," by ",(0,c.jsx)(i.a,{href:"mailto:olfedias@microsoft.com",children:"olfedias@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5032",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.32",children:"5.0.32"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 20 Apr 2021 07:31:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.31..@fluentui/react-charting_v5.0.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-416",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Donut chart - when hideLegend true, udpated legends container (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17744",children:"PR #17744"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Pentagon size reverted to normal size (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17821",children:"PR #17821"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5031",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.31",children:"5.0.31"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 16 Apr 2021 07:32:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.30..@fluentui/react-charting_v5.0.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-417",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.11.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17831",children:"PR #17831"})," by ",(0,c.jsx)(i.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5030",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.30",children:"5.0.30"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 14 Apr 2021 07:34:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.29..@fluentui/react-charting_v5.0.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-418",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.10.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17807",children:"PR #17807"})," by ",(0,c.jsx)(i.a,{href:"mailto:miclo@microsoft.com",children:"miclo@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5029",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.29",children:"5.0.29"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 13 Apr 2021 14:55:56 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.28..@fluentui/react-charting_v5.0.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-419",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.10.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17723",children:"PR #17723"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5028",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.28",children:"5.0.28"})}),"\n",(0,c.jsxs)(i.p,{children:["Sat, 10 Apr 2021 03:23:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.27..@fluentui/react-charting_v5.0.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-420",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.9.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17683",children:"PR #17683"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5027",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.27",children:"5.0.27"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 09 Apr 2021 23:42:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.26..@fluentui/react-charting_v5.0.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-421",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.9.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17739",children:"PR #17739"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5026",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.26",children:"5.0.26"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 09 Apr 2021 07:31:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.25..@fluentui/react-charting_v5.0.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-422",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Line chart: Icons updated and icon size updated (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17643",children:"PR #17643"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5025",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.25",children:"5.0.25"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 08 Apr 2021 07:33:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.24..@fluentui/react-charting_v5.0.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-423",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.9.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17733",children:"PR #17733"})," by ",(0,c.jsx)(i.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5024",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.24",children:"5.0.24"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 07 Apr 2021 08:04:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.23..@fluentui/react-charting_v5.0.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-424",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.9.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17603",children:"PR #17603"})," by ",(0,c.jsx)(i.a,{href:"mailto:vapullur@microsoft.com",children:"vapullur@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5023",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.23",children:"5.0.23"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 06 Apr 2021 07:34:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.22..@fluentui/react-charting_v5.0.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-425",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.9.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17698",children:"PR #17698"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5022",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.22",children:"5.0.22"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 01 Apr 2021 07:33:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.21..@fluentui/react-charting_v5.0.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-426",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.8.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17632",children:"PR #17632"})," by ",(0,c.jsx)(i.a,{href:"mailto:miclo@microsoft.com",children:"miclo@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5021",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.21",children:"5.0.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 31 Mar 2021 00:53:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.20..@fluentui/react-charting_v5.0.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-427",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.7.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17568",children:"PR #17568"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5020",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.20",children:"5.0.20"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 30 Mar 2021 07:34:45 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.19..@fluentui/react-charting_v5.0.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-428",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.7.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17584",children:"PR #17584"})," by ",(0,c.jsx)(i.a,{href:"mailto:olfedias@microsoft.com",children:"olfedias@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5019",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.19",children:"5.0.19"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 29 Mar 2021 07:30:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.18..@fluentui/react-charting_v5.0.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-429",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["callout dismiss on escape issue resolved (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17571",children:"PR #17571"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5018",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.18",children:"5.0.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 25 Mar 2021 07:33:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.17..@fluentui/react-charting_v5.0.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-430",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.6.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17507",children:"PR #17507"})," by ",(0,c.jsx)(i.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5017",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.17",children:"5.0.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 24 Mar 2021 07:32:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.16..@fluentui/react-charting_v5.0.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-431",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.6.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17480",children:"PR #17480"})," by ",(0,c.jsx)(i.a,{href:"mailto:anhw@microsoft.com",children:"anhw@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5016",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.16",children:"5.0.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 22 Mar 2021 07:34:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.15..@fluentui/react-charting_v5.0.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-432",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.5.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17506",children:"PR #17506"})," by ",(0,c.jsx)(i.a,{href:"mailto:behowell@microsoft.com",children:"behowell@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5015",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.15",children:"5.0.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Mar 2021 20:15:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.14..@fluentui/react-charting_v5.0.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-433",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.5.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17267",children:"PR #17267"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5014",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.14",children:"5.0.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Mar 2021 07:33:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.13..@fluentui/react-charting_v5.0.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-434",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.4.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17467",children:"PR #17467"})," by ",(0,c.jsx)(i.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5013",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.13",children:"5.0.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 17 Mar 2021 07:35:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.12..@fluentui/react-charting_v5.0.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-435",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.3.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17315",children:"PR #17315"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5012",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.12",children:"5.0.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 16 Mar 2021 07:32:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.11..@fluentui/react-charting_v5.0.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-436",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.3.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17405",children:"PR #17405"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5011",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.11",children:"5.0.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 12 Mar 2021 20:04:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.10..@fluentui/react-charting_v5.0.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-437",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.2.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17373",children:"PR #17373"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5010",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.10",children:"5.0.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 11 Mar 2021 07:33:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.9..@fluentui/react-charting_v5.0.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-438",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["added mouse events to the single data point (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17311",children:"PR #17311"})," by email not defined)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"509",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.9",children:"5.0.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 10 Mar 2021 07:34:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.8..@fluentui/react-charting_v5.0.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-439",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.1.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17316",children:"PR #17316"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"508",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.8",children:"5.0.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 09 Mar 2021 07:32:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.7..@fluentui/react-charting_v5.0.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-440",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.1.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17299",children:"PR #17299"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"507",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.7",children:"5.0.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Sun, 07 Mar 2021 23:34:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.6..@fluentui/react-charting_v5.0.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-441",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.1.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17296",children:"PR #17296"})," by ",(0,c.jsx)(i.a,{href:"mailto:miclo@microsoft.com",children:"miclo@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"506",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.6",children:"5.0.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 05 Mar 2021 20:30:59 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.5..@fluentui/react-charting_v5.0.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-442",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Horizontal bar chart: Fix issue for Rounded value to 1 if less than 1% to appear in the chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17292",children:"PR #17292"})," by email not defined)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"505",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.5",children:"5.0.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 03 Mar 2021 07:45:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.4..@fluentui/react-charting_v5.0.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-443",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.1.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17252",children:"PR #17252"})," by ",(0,c.jsx)(i.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"504",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.4",children:"5.0.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 03 Mar 2021 00:10:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.3..@fluentui/react-charting_v5.0.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-444",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix webpack bundle (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17246",children:"PR #17246"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"503",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.3",children:"5.0.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 02 Mar 2021 07:24:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.2..@fluentui/react-charting_v5.0.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-445",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.1.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17001",children:"PR #17001"})," by ",(0,c.jsx)(i.a,{href:"mailto:feodor@appveyor.com",children:"feodor@appveyor.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"502",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.2",children:"5.0.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 01 Mar 2021 07:20:46 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.1..@fluentui/react-charting_v5.0.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-446",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.1.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16599",children:"PR #16599"})," by ",(0,c.jsx)(i.a,{href:"mailto:hantatsang@gmail.com",children:"hantatsang@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"501",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.1",children:"5.0.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 26 Feb 2021 01:16:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.62..@fluentui/react-charting_v5.0.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-447",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Release major version (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17169",children:"PR #17169"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta62",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.62",children:"5.0.0-beta.62"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 25 Feb 2021 20:16:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.61..@fluentui/react-charting_v5.0.0-beta.62",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["CartesianChart accessibility: support custom attribute on ",(0,c.jsx)(i.code,{children:"svg"}),"; hide axis labels from screen readers (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17170",children:"PR #17170"})," by ",(0,c.jsx)(i.a,{href:"mailto:mibes@microsoft.com",children:"mibes@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta61",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.61",children:"5.0.0-beta.61"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 25 Feb 2021 01:15:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.60..@fluentui/react-charting_v5.0.0-beta.61",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-1",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.0.0-beta.25 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17118",children:"PR #17118"})," by ",(0,c.jsx)(i.a,{href:"mailto:altinokd@microsoft.com",children:"altinokd@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta60",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.60",children:"5.0.0-beta.60"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 24 Feb 2021 07:19:56 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.59..@fluentui/react-charting_v5.0.0-beta.60",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-2",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.0.0-beta.61 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16854",children:"PR #16854"})," by ",(0,c.jsx)(i.a,{href:"mailto:shi.cheng@microsoft.com",children:"shi.cheng@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta59",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.59",children:"5.0.0-beta.59"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 24 Feb 2021 00:05:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.58..@fluentui/react-charting_v5.0.0-beta.59",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-3",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["introducing the prop allowMultipleShapesFor, when set to true allows shape the data point (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17127",children:"PR #17127"})," by email not defined)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta58",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.58",children:"5.0.0-beta.58"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 22 Feb 2021 12:26:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.57..@fluentui/react-charting_v5.0.0-beta.58",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-4",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.0-beta.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17061",children:"PR #17061"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta57",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.57",children:"5.0.0-beta.57"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Feb 2021 19:38:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.56..@fluentui/react-charting_v5.0.0-beta.57",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-5",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Allow React 17 in peerDependencies. The library has not yet been fully validated with React 17, so please report any issues you find. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17048",children:"PR #17048"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta56",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.56",children:"5.0.0-beta.56"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Feb 2021 12:27:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.55..@fluentui/react-charting_v5.0.0-beta.56",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-6",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.0.0-beta.22 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16975",children:"PR #16975"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta55",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.55",children:"5.0.0-beta.55"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 15 Feb 2021 12:22:00 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.54..@fluentui/react-charting_v5.0.0-beta.55",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-7",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.0.0-beta.55 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16880",children:"PR #16880"})," by ",(0,c.jsx)(i.a,{href:"mailto:xgao@microsoft.com",children:"xgao@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta54",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.54",children:"5.0.0-beta.54"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 12 Feb 2021 12:26:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.53..@fluentui/react-charting_v5.0.0-beta.54",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-8",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.0.0-beta.54 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16849",children:"PR #16849"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta53",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.53",children:"5.0.0-beta.53"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 11 Feb 2021 00:58:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.52..@fluentui/react-charting_v5.0.0-beta.53",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-9",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["custom test area(right side of the chart) for horizontal bar chart added. By this, we can customize the right side test values to the chart. all files snaps updated (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16810",children:"PR #16810"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Narrator issues fixed in bar charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16914",children:"PR #16914"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta52",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.52",children:"5.0.0-beta.52"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 10 Feb 2021 12:20:53 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.51..@fluentui/react-charting_v5.0.0-beta.52",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-10",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.0.0-beta.52 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16873",children:"PR #16873"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta51",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.51",children:"5.0.0-beta.51"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 09 Feb 2021 12:24:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.50..@fluentui/react-charting_v5.0.0-beta.51",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-11",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.0.0-beta.51 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16832",children:"PR #16832"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta50",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.50",children:"5.0.0-beta.50"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 09 Feb 2021 00:56:52 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.49..@fluentui/react-charting_v5.0.0-beta.50",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-12",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.0.0-beta.50 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16835",children:"PR #16835"})," by ",(0,c.jsx)(i.a,{href:"mailto:ololubek@microsoft.com",children:"ololubek@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta49",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.49",children:"5.0.0-beta.49"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 05 Feb 2021 12:20:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.47..@fluentui/react-charting_v5.0.0-beta.49",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-13",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.0.0-beta.49 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15707",children:"PR #15707"})," by ",(0,c.jsx)(i.a,{href:"mailto:czearing@outlook.com",children:"czearing@outlook.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta44",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.44",children:"5.0.0-beta.44"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 28 Jan 2021 12:25:56 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.43..@fluentui/react-charting_v5.0.0-beta.44",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-14",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Updating to webpack 5, latest typings, latest loaders and plugins. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16447",children:"PR #16447"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Update high contrast to support forced colors (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16595",children:"PR #16595"})," by ",(0,c.jsx)(i.a,{href:"mailto:sareiff@microsoft.com",children:"sareiff@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["adding lines in vertical stacked bar chart complex combo chart (#15551) (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16639",children:"PR #16639"})," by ",(0,c.jsx)(i.a,{href:"mailto:jakubkonka@microsoft.com",children:"jakubkonka@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Cherry-pick react-charting updates from v7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16667",children:"PR #16667"})," by ",(0,c.jsx)(i.a,{href:"mailto:jakubkonka@microsoft.com",children:"jakubkonka@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta43",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.43",children:"5.0.0-beta.43"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 27 Jan 2021 12:30:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.39..@fluentui/react-charting_v5.0.0-beta.43",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-15",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["LineChart fixes backported from v7 branch (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16634",children:"PR #16634"})," by ",(0,c.jsx)(i.a,{href:"mailto:jakubkonka@microsoft.com",children:"jakubkonka@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta39",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.39",children:"5.0.0-beta.39"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 21 Jan 2021 12:36:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.25..@fluentui/react-charting_v5.0.0-beta.39",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-16",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Updating dev dependencies. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16548",children:"PR #16548"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta25",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.25",children:"5.0.0-beta.25"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 03 Dec 2020 12:32:57 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.18..@fluentui/react-charting_v5.0.0-beta.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-17",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Remove focus for horizental bar chart grey area (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15948",children:"PR #15948"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta18",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.18",children:"5.0.0-beta.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 19 Nov 2020 12:28:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.14..@fluentui/react-charting_v5.0.0-beta.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-18",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Date x axis tick values customizations (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15910",children:"PR #15910"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta7",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.7",children:"5.0.0-beta.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 30 Oct 2020 12:33:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.4..@fluentui/react-charting_v5.0.0-beta.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-19",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Charting: Make x axis tick count default value to 6 for Cartesian chart and use the xAxisTickCount prop (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15774",children:"PR #15774"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta4",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.4",children:"5.0.0-beta.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 27 Oct 2020 12:35:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.3..@fluentui/react-charting_v5.0.0-beta.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-20",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Charting: Adding custom Callout support for HorizontalBarChart, StackedBarChart and DonutChart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15697",children:"PR #15697"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Fixing uncaught type error in VerticalStackedBarChart and made minor edits to margins. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15699",children:"PR #15699"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Adding support for bar gaps and rounded corners in VerticalStackedBarChart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15704",children:"PR #15704"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Added line feature to VerticalBarChart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15705",children:"PR #15705"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta3",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.3",children:"5.0.0-beta.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 26 Oct 2020 12:39:59 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.1..@fluentui/react-charting_v5.0.0-beta.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-21",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Charting: Adding customized callout support to AreaChart and LineChart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15684",children:"PR #15684"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Changing hover behavior of circles and removing focus of circles. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15686",children:"PR #15686"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta1",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.1",children:"5.0.0-beta.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 23 Oct 2020 12:33:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.0..@fluentui/react-charting_v5.0.0-beta.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-22",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added color fill bar feature to line chart component (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15660",children:"PR #15660"})," by ",(0,c.jsx)(i.a,{href:"mailto:memille@microsoft.com",children:"memille@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta0",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.0",children:"5.0.0-beta.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 23 Oct 2020 03:26:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v4.2.4..@fluentui/react-charting_v5.0.0-beta.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-23",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Rename @uifabric/charting to @fluentui/react-charting (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15564",children:"PR #15564"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Rename @uifabric/set-version to @fluentui/set-version (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15616",children:"PR #15616"})," by ",(0,c.jsx)(i.a,{href:"mailto:ololubek@microsoft.com",children:"ololubek@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Refactoring Vertical Bar Chart via implementation of Cartesian chart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15639",children:"PR #15639"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Resolving redraw issue after data change in AreaChart and implementing memoization. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15647",children:"PR #15647"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Implementing HeatMapChart and introducing some APIs in CartesianChart to support it. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15664",children:"PR #15664"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Rename office-ui-fabric-react package and update references (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15271",children:"PR #15271"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix imports to reference physical files. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15340",children:"PR #15340"})," by ",(0,c.jsx)(i.a,{href:"mailto:xgao@microsoft.com",children:"xgao@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Remove unused prop-types dependency; don't publish demo app (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15414",children:"PR #15414"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Remove unneeded package dependencies. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15456",children:"PR #15456"})," by ",(0,c.jsx)(i.a,{href:"mailto:xgao@microsoft.com",children:"xgao@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"424",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v4.2.4",children:"4.2.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 25 Sep 2020 12:25:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v4.2.0..@uifabric/charting_v4.2.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-448",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Moving examples to @fluentui/examples package. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15132",children:"PR #15132"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"420",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v4.2.0",children:"4.2.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 21 Sep 2020 12:22:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v4.1.1..@uifabric/charting_v4.2.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-19",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Vertical stacked bar chart code refactored - Cartesinan chart impletemented in base file. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15061",children:"PR #15061"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-449",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["To redraw the line chart after single legend selected, need to send updated points data to cartesian chart. Now updated. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15117",children:"PR #15117"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"410",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v4.1.0",children:"4.1.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 16 Sep 2020 12:27:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v4.0.3..@uifabric/charting_v4.1.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-20",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["[VerticalStackedBarChart] Legend options and fixes (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15050",children:"PR #15050"})," by ",(0,c.jsx)(i.a,{href:"mailto:mibes@microsoft.com",children:"mibes@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"402",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v4.0.2",children:"4.0.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 14 Sep 2020 12:22:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v4.0.1..@uifabric/charting_v4.0.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-450",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Insiginificant trailing zeros removed from ticks (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14957",children:"PR #14957"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.om",children:"v-jasha@microsoft.om"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"400",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v4.0.0",children:"4.0.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 10 Sep 2020 12:23:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.6.2..@uifabric/charting_v4.0.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"major-changes",children:"Major changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Vertical stacked bar chart combined callout and other tweaks (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14912",children:"PR #14912"})," by ",(0,c.jsx)(i.a,{href:"mailto:mibes@microsoft.com",children:"mibes@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"362",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.6.2",children:"3.6.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 10 Sep 2020 01:20:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.6.0..@uifabric/charting_v3.6.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-451",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix issue when we focus on charts in IE (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14946",children:"PR #14946"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"360",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.6.0",children:"3.6.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 09 Sep 2020 12:24:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.5.1..@uifabric/charting_v3.6.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-21",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Area chart re design and updated Cartesian (removed reRenderProp method from Cartesian as it only uses for area chart previously. Now code udpated, so no need of that method.) (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14892",children:"PR #14892"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"350",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.5.0",children:"3.5.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 04 Sep 2020 12:28:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.4.0..@uifabric/charting_v3.5.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-22",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["making the prop 'showYAxisGridLines' as deprecated. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14872",children:"PR #14872"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"340",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.4.0",children:"3.4.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 03 Sep 2020 12:22:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.3.1..@uifabric/charting_v3.4.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-23",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["VerticalStackedBarChart - add yMaxValue, yAxisTickFormat, margins (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14830",children:"PR #14830"})," by ",(0,c.jsx)(i.a,{href:"mailto:mibes@microsoft.com",children:"mibes@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-452",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["resize of area chart issue fixed (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14840",children:"PR #14840"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"331",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.3.1",children:"3.3.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 31 Aug 2020 18:11:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.3.0..@uifabric/charting_v3.3.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-453",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Redesign of Chart helper and updated associate files (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14781",children:"PR #14781"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"330",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.3.0",children:"3.3.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 31 Aug 2020 12:25:46 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.2.0..@uifabric/charting_v3.3.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-24",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["added multiselection of legends for the line chart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14758",children:"PR #14758"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"320",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.2.0",children:"3.2.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 28 Aug 2020 12:29:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.1.5..@uifabric/charting_v3.2.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-25",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["added rtl support for all the cartesian charts such as linechart, areachart, verticalbarchart, groupedvertical chart and vertical stacked bar chart. also added styleprop isRtl to add some styles (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14584",children:"PR #14584"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"315",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.1.5",children:"3.1.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 27 Aug 2020 12:36:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.1.4..@uifabric/charting_v3.1.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-454",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["IE11 support for xAxis labels and utility created for x axis labels wrapping (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14628",children:"PR #14628"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["making legends focusable by default. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14731",children:"PR #14731"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"314",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.1.4",children:"3.1.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 26 Aug 2020 12:35:38 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.1.3..@uifabric/charting_v3.1.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-455",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Y axis ticks values duplicating issue resolved. removed ticks() and added tickFormat() (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14657",children:"PR #14657"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"311",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.1.1",children:"3.1.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 20 Aug 2020 12:37:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.1.0..@uifabric/charting_v3.1.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-456",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Remove references to React global (add explicit imports) (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14613",children:"PR #14613"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"310",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.1.0",children:"3.1.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 19 Aug 2020 12:44:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.0.10..@uifabric/charting_v3.1.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-26",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["focusing the legends based on the the prop 'allowFocusOnLegends' and exposing all the new prop 'legendProps' on all the charts which are using legends form which they can manipulate the respective lengends with this prop (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14463",children:"PR #14463"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-457",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["For Stacked area chart need to calculate highest Y value based on given input data(after processing the data only). This needs to be send charthelper. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14521",children:"PR #14521"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"3010",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.0.10",children:"3.0.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 18 Aug 2020 07:58:00 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.0.7..@uifabric/charting_v3.0.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-458",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix publish (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14566",children:"PR #14566"})," by ",(0,c.jsx)(i.a,{href:"mailto:kchau@microsoft.com",children:"kchau@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"307",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.0.7",children:"3.0.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 12 Aug 2020 18:34:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.0.5..@uifabric/charting_v3.0.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-459",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Grouped vertical bar chart - x axis labels wrapping and truncating the word. Showing the tooltip when word truncated. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14433",children:"PR #14433"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"302",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.0.2",children:"3.0.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 06 Aug 2020 00:30:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.0.0..@uifabric/charting_v3.0.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-460",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["yMax and yMin values added to prop types of chart helper (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14256",children:"PR #14256"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Grouped vertical bar chart refresh issue in admin controls resoled (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14277",children:"PR #14277"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"300",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.0.0",children:"3.0.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 04 Aug 2020 12:42:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.8.0..@uifabric/charting_v3.0.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"major-changes-1",children:"Major changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["reverted sankey chart code (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14301",children:"PR #14301"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"280",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.8.0",children:"2.8.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 31 Jul 2020 12:47:45 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.7.7..@uifabric/charting_v2.8.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-27",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Adding an option to show total counts in line chart legend, and new type in yCalloutData to support new tooltip design in line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14169",children:"PR #14169"})," by ",(0,c.jsx)(i.a,{href:"mailto:jijun@microsoft.com",children:"jijun@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"277",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.7.7",children:"2.7.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 30 Jul 2020 12:38:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.7.6..@uifabric/charting_v2.7.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-461",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["common chartHelper added to charting package (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14177",children:"PR #14177"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Add Accessibility support for Sankey chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14196",children:"PR #14196"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"276",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.7.6",children:"2.7.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 27 Jul 2020 12:42:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.7.4..@uifabric/charting_v2.7.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-462",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Linechart : Fix issue The tool tip seems to display all the data in same day, instead of the point where my mouse hovers. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14195",children:"PR #14195"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"274",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.7.4",children:"2.7.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 23 Jul 2020 12:43:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.7.2..@uifabric/charting_v2.7.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-463",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Calling grouped vertical bar chart method in did mount and updated height proprty as if negtiva values apper, then need to sent 0 to eliminate unwanted console warnings. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14137",children:"PR #14137"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Fix Line chart render with empty array of data + a event annotation, the chart throws a strange formatting exception. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14161",children:"PR #14161"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"272",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.7.2",children:"2.7.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 21 Jul 2020 12:43:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.7.0..@uifabric/charting_v2.7.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-464",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Charting: Fix sankey chart dark mode text not visble properly (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14082",children:"PR #14082"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Updating valueInsideDonut to be set to yAxisCalloutData if the value is defined (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14093",children:"PR #14093"})," by ",(0,c.jsx)(i.a,{href:"mailto:57419611+hki-237@users.noreply.github.com",children:"57419611+hki-237@users.noreply.github.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"270",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.7.0",children:"2.7.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 17 Jul 2020 12:38:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.6.0..@uifabric/charting_v2.7.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-28",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["When legend is hovered, center of donut chart updates to the value cooresponding to the legend. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14055",children:"PR #14055"})," by ",(0,c.jsx)(i.a,{href:"mailto:57419611+hki-237@users.noreply.github.com",children:"57419611+hki-237@users.noreply.github.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"260",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.6.0",children:"2.6.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 16 Jul 2020 21:33:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.5.2..@uifabric/charting_v2.6.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-29",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Charting",":Add"," New Sankey chart to charting package (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13982",children:"PR #13982"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-465",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["lineChart & verticalCharts - y axis lines high contrast styles updated (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14037",children:"PR #14037"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["wrapping chartHoverCard in styled component and deleting static Theme (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14038",children:"PR #14038"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"252",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.5.2",children:"2.5.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 15 Jul 2020 12:41:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.5.1..@uifabric/charting_v2.5.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-466",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Legends",":Skip"," all legends in data viz as it is confusing to non sighted users as they have just gone through the data viz. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14019",children:"PR #14019"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"251",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.5.1",children:"2.5.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 13 Jul 2020 23:14:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.5.0..@uifabric/charting_v2.5.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-467",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Replace tslint with eslint and fix some violations, including unnecessary map() usage and naming (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13944",children:"PR #13944"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Donut chart: when hover/focus on arc the arc should be highlight and remaining arcs are disable (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13980",children:"PR #13980"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"250",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.5.0",children:"2.5.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 09 Jul 2020 21:59:04 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.4.0..@uifabric/charting_v2.5.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-30",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Area chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13579",children:"PR #13579"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-468",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fitcontainer changes done in VS bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13860",children:"PR #13860"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["linechart-callout not visible in dense graph issue resolved (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13933",children:"PR #13933"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"240",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.4.0",children:"2.4.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 08 Jul 2020 12:34:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.11..@uifabric/charting_v2.4.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-31",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Line chart",":Expose"," chart margins prop for line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13896",children:"PR #13896"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2311",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.11",children:"2.3.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 06 Jul 2020 12:32:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.10..@uifabric/charting_v2.3.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-469",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Line Chart-callout and circle Id's udpated (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13920",children:"PR #13920"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2310",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.10",children:"2.3.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 03 Jul 2020 12:36:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.9..@uifabric/charting_v2.3.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-470",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Line chart: Remove Duplicate ID's for lines and circles (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13897",children:"PR #13897"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"239",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.9",children:"2.3.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 02 Jul 2020 12:42:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.8..@uifabric/charting_v2.3.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-471",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["removing benchmarkData and targetData props from the stackedbar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13816",children:"PR #13816"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"238",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.8",children:"2.3.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 01 Jul 2020 12:35:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.7..@uifabric/charting_v2.3.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-472",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["prop check added in Grouped vertical bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13853",children:"PR #13853"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"237",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.7",children:"2.3.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 30 Jun 2020 12:33:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.6..@uifabric/charting_v2.3.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-473",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["FIx Incorrect role is defined for lagend overflow items (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13837",children:"PR #13837"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"236",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.6",children:"2.3.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 29 Jun 2020 12:36:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.5..@uifabric/charting_v2.3.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-474",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix Invalid aria-attribute value for charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13775",children:"PR #13775"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix issue When the mouse is over the data point on the second chart, the vertical line appears on the first chart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13785",children:"PR #13785"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"234",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.4",children:"2.3.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 25 Jun 2020 12:50:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.3..@uifabric/charting_v2.3.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-475",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Removing some unneeded mergeStyles usage in examples. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13751",children:"PR #13751"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@hotmail.com",children:"dzearing@hotmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Grouped veritcal bar chart - second chart disappear issue fixed (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13781",children:"PR #13781"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"233",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.3",children:"2.3.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 23 Jun 2020 12:41:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.2..@uifabric/charting_v2.3.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-476",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["LineChart: import find from office-ui-fabric-react/lib/Utilities to support IE11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13683",children:"PR #13683"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["HorizontalBarChart: Add keyboard accessability (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13706",children:"PR #13706"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"232",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.2",children:"2.3.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 22 Jun 2020 12:42:16 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.1..@uifabric/charting_v2.3.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-477",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Vertical Bar chart code updated (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13660",children:"PR #13660"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["doughnut chart target alignment updated (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13703",children:"PR #13703"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"231",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.1",children:"2.3.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 19 Jun 2020 12:38:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.0..@uifabric/charting_v2.3.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-478",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["doughnut chart circualr accessibility issue resolved (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13662",children:"PR #13662"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"230",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.0",children:"2.3.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Jun 2020 12:37:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.34..@uifabric/charting_v2.3.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-32",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["adding focus border functionality to donut chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13601",children:"PR #13601"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-479",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fontfamily inherited from fabric (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13523",children:"PR #13523"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Y axis ticks truncate issue resolved (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13617",children:"PR #13617"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["adding css styles fixes, for both normal and high contrast mode (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13639",children:"PR #13639"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2231",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.31",children:"2.2.31"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 09 Jun 2020 12:35:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.29..@uifabric/charting_v2.2.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-480",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["removing resize event from chart and resizing the chart in CDU based on changes in height and width prop (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13505",children:"PR #13505"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2229",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.29",children:"2.2.29"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 05 Jun 2020 05:09:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.27..@uifabric/charting_v2.2.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-481",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Charting: Change charts callout UI (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13450",children:"PR #13450"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2227",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.27",children:"2.2.27"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 02 Jun 2020 12:36:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.23..@uifabric/charting_v2.2.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-482",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["LineChart: Add datapoints for each line and accessibility for it (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13261",children:"PR #13261"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2223",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.23",children:"2.2.23"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 25 May 2020 12:38:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.21..@uifabric/charting_v2.2.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-483",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Remove implicit dep on lodash and fix other imports (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13295",children:"PR #13295"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2221",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.21",children:"2.2.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 21 May 2020 12:34:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.14..@uifabric/charting_v2.2.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-484",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Line chart: Fix issue If y-axis value has more digits it is getting truncated (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13208",children:"PR #13208"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2214",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.14",children:"2.2.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 15 May 2020 00:07:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.13..@uifabric/charting_v2.2.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-485",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["MultiStackedBarChart: Fix breaking chart when focus on bars through keyboard (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13156",children:"PR #13156"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2213",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.13",children:"2.2.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 14 May 2020 12:34:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.7..@uifabric/charting_v2.2.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-486",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix issue in stacked bar chart for Rounded value to 1 if less than 1% to appear in the chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13141",children:"PR #13141"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting : Add theme support for xaxis and yaxis for line chart and change office-ui-fabric-react from dependencies to peerDependencies (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13140",children:"PR #13140"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"227",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.7",children:"2.2.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 07 May 2020 01:06:55 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.6..@uifabric/charting_v2.2.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-487",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Addressing commonjs imports. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13031",children:"PR #13031"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting package: Expose prop for hide tooltips in charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13023",children:"PR #13023"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"226",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.6",children:"2.2.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 06 May 2020 12:32:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.5..@uifabric/charting_v2.2.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-488",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["callout prop added to charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12936",children:"PR #12936"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"225",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.5",children:"2.2.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 05 May 2020 12:34:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.1..@uifabric/charting_v2.2.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-489",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Stacked Bar Chart: Rounded value to 1 if less than 1% to appear in the chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12939",children:"PR #12939"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"221",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.1",children:"2.2.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 30 Apr 2020 12:31:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.0..@uifabric/charting_v2.2.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-490",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["addding dismiss delay to overcome instant closing on blur (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12911",children:"PR #12911"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Change FocusZone imports to @fluentui/react-focus from office-ui-fabric-react/lib/FocusZone (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12917",children:"PR #12917"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"220",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.0",children:"2.2.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 29 Apr 2020 12:34:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.1.0..@uifabric/charting_v2.2.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-33",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add EventAnnotation feature for linechart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12681",children:"PR #12681"})," by ",(0,c.jsx)(i.a,{href:"mailto:Qian.Zheqi@microsoft.com",children:"Qian.Zheqi@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"210",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.1.0",children:"2.1.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 23 Apr 2020 12:32:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.0.4..@uifabric/charting_v2.1.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-34",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["adding new prop hideLegend in donut chart and line chart which decides to show or hide legends (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12469",children:"PR #12469"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["adding onclick to the line in the line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12548",children:"PR #12548"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"204",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.0.4",children:"2.0.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 22 Apr 2020 12:33:04 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.0.0..@uifabric/charting_v2.0.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-491",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix issue line chart 'Tool tip' is displayed top of the page throgh accessibility (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12761",children:"PR #12761"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"200",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.0.0",children:"2.0.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 17 Apr 2020 12:34:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v1.4.0..@uifabric/charting_v2.0.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"major-changes-2",children:"Major changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Grouped verical bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12687",children:"PR #12687"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"140",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v1.4.0",children:"1.4.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 16 Apr 2020 04:01:45 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v1.1.4..@uifabric/charting_v1.4.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-35",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Provide customization for line chart tooltip and Y Axis label (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12622",children:"PR #12622"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Add Callout and Legends for vertical bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12623",children:"PR #12623"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-492",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Readme: Fabric=>Fluent wording updates (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12508",children:"PR #12508"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"110",children:"1.1.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 02 Apr 2020 12:30:40 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-36",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["DonutChart: Add prop to allow string inside Donut. (",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["providing Ymin and Ymax as props to the user (",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"100",children:"1.0.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 25 Mar 2020 12:30:04 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"major",children:"Major"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Vertical stacked bar chart added to charting package (",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-493",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Changing references of Fabric to Fluent (",(0,c.jsx)(i.a,{href:"mailto:mgodbolt@microsoft.com",children:"mgodbolt@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01430",children:"0.143.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 24 Mar 2020 12:26:03 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-37",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["expose prop for overflow items text in legends (",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01420",children:"0.142.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 23 Mar 2020 12:28:29 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-38",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add support for screen reader when hover on donnut chart (",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-494",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Replace OfficeDev/office-ui-fabric-react with microsoft/fluentui (",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01416",children:"0.141.6"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 19 Mar 2020 12:29:37 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-495",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixed accessiblity for the statcked and multistacked bar chart by adding id for each callout and setting aria-labelledby accordingly (",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01411",children:"0.141.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 12 Mar 2020 12:35:00 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-496",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix issues stacked bar chart hover issue,line chart dot and line chart y axis disorted (",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01410",children:"0.141.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 11 Mar 2020 12:24:03 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-39",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Line chart Accessibility with screen reader (",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01403",children:"0.140.3"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 25 Feb 2020 12:25:39 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-497",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Enable keyboard accessibility for Donut chart (",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01400",children:"0.140.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 20 Feb 2020 12:20:16 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-40",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["adding aria-* attributes to the legends, and we can also access legends in the hover card by clicking up/down arrow (",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01396",children:"0.139.6"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 27 Jan 2020 03:59:43 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-498",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Provided accessability for stacked bar chart (",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01394",children:"0.139.4"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 23 Jan 2020 12:32:26 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-499",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["adding minimun legend container height (",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["closing callout on pressing esc key (",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01392",children:"0.139.2"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 17 Jan 2020 02:32:17 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-500",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Update tslib minver to first version containing __spreadArrays helper due to changes in how TS emits spreads. (",(0,c.jsx)(i.a,{href:"mailto:jagore@microsoft.com",children:"jagore@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01391",children:"0.139.1"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 08 Jan 2020 17:02:57 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-501",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["bumping load-themed-styles to take advantage of es6 version of it (",(0,c.jsx)(i.a,{href:"mailto:kchau@microsoft.com",children:"kchau@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01390",children:"0.139.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 26 Nov 2019 12:32:11 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-41",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["removing the sticky=",!0," property from the hover card as the card should hide when the mouse goes away from the target element, and also added the gap space 12 to avoid the flickering issue of the hover card (",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01381",children:"0.138.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 19 Nov 2019 12:29:10 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-502",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix the bug that x-axis for linechart does not display properly (",(0,c.jsx)(i.a,{href:"mailto:dajiang@microsoft.com",children:"dajiang@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01380",children:"0.138.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 05 Nov 2019 12:25:16 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-42",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Enabled wrap lines for legends (",(0,c.jsx)(i.a,{href:"mailto:dajiang@microsoft.com",children:"dajiang@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01372",children:"0.137.2"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 24 Oct 2019 12:31:42 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-503",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Change gapSpace to 10 to resolve line chart flickering issue (",(0,c.jsx)(i.a,{href:"mailto:v-ragor@microsoft.com",children:"v-ragor@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01371",children:"0.137.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 22 Oct 2019 12:32:05 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-504",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix getDerivedStateFromProps signatures (",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01370",children:"0.137.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 09 Oct 2019 22:25:09 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-43",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add placeholder mode to StackedBarChart (",(0,c.jsx)(i.a,{href:"mailto:dajiang@microsoft.com",children:"dajiang@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01362",children:"0.136.2"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 03 Oct 2019 23:14:46 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-505",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixes publish issue from beachball (",(0,c.jsx)(i.a,{href:"mailto:odbuild@microsoft.com",children:"odbuild@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01360",children:"0.136.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 03 Oct 2019 01:14:35 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-44",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add benchmark triangle in stackedBarChart (",(0,c.jsx)(i.a,{href:"mailto:dajiang@microsoft.com",children:"dajiang@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01350",children:"0.135.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 11 Sep 2019 12:35:47 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-45",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Expose hideLegend prop for stacked bar chart (",(0,c.jsx)(i.a,{href:"mailto:v-ragor@microsoft.com",children:"v-ragor@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01344",children:"0.134.4"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 04 Sep 2019 04:09:58 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-506",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix version file (",(0,c.jsx)(i.a,{href:"mailto:kchau@microsoft.com",children:"kchau@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01343",children:"0.134.3"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 27 Aug 2019 12:33:51 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-507",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Remove relative imports from examples and fix incorrectly named example files (",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01342",children:"0.134.2"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 23 Aug 2019 12:35:28 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-508",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Update npmignores, delete unused jest setup files (",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix up readme and package.json descriptions (",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01341",children:"0.134.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 13 Aug 2019 12:31:12 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-509",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix donut chart transform when height and width props change (",(0,c.jsx)(i.a,{href:"mailto:v-ragor@microsoft.com",children:"v-ragor@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01340",children:"0.134.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 07 Aug 2019 12:32:28 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-46",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Initial implementation of clickable legends (",(0,c.jsx)(i.a,{href:"mailto:atgupta@microsoft.com",children:"atgupta@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01335",children:"0.133.5"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 22 Jul 2019 12:28:42 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-510",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Improve how to get the min query string (",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01334",children:"0.133.4"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 17 Jul 2019 18:58:57 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-511",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Adding @types/react and @types/react-dom to package.json that have peer dependencies on react and react-dom. (",(0,c.jsx)(i.a,{href:"mailto:makotom@microsoft.com",children:"makotom@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01332",children:"0.133.2"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 10 Jul 2019 12:28:00 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-512",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["FIx linechart issue when consumer didn't sent height and width for the chart (",(0,c.jsx)(i.a,{href:"mailto:v-ragor@microsoft.com",children:"v-ragor@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01331",children:"0.133.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 01 Jul 2019 18:51:42 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-513",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"adds react-app-polyfill"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01330",children:"0.133.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 27 Jun 2019 22:14:22 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-47",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Bisected the height to the chart and legends"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01320",children:"0.132.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 20 Jun 2019 12:27:38 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-48",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fixing peer deps."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01313",children:"0.131.3"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 18 Jun 2019 12:26:19 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-514",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add data viz separator for HorizontalBarChart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01312",children:"0.131.2"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 14 Jun 2019 12:26:30 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-515",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Resolved the issue of the legends repeating even with same color and legend"}),"\n",(0,c.jsx)(i.li,{children:"Fix missing assets in production build."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01311",children:"0.131.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 13 Jun 2019 00:24:48 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-516",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Initial release of Fabric 7"}),"\n",(0,c.jsx)(i.li,{children:"Fix verticalBarChart x-axis description cut off issue"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0303",children:"0.30.3"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 12 Jun 2019 00:42:26 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-517",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Render demo app with Markdown instead of PageMarkdown"}),"\n",(0,c.jsx)(i.li,{children:"Update and dedupe React deps."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0302",children:"0.30.2"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 11 Jun 2019 12:21:35 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-518",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix LineChart does not display properly in FireFox browser"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0301",children:"0.30.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 07 Jun 2019 12:21:48 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-519",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Data Viz 'Legends' is not accessible using keyboard tab navigation"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0300",children:"0.30.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 03 Jun 2019 23:04:02 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-49",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add benchmark triangle for HorizontalBarChart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0292",children:"0.29.2"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 30 May 2019 12:22:06 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-520",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix charting build"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0291",children:"0.29.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 21 May 2019 12:20:44 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-521",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Use shared demo app bootstrapping code"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0290",children:"0.29.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 16 May 2019 17:34:08 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-50",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Rotated the x-axis text for date values"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"02814",children:"0.28.14"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 14 May 2019 07:50:30 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-522",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Update Fabric assets link"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"02813",children:"0.28.13"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 16 Apr 2019 12:32:59 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-523",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Remove nonexistent related links from docs"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"02812",children:"0.28.12"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 02 Apr 2019 00:38:14 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-524",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Use ^ ranges instead of >="}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"02811",children:"0.28.11"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 27 Mar 2019 12:34:02 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-525",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Replace custom high contrast selector with constant"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"02810",children:"0.28.10"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 26 Mar 2019 12:32:51 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-526",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Remove IE 11-incompatible constructs"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0289",children:"0.28.9"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 21 Mar 2019 12:36:29 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-527",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:'"added the background color and opacity for legends in the high contrast mode "'}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0288",children:"0.28.8"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 05 Mar 2019 17:33:41 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-528",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:'Add type annotations based on update to "styled"'}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0287",children:"0.28.7"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 14 Feb 2019 13:34:54 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-529",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add saparator 2px for data segments"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0286",children:"0.28.6"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 06 Feb 2019 13:38:06 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-530",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"office ui fabric charting package, legend related changes"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0285",children:"0.28.5"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 08 Jan 2019 13:34:49 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-531",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Basic conversions from componentWillReceiveProps to getDerivedStateFromProps"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0284",children:"0.28.4"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 14 Nov 2018 13:34:01 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-532",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add empty bar for use case, changes to handle Nan cases and infinity case"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0283",children:"0.28.3"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 09 Nov 2018 13:32:57 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-533",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Make change to multistacked bar chart's hideDenominator prop"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0282",children:"0.28.2"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 08 Nov 2018 04:17:34 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-534",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Update to line chart to re-render on prop updates and addition of new prop to stacked and multistacked bar chart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0280",children:"0.28.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 02 Nov 2018 18:11:37 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-51",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Using new props of hover card. Removing timeout which was introduced as temporary fix until new props were provided for scaling the hover card as per content."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0270",children:"0.27.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 02 Nov 2018 12:28:54 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-52",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Changes to line chart component, adding optional prop for users to which they can pass a html element based on which the dataviz will scale. This helps when the parent element is formed using flex or after a timeout. Also eliminates the glitch feel."}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-535",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"css changes for legends component"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0263",children:"0.26.3"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 01 Nov 2018 12:31:45 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-536",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"added hovercard for horizontalBar chart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0262",children:"0.26.2"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 31 Oct 2018 12:32:41 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-537",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Enable ignore fixed stackbarchart style when data point is less than 2"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0261",children:"0.26.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 29 Oct 2018 18:04:30 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-538",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add placeholder mode to MultiStackBardChart data point in order to render the bar chart with a progress gray color(default) area"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0260",children:"0.26.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 25 Oct 2018 12:30:05 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-53",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Added support to line chart for edge case scenario like when no data is passed to line chart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0252",children:"0.25.2"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 23 Oct 2018 12:32:15 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-539",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix an issue with the demo site not being able to load (in npm start or aka.ms/fabricdemo)."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0251",children:"0.25.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 18 Oct 2018 20:22:36 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-540",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Remove api-extractor.disabled.json"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0250",children:"0.25.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 16 Oct 2018 12:28:48 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-54",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding support for date format and ticks on x-axis of line chart. Providin date format prop to users to show data in desired format. Optionally providing tickValues prop to override D3.js default behavior on deciding what data appears on the axis of chart. D3.js default behavior is not suitable in all cases and makes the chart axis look bad in certain cases. Providing tickValues prop to user so that user can override this default behavior.If he/she does not use this D3's default behavior will be used in rendering data on the xAxis"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0244",children:"0.24.4"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 15 Oct 2018 12:29:12 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-541",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"updating snapshot tests in charting package"}),"\n",(0,c.jsx)(i.li,{children:"Added font theme setting in styles of DonutChart, LineChart, PieChart, StackedBarChart, VerticalBarChart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0243",children:"0.24.3"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 11 Oct 2018 23:13:31 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-542",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"resolve console errors for horizontal bar chart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0242",children:"0.24.2"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 10 Oct 2018 12:29:05 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-543",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"css changes in charts for meeting the figma design"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0241",children:"0.24.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 08 Oct 2018 12:24:15 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-544",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Moving tslint/prettier dependencies"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0240",children:"0.24.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 04 Oct 2018 12:26:48 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-55",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding optional href prop to dataviz, to redirect upon clicking on the dataviz"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0230",children:"0.23.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 03 Oct 2018 12:28:46 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-56",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Removing old legends component. Replaced in all data-viz with the new components which supports isolation and other states"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0221",children:"0.22.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 01 Oct 2018 12:27:24 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-545",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding timeout so that line chart can scale according to the container size and occupy the entire width thereby"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0220",children:"0.22.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 27 Sep 2018 12:27:48 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-57",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"1)Making the line chart responsive 2)Correcting flex behavior 3)Curving corners of lines to get a smooth intersection between lines"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-546",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"donut chart legends padding issue fix"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0212",children:"0.21.2"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 25 Sep 2018 12:28:12 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-547",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"change barHeight for lessthan 2 data points and apply css for ratio txt"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0211",children:"0.21.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 21 Sep 2018 14:25:46 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-548",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding a version stamp file"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0210",children:"0.21.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 14 Sep 2018 01:55:02 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-58",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updating target for callout so that the callout follows cursor"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0200",children:"0.20.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 12 Sep 2018 12:26:41 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-59",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Passing mouseevents to target prop of calout, so that the callout comes next to cursor and follows it."}),"\n",(0,c.jsx)(i.li,{children:"Centering legends component for Donut chart. Introducing prop for legends component that helps users align the component center"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-549",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"selected arc highlight and interaction between legend and chart issue fix"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0192",children:"0.19.2"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 11 Sep 2018 02:54:40 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-550",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Line chart hover issue , css for x-axis text"}),"\n",(0,c.jsx)(i.li,{children:"Line chart css issues foxed"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0191",children:"0.19.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 10 Sep 2018 10:24:57 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-551",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Show bar background if all chart data point data is 0 or undefined"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0190",children:"0.19.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 07 Sep 2018 22:04:50 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-60",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding temporary fix for hovercard. This fix scales the hover card size based upon the content inside it"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-552",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"donut chart arc sectors selected arc show and remaining arcs decrease opacity"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0180",children:"0.18.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 07 Sep 2018 16:29:48 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-61",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Changing interaction behaviour of Multistacked and stacked bar chart. Changing styling and opacity of bar upon interaction between legends and chart."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0174",children:"0.17.4"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 06 Sep 2018 10:28:35 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-553",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Line chart hover issue , css for x-axis text"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0173",children:"0.17.3"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 05 Sep 2018 10:29:25 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-554",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Donut chart align issues fixed"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0172",children:"0.17.2"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 31 Aug 2018 17:27:00 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-555",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"add legends and hover behaviour for line chart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0171",children:"0.17.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 31 Aug 2018 10:27:35 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-556",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fixes the usage of renamed variable"}),"\n",(0,c.jsx)(i.li,{children:"horizontal bar chart modified according to figma"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0170",children:"0.17.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 30 Aug 2018 19:26:04 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-62",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding hovercard for stacked and multistacked bar chart which show related data in the hover card. Created interaction between legends, stacked and multistacked bar chart. The legends are clickable and upon clicking on a legends that respective data point lits up compared to others. This helps users understand the chart and visualze better. Added opacity to charts upon interaction"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-557",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Donut chart align issues fixed"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0161",children:"0.16.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 30 Aug 2018 10:32:49 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-558",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Donut chart with legends and hover behavior"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0160",children:"0.16.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 24 Aug 2018 10:26:08 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-63",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Making stacked bar chart flex and consume new legends component in it"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-559",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix @types/prop-types being inconsistently restrictive."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0150",children:"0.15.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 20 Aug 2018 10:26:10 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-64",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Charting: allow components to render dynamic data"}),"\n",(0,c.jsx)(i.li,{children:"Adding legends as a seperate component with examples. Legends component has a shows all the legends in a single row. If it does not have space to show the rest of the legends it puts them in a overflow hover card."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0141",children:"0.14.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 14 Aug 2018 10:27:33 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-560",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"disabling codepen task"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0140",children:"0.14.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 14 Aug 2018 00:01:11 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-65",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updating StackedBar Chart desgin, MultiStackedBarChart and Legend components"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0131",children:"0.13.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 10 Aug 2018 10:26:08 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-561",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Charting: change svg boxSizing to content-box"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0130",children:"0.13.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 08 Aug 2018 10:25:07 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-66",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding multiple line chart implementation to existing single line chart."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0120",children:"0.12.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 01 Aug 2018 10:25:51 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-67",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding stacked chart with variants, updating stacked chart to use common IDataPoint"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0111",children:"0.11.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 30 Jul 2018 10:27:11 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-562",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fixing bad imports and broken theming in some charts"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0110",children:"0.11.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 25 Jul 2018 03:20:34 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-68",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Addressing bad imports."}),"\n",(0,c.jsxs)(i.li,{children:["Removing most ",(0,c.jsx)(i.code,{children:"@customizable"})," decorator usage. This change should reduce extra React dom elements from being created. Also updating ",(0,c.jsx)(i.code,{children:"componentRef"})," resolution to support ",(0,c.jsx)(i.code,{children:"React.createRef()"})," usage."]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-563",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Update typings to not use deprecated types."}),"\n",(0,c.jsx)(i.li,{children:"Add Pie and Donut Chart to charting package"}),"\n",(0,c.jsx)(i.li,{children:"Change package.json file"}),"\n",(0,c.jsx)(i.li,{children:"Adding Stacked Bar chart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"004",children:"0.0.4"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 03 Jul 2018 10:23:19 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-564",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add ! mark for typed props"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"003",children:"0.0.3"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 02 Jul 2018 10:21:36 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-565",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Initial publish."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5382",children:"5.38.2"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 11 May 2018 04:21:29 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-566",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix Fluent palette color names"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5381",children:"5.38.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 10 May 2018 10:27:25 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-567",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Update Fluent theme to use relative imports"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5380",children:"5.38.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 08 May 2018 10:17:01 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-69",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adds a Fluent theme experiment"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5370",children:"5.37.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 04 May 2018 15:58:38 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-70",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Edit link to customize experiments/Nav component and show more/less link to toggle hidden nav links"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-568",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updating React build version."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5360-1",children:"5.36.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 02 May 2018 23:55:40 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-71",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Remove Keytips from experiments package"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5350-1",children:"5.35.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 01 May 2018 10:23:32 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-72",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"remove extendedPicker, floatingPicker, and selectedItemsList from experiments"}),"\n",(0,c.jsx)(i.li,{children:"Command bar accessibility: one tab stop with aria label"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5340-1",children:"5.34.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 30 Apr 2018 10:16:44 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-73",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Nav: Refactored out a NavLink component."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5331-1",children:"5.33.1"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 25 Apr 2018 05:32:09 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-569",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix bad aria-label prop in Tile"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5330-1",children:"5.33.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 23 Apr 2018 10:24:54 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-74",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updating the focus styling to use the generalized `ms-Fabric--isFocusVisibl"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-570",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix code in @uifabric/experiments such that it adheres to same tslint rules as the main office-ui-fabric-react package."}),"\n",(0,c.jsx)(i.li,{children:"Fix index import"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5320-1",children:"5.32.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 20 Apr 2018 23:06:06 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-75",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add delete callback, expose item change methods on SelectedItemsList"}),"\n",(0,c.jsx)(i.li,{children:"Shimmer: adding two new props and deprecating another one."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5314-1",children:"5.31.4"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 19 Apr 2018 18:25:59 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-571",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Update createRef to match React.createRef api"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5313-1",children:"5.31.3"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 18 Apr 2018 10:15:04 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-572",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Experiments: NavPage bad imports fixed."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5312-1",children:"5.31.2"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 17 Apr 2018 18:47:11 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-573",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix improper imports from index files"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5311-1",children:"5.31.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 16 Apr 2018 10:23:25 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-574",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"prefer const, instead of let, for extendedpicker, floatingpicker, and selecteditemlists"}),"\n",(0,c.jsx)(i.li,{children:"M365Nav component as an experiment"}),"\n",(0,c.jsx)(i.li,{children:"Removing module entry temporarily. (Will be added back in 6.0.)"}),"\n",(0,c.jsx)(i.li,{children:"Updating build to React 16.3.1."}),"\n",(0,c.jsx)(i.li,{children:"Shimmer: Changes casing on enums in Shimmer.types"}),"\n",(0,c.jsx)(i.li,{children:"Experiments: fixing imports for example pages for better user understanding."}),"\n",(0,c.jsx)(i.li,{children:"Shimmer: adding two more examples as per designers request."}),"\n",(0,c.jsx)(i.li,{children:"Shimmer: imports audited"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5310-1",children:"5.31.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 12 Apr 2018 10:15:54 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-76",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Refactoring Shimmer and adding ShimmerTile + Implements Shimmer in TilesList."}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-575",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Shimmerline import was not correct, fixing import."}),"\n",(0,c.jsx)(i.li,{children:"Shimmer: Application example modified to reflect changes in DetailsList"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5300",children:"5.30.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 10 Apr 2018 17:37:28 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-77",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"FloatingPicker: add show/hide picker call backs, fix double resolve when queryString is the same"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-576",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Tile: exporting an enum to use the values in creating a PlaceholderTile in Shimmer component."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5291",children:"5.29.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 05 Apr 2018 10:15:39 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-577",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"fix suggestion header/footer for more flexibile rendering"}),"\n",(0,c.jsx)(i.li,{children:"Align Tiles in last row with previous rows"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5290",children:"5.29.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 03 Apr 2018 10:16:05 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-78",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Sets up an example of Shimmer used with DetailsList Component."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5282",children:"5.28.2"}),"\n",(0,c.jsx)(i.p,{children:"Sat, 31 Mar 2018 17:40:00 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-578",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["We need to temporarily remove ",(0,c.jsx)(i.code,{children:"sideEffects: false"})," flag from package.json which will disable w"]}),"\n",(0,c.jsx)(i.li,{children:"Fix flex styling for SignalField"}),"\n",(0,c.jsx)(i.li,{children:"Pass all props to Signal Icon elements"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5281",children:"5.28.1"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 28 Mar 2018 21:50:01 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-579",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Remove root imports of office-ui-fabric-react"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5280",children:"5.28.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 27 Mar 2018 20:22:53 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-79",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Create new pattern for suggestions for BaseFloatingPicker"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-580",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix errors in Signals styles"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5270",children:"5.27.0"}),"\n",(0,c.jsx)(i.p,{children:"Sun, 25 Mar 2018 03:08:03 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-80",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add missing icons to Signals and fix colors"}),"\n",(0,c.jsxs)(i.li,{children:["Updating to webpack 4 for producting bundles. Adding appropriate ",(0,c.jsx)(i.code,{children:"module"})," and ",(0,c.jsx)(i.code,{children:"sideEffects"})," fl"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-581",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Update componentRef types"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5261",children:"5.26.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 22 Mar 2018 10:14:03 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-582",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Removes @autobind for arrow functions"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5260",children:"5.26.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 20 Mar 2018 10:27:37 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-81",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Changes in the props and naming."}),"\n",(0,c.jsx)(i.li,{children:"Adds a new Shimmer Component to experiments package."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5251",children:"5.25.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 19 Mar 2018 10:27:55 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-583",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Use arrow function properties instead of @autobind"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5250",children:"5.25.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 12 Mar 2018 06:29:20 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-82",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adds a new Shimmer Component to experiments package."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5241",children:"5.24.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 08 Mar 2018 11:27:23 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-584",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add Keytip and KeytipLayer to experiments export"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5240",children:"5.24.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 07 Mar 2018 11:16:50 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-83",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"add clearInput on BaseExtendedPicker"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5231",children:"5.23.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 06 Mar 2018 02:06:59 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-585",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add Keytip and KeytipLayer to experiments export"}),"\n",(0,c.jsx)(i.li,{children:"Replaced PureComponent with Component to appease website's UHF react version."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5230",children:"5.23.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 05 Mar 2018 11:16:58 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-84",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Converting Image SCSS to MergeStyles step 2 - style conversion (snapshots updated)"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5220",children:"5.22.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 02 Mar 2018 11:25:35 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-85",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"BaseExtendedPicker: Create component to wrap the rendered item, so users get contextual menu if certain props are present, get rid of loading state, fix autofocus on input after suggestion selection"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-586",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add initial set of Keytip work"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5210-1",children:"5.21.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 16 Feb 2018 11:23:28 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-86",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Removing Coachmark"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-587",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Hook up onPaste for BaseExtendedPicker"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5200",children:"5.20.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 14 Feb 2018 22:10:49 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-87",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:'Use new "use current input" command in Suggestions'}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5190-1",children:"5.19.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 07 Feb 2018 11:23:59 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-88",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Added a fillHorizontal mode to TilesList"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5180-1",children:"5.18.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 06 Feb 2018 11:14:36 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-89",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"change persona pill css"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-588",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"BasePicker: Use correct autofillnow"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5170-1",children:"5.17.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 02 Feb 2018 11:24:16 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-90",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"allow editing of selected items in selected people list"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-589",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"consume BlockedSite icon for malware detected signal"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5161-1",children:"5.16.1"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 31 Jan 2018 11:11:59 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-590",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:'Make Selection optional (create default seleciton fallback), change render typedef to any, to allow use in lower versions of types/react"'}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5160-1",children:"5.16.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 29 Jan 2018 11:23:40 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-91",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add overflowMenuProps to Experiments CommandBar"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5150-1",children:"5.15.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 25 Jan 2018 11:23:06 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-92",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"add optional title element to extendedPicker, css changes to have selected items flow on the same row as input"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5140-1",children:"5.14.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 22 Jan 2018 11:14:27 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-93",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add callbacks for onDataReduced and onDataGrown"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-591",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Minor visual alignment for FolderCover text"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5130-1",children:"5.13.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 12 Jan 2018 20:03:21 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-94",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add demo of size 64 file type icons"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5120-1",children:"5.12.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 10 Jan 2018 11:23:36 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-95",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add search throttle to floating picker"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5111-1",children:"5.11.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 19 Dec 2017 11:22:47 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-592",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Broaden the range of allowed prop-type versions"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5110-2",children:"5.11.0"}),"\n",(0,c.jsx)(i.p,{children:"Sat, 16 Dec 2017 05:07:22 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-96",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updated build to newest React version and typings. Updated tests and made various tweaks to the code to remove React warnings and keep Enzyme"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5101-1",children:"5.10.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 15 Dec 2017 11:22:38 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-593",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Remove padding and border for suggestions and add callout width prop in floating picker"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5100-1",children:"5.10.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 14 Dec 2017 11:23:17 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-97",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add remeasure public method to CommandBar"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"592-1",children:"5.9.2"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 12 Dec 2017 02:08:36 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-594",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"add link ref in tile"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"591-1",children:"5.9.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 08 Dec 2017 18:09:44 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-595",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Experiments: Fix build breaks in master"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"590-1",children:"5.9.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 04 Dec 2017 17:27:54 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-98",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add experiments page for file type icons"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"580-1",children:"5.8.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 01 Dec 2017 11:11:16 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-99",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Revise Signals and provide example page"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-596",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fixes the external signal component"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"570-1",children:"5.7.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 29 Nov 2017 11:24:05 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-100",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updating TypeScript to 2.6.2."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"561-1",children:"5.6.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 23 Nov 2017 11:10:13 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-597",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Apply props.className in ResizeGroup. Add snapshot for ResizeGroup. Pass className from experiments CommandBarTests. Update experiments CommandBar snapshot"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"560-1",children:"5.6.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 17 Nov 2017 17:36:36 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-101",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add external signal"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-598",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Make sure commands get added/removed in the correct order"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"552-1",children:"5.5.2"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 16 Nov 2017 11:20:34 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-599",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix experiment imports for FloatingPicker and ExtendedPicker components"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"551-1",children:"5.5.1"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 08 Nov 2017 11:11:27 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-600",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix alignment with trending icon"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"550-1",children:"5.5.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 08 Nov 2017 06:05:34 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-102",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"added ATP signal"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"540-1",children:"5.4.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 02 Nov 2017 18:20:18 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-103",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Added SelectedItemsList, change ExtendedPicker from extending BasePicker to be new component utilizing SelectedItemsList and FloatingPicker"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-601",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix import that was causing build error"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"531-1",children:"5.3.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 24 Oct 2017 10:21:08 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-602",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Switch to .svg files for FolderCover images"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"530-1",children:"5.3.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 20 Oct 2017 18:42:08 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-104",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add modal selection behavior to TilesList"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"520-1",children:"5.2.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 18 Oct 2017 10:21:25 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-105",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add Form control"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"510-1",children:"5.1.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 17 Oct 2017 17:17:41 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-106",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Create BaseExtendedPicker which extends current BasePicker to experiment with adding new functionality and create BaseFloatingPicker support @mention like scenarios, respectively"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"505-1",children:"5.0.5"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 13 Oct 2017 01:36:01 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-603",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix visibility of Tile descenders"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"504-1",children:"5.0.4"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 06 Oct 2017 10:18:41 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-604",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"TSConfig: update to use preserveConstEnums so that certain builds s ystems don't break when importing const enums"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"503-1",children:"5.0.3"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 04 Oct 2017 22:40:22 GMT"}),"\n",(0,c.jsx)(i.p,{children:(0,c.jsx)(i.em,{children:"Version update only"})}),"\n",(0,c.jsx)(i.h2,{id:"502-1",children:"5.0.2"}),"\n",(0,c.jsx)(i.p,{children:"Sat, 30 Sep 2017 01:26:37 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-605",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Code cleanup after move to MergeStyles"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"501-1",children:"5.0.1"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 27 Sep 2017 00:20:58 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-606",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updated for Fabric 5.0."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0100",children:"0.10.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 21 Sep 2017 06:23:58 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-107",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adjust Tile and FolderCover alignments and behaviors"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-607",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Consume Check hover behavior in Tile"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"090",children:"0.9.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 19 Sep 2017 10:08:55 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-108",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"LayoutGroup: Changed gap to layoutGap and updated docs"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"080",children:"0.8.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 18 Sep 2017 10:18:23 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-109",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add accessibility hooks for Tile, TilesList, and FolderCover"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"071",children:"0.7.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 15 Sep 2017 10:19:50 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-608",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add folder cover shadows"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"070",children:"0.7.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 14 Sep 2017 00:34:57 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-110",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add support for folder cover signals"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"060",children:"0.6.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 12 Sep 2017 17:41:25 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-111",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Added LayoutGroup, FolderCover, Tile and TilesList to exports"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"051",children:"0.5.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 08 Sep 2017 10:16:28 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-609",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix alignment of Tile foreground and background using flexbox"}),"\n",(0,c.jsx)(i.li,{children:"Add breakpoint size support to Tile"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"050",children:"0.5.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 07 Sep 2017 10:09:51 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-112",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Removed global fabric export"}),"\n",(0,c.jsx)(i.li,{children:"Add presentation hooks for Tile and FolderCover"}),"\n",(0,c.jsx)(i.li,{children:"Support auto-focus for TilesList"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-610",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix minor alignment issues with SignalField"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"040",children:"0.4.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 04 Sep 2017 10:16:56 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-113",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add size pre-computation support to Tile and FolderCover"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"030",children:"0.3.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 29 Aug 2017 20:55:35 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-114",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Implement FolderCover component"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-611",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adjusted build to produce sourcemaps with correct sourceRoot."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"021",children:"0.2.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 29 Aug 2017 10:20:56 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-612",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix Selection module reference in Tile modules"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"020",children:"0.2.0"}),"\n",(0,c.jsx)(i.p,{children:"Sat, 26 Aug 2017 00:52:38 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-115",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Separate Selection out from TilesList and fix minor TilesList bugs"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"017",children:"0.1.7"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 25 Aug 2017 20:31:51 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-613",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:'Adding back sourcemap content to .map files, which should alleviate "../src/* missing" issues when using webpack.'}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"016",children:"0.1.6"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 25 Aug 2017 19:27:18 GMT"}),"\n",(0,c.jsx)(i.p,{children:(0,c.jsx)(i.em,{children:"Version update only"})}),"\n",(0,c.jsx)(i.h2,{id:"015",children:"0.1.5"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 24 Aug 2017 10:20:20 GMT"}),"\n",(0,c.jsx)(i.p,{children:(0,c.jsx)(i.em,{children:"Version update only"})}),"\n",(0,c.jsx)(i.h2,{id:"014",children:"0.1.4"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 24 Aug 2017 05:38:14 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-614",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Inserted disable jsx-ban-props lines to experiments pkg to pass tslint"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"013",children:"0.1.3"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 23 Aug 2017 19:04:55 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-615",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Removed suppression of tslint max line length rule from Experiments package, and broke up large lines or inserted tslint",":disable"," comments to pass tslint"]}),"\n",(0,c.jsx)(i.li,{children:"Removed suppression of tslint unused variables rule from Experiments package and removed unused variables to pass tslint"}),"\n",(0,c.jsx)(i.li,{children:"Removed suppression of tslint self-close rule from Experiments package and self-closed all empty elements to pass tslint"}),"\n",(0,c.jsx)(i.li,{children:"Added missing typedefs to call signatures in experiments, re-enable tslint rulefor typedef"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"012",children:"0.1.2"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 22 Aug 2017 10:09:55 GMT"}),"\n",(0,c.jsx)(i.p,{children:(0,c.jsx)(i.em,{children:"Version update only"})}),"\n",(0,c.jsx)(i.h2,{id:"011",children:"0.1.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 21 Aug 2017 10:19:29 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-616",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updating project dependencies."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"010",children:"0.1.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 18 Aug 2017 16:32:33 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-116",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Added commandbar as ExperimentCommandBar"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-617",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix underflow for TilesList with stack grids"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"002",children:"0.0.2"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 16 Aug 2017 10:11:43 GMT"}),"\n",(0,c.jsx)(i.p,{children:(0,c.jsx)(i.em,{children:"Version update only"})}),"\n",(0,c.jsx)(i.h2,{id:"001",children:"0.0.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 15 Aug 2017 10:19:22 GMT"}),"\n",(0,c.jsx)(i.p,{children:(0,c.jsx)(i.em,{children:"Initial release"})})]})}function o(e={}){const{wrapper:i}={...(0,h.a)(),...e.components};return i?(0,c.jsx)(i,{...e,children:(0,c.jsx)(u,{...e})}):u(e)}},1151:(e,i,t)=>{t.d(i,{Z:()=>r,a:()=>l});var c=t(7294);const h={},n=c.createContext(h);function l(e){const i=c.useContext(n);return c.useMemo((function(){return"function"==typeof e?e(i):{...i,...e}}),[i,e])}function r(e){let i;return i=e.disableParentContext?"function"==typeof e.components?e.components(h):e.components||h:l(e.components),c.createElement(n.Provider,{value:i},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/ec9b348c.44716512.js b/assets/js/ec9b348c.44716512.js deleted file mode 100644 index bc05b98b78..0000000000 --- a/assets/js/ec9b348c.44716512.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[917],{8121:(e,i,t)=>{t.r(i),t.d(i,{assets:()=>s,contentTitle:()=>l,default:()=>o,frontMatter:()=>n,metadata:()=>r,toc:()=>a});var c=t(5893),h=t(1151);const n={},l="Release Log",r={id:"CHANGELOG",title:"Release Log",description:"This log was last generated on Wed, 10 Jan 2024 0750 GMT and should not be manually modified.",source:"@site/../../docs/CHANGELOG.md",sourceDirName:".",slug:"/CHANGELOG",permalink:"/fluentui-charting-contrib/docs/CHANGELOG",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"Overview",permalink:"/fluentui-charting-contrib/docs/Overview"},next:{title:"Start Developing",permalink:"/fluentui-charting-contrib/docs/Start Developing"}},s={},a=[{value:"5.19.11",id:"51911",level:2},{value:"Patches",id:"patches",level:3},{value:"5.19.10",id:"51910",level:2},{value:"Patches",id:"patches-1",level:3},{value:"5.19.9",id:"5199",level:2},{value:"Patches",id:"patches-2",level:3},{value:"5.19.8",id:"5198",level:2},{value:"Patches",id:"patches-3",level:3},{value:"5.19.7",id:"5197",level:2},{value:"Patches",id:"patches-4",level:3},{value:"5.19.6",id:"5196",level:2},{value:"Patches",id:"patches-5",level:3},{value:"5.19.5",id:"5195",level:2},{value:"Patches",id:"patches-6",level:3},{value:"5.19.4",id:"5194",level:2},{value:"Patches",id:"patches-7",level:3},{value:"5.19.3",id:"5193",level:2},{value:"Patches",id:"patches-8",level:3},{value:"5.19.2",id:"5192",level:2},{value:"Patches",id:"patches-9",level:3},{value:"5.19.1",id:"5191",level:2},{value:"Patches",id:"patches-10",level:3},{value:"5.19.0",id:"5190",level:2},{value:"Minor changes",id:"minor-changes",level:3},{value:"5.18.18",id:"51818",level:2},{value:"Patches",id:"patches-11",level:3},{value:"5.18.17",id:"51817",level:2},{value:"Patches",id:"patches-12",level:3},{value:"5.18.16",id:"51816",level:2},{value:"Patches",id:"patches-13",level:3},{value:"5.18.15",id:"51815",level:2},{value:"Patches",id:"patches-14",level:3},{value:"5.18.14",id:"51814",level:2},{value:"Patches",id:"patches-15",level:3},{value:"5.18.13",id:"51813",level:2},{value:"Patches",id:"patches-16",level:3},{value:"5.18.12",id:"51812",level:2},{value:"Patches",id:"patches-17",level:3},{value:"5.18.11",id:"51811",level:2},{value:"Patches",id:"patches-18",level:3},{value:"5.18.10",id:"51810",level:2},{value:"Patches",id:"patches-19",level:3},{value:"5.18.9",id:"5189",level:2},{value:"Patches",id:"patches-20",level:3},{value:"5.18.8",id:"5188",level:2},{value:"Patches",id:"patches-21",level:3},{value:"5.18.7",id:"5187",level:2},{value:"Patches",id:"patches-22",level:3},{value:"5.18.6",id:"5186",level:2},{value:"Patches",id:"patches-23",level:3},{value:"5.18.5",id:"5185",level:2},{value:"Patches",id:"patches-24",level:3},{value:"5.18.4",id:"5184",level:2},{value:"Patches",id:"patches-25",level:3},{value:"5.18.3",id:"5183",level:2},{value:"Patches",id:"patches-26",level:3},{value:"5.18.2",id:"5182",level:2},{value:"Patches",id:"patches-27",level:3},{value:"5.18.1",id:"5181",level:2},{value:"Patches",id:"patches-28",level:3},{value:"5.18.0",id:"5180",level:2},{value:"Minor changes",id:"minor-changes-1",level:3},{value:"Patches",id:"patches-29",level:3},{value:"5.17.12",id:"51712",level:2},{value:"Patches",id:"patches-30",level:3},{value:"5.17.11",id:"51711",level:2},{value:"Patches",id:"patches-31",level:3},{value:"5.17.10",id:"51710",level:2},{value:"Patches",id:"patches-32",level:3},{value:"5.17.9",id:"5179",level:2},{value:"Patches",id:"patches-33",level:3},{value:"5.17.8",id:"5178",level:2},{value:"Patches",id:"patches-34",level:3},{value:"5.17.7",id:"5177",level:2},{value:"Patches",id:"patches-35",level:3},{value:"5.17.6",id:"5176",level:2},{value:"Patches",id:"patches-36",level:3},{value:"5.17.5",id:"5175",level:2},{value:"Patches",id:"patches-37",level:3},{value:"5.17.4",id:"5174",level:2},{value:"Patches",id:"patches-38",level:3},{value:"5.17.3",id:"5173",level:2},{value:"Patches",id:"patches-39",level:3},{value:"5.17.2",id:"5172",level:2},{value:"Patches",id:"patches-40",level:3},{value:"5.17.1",id:"5171",level:2},{value:"Patches",id:"patches-41",level:3},{value:"5.17.0",id:"5170",level:2},{value:"Minor changes",id:"minor-changes-2",level:3},{value:"Patches",id:"patches-42",level:3},{value:"5.16.60",id:"51660",level:2},{value:"Patches",id:"patches-43",level:3},{value:"5.16.59",id:"51659",level:2},{value:"Patches",id:"patches-44",level:3},{value:"5.16.58",id:"51658",level:2},{value:"Patches",id:"patches-45",level:3},{value:"5.16.57",id:"51657",level:2},{value:"Patches",id:"patches-46",level:3},{value:"5.16.56",id:"51656",level:2},{value:"Patches",id:"patches-47",level:3},{value:"5.16.55",id:"51655",level:2},{value:"Patches",id:"patches-48",level:3},{value:"5.16.54",id:"51654",level:2},{value:"Patches",id:"patches-49",level:3},{value:"5.16.53",id:"51653",level:2},{value:"Patches",id:"patches-50",level:3},{value:"5.16.52",id:"51652",level:2},{value:"Patches",id:"patches-51",level:3},{value:"5.16.51",id:"51651",level:2},{value:"Patches",id:"patches-52",level:3},{value:"5.16.50",id:"51650",level:2},{value:"Patches",id:"patches-53",level:3},{value:"5.16.49",id:"51649",level:2},{value:"Patches",id:"patches-54",level:3},{value:"5.16.48",id:"51648",level:2},{value:"Patches",id:"patches-55",level:3},{value:"5.16.47",id:"51647",level:2},{value:"Patches",id:"patches-56",level:3},{value:"5.16.46",id:"51646",level:2},{value:"Patches",id:"patches-57",level:3},{value:"5.16.45",id:"51645",level:2},{value:"Patches",id:"patches-58",level:3},{value:"5.16.44",id:"51644",level:2},{value:"Patches",id:"patches-59",level:3},{value:"5.16.43",id:"51643",level:2},{value:"Patches",id:"patches-60",level:3},{value:"5.16.42",id:"51642",level:2},{value:"Patches",id:"patches-61",level:3},{value:"5.16.41",id:"51641",level:2},{value:"Patches",id:"patches-62",level:3},{value:"5.16.40",id:"51640",level:2},{value:"Patches",id:"patches-63",level:3},{value:"5.16.39",id:"51639",level:2},{value:"Patches",id:"patches-64",level:3},{value:"5.16.38",id:"51638",level:2},{value:"Patches",id:"patches-65",level:3},{value:"5.16.37",id:"51637",level:2},{value:"Patches",id:"patches-66",level:3},{value:"5.16.36",id:"51636",level:2},{value:"Patches",id:"patches-67",level:3},{value:"5.16.35",id:"51635",level:2},{value:"Patches",id:"patches-68",level:3},{value:"5.16.34",id:"51634",level:2},{value:"Patches",id:"patches-69",level:3},{value:"5.16.33",id:"51633",level:2},{value:"Patches",id:"patches-70",level:3},{value:"5.16.32",id:"51632",level:2},{value:"Patches",id:"patches-71",level:3},{value:"5.16.31",id:"51631",level:2},{value:"Patches",id:"patches-72",level:3},{value:"5.16.30",id:"51630",level:2},{value:"Patches",id:"patches-73",level:3},{value:"5.16.29",id:"51629",level:2},{value:"Patches",id:"patches-74",level:3},{value:"5.16.28",id:"51628",level:2},{value:"Patches",id:"patches-75",level:3},{value:"5.16.27",id:"51627",level:2},{value:"Patches",id:"patches-76",level:3},{value:"5.16.26",id:"51626",level:2},{value:"Patches",id:"patches-77",level:3},{value:"5.16.25",id:"51625",level:2},{value:"Patches",id:"patches-78",level:3},{value:"5.16.24",id:"51624",level:2},{value:"Patches",id:"patches-79",level:3},{value:"5.16.23",id:"51623",level:2},{value:"Patches",id:"patches-80",level:3},{value:"5.16.22",id:"51622",level:2},{value:"Patches",id:"patches-81",level:3},{value:"5.16.21",id:"51621",level:2},{value:"Patches",id:"patches-82",level:3},{value:"5.16.20",id:"51620",level:2},{value:"Patches",id:"patches-83",level:3},{value:"5.16.19",id:"51619",level:2},{value:"Patches",id:"patches-84",level:3},{value:"5.16.18",id:"51618",level:2},{value:"Patches",id:"patches-85",level:3},{value:"5.16.17",id:"51617",level:2},{value:"Patches",id:"patches-86",level:3},{value:"5.16.16",id:"51616",level:2},{value:"Patches",id:"patches-87",level:3},{value:"5.16.15",id:"51615",level:2},{value:"Patches",id:"patches-88",level:3},{value:"5.16.14",id:"51614",level:2},{value:"Patches",id:"patches-89",level:3},{value:"5.16.13",id:"51613",level:2},{value:"Patches",id:"patches-90",level:3},{value:"5.16.12",id:"51612",level:2},{value:"Patches",id:"patches-91",level:3},{value:"5.16.11",id:"51611",level:2},{value:"Patches",id:"patches-92",level:3},{value:"5.16.10",id:"51610",level:2},{value:"Patches",id:"patches-93",level:3},{value:"5.16.9",id:"5169",level:2},{value:"Patches",id:"patches-94",level:3},{value:"5.16.8",id:"5168",level:2},{value:"Patches",id:"patches-95",level:3},{value:"5.16.7",id:"5167",level:2},{value:"Patches",id:"patches-96",level:3},{value:"5.16.6",id:"5166",level:2},{value:"Patches",id:"patches-97",level:3},{value:"5.16.5",id:"5165",level:2},{value:"Patches",id:"patches-98",level:3},{value:"5.16.4",id:"5164",level:2},{value:"Patches",id:"patches-99",level:3},{value:"5.16.3",id:"5163",level:2},{value:"Patches",id:"patches-100",level:3},{value:"5.16.2",id:"5162",level:2},{value:"Patches",id:"patches-101",level:3},{value:"5.16.1",id:"5161",level:2},{value:"Patches",id:"patches-102",level:3},{value:"5.16.0",id:"5160",level:2},{value:"Minor changes",id:"minor-changes-3",level:3},{value:"Patches",id:"patches-103",level:3},{value:"5.15.10",id:"51510",level:2},{value:"Patches",id:"patches-104",level:3},{value:"5.15.9",id:"5159",level:2},{value:"Patches",id:"patches-105",level:3},{value:"5.15.8",id:"5158",level:2},{value:"Patches",id:"patches-106",level:3},{value:"5.15.7",id:"5157",level:2},{value:"Patches",id:"patches-107",level:3},{value:"5.15.6",id:"5156",level:2},{value:"Patches",id:"patches-108",level:3},{value:"5.15.5",id:"5155",level:2},{value:"Patches",id:"patches-109",level:3},{value:"5.15.4",id:"5154",level:2},{value:"Patches",id:"patches-110",level:3},{value:"5.15.3",id:"5153",level:2},{value:"Patches",id:"patches-111",level:3},{value:"5.15.2",id:"5152",level:2},{value:"Patches",id:"patches-112",level:3},{value:"5.15.1",id:"5151",level:2},{value:"Patches",id:"patches-113",level:3},{value:"5.15.0",id:"5150",level:2},{value:"Minor changes",id:"minor-changes-4",level:3},{value:"5.14.43",id:"51443",level:2},{value:"Patches",id:"patches-114",level:3},{value:"5.14.42",id:"51442",level:2},{value:"Patches",id:"patches-115",level:3},{value:"5.14.41",id:"51441",level:2},{value:"Patches",id:"patches-116",level:3},{value:"5.14.40",id:"51440",level:2},{value:"Patches",id:"patches-117",level:3},{value:"5.14.39",id:"51439",level:2},{value:"Patches",id:"patches-118",level:3},{value:"5.14.38",id:"51438",level:2},{value:"Patches",id:"patches-119",level:3},{value:"5.14.37",id:"51437",level:2},{value:"Patches",id:"patches-120",level:3},{value:"5.14.36",id:"51436",level:2},{value:"Patches",id:"patches-121",level:3},{value:"5.14.35",id:"51435",level:2},{value:"Patches",id:"patches-122",level:3},{value:"5.14.34",id:"51434",level:2},{value:"Patches",id:"patches-123",level:3},{value:"5.14.33",id:"51433",level:2},{value:"Patches",id:"patches-124",level:3},{value:"5.14.32",id:"51432",level:2},{value:"Patches",id:"patches-125",level:3},{value:"5.14.31",id:"51431",level:2},{value:"Patches",id:"patches-126",level:3},{value:"5.14.30",id:"51430",level:2},{value:"Patches",id:"patches-127",level:3},{value:"5.14.29",id:"51429",level:2},{value:"Patches",id:"patches-128",level:3},{value:"5.14.28",id:"51428",level:2},{value:"Patches",id:"patches-129",level:3},{value:"5.14.27",id:"51427",level:2},{value:"Patches",id:"patches-130",level:3},{value:"5.14.26",id:"51426",level:2},{value:"Patches",id:"patches-131",level:3},{value:"5.14.25",id:"51425",level:2},{value:"Patches",id:"patches-132",level:3},{value:"5.14.24",id:"51424",level:2},{value:"Patches",id:"patches-133",level:3},{value:"5.14.23",id:"51423",level:2},{value:"Patches",id:"patches-134",level:3},{value:"5.14.22",id:"51422",level:2},{value:"Patches",id:"patches-135",level:3},{value:"5.14.21",id:"51421",level:2},{value:"Patches",id:"patches-136",level:3},{value:"5.14.20",id:"51420",level:2},{value:"Patches",id:"patches-137",level:3},{value:"5.14.19",id:"51419",level:2},{value:"Patches",id:"patches-138",level:3},{value:"5.14.18",id:"51418",level:2},{value:"Patches",id:"patches-139",level:3},{value:"5.14.17",id:"51417",level:2},{value:"Patches",id:"patches-140",level:3},{value:"5.14.16",id:"51416",level:2},{value:"Patches",id:"patches-141",level:3},{value:"5.14.15",id:"51415",level:2},{value:"Patches",id:"patches-142",level:3},{value:"5.14.14",id:"51414",level:2},{value:"Patches",id:"patches-143",level:3},{value:"5.14.13",id:"51413",level:2},{value:"Patches",id:"patches-144",level:3},{value:"5.14.12",id:"51412",level:2},{value:"Patches",id:"patches-145",level:3},{value:"5.14.11",id:"51411",level:2},{value:"Patches",id:"patches-146",level:3},{value:"5.14.10",id:"51410",level:2},{value:"Patches",id:"patches-147",level:3},{value:"5.14.9",id:"5149",level:2},{value:"Patches",id:"patches-148",level:3},{value:"5.14.8",id:"5148",level:2},{value:"Patches",id:"patches-149",level:3},{value:"5.14.7",id:"5147",level:2},{value:"Patches",id:"patches-150",level:3},{value:"5.14.6",id:"5146",level:2},{value:"Patches",id:"patches-151",level:3},{value:"5.14.5",id:"5145",level:2},{value:"Patches",id:"patches-152",level:3},{value:"5.14.4",id:"5144",level:2},{value:"Patches",id:"patches-153",level:3},{value:"5.14.3",id:"5143",level:2},{value:"Patches",id:"patches-154",level:3},{value:"5.14.2",id:"5142",level:2},{value:"Patches",id:"patches-155",level:3},{value:"5.14.1",id:"5141",level:2},{value:"Patches",id:"patches-156",level:3},{value:"5.14.0",id:"5140",level:2},{value:"Minor changes",id:"minor-changes-5",level:3},{value:"Patches",id:"patches-157",level:3},{value:"5.13.11",id:"51311",level:2},{value:"Patches",id:"patches-158",level:3},{value:"5.13.10",id:"51310",level:2},{value:"Patches",id:"patches-159",level:3},{value:"5.13.9",id:"5139",level:2},{value:"Patches",id:"patches-160",level:3},{value:"5.13.8",id:"5138",level:2},{value:"Patches",id:"patches-161",level:3},{value:"5.13.7",id:"5137",level:2},{value:"Patches",id:"patches-162",level:3},{value:"5.13.6",id:"5136",level:2},{value:"Patches",id:"patches-163",level:3},{value:"5.13.5",id:"5135",level:2},{value:"Patches",id:"patches-164",level:3},{value:"5.13.4",id:"5134",level:2},{value:"Patches",id:"patches-165",level:3},{value:"5.13.3",id:"5133",level:2},{value:"Patches",id:"patches-166",level:3},{value:"5.13.2",id:"5132",level:2},{value:"Patches",id:"patches-167",level:3},{value:"5.13.1",id:"5131",level:2},{value:"Patches",id:"patches-168",level:3},{value:"5.13.0",id:"5130",level:2},{value:"Minor changes",id:"minor-changes-6",level:3},{value:"Patches",id:"patches-169",level:3},{value:"5.12.37",id:"51237",level:2},{value:"Patches",id:"patches-170",level:3},{value:"5.12.36",id:"51236",level:2},{value:"Patches",id:"patches-171",level:3},{value:"5.12.35",id:"51235",level:2},{value:"Patches",id:"patches-172",level:3},{value:"5.12.34",id:"51234",level:2},{value:"Patches",id:"patches-173",level:3},{value:"5.12.33",id:"51233",level:2},{value:"Patches",id:"patches-174",level:3},{value:"5.12.32",id:"51232",level:2},{value:"Patches",id:"patches-175",level:3},{value:"5.12.31",id:"51231",level:2},{value:"Patches",id:"patches-176",level:3},{value:"5.12.30",id:"51230",level:2},{value:"Patches",id:"patches-177",level:3},{value:"5.12.29",id:"51229",level:2},{value:"Patches",id:"patches-178",level:3},{value:"5.12.28",id:"51228",level:2},{value:"Patches",id:"patches-179",level:3},{value:"5.12.27",id:"51227",level:2},{value:"Patches",id:"patches-180",level:3},{value:"5.12.26",id:"51226",level:2},{value:"Patches",id:"patches-181",level:3},{value:"5.12.25",id:"51225",level:2},{value:"Patches",id:"patches-182",level:3},{value:"5.12.24",id:"51224",level:2},{value:"Patches",id:"patches-183",level:3},{value:"5.12.23",id:"51223",level:2},{value:"Patches",id:"patches-184",level:3},{value:"5.12.22",id:"51222",level:2},{value:"Patches",id:"patches-185",level:3},{value:"5.12.21",id:"51221",level:2},{value:"Patches",id:"patches-186",level:3},{value:"5.12.20",id:"51220",level:2},{value:"Patches",id:"patches-187",level:3},{value:"5.12.19",id:"51219",level:2},{value:"Patches",id:"patches-188",level:3},{value:"5.12.18",id:"51218",level:2},{value:"Patches",id:"patches-189",level:3},{value:"5.12.17",id:"51217",level:2},{value:"Patches",id:"patches-190",level:3},{value:"5.12.16",id:"51216",level:2},{value:"Patches",id:"patches-191",level:3},{value:"5.12.15",id:"51215",level:2},{value:"Patches",id:"patches-192",level:3},{value:"5.12.14",id:"51214",level:2},{value:"Patches",id:"patches-193",level:3},{value:"5.12.13",id:"51213",level:2},{value:"Patches",id:"patches-194",level:3},{value:"5.12.12",id:"51212",level:2},{value:"Patches",id:"patches-195",level:3},{value:"5.12.11",id:"51211",level:2},{value:"Patches",id:"patches-196",level:3},{value:"5.12.10",id:"51210",level:2},{value:"Patches",id:"patches-197",level:3},{value:"5.12.9",id:"5129",level:2},{value:"Patches",id:"patches-198",level:3},{value:"5.12.8",id:"5128",level:2},{value:"Patches",id:"patches-199",level:3},{value:"5.12.7",id:"5127",level:2},{value:"Patches",id:"patches-200",level:3},{value:"5.12.6",id:"5126",level:2},{value:"Patches",id:"patches-201",level:3},{value:"5.12.5",id:"5125",level:2},{value:"Patches",id:"patches-202",level:3},{value:"5.12.4",id:"5124",level:2},{value:"Patches",id:"patches-203",level:3},{value:"5.12.3",id:"5123",level:2},{value:"Patches",id:"patches-204",level:3},{value:"5.12.2",id:"5122",level:2},{value:"Patches",id:"patches-205",level:3},{value:"5.12.1",id:"5121",level:2},{value:"Patches",id:"patches-206",level:3},{value:"5.12.0",id:"5120",level:2},{value:"Minor changes",id:"minor-changes-7",level:3},{value:"5.11.0",id:"5110",level:2},{value:"Minor changes",id:"minor-changes-8",level:3},{value:"5.10.1",id:"5101",level:2},{value:"Patches",id:"patches-207",level:3},{value:"5.10.0",id:"5100",level:2},{value:"Minor changes",id:"minor-changes-9",level:3},{value:"5.9.55",id:"5955",level:2},{value:"Patches",id:"patches-208",level:3},{value:"5.9.54",id:"5954",level:2},{value:"Patches",id:"patches-209",level:3},{value:"5.9.53",id:"5953",level:2},{value:"Patches",id:"patches-210",level:3},{value:"5.9.52",id:"5952",level:2},{value:"Patches",id:"patches-211",level:3},{value:"5.9.51",id:"5951",level:2},{value:"Patches",id:"patches-212",level:3},{value:"5.9.50",id:"5950",level:2},{value:"Patches",id:"patches-213",level:3},{value:"5.9.49",id:"5949",level:2},{value:"Patches",id:"patches-214",level:3},{value:"5.9.48",id:"5948",level:2},{value:"Patches",id:"patches-215",level:3},{value:"5.9.47",id:"5947",level:2},{value:"Patches",id:"patches-216",level:3},{value:"5.9.46",id:"5946",level:2},{value:"Patches",id:"patches-217",level:3},{value:"5.9.45",id:"5945",level:2},{value:"Patches",id:"patches-218",level:3},{value:"5.9.44",id:"5944",level:2},{value:"Patches",id:"patches-219",level:3},{value:"5.9.43",id:"5943",level:2},{value:"Patches",id:"patches-220",level:3},{value:"5.9.42",id:"5942",level:2},{value:"Patches",id:"patches-221",level:3},{value:"5.9.41",id:"5941",level:2},{value:"Patches",id:"patches-222",level:3},{value:"5.9.40",id:"5940",level:2},{value:"Patches",id:"patches-223",level:3},{value:"5.9.39",id:"5939",level:2},{value:"Patches",id:"patches-224",level:3},{value:"5.9.38",id:"5938",level:2},{value:"Patches",id:"patches-225",level:3},{value:"5.9.37",id:"5937",level:2},{value:"Patches",id:"patches-226",level:3},{value:"5.9.36",id:"5936",level:2},{value:"Patches",id:"patches-227",level:3},{value:"5.9.35",id:"5935",level:2},{value:"Patches",id:"patches-228",level:3},{value:"5.9.34",id:"5934",level:2},{value:"Patches",id:"patches-229",level:3},{value:"5.9.33",id:"5933",level:2},{value:"Patches",id:"patches-230",level:3},{value:"5.9.32",id:"5932",level:2},{value:"Patches",id:"patches-231",level:3},{value:"5.9.31",id:"5931",level:2},{value:"Patches",id:"patches-232",level:3},{value:"5.9.30",id:"5930",level:2},{value:"Patches",id:"patches-233",level:3},{value:"5.9.29",id:"5929",level:2},{value:"Patches",id:"patches-234",level:3},{value:"5.9.28",id:"5928",level:2},{value:"Patches",id:"patches-235",level:3},{value:"5.9.27",id:"5927",level:2},{value:"Patches",id:"patches-236",level:3},{value:"5.9.26",id:"5926",level:2},{value:"Patches",id:"patches-237",level:3},{value:"5.9.25",id:"5925",level:2},{value:"Patches",id:"patches-238",level:3},{value:"5.9.24",id:"5924",level:2},{value:"Patches",id:"patches-239",level:3},{value:"5.9.23",id:"5923",level:2},{value:"Patches",id:"patches-240",level:3},{value:"5.9.22",id:"5922",level:2},{value:"Patches",id:"patches-241",level:3},{value:"5.9.21",id:"5921",level:2},{value:"Patches",id:"patches-242",level:3},{value:"5.9.20",id:"5920",level:2},{value:"Patches",id:"patches-243",level:3},{value:"5.9.19",id:"5919",level:2},{value:"Patches",id:"patches-244",level:3},{value:"5.9.18",id:"5918",level:2},{value:"Patches",id:"patches-245",level:3},{value:"5.9.17",id:"5917",level:2},{value:"Patches",id:"patches-246",level:3},{value:"5.9.16",id:"5916",level:2},{value:"Patches",id:"patches-247",level:3},{value:"5.9.15",id:"5915",level:2},{value:"Patches",id:"patches-248",level:3},{value:"5.9.14",id:"5914",level:2},{value:"Patches",id:"patches-249",level:3},{value:"5.9.13",id:"5913",level:2},{value:"Patches",id:"patches-250",level:3},{value:"5.9.12",id:"5912",level:2},{value:"Patches",id:"patches-251",level:3},{value:"5.9.11",id:"5911",level:2},{value:"Patches",id:"patches-252",level:3},{value:"5.9.10",id:"5910",level:2},{value:"Patches",id:"patches-253",level:3},{value:"5.9.9",id:"599",level:2},{value:"Patches",id:"patches-254",level:3},{value:"5.9.8",id:"598",level:2},{value:"Patches",id:"patches-255",level:3},{value:"5.9.7",id:"597",level:2},{value:"Patches",id:"patches-256",level:3},{value:"5.9.6",id:"596",level:2},{value:"Patches",id:"patches-257",level:3},{value:"5.9.5",id:"595",level:2},{value:"Patches",id:"patches-258",level:3},{value:"5.9.4",id:"594",level:2},{value:"Patches",id:"patches-259",level:3},{value:"5.9.3",id:"593",level:2},{value:"Patches",id:"patches-260",level:3},{value:"5.9.2",id:"592",level:2},{value:"Patches",id:"patches-261",level:3},{value:"5.9.1",id:"591",level:2},{value:"Patches",id:"patches-262",level:3},{value:"5.9.0",id:"590",level:2},{value:"Minor changes",id:"minor-changes-10",level:3},{value:"5.8.2",id:"582",level:2},{value:"Patches",id:"patches-263",level:3},{value:"5.8.1",id:"581",level:2},{value:"Patches",id:"patches-264",level:3},{value:"5.8.0",id:"580",level:2},{value:"Minor changes",id:"minor-changes-11",level:3},{value:"5.7.21",id:"5721",level:2},{value:"Patches",id:"patches-265",level:3},{value:"5.7.20",id:"5720",level:2},{value:"Patches",id:"patches-266",level:3},{value:"5.7.19",id:"5719",level:2},{value:"Patches",id:"patches-267",level:3},{value:"5.7.18",id:"5718",level:2},{value:"Patches",id:"patches-268",level:3},{value:"5.7.17",id:"5717",level:2},{value:"Patches",id:"patches-269",level:3},{value:"5.7.16",id:"5716",level:2},{value:"Patches",id:"patches-270",level:3},{value:"5.7.15",id:"5715",level:2},{value:"Patches",id:"patches-271",level:3},{value:"5.7.14",id:"5714",level:2},{value:"Patches",id:"patches-272",level:3},{value:"5.7.13",id:"5713",level:2},{value:"Patches",id:"patches-273",level:3},{value:"5.7.12",id:"5712",level:2},{value:"Patches",id:"patches-274",level:3},{value:"5.7.11",id:"5711",level:2},{value:"Patches",id:"patches-275",level:3},{value:"5.7.10",id:"5710",level:2},{value:"Patches",id:"patches-276",level:3},{value:"5.7.9",id:"579",level:2},{value:"Patches",id:"patches-277",level:3},{value:"5.7.8",id:"578",level:2},{value:"Patches",id:"patches-278",level:3},{value:"5.7.7",id:"577",level:2},{value:"Patches",id:"patches-279",level:3},{value:"5.7.6",id:"576",level:2},{value:"Patches",id:"patches-280",level:3},{value:"5.7.5",id:"575",level:2},{value:"Patches",id:"patches-281",level:3},{value:"5.7.4",id:"574",level:2},{value:"Patches",id:"patches-282",level:3},{value:"5.7.3",id:"573",level:2},{value:"Patches",id:"patches-283",level:3},{value:"5.7.2",id:"572",level:2},{value:"Patches",id:"patches-284",level:3},{value:"5.7.1",id:"571",level:2},{value:"Patches",id:"patches-285",level:3},{value:"5.7.0",id:"570",level:2},{value:"Minor changes",id:"minor-changes-12",level:3},{value:"5.6.17",id:"5617",level:2},{value:"Patches",id:"patches-286",level:3},{value:"5.6.16",id:"5616",level:2},{value:"Patches",id:"patches-287",level:3},{value:"5.6.15",id:"5615",level:2},{value:"Patches",id:"patches-288",level:3},{value:"5.6.14",id:"5614",level:2},{value:"Patches",id:"patches-289",level:3},{value:"5.6.13",id:"5613",level:2},{value:"Patches",id:"patches-290",level:3},{value:"5.6.12",id:"5612",level:2},{value:"Patches",id:"patches-291",level:3},{value:"5.6.11",id:"5611",level:2},{value:"Patches",id:"patches-292",level:3},{value:"5.6.10",id:"5610",level:2},{value:"Patches",id:"patches-293",level:3},{value:"5.6.9",id:"569",level:2},{value:"Patches",id:"patches-294",level:3},{value:"5.6.8",id:"568",level:2},{value:"Patches",id:"patches-295",level:3},{value:"5.6.7",id:"567",level:2},{value:"Patches",id:"patches-296",level:3},{value:"5.6.6",id:"566",level:2},{value:"Patches",id:"patches-297",level:3},{value:"5.6.5",id:"565",level:2},{value:"Patches",id:"patches-298",level:3},{value:"5.6.4",id:"564",level:2},{value:"Patches",id:"patches-299",level:3},{value:"5.6.3",id:"563",level:2},{value:"Patches",id:"patches-300",level:3},{value:"5.6.2",id:"562",level:2},{value:"Patches",id:"patches-301",level:3},{value:"5.6.1",id:"561",level:2},{value:"Patches",id:"patches-302",level:3},{value:"5.6.0",id:"560",level:2},{value:"Minor changes",id:"minor-changes-13",level:3},{value:"Patches",id:"patches-303",level:3},{value:"5.5.14",id:"5514",level:2},{value:"Patches",id:"patches-304",level:3},{value:"5.5.13",id:"5513",level:2},{value:"Patches",id:"patches-305",level:3},{value:"5.5.12",id:"5512",level:2},{value:"Patches",id:"patches-306",level:3},{value:"5.5.11",id:"5511",level:2},{value:"Patches",id:"patches-307",level:3},{value:"5.5.10",id:"5510",level:2},{value:"Patches",id:"patches-308",level:3},{value:"5.5.9",id:"559",level:2},{value:"Patches",id:"patches-309",level:3},{value:"5.5.8",id:"558",level:2},{value:"Patches",id:"patches-310",level:3},{value:"5.5.7",id:"557",level:2},{value:"Patches",id:"patches-311",level:3},{value:"5.5.6",id:"556",level:2},{value:"Patches",id:"patches-312",level:3},{value:"5.5.5",id:"555",level:2},{value:"Patches",id:"patches-313",level:3},{value:"5.5.4",id:"554",level:2},{value:"Patches",id:"patches-314",level:3},{value:"5.5.3",id:"553",level:2},{value:"Patches",id:"patches-315",level:3},{value:"5.5.2",id:"552",level:2},{value:"Patches",id:"patches-316",level:3},{value:"5.5.1",id:"551",level:2},{value:"Patches",id:"patches-317",level:3},{value:"5.5.0",id:"550",level:2},{value:"Minor changes",id:"minor-changes-14",level:3},{value:"5.4.1",id:"541",level:2},{value:"Patches",id:"patches-318",level:3},{value:"5.4.0",id:"540",level:2},{value:"Minor changes",id:"minor-changes-15",level:3},{value:"5.3.61",id:"5361",level:2},{value:"Patches",id:"patches-319",level:3},{value:"5.3.60",id:"5360",level:2},{value:"Patches",id:"patches-320",level:3},{value:"5.3.59",id:"5359",level:2},{value:"Patches",id:"patches-321",level:3},{value:"5.3.58",id:"5358",level:2},{value:"Patches",id:"patches-322",level:3},{value:"5.3.57",id:"5357",level:2},{value:"Patches",id:"patches-323",level:3},{value:"5.3.56",id:"5356",level:2},{value:"Patches",id:"patches-324",level:3},{value:"5.3.55",id:"5355",level:2},{value:"Patches",id:"patches-325",level:3},{value:"5.3.54",id:"5354",level:2},{value:"Patches",id:"patches-326",level:3},{value:"5.3.53",id:"5353",level:2},{value:"Patches",id:"patches-327",level:3},{value:"5.3.52",id:"5352",level:2},{value:"Patches",id:"patches-328",level:3},{value:"5.3.51",id:"5351",level:2},{value:"Patches",id:"patches-329",level:3},{value:"5.3.50",id:"5350",level:2},{value:"Patches",id:"patches-330",level:3},{value:"5.3.49",id:"5349",level:2},{value:"Patches",id:"patches-331",level:3},{value:"5.3.48",id:"5348",level:2},{value:"Patches",id:"patches-332",level:3},{value:"5.3.47",id:"5347",level:2},{value:"Patches",id:"patches-333",level:3},{value:"5.3.46",id:"5346",level:2},{value:"Patches",id:"patches-334",level:3},{value:"5.3.45",id:"5345",level:2},{value:"Patches",id:"patches-335",level:3},{value:"5.3.44",id:"5344",level:2},{value:"Patches",id:"patches-336",level:3},{value:"5.3.43",id:"5343",level:2},{value:"Patches",id:"patches-337",level:3},{value:"5.3.42",id:"5342",level:2},{value:"Patches",id:"patches-338",level:3},{value:"5.3.41",id:"5341",level:2},{value:"Patches",id:"patches-339",level:3},{value:"5.3.40",id:"5340",level:2},{value:"Patches",id:"patches-340",level:3},{value:"5.3.39",id:"5339",level:2},{value:"Patches",id:"patches-341",level:3},{value:"5.3.38",id:"5338",level:2},{value:"Patches",id:"patches-342",level:3},{value:"5.3.37",id:"5337",level:2},{value:"Patches",id:"patches-343",level:3},{value:"5.3.36",id:"5336",level:2},{value:"Patches",id:"patches-344",level:3},{value:"5.3.35",id:"5335",level:2},{value:"Patches",id:"patches-345",level:3},{value:"5.3.34",id:"5334",level:2},{value:"Patches",id:"patches-346",level:3},{value:"5.3.33",id:"5333",level:2},{value:"Patches",id:"patches-347",level:3},{value:"5.3.32",id:"5332",level:2},{value:"Patches",id:"patches-348",level:3},{value:"5.3.31",id:"5331",level:2},{value:"Patches",id:"patches-349",level:3},{value:"5.3.30",id:"5330",level:2},{value:"Patches",id:"patches-350",level:3},{value:"5.3.29",id:"5329",level:2},{value:"Patches",id:"patches-351",level:3},{value:"5.3.28",id:"5328",level:2},{value:"Patches",id:"patches-352",level:3},{value:"5.3.27",id:"5327",level:2},{value:"Patches",id:"patches-353",level:3},{value:"5.3.26",id:"5326",level:2},{value:"Patches",id:"patches-354",level:3},{value:"5.3.25",id:"5325",level:2},{value:"Patches",id:"patches-355",level:3},{value:"5.3.24",id:"5324",level:2},{value:"Patches",id:"patches-356",level:3},{value:"5.3.23",id:"5323",level:2},{value:"Patches",id:"patches-357",level:3},{value:"5.3.22",id:"5322",level:2},{value:"Patches",id:"patches-358",level:3},{value:"5.3.21",id:"5321",level:2},{value:"Patches",id:"patches-359",level:3},{value:"5.3.20",id:"5320",level:2},{value:"Patches",id:"patches-360",level:3},{value:"5.3.19",id:"5319",level:2},{value:"Patches",id:"patches-361",level:3},{value:"5.3.18",id:"5318",level:2},{value:"Patches",id:"patches-362",level:3},{value:"5.3.17",id:"5317",level:2},{value:"Patches",id:"patches-363",level:3},{value:"5.3.16",id:"5316",level:2},{value:"Patches",id:"patches-364",level:3},{value:"5.3.15",id:"5315",level:2},{value:"Patches",id:"patches-365",level:3},{value:"5.3.14",id:"5314",level:2},{value:"Patches",id:"patches-366",level:3},{value:"5.3.13",id:"5313",level:2},{value:"Patches",id:"patches-367",level:3},{value:"5.3.12",id:"5312",level:2},{value:"Patches",id:"patches-368",level:3},{value:"5.3.11",id:"5311",level:2},{value:"Patches",id:"patches-369",level:3},{value:"5.3.10",id:"5310",level:2},{value:"Patches",id:"patches-370",level:3},{value:"5.3.9",id:"539",level:2},{value:"Patches",id:"patches-371",level:3},{value:"5.3.8",id:"538",level:2},{value:"Patches",id:"patches-372",level:3},{value:"5.3.7",id:"537",level:2},{value:"Patches",id:"patches-373",level:3},{value:"5.3.6",id:"536",level:2},{value:"Patches",id:"patches-374",level:3},{value:"5.3.5",id:"535",level:2},{value:"Patches",id:"patches-375",level:3},{value:"5.3.4",id:"534",level:2},{value:"Patches",id:"patches-376",level:3},{value:"5.3.3",id:"533",level:2},{value:"Patches",id:"patches-377",level:3},{value:"5.3.2",id:"532",level:2},{value:"Patches",id:"patches-378",level:3},{value:"5.3.1",id:"531",level:2},{value:"Patches",id:"patches-379",level:3},{value:"5.3.0",id:"530",level:2},{value:"Minor changes",id:"minor-changes-16",level:3},{value:"Patches",id:"patches-380",level:3},{value:"5.2.12",id:"5212",level:2},{value:"Patches",id:"patches-381",level:3},{value:"5.2.11",id:"5211",level:2},{value:"Patches",id:"patches-382",level:3},{value:"5.2.10",id:"5210",level:2},{value:"Patches",id:"patches-383",level:3},{value:"5.2.9",id:"529",level:2},{value:"Patches",id:"patches-384",level:3},{value:"5.2.8",id:"528",level:2},{value:"Patches",id:"patches-385",level:3},{value:"5.2.7",id:"527",level:2},{value:"Patches",id:"patches-386",level:3},{value:"5.2.6",id:"526",level:2},{value:"Patches",id:"patches-387",level:3},{value:"5.2.5",id:"525",level:2},{value:"Patches",id:"patches-388",level:3},{value:"5.2.4",id:"524",level:2},{value:"Patches",id:"patches-389",level:3},{value:"5.2.3",id:"523",level:2},{value:"Patches",id:"patches-390",level:3},{value:"5.2.2",id:"522",level:2},{value:"Patches",id:"patches-391",level:3},{value:"5.2.1",id:"521",level:2},{value:"Patches",id:"patches-392",level:3},{value:"5.2.0",id:"520",level:2},{value:"Minor changes",id:"minor-changes-17",level:3},{value:"5.1.17",id:"5117",level:2},{value:"Patches",id:"patches-393",level:3},{value:"5.1.16",id:"5116",level:2},{value:"Patches",id:"patches-394",level:3},{value:"5.1.15",id:"5115",level:2},{value:"Patches",id:"patches-395",level:3},{value:"5.1.14",id:"5114",level:2},{value:"Patches",id:"patches-396",level:3},{value:"5.1.13",id:"5113",level:2},{value:"Patches",id:"patches-397",level:3},{value:"5.1.12",id:"5112",level:2},{value:"Patches",id:"patches-398",level:3},{value:"5.1.11",id:"5111",level:2},{value:"Patches",id:"patches-399",level:3},{value:"5.1.10",id:"5110-1",level:2},{value:"Patches",id:"patches-400",level:3},{value:"5.1.9",id:"519",level:2},{value:"Patches",id:"patches-401",level:3},{value:"5.1.8",id:"518",level:2},{value:"Patches",id:"patches-402",level:3},{value:"5.1.7",id:"517",level:2},{value:"Patches",id:"patches-403",level:3},{value:"5.1.6",id:"516",level:2},{value:"Patches",id:"patches-404",level:3},{value:"5.1.5",id:"515",level:2},{value:"Patches",id:"patches-405",level:3},{value:"5.1.4",id:"514",level:2},{value:"Patches",id:"patches-406",level:3},{value:"5.1.3",id:"513",level:2},{value:"Patches",id:"patches-407",level:3},{value:"5.1.2",id:"512",level:2},{value:"Patches",id:"patches-408",level:3},{value:"5.1.1",id:"511",level:2},{value:"Patches",id:"patches-409",level:3},{value:"5.1.0",id:"510",level:2},{value:"Minor changes",id:"minor-changes-18",level:3},{value:"Patches",id:"patches-410",level:3},{value:"5.0.37",id:"5037",level:2},{value:"Patches",id:"patches-411",level:3},{value:"5.0.36",id:"5036",level:2},{value:"Patches",id:"patches-412",level:3},{value:"5.0.35",id:"5035",level:2},{value:"Patches",id:"patches-413",level:3},{value:"5.0.34",id:"5034",level:2},{value:"Patches",id:"patches-414",level:3},{value:"5.0.33",id:"5033",level:2},{value:"Patches",id:"patches-415",level:3},{value:"5.0.32",id:"5032",level:2},{value:"Patches",id:"patches-416",level:3},{value:"5.0.31",id:"5031",level:2},{value:"Patches",id:"patches-417",level:3},{value:"5.0.30",id:"5030",level:2},{value:"Patches",id:"patches-418",level:3},{value:"5.0.29",id:"5029",level:2},{value:"Patches",id:"patches-419",level:3},{value:"5.0.28",id:"5028",level:2},{value:"Patches",id:"patches-420",level:3},{value:"5.0.27",id:"5027",level:2},{value:"Patches",id:"patches-421",level:3},{value:"5.0.26",id:"5026",level:2},{value:"Patches",id:"patches-422",level:3},{value:"5.0.25",id:"5025",level:2},{value:"Patches",id:"patches-423",level:3},{value:"5.0.24",id:"5024",level:2},{value:"Patches",id:"patches-424",level:3},{value:"5.0.23",id:"5023",level:2},{value:"Patches",id:"patches-425",level:3},{value:"5.0.22",id:"5022",level:2},{value:"Patches",id:"patches-426",level:3},{value:"5.0.21",id:"5021",level:2},{value:"Patches",id:"patches-427",level:3},{value:"5.0.20",id:"5020",level:2},{value:"Patches",id:"patches-428",level:3},{value:"5.0.19",id:"5019",level:2},{value:"Patches",id:"patches-429",level:3},{value:"5.0.18",id:"5018",level:2},{value:"Patches",id:"patches-430",level:3},{value:"5.0.17",id:"5017",level:2},{value:"Patches",id:"patches-431",level:3},{value:"5.0.16",id:"5016",level:2},{value:"Patches",id:"patches-432",level:3},{value:"5.0.15",id:"5015",level:2},{value:"Patches",id:"patches-433",level:3},{value:"5.0.14",id:"5014",level:2},{value:"Patches",id:"patches-434",level:3},{value:"5.0.13",id:"5013",level:2},{value:"Patches",id:"patches-435",level:3},{value:"5.0.12",id:"5012",level:2},{value:"Patches",id:"patches-436",level:3},{value:"5.0.11",id:"5011",level:2},{value:"Patches",id:"patches-437",level:3},{value:"5.0.10",id:"5010",level:2},{value:"Patches",id:"patches-438",level:3},{value:"5.0.9",id:"509",level:2},{value:"Patches",id:"patches-439",level:3},{value:"5.0.8",id:"508",level:2},{value:"Patches",id:"patches-440",level:3},{value:"5.0.7",id:"507",level:2},{value:"Patches",id:"patches-441",level:3},{value:"5.0.6",id:"506",level:2},{value:"Patches",id:"patches-442",level:3},{value:"5.0.5",id:"505",level:2},{value:"Patches",id:"patches-443",level:3},{value:"5.0.4",id:"504",level:2},{value:"Patches",id:"patches-444",level:3},{value:"5.0.3",id:"503",level:2},{value:"Patches",id:"patches-445",level:3},{value:"5.0.2",id:"502",level:2},{value:"Patches",id:"patches-446",level:3},{value:"5.0.1",id:"501",level:2},{value:"Patches",id:"patches-447",level:3},{value:"5.0.0-beta.62",id:"500-beta62",level:2},{value:"Changes",id:"changes",level:3},{value:"5.0.0-beta.61",id:"500-beta61",level:2},{value:"Changes",id:"changes-1",level:3},{value:"5.0.0-beta.60",id:"500-beta60",level:2},{value:"Changes",id:"changes-2",level:3},{value:"5.0.0-beta.59",id:"500-beta59",level:2},{value:"Changes",id:"changes-3",level:3},{value:"5.0.0-beta.58",id:"500-beta58",level:2},{value:"Changes",id:"changes-4",level:3},{value:"5.0.0-beta.57",id:"500-beta57",level:2},{value:"Changes",id:"changes-5",level:3},{value:"5.0.0-beta.56",id:"500-beta56",level:2},{value:"Changes",id:"changes-6",level:3},{value:"5.0.0-beta.55",id:"500-beta55",level:2},{value:"Changes",id:"changes-7",level:3},{value:"5.0.0-beta.54",id:"500-beta54",level:2},{value:"Changes",id:"changes-8",level:3},{value:"5.0.0-beta.53",id:"500-beta53",level:2},{value:"Changes",id:"changes-9",level:3},{value:"5.0.0-beta.52",id:"500-beta52",level:2},{value:"Changes",id:"changes-10",level:3},{value:"5.0.0-beta.51",id:"500-beta51",level:2},{value:"Changes",id:"changes-11",level:3},{value:"5.0.0-beta.50",id:"500-beta50",level:2},{value:"Changes",id:"changes-12",level:3},{value:"5.0.0-beta.49",id:"500-beta49",level:2},{value:"Changes",id:"changes-13",level:3},{value:"5.0.0-beta.44",id:"500-beta44",level:2},{value:"Changes",id:"changes-14",level:3},{value:"5.0.0-beta.43",id:"500-beta43",level:2},{value:"Changes",id:"changes-15",level:3},{value:"5.0.0-beta.39",id:"500-beta39",level:2},{value:"Changes",id:"changes-16",level:3},{value:"5.0.0-beta.25",id:"500-beta25",level:2},{value:"Changes",id:"changes-17",level:3},{value:"5.0.0-beta.18",id:"500-beta18",level:2},{value:"Changes",id:"changes-18",level:3},{value:"5.0.0-beta.7",id:"500-beta7",level:2},{value:"Changes",id:"changes-19",level:3},{value:"5.0.0-beta.4",id:"500-beta4",level:2},{value:"Changes",id:"changes-20",level:3},{value:"5.0.0-beta.3",id:"500-beta3",level:2},{value:"Changes",id:"changes-21",level:3},{value:"5.0.0-beta.1",id:"500-beta1",level:2},{value:"Changes",id:"changes-22",level:3},{value:"5.0.0-beta.0",id:"500-beta0",level:2},{value:"Changes",id:"changes-23",level:3},{value:"4.2.4",id:"424",level:2},{value:"Patches",id:"patches-448",level:3},{value:"4.2.0",id:"420",level:2},{value:"Minor changes",id:"minor-changes-19",level:3},{value:"Patches",id:"patches-449",level:3},{value:"4.1.0",id:"410",level:2},{value:"Minor changes",id:"minor-changes-20",level:3},{value:"4.0.2",id:"402",level:2},{value:"Patches",id:"patches-450",level:3},{value:"4.0.0",id:"400",level:2},{value:"Major changes",id:"major-changes",level:3},{value:"3.6.2",id:"362",level:2},{value:"Patches",id:"patches-451",level:3},{value:"3.6.0",id:"360",level:2},{value:"Minor changes",id:"minor-changes-21",level:3},{value:"3.5.0",id:"350",level:2},{value:"Minor changes",id:"minor-changes-22",level:3},{value:"3.4.0",id:"340",level:2},{value:"Minor changes",id:"minor-changes-23",level:3},{value:"Patches",id:"patches-452",level:3},{value:"3.3.1",id:"331",level:2},{value:"Patches",id:"patches-453",level:3},{value:"3.3.0",id:"330",level:2},{value:"Minor changes",id:"minor-changes-24",level:3},{value:"3.2.0",id:"320",level:2},{value:"Minor changes",id:"minor-changes-25",level:3},{value:"3.1.5",id:"315",level:2},{value:"Patches",id:"patches-454",level:3},{value:"3.1.4",id:"314",level:2},{value:"Patches",id:"patches-455",level:3},{value:"3.1.1",id:"311",level:2},{value:"Patches",id:"patches-456",level:3},{value:"3.1.0",id:"310",level:2},{value:"Minor changes",id:"minor-changes-26",level:3},{value:"Patches",id:"patches-457",level:3},{value:"3.0.10",id:"3010",level:2},{value:"Patches",id:"patches-458",level:3},{value:"3.0.7",id:"307",level:2},{value:"Patches",id:"patches-459",level:3},{value:"3.0.2",id:"302",level:2},{value:"Patches",id:"patches-460",level:3},{value:"3.0.0",id:"300",level:2},{value:"Major changes",id:"major-changes-1",level:3},{value:"2.8.0",id:"280",level:2},{value:"Minor changes",id:"minor-changes-27",level:3},{value:"2.7.7",id:"277",level:2},{value:"Patches",id:"patches-461",level:3},{value:"2.7.6",id:"276",level:2},{value:"Patches",id:"patches-462",level:3},{value:"2.7.4",id:"274",level:2},{value:"Patches",id:"patches-463",level:3},{value:"2.7.2",id:"272",level:2},{value:"Patches",id:"patches-464",level:3},{value:"2.7.0",id:"270",level:2},{value:"Minor changes",id:"minor-changes-28",level:3},{value:"2.6.0",id:"260",level:2},{value:"Minor changes",id:"minor-changes-29",level:3},{value:"Patches",id:"patches-465",level:3},{value:"2.5.2",id:"252",level:2},{value:"Patches",id:"patches-466",level:3},{value:"2.5.1",id:"251",level:2},{value:"Patches",id:"patches-467",level:3},{value:"2.5.0",id:"250",level:2},{value:"Minor changes",id:"minor-changes-30",level:3},{value:"Patches",id:"patches-468",level:3},{value:"2.4.0",id:"240",level:2},{value:"Minor changes",id:"minor-changes-31",level:3},{value:"2.3.11",id:"2311",level:2},{value:"Patches",id:"patches-469",level:3},{value:"2.3.10",id:"2310",level:2},{value:"Patches",id:"patches-470",level:3},{value:"2.3.9",id:"239",level:2},{value:"Patches",id:"patches-471",level:3},{value:"2.3.8",id:"238",level:2},{value:"Patches",id:"patches-472",level:3},{value:"2.3.7",id:"237",level:2},{value:"Patches",id:"patches-473",level:3},{value:"2.3.6",id:"236",level:2},{value:"Patches",id:"patches-474",level:3},{value:"2.3.4",id:"234",level:2},{value:"Patches",id:"patches-475",level:3},{value:"2.3.3",id:"233",level:2},{value:"Patches",id:"patches-476",level:3},{value:"2.3.2",id:"232",level:2},{value:"Patches",id:"patches-477",level:3},{value:"2.3.1",id:"231",level:2},{value:"Patches",id:"patches-478",level:3},{value:"2.3.0",id:"230",level:2},{value:"Minor changes",id:"minor-changes-32",level:3},{value:"Patches",id:"patches-479",level:3},{value:"2.2.31",id:"2231",level:2},{value:"Patches",id:"patches-480",level:3},{value:"2.2.29",id:"2229",level:2},{value:"Patches",id:"patches-481",level:3},{value:"2.2.27",id:"2227",level:2},{value:"Patches",id:"patches-482",level:3},{value:"2.2.23",id:"2223",level:2},{value:"Patches",id:"patches-483",level:3},{value:"2.2.21",id:"2221",level:2},{value:"Patches",id:"patches-484",level:3},{value:"2.2.14",id:"2214",level:2},{value:"Patches",id:"patches-485",level:3},{value:"2.2.13",id:"2213",level:2},{value:"Patches",id:"patches-486",level:3},{value:"2.2.7",id:"227",level:2},{value:"Patches",id:"patches-487",level:3},{value:"2.2.6",id:"226",level:2},{value:"Patches",id:"patches-488",level:3},{value:"2.2.5",id:"225",level:2},{value:"Patches",id:"patches-489",level:3},{value:"2.2.1",id:"221",level:2},{value:"Patches",id:"patches-490",level:3},{value:"2.2.0",id:"220",level:2},{value:"Minor changes",id:"minor-changes-33",level:3},{value:"2.1.0",id:"210",level:2},{value:"Minor changes",id:"minor-changes-34",level:3},{value:"2.0.4",id:"204",level:2},{value:"Patches",id:"patches-491",level:3},{value:"2.0.0",id:"200",level:2},{value:"Major changes",id:"major-changes-2",level:3},{value:"1.4.0",id:"140",level:2},{value:"Minor changes",id:"minor-changes-35",level:3},{value:"Patches",id:"patches-492",level:3},{value:"1.1.0",id:"110",level:2},{value:"Minor changes",id:"minor-changes-36",level:3},{value:"1.0.0",id:"100",level:2},{value:"Major",id:"major",level:3},{value:"Patches",id:"patches-493",level:3},{value:"0.143.0",id:"01430",level:2},{value:"Minor changes",id:"minor-changes-37",level:3},{value:"0.142.0",id:"01420",level:2},{value:"Minor changes",id:"minor-changes-38",level:3},{value:"Patches",id:"patches-494",level:3},{value:"0.141.6",id:"01416",level:2},{value:"Patches",id:"patches-495",level:3},{value:"0.141.1",id:"01411",level:2},{value:"Patches",id:"patches-496",level:3},{value:"0.141.0",id:"01410",level:2},{value:"Minor changes",id:"minor-changes-39",level:3},{value:"0.140.3",id:"01403",level:2},{value:"Patches",id:"patches-497",level:3},{value:"0.140.0",id:"01400",level:2},{value:"Minor changes",id:"minor-changes-40",level:3},{value:"0.139.6",id:"01396",level:2},{value:"Patches",id:"patches-498",level:3},{value:"0.139.4",id:"01394",level:2},{value:"Patches",id:"patches-499",level:3},{value:"0.139.2",id:"01392",level:2},{value:"Patches",id:"patches-500",level:3},{value:"0.139.1",id:"01391",level:2},{value:"Patches",id:"patches-501",level:3},{value:"0.139.0",id:"01390",level:2},{value:"Minor changes",id:"minor-changes-41",level:3},{value:"0.138.1",id:"01381",level:2},{value:"Patches",id:"patches-502",level:3},{value:"0.138.0",id:"01380",level:2},{value:"Minor changes",id:"minor-changes-42",level:3},{value:"0.137.2",id:"01372",level:2},{value:"Patches",id:"patches-503",level:3},{value:"0.137.1",id:"01371",level:2},{value:"Patches",id:"patches-504",level:3},{value:"0.137.0",id:"01370",level:2},{value:"Minor changes",id:"minor-changes-43",level:3},{value:"0.136.2",id:"01362",level:2},{value:"Patches",id:"patches-505",level:3},{value:"0.136.0",id:"01360",level:2},{value:"Minor changes",id:"minor-changes-44",level:3},{value:"0.135.0",id:"01350",level:2},{value:"Minor changes",id:"minor-changes-45",level:3},{value:"0.134.4",id:"01344",level:2},{value:"Patches",id:"patches-506",level:3},{value:"0.134.3",id:"01343",level:2},{value:"Patches",id:"patches-507",level:3},{value:"0.134.2",id:"01342",level:2},{value:"Patches",id:"patches-508",level:3},{value:"0.134.1",id:"01341",level:2},{value:"Patches",id:"patches-509",level:3},{value:"0.134.0",id:"01340",level:2},{value:"Minor changes",id:"minor-changes-46",level:3},{value:"0.133.5",id:"01335",level:2},{value:"Patches",id:"patches-510",level:3},{value:"0.133.4",id:"01334",level:2},{value:"Patches",id:"patches-511",level:3},{value:"0.133.2",id:"01332",level:2},{value:"Patches",id:"patches-512",level:3},{value:"0.133.1",id:"01331",level:2},{value:"Patches",id:"patches-513",level:3},{value:"0.133.0",id:"01330",level:2},{value:"Minor changes",id:"minor-changes-47",level:3},{value:"0.132.0",id:"01320",level:2},{value:"Minor changes",id:"minor-changes-48",level:3},{value:"0.131.3",id:"01313",level:2},{value:"Patches",id:"patches-514",level:3},{value:"0.131.2",id:"01312",level:2},{value:"Patches",id:"patches-515",level:3},{value:"0.131.1",id:"01311",level:2},{value:"Patches",id:"patches-516",level:3},{value:"0.30.3",id:"0303",level:2},{value:"Patches",id:"patches-517",level:3},{value:"0.30.2",id:"0302",level:2},{value:"Patches",id:"patches-518",level:3},{value:"0.30.1",id:"0301",level:2},{value:"Patches",id:"patches-519",level:3},{value:"0.30.0",id:"0300",level:2},{value:"Minor changes",id:"minor-changes-49",level:3},{value:"0.29.2",id:"0292",level:2},{value:"Patches",id:"patches-520",level:3},{value:"0.29.1",id:"0291",level:2},{value:"Patches",id:"patches-521",level:3},{value:"0.29.0",id:"0290",level:2},{value:"Minor changes",id:"minor-changes-50",level:3},{value:"0.28.14",id:"02814",level:2},{value:"Patches",id:"patches-522",level:3},{value:"0.28.13",id:"02813",level:2},{value:"Patches",id:"patches-523",level:3},{value:"0.28.12",id:"02812",level:2},{value:"Patches",id:"patches-524",level:3},{value:"0.28.11",id:"02811",level:2},{value:"Patches",id:"patches-525",level:3},{value:"0.28.10",id:"02810",level:2},{value:"Patches",id:"patches-526",level:3},{value:"0.28.9",id:"0289",level:2},{value:"Patches",id:"patches-527",level:3},{value:"0.28.8",id:"0288",level:2},{value:"Patches",id:"patches-528",level:3},{value:"0.28.7",id:"0287",level:2},{value:"Patches",id:"patches-529",level:3},{value:"0.28.6",id:"0286",level:2},{value:"Patches",id:"patches-530",level:3},{value:"0.28.5",id:"0285",level:2},{value:"Patches",id:"patches-531",level:3},{value:"0.28.4",id:"0284",level:2},{value:"Patches",id:"patches-532",level:3},{value:"0.28.3",id:"0283",level:2},{value:"Patches",id:"patches-533",level:3},{value:"0.28.2",id:"0282",level:2},{value:"Patches",id:"patches-534",level:3},{value:"0.28.0",id:"0280",level:2},{value:"Minor changes",id:"minor-changes-51",level:3},{value:"0.27.0",id:"0270",level:2},{value:"Minor changes",id:"minor-changes-52",level:3},{value:"Patches",id:"patches-535",level:3},{value:"0.26.3",id:"0263",level:2},{value:"Patches",id:"patches-536",level:3},{value:"0.26.2",id:"0262",level:2},{value:"Patches",id:"patches-537",level:3},{value:"0.26.1",id:"0261",level:2},{value:"Patches",id:"patches-538",level:3},{value:"0.26.0",id:"0260",level:2},{value:"Minor changes",id:"minor-changes-53",level:3},{value:"0.25.2",id:"0252",level:2},{value:"Patches",id:"patches-539",level:3},{value:"0.25.1",id:"0251",level:2},{value:"Patches",id:"patches-540",level:3},{value:"0.25.0",id:"0250",level:2},{value:"Minor changes",id:"minor-changes-54",level:3},{value:"0.24.4",id:"0244",level:2},{value:"Patches",id:"patches-541",level:3},{value:"0.24.3",id:"0243",level:2},{value:"Patches",id:"patches-542",level:3},{value:"0.24.2",id:"0242",level:2},{value:"Patches",id:"patches-543",level:3},{value:"0.24.1",id:"0241",level:2},{value:"Patches",id:"patches-544",level:3},{value:"0.24.0",id:"0240",level:2},{value:"Minor changes",id:"minor-changes-55",level:3},{value:"0.23.0",id:"0230",level:2},{value:"Minor changes",id:"minor-changes-56",level:3},{value:"0.22.1",id:"0221",level:2},{value:"Patches",id:"patches-545",level:3},{value:"0.22.0",id:"0220",level:2},{value:"Minor changes",id:"minor-changes-57",level:3},{value:"Patches",id:"patches-546",level:3},{value:"0.21.2",id:"0212",level:2},{value:"Patches",id:"patches-547",level:3},{value:"0.21.1",id:"0211",level:2},{value:"Patches",id:"patches-548",level:3},{value:"0.21.0",id:"0210",level:2},{value:"Minor changes",id:"minor-changes-58",level:3},{value:"0.20.0",id:"0200",level:2},{value:"Minor changes",id:"minor-changes-59",level:3},{value:"Patches",id:"patches-549",level:3},{value:"0.19.2",id:"0192",level:2},{value:"Patches",id:"patches-550",level:3},{value:"0.19.1",id:"0191",level:2},{value:"Patches",id:"patches-551",level:3},{value:"0.19.0",id:"0190",level:2},{value:"Minor changes",id:"minor-changes-60",level:3},{value:"Patches",id:"patches-552",level:3},{value:"0.18.0",id:"0180",level:2},{value:"Minor changes",id:"minor-changes-61",level:3},{value:"0.17.4",id:"0174",level:2},{value:"Patches",id:"patches-553",level:3},{value:"0.17.3",id:"0173",level:2},{value:"Patches",id:"patches-554",level:3},{value:"0.17.2",id:"0172",level:2},{value:"Patches",id:"patches-555",level:3},{value:"0.17.1",id:"0171",level:2},{value:"Patches",id:"patches-556",level:3},{value:"0.17.0",id:"0170",level:2},{value:"Minor changes",id:"minor-changes-62",level:3},{value:"Patches",id:"patches-557",level:3},{value:"0.16.1",id:"0161",level:2},{value:"Patches",id:"patches-558",level:3},{value:"0.16.0",id:"0160",level:2},{value:"Minor changes",id:"minor-changes-63",level:3},{value:"Patches",id:"patches-559",level:3},{value:"0.15.0",id:"0150",level:2},{value:"Minor changes",id:"minor-changes-64",level:3},{value:"0.14.1",id:"0141",level:2},{value:"Patches",id:"patches-560",level:3},{value:"0.14.0",id:"0140",level:2},{value:"Minor changes",id:"minor-changes-65",level:3},{value:"0.13.1",id:"0131",level:2},{value:"Patches",id:"patches-561",level:3},{value:"0.13.0",id:"0130",level:2},{value:"Minor changes",id:"minor-changes-66",level:3},{value:"0.12.0",id:"0120",level:2},{value:"Minor changes",id:"minor-changes-67",level:3},{value:"0.11.1",id:"0111",level:2},{value:"Patches",id:"patches-562",level:3},{value:"0.11.0",id:"0110",level:2},{value:"Minor changes",id:"minor-changes-68",level:3},{value:"Patches",id:"patches-563",level:3},{value:"0.0.4",id:"004",level:2},{value:"Patches",id:"patches-564",level:3},{value:"0.0.3",id:"003",level:2},{value:"Patches",id:"patches-565",level:3},{value:"5.38.2",id:"5382",level:2},{value:"Patches",id:"patches-566",level:3},{value:"5.38.1",id:"5381",level:2},{value:"Patches",id:"patches-567",level:3},{value:"5.38.0",id:"5380",level:2},{value:"Minor changes",id:"minor-changes-69",level:3},{value:"5.37.0",id:"5370",level:2},{value:"Minor changes",id:"minor-changes-70",level:3},{value:"Patches",id:"patches-568",level:3},{value:"5.36.0",id:"5360-1",level:2},{value:"Minor changes",id:"minor-changes-71",level:3},{value:"5.35.0",id:"5350-1",level:2},{value:"Minor changes",id:"minor-changes-72",level:3},{value:"5.34.0",id:"5340-1",level:2},{value:"Minor changes",id:"minor-changes-73",level:3},{value:"5.33.1",id:"5331-1",level:2},{value:"Patches",id:"patches-569",level:3},{value:"5.33.0",id:"5330-1",level:2},{value:"Minor changes",id:"minor-changes-74",level:3},{value:"Patches",id:"patches-570",level:3},{value:"5.32.0",id:"5320-1",level:2},{value:"Minor changes",id:"minor-changes-75",level:3},{value:"5.31.4",id:"5314-1",level:2},{value:"Patches",id:"patches-571",level:3},{value:"5.31.3",id:"5313-1",level:2},{value:"Patches",id:"patches-572",level:3},{value:"5.31.2",id:"5312-1",level:2},{value:"Patches",id:"patches-573",level:3},{value:"5.31.1",id:"5311-1",level:2},{value:"Patches",id:"patches-574",level:3},{value:"5.31.0",id:"5310-1",level:2},{value:"Minor changes",id:"minor-changes-76",level:3},{value:"Patches",id:"patches-575",level:3},{value:"5.30.0",id:"5300",level:2},{value:"Minor changes",id:"minor-changes-77",level:3},{value:"Patches",id:"patches-576",level:3},{value:"5.29.1",id:"5291",level:2},{value:"Patches",id:"patches-577",level:3},{value:"5.29.0",id:"5290",level:2},{value:"Minor changes",id:"minor-changes-78",level:3},{value:"5.28.2",id:"5282",level:2},{value:"Patches",id:"patches-578",level:3},{value:"5.28.1",id:"5281",level:2},{value:"Patches",id:"patches-579",level:3},{value:"5.28.0",id:"5280",level:2},{value:"Minor changes",id:"minor-changes-79",level:3},{value:"Patches",id:"patches-580",level:3},{value:"5.27.0",id:"5270",level:2},{value:"Minor changes",id:"minor-changes-80",level:3},{value:"Patches",id:"patches-581",level:3},{value:"5.26.1",id:"5261",level:2},{value:"Patches",id:"patches-582",level:3},{value:"5.26.0",id:"5260",level:2},{value:"Minor changes",id:"minor-changes-81",level:3},{value:"5.25.1",id:"5251",level:2},{value:"Patches",id:"patches-583",level:3},{value:"5.25.0",id:"5250",level:2},{value:"Minor changes",id:"minor-changes-82",level:3},{value:"5.24.1",id:"5241",level:2},{value:"Patches",id:"patches-584",level:3},{value:"5.24.0",id:"5240",level:2},{value:"Minor changes",id:"minor-changes-83",level:3},{value:"5.23.1",id:"5231",level:2},{value:"Patches",id:"patches-585",level:3},{value:"5.23.0",id:"5230",level:2},{value:"Minor changes",id:"minor-changes-84",level:3},{value:"5.22.0",id:"5220",level:2},{value:"Minor changes",id:"minor-changes-85",level:3},{value:"Patches",id:"patches-586",level:3},{value:"5.21.0",id:"5210-1",level:2},{value:"Minor changes",id:"minor-changes-86",level:3},{value:"Patches",id:"patches-587",level:3},{value:"5.20.0",id:"5200",level:2},{value:"Minor changes",id:"minor-changes-87",level:3},{value:"5.19.0",id:"5190-1",level:2},{value:"Minor changes",id:"minor-changes-88",level:3},{value:"5.18.0",id:"5180-1",level:2},{value:"Minor changes",id:"minor-changes-89",level:3},{value:"Patches",id:"patches-588",level:3},{value:"5.17.0",id:"5170-1",level:2},{value:"Minor changes",id:"minor-changes-90",level:3},{value:"Patches",id:"patches-589",level:3},{value:"5.16.1",id:"5161-1",level:2},{value:"Patches",id:"patches-590",level:3},{value:"5.16.0",id:"5160-1",level:2},{value:"Minor changes",id:"minor-changes-91",level:3},{value:"5.15.0",id:"5150-1",level:2},{value:"Minor changes",id:"minor-changes-92",level:3},{value:"5.14.0",id:"5140-1",level:2},{value:"Minor changes",id:"minor-changes-93",level:3},{value:"Patches",id:"patches-591",level:3},{value:"5.13.0",id:"5130-1",level:2},{value:"Minor changes",id:"minor-changes-94",level:3},{value:"5.12.0",id:"5120-1",level:2},{value:"Minor changes",id:"minor-changes-95",level:3},{value:"5.11.1",id:"5111-1",level:2},{value:"Patches",id:"patches-592",level:3},{value:"5.11.0",id:"5110-2",level:2},{value:"Minor changes",id:"minor-changes-96",level:3},{value:"5.10.1",id:"5101-1",level:2},{value:"Patches",id:"patches-593",level:3},{value:"5.10.0",id:"5100-1",level:2},{value:"Minor changes",id:"minor-changes-97",level:3},{value:"5.9.2",id:"592-1",level:2},{value:"Patches",id:"patches-594",level:3},{value:"5.9.1",id:"591-1",level:2},{value:"Patches",id:"patches-595",level:3},{value:"5.9.0",id:"590-1",level:2},{value:"Minor changes",id:"minor-changes-98",level:3},{value:"5.8.0",id:"580-1",level:2},{value:"Minor changes",id:"minor-changes-99",level:3},{value:"Patches",id:"patches-596",level:3},{value:"5.7.0",id:"570-1",level:2},{value:"Minor changes",id:"minor-changes-100",level:3},{value:"5.6.1",id:"561-1",level:2},{value:"Patches",id:"patches-597",level:3},{value:"5.6.0",id:"560-1",level:2},{value:"Minor changes",id:"minor-changes-101",level:3},{value:"Patches",id:"patches-598",level:3},{value:"5.5.2",id:"552-1",level:2},{value:"Patches",id:"patches-599",level:3},{value:"5.5.1",id:"551-1",level:2},{value:"Patches",id:"patches-600",level:3},{value:"5.5.0",id:"550-1",level:2},{value:"Minor changes",id:"minor-changes-102",level:3},{value:"5.4.0",id:"540-1",level:2},{value:"Minor changes",id:"minor-changes-103",level:3},{value:"Patches",id:"patches-601",level:3},{value:"5.3.1",id:"531-1",level:2},{value:"Patches",id:"patches-602",level:3},{value:"5.3.0",id:"530-1",level:2},{value:"Minor changes",id:"minor-changes-104",level:3},{value:"5.2.0",id:"520-1",level:2},{value:"Minor changes",id:"minor-changes-105",level:3},{value:"5.1.0",id:"510-1",level:2},{value:"Minor changes",id:"minor-changes-106",level:3},{value:"5.0.5",id:"505-1",level:2},{value:"Patches",id:"patches-603",level:3},{value:"5.0.4",id:"504-1",level:2},{value:"Patches",id:"patches-604",level:3},{value:"5.0.3",id:"503-1",level:2},{value:"5.0.2",id:"502-1",level:2},{value:"Patches",id:"patches-605",level:3},{value:"5.0.1",id:"501-1",level:2},{value:"Patches",id:"patches-606",level:3},{value:"0.10.0",id:"0100",level:2},{value:"Minor changes",id:"minor-changes-107",level:3},{value:"Patches",id:"patches-607",level:3},{value:"0.9.0",id:"090",level:2},{value:"Minor changes",id:"minor-changes-108",level:3},{value:"0.8.0",id:"080",level:2},{value:"Minor changes",id:"minor-changes-109",level:3},{value:"0.7.1",id:"071",level:2},{value:"Patches",id:"patches-608",level:3},{value:"0.7.0",id:"070",level:2},{value:"Minor changes",id:"minor-changes-110",level:3},{value:"0.6.0",id:"060",level:2},{value:"Minor changes",id:"minor-changes-111",level:3},{value:"0.5.1",id:"051",level:2},{value:"Patches",id:"patches-609",level:3},{value:"0.5.0",id:"050",level:2},{value:"Minor changes",id:"minor-changes-112",level:3},{value:"Patches",id:"patches-610",level:3},{value:"0.4.0",id:"040",level:2},{value:"Minor changes",id:"minor-changes-113",level:3},{value:"0.3.0",id:"030",level:2},{value:"Minor changes",id:"minor-changes-114",level:3},{value:"Patches",id:"patches-611",level:3},{value:"0.2.1",id:"021",level:2},{value:"Patches",id:"patches-612",level:3},{value:"0.2.0",id:"020",level:2},{value:"Minor changes",id:"minor-changes-115",level:3},{value:"0.1.7",id:"017",level:2},{value:"Patches",id:"patches-613",level:3},{value:"0.1.6",id:"016",level:2},{value:"0.1.5",id:"015",level:2},{value:"0.1.4",id:"014",level:2},{value:"Patches",id:"patches-614",level:3},{value:"0.1.3",id:"013",level:2},{value:"Patches",id:"patches-615",level:3},{value:"0.1.2",id:"012",level:2},{value:"0.1.1",id:"011",level:2},{value:"Patches",id:"patches-616",level:3},{value:"0.1.0",id:"010",level:2},{value:"Minor changes",id:"minor-changes-116",level:3},{value:"Patches",id:"patches-617",level:3},{value:"0.0.2",id:"002",level:2},{value:"0.0.1",id:"001",level:2}];function u(e){const i={a:"a",code:"code",em:"em",h1:"h1",h2:"h2",h3:"h3",li:"li",p:"p",strong:"strong",ul:"ul",...(0,h.a)(),...e.components};return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(i.h1,{id:"release-log",children:"Release Log"}),"\n",(0,c.jsx)(i.p,{children:"This log was last generated on Wed, 10 Jan 2024 07:28:50 GMT and should not be manually modified."}),"\n",(0,c.jsx)(i.h2,{id:"51911",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.11",children:"5.19.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 10 Jan 2024 07:28:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.10..@fluentui/react-charting_v5.19.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.37 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30063",children:"PR #30063"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.128 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30063",children:"PR #30063"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.14 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30063",children:"PR #30063"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.114.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30063",children:"PR #30063"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51910",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.10",children:"5.19.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 09 Jan 2024 07:33:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.9..@fluentui/react-charting_v5.19.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-1",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.36 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30003",children:"PR #30003"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.127 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30003",children:"PR #30003"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.114.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30003",children:"PR #30003"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5199",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.9",children:"5.19.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 04 Jan 2024 07:26:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.8..@fluentui/react-charting_v5.19.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-2",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Importing functions which are used instead of importing complete library (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30185",children:"PR #30185"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5198",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.8",children:"5.19.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 25 Dec 2023 07:28:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.7..@fluentui/react-charting_v5.19.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-3",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["presentation role attribute removed from svg element due to ARIA violations (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30158",children:"PR #30158"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Added img aria role to ",(0,c.jsx)("path",{})," in SparklineChart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30155",children:"PR #30155"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.126 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30158",children:"PR #30158"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.114.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30158",children:"PR #30158"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5197",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.7",children:"5.19.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 20 Dec 2023 07:26:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.6..@fluentui/react-charting_v5.19.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-4",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added accessibility tests for LineChart, VerticalBarChart and AreaChart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30059",children:"PR #30059"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["fix:[HorChartWAxis][RTL] y axis same text and truncation fixed (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30031",children:"PR #30031"})," by ",(0,c.jsx)(i.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5196",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.6",children:"5.19.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 14 Dec 2023 07:30:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.5..@fluentui/react-charting_v5.19.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-5",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.35 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30061",children:"PR #30061"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.125 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30061",children:"PR #30061"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.13 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30061",children:"PR #30061"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.113.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/30061",children:"PR #30061"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5195",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.5",children:"5.19.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 12 Dec 2023 07:27:25 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.4..@fluentui/react-charting_v5.19.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-6",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.124 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29766",children:"PR #29766"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.113.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29766",children:"PR #29766"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5194",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.4",children:"5.19.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 04 Dec 2023 07:27:00 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.3..@fluentui/react-charting_v5.19.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-7",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added support for sticking to old ceil logic in case of integral datasets (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29959",children:"PR #29959"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["fix: react-charting horizontal-bar-chart-axis on hover render correct data (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29909",children:"PR #29909"})," by ",(0,c.jsx)(i.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5193",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.3",children:"5.19.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 29 Nov 2023 07:26:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.2..@fluentui/react-charting_v5.19.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-8",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Updating the d3-time-format package for react-charting (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29890",children:"PR #29890"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5192",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.2",children:"5.19.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 24 Nov 2023 07:27:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.1..@fluentui/react-charting_v5.19.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-9",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix: react-charting VBC - RTL mode mouseover on bar chart the data is not displaying correctly (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29876",children:"PR #29876"})," by ",(0,c.jsx)(i.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["line chart rtl mode color fillbar bug fix (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29893",children:"PR #29893"})," by ",(0,c.jsx)(i.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5191",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.1",children:"5.19.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 16 Nov 2023 07:26:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.0..@fluentui/react-charting_v5.19.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-10",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix: MultiStackedBarChart duplicate id and text overlap in [RTL] mode (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29815",children:"PR #29815"})," by ",(0,c.jsx)(i.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.123 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29791",children:"PR #29791"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29791",children:"PR #29791"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5190",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.0",children:"5.19.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 15 Nov 2023 07:28:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.18..@fluentui/react-charting_v5.19.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["add defaultSelectedLegeands and onChange for Legends (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29799",children:"PR #29799"})," by ",(0,c.jsx)(i.a,{href:"mailto:NewFuture@users.noreply.github.com",children:"NewFuture@users.noreply.github.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51818",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.18",children:"5.18.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 14 Nov 2023 07:26:38 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.17..@fluentui/react-charting_v5.18.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-11",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix: Text in sparkline does not render correctly in RTL mode (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29817",children:"PR #29817"})," by ",(0,c.jsx)(i.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Upgrading d3-scale dependent libraries (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29754",children:"PR #29754"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51817",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.17",children:"5.18.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 10 Nov 2023 07:26:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.16..@fluentui/react-charting_v5.18.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-12",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["[Bug]: React Charting Heat Map Chart tooltip appears above the wrong cell fixed (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29800",children:"PR #29800"})," by ",(0,c.jsx)(i.a,{href:"mailto:gautam33776@gmail.com",children:"gautam33776@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51816",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.16",children:"5.18.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 09 Nov 2023 07:29:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.15..@fluentui/react-charting_v5.18.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-13",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added dummy circle for magnetic hover callout for last point in a line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29559",children:"PR #29559"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.34 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29772",children:"PR #29772"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.122 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29772",children:"PR #29772"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29772",children:"PR #29772"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51815",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.15",children:"5.18.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 08 Nov 2023 07:27:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.14..@fluentui/react-charting_v5.18.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-14",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.121 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29654",children:"PR #29654"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29654",children:"PR #29654"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51814",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.14",children:"5.18.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 06 Nov 2023 07:27:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.13..@fluentui/react-charting_v5.18.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-15",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.120 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29747",children:"PR #29747"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29747",children:"PR #29747"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51813",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.13",children:"5.18.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 03 Nov 2023 07:27:57 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.12..@fluentui/react-charting_v5.18.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-16",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Updating documentation content (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29727",children:"PR #29727"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51812",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.12",children:"5.18.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 01 Nov 2023 07:29:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.11..@fluentui/react-charting_v5.18.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-17",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.119 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29699",children:"PR #29699"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29699",children:"PR #29699"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51811",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.11",children:"5.18.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 31 Oct 2023 07:34:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.10..@fluentui/react-charting_v5.18.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-18",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added scale factor to minimum height logic (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29653",children:"PR #29653"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51810",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.10",children:"5.18.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Sat, 28 Oct 2023 00:29:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.9..@fluentui/react-charting_v5.18.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-19",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixing zero callout value not visible bug for cartesian charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29669",children:"PR #29669"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.33 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/70d0762fd12eb211f7c1dbe31a23b2fbb73a67c4",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.118 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/70d0762fd12eb211f7c1dbe31a23b2fbb73a67c4",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.12 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/70d0762fd12eb211f7c1dbe31a23b2fbb73a67c4",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/70d0762fd12eb211f7c1dbe31a23b2fbb73a67c4",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5189",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.9",children:"5.18.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 23 Oct 2023 07:35:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.8..@fluentui/react-charting_v5.18.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-20",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Part 2 - Changes to onboard charting to fluent docsite (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29608",children:"PR #29608"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5188",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.8",children:"5.18.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 20 Oct 2023 07:35:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.7..@fluentui/react-charting_v5.18.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-21",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added missing xAxisCalloutData param while fetching callout data (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29547",children:"PR #29547"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5187",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.7",children:"5.18.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 18 Oct 2023 07:49:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.6..@fluentui/react-charting_v5.18.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-22",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Adding a default tabbable element to fix accessibilty issue (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28874",children:"PR #28874"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Hide bar labels of non highlighted bars (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29454",children:"PR #29454"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5186",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.6",children:"5.18.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 17 Oct 2023 07:36:52 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.5..@fluentui/react-charting_v5.18.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-23",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added optional condition based y-axis scaling on narrow ranges (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29526",children:"PR #29526"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5185",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.5",children:"5.18.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 16 Oct 2023 07:37:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.4..@fluentui/react-charting_v5.18.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-24",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.117 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29054",children:"PR #29054"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29054",children:"PR #29054"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5184",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.4",children:"5.18.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 12 Oct 2023 07:37:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.3..@fluentui/react-charting_v5.18.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-25",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixing bug: Displayed value in center does not update on hovering over a different segment on Donut (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29385",children:"PR #29385"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5183",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.3",children:"5.18.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 10 Oct 2023 07:37:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.2..@fluentui/react-charting_v5.18.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-26",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["change for reducing width and height for tree chart such that it fits the doc site (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29370",children:"PR #29370"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5182",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.2",children:"5.18.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 09 Oct 2023 07:37:25 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.1..@fluentui/react-charting_v5.18.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-27",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.116 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29431",children:"PR #29431"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29431",children:"PR #29431"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5181",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.1",children:"5.18.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 06 Oct 2023 07:37:00 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.18.0..@fluentui/react-charting_v5.18.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-28",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix for bug 9136 and 7997 Fixing the issue of Going from stack callout to single callout and back to stack callout still shows the single callout. Also this consist of Fix for if the bar y value is same, the single callout does not move from the first instance where the callout was shown (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29324",children:"PR #29324"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5180",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.18.0",children:"5.18.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 05 Oct 2023 07:36:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.12..@fluentui/react-charting_v5.18.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-1",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Minimum height of non zero positive values set to 1% of Max barHeight (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29359",children:"PR #29359"})," by ",(0,c.jsx)(i.a,{href:"mailto:shubhabrata08@gmail.com",children:"shubhabrata08@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-29",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Prepare charting package for publishing to fluent docsite (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29210",children:"PR #29210"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix overlapping bars in single group (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29347",children:"PR #29347"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51712",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.12",children:"5.17.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 04 Oct 2023 07:38:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.11..@fluentui/react-charting_v5.17.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-30",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixing line not visible bug for vertical bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29299",children:"PR #29299"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.115 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29342",children:"PR #29342"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29342",children:"PR #29342"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51711",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.11",children:"5.17.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 02 Oct 2023 07:36:47 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.10..@fluentui/react-charting_v5.17.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-31",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.114 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29334",children:"PR #29334"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.112.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29334",children:"PR #29334"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51710",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.10",children:"5.17.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 29 Sep 2023 07:45:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.9..@fluentui/react-charting_v5.17.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-32",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.32 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29313",children:"PR #29313"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.113 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29313",children:"PR #29313"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.111.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29313",children:"PR #29313"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5179",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.9",children:"5.17.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 28 Sep 2023 07:37:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.8..@fluentui/react-charting_v5.17.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-33",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.112 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29321",children:"PR #29321"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.111.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29321",children:"PR #29321"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5178",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.8",children:"5.17.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 25 Sep 2023 07:36:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.7..@fluentui/react-charting_v5.17.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-34",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Enable reflow for all cartesian chart examples (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29229",children:"PR #29229"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5177",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.7",children:"5.17.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 11 Sep 2023 07:35:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.6..@fluentui/react-charting_v5.17.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-35",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Initial commit (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29113",children:"PR #29113"})," by ",(0,c.jsx)(i.a,{href:"mailto:143416462+ervfreitas@users.noreply.github.com",children:"143416462+ervfreitas@users.noreply.github.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5176",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.6",children:"5.17.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 31 Aug 2023 07:36:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.5..@fluentui/react-charting_v5.17.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-36",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.111 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29014",children:"PR #29014"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.111.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/29014",children:"PR #29014"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5175",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.5",children:"5.17.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 29 Aug 2023 07:44:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.4..@fluentui/react-charting_v5.17.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-37",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["[object Object] (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28235",children:"PR #28235"})," by ",(0,c.jsx)(i.a,{href:"mailto:132879294+v-baambati@users.noreply.github.com",children:"132879294+v-baambati@users.noreply.github.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5174",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.4",children:"5.17.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 28 Aug 2023 07:36:25 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.3..@fluentui/react-charting_v5.17.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-38",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.110 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28589",children:"PR #28589"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.111.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28589",children:"PR #28589"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5173",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.3",children:"5.17.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 25 Aug 2023 07:35:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.2..@fluentui/react-charting_v5.17.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-39",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixed the focus indicator bug in horizontal bar chart and multi stack bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28414",children:"PR #28414"})," by ",(0,c.jsx)(i.a,{href:"mailto:yushsingla@microsoft.com",children:"yushsingla@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["fixed accessibility issues in pie chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28504",children:"PR #28504"})," by ",(0,c.jsx)(i.a,{href:"mailto:yushsingla@microsoft.com",children:"yushsingla@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.109 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28978",children:"PR #28978"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.111.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28978",children:"PR #28978"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5172",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.2",children:"5.17.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 23 Aug 2023 07:36:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.1..@fluentui/react-charting_v5.17.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-40",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["multistack bar chart bug fix and vr-test integration (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28777",children:"PR #28777"})," by ",(0,c.jsx)(i.a,{href:"mailto:yuhshsingla@microsoft.com",children:"yuhshsingla@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.108 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27312",children:"PR #27312"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.15 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27312",children:"PR #27312"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5171",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.1",children:"5.17.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 18 Aug 2023 07:35:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.17.0..@fluentui/react-charting_v5.17.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-41",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.31 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28862",children:"PR #28862"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.107 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28862",children:"PR #28862"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.14 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28862",children:"PR #28862"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5170",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.17.0",children:"5.17.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 14 Aug 2023 07:34:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.60..@fluentui/react-charting_v5.17.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-2",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Adding optional axis titles (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28580",children:"PR #28580"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-42",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Removing react testing library from peer dependency (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28808",children:"PR #28808"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51660",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.60",children:"5.16.60"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 11 Aug 2023 07:34:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.59..@fluentui/react-charting_v5.16.60",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-43",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.106 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28580",children:"PR #28580"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.13 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28580",children:"PR #28580"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51659",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.59",children:"5.16.59"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 09 Aug 2023 07:36:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.58..@fluentui/react-charting_v5.16.59",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-44",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Changes for lazy load for hover card and legends (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27857",children:"PR #27857"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51658",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.58",children:"5.16.58"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 04 Aug 2023 07:35:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.57..@fluentui/react-charting_v5.16.58",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-45",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.105 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28373",children:"PR #28373"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.12 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28373",children:"PR #28373"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51657",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.57",children:"5.16.57"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 02 Aug 2023 07:34:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.56..@fluentui/react-charting_v5.16.57",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-46",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixing re-render issue for all charts when empty (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28321",children:"PR #28321"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51656",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.56",children:"5.16.56"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 28 Jul 2023 07:34:57 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.55..@fluentui/react-charting_v5.16.56",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-47",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixed the keyboard accessibility issue in area chart when legend is clicked (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28515",children:"PR #28515"})," by ",(0,c.jsx)(i.a,{href:"mailto:yushsingla@microsoft.com",children:"yushsingla@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51655",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.55",children:"5.16.55"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 25 Jul 2023 07:44:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.54..@fluentui/react-charting_v5.16.55",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-48",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixed the keyboard accessibility issue in area chart when legend is clicked (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28515",children:"PR #28515"})," by email not defined)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.104 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28515",children:"PR #28515"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28515",children:"PR #28515"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51654",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.54",children:"5.16.54"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 18 Jul 2023 07:35:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.53..@fluentui/react-charting_v5.16.54",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-49",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["X bars showing incorrect data when the values are large- bug 8380 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28510",children:"PR #28510"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.103 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28522",children:"PR #28522"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28522",children:"PR #28522"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51653",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.53",children:"5.16.53"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 17 Jul 2023 07:39:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.52..@fluentui/react-charting_v5.16.53",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-50",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.102 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28523",children:"PR #28523"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28523",children:"PR #28523"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51652",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.52",children:"5.16.52"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 14 Jul 2023 07:36:53 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.51..@fluentui/react-charting_v5.16.52",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-51",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Improving first render cycle of cartesian chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27721",children:"PR #27721"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51651",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.51",children:"5.16.51"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 12 Jul 2023 07:38:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.50..@fluentui/react-charting_v5.16.51",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-52",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixing rerender issue for empty vertical bar charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28192",children:"PR #28192"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51650",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.50",children:"5.16.50"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 10 Jul 2023 07:35:07 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.49..@fluentui/react-charting_v5.16.50",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-53",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.101 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28008",children:"PR #28008"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28008",children:"PR #28008"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51649",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.49",children:"5.16.49"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 03 Jul 2023 07:35:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.48..@fluentui/react-charting_v5.16.49",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-54",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Optimizing code for perfromance improvement (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27263",children:"PR #27263"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51648",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.48",children:"5.16.48"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 29 Jun 2023 07:35:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.47..@fluentui/react-charting_v5.16.48",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-55",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.100 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28362",children:"PR #28362"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28362",children:"PR #28362"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51647",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.47",children:"5.16.47"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 28 Jun 2023 07:37:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.46..@fluentui/react-charting_v5.16.47",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-56",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.30 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28335",children:"PR #28335"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.99 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28335",children:"PR #28335"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28335",children:"PR #28335"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51646",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.46",children:"5.16.46"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 27 Jun 2023 07:35:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.45..@fluentui/react-charting_v5.16.46",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-57",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.98 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28303",children:"PR #28303"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28303",children:"PR #28303"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51645",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.45",children:"5.16.45"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 26 Jun 2023 07:35:04 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.44..@fluentui/react-charting_v5.16.45",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-58",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add gauge chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27170",children:"PR #27170"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["event annotation text and stroke color fixed in line chart, such that by default it is black in light theme, and white in dark theme. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28262",children:"PR #28262"})," by email not defined)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51644",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.44",children:"5.16.44"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 20 Jun 2023 07:36:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.43..@fluentui/react-charting_v5.16.44",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-59",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix overlapping axis labels on smaller viewports (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28239",children:"PR #28239"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51643",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.43",children:"5.16.43"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 19 Jun 2023 07:36:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.42..@fluentui/react-charting_v5.16.43",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-60",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.29 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28234",children:"PR #28234"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.97 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28234",children:"PR #28234"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28234",children:"PR #28234"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51642",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.42",children:"5.16.42"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 14 Jun 2023 07:38:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.41..@fluentui/react-charting_v5.16.42",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-61",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.96 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28181",children:"PR #28181"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28181",children:"PR #28181"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51641",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.41",children:"5.16.41"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 08 Jun 2023 07:35:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.40..@fluentui/react-charting_v5.16.41",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-62",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.95 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27864",children:"PR #27864"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27864",children:"PR #27864"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51640",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.40",children:"5.16.40"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 07 Jun 2023 07:33:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.39..@fluentui/react-charting_v5.16.40",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-63",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.94 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28157",children:"PR #28157"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28157",children:"PR #28157"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51639",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.39",children:"5.16.39"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 06 Jun 2023 07:35:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.38..@fluentui/react-charting_v5.16.39",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-64",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bug fix for bars are not coming in center for string variant (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28092",children:"PR #28092"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.93 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28092",children:"PR #28092"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.110.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28092",children:"PR #28092"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51638",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.38",children:"5.16.38"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 05 Jun 2023 07:37:25 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.37..@fluentui/react-charting_v5.16.38",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-65",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.28 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28125",children:"PR #28125"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.92 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28125",children:"PR #28125"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28125",children:"PR #28125"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51637",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.37",children:"5.16.37"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 02 Jun 2023 07:35:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.36..@fluentui/react-charting_v5.16.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-66",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Accessibility fixes (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26344",children:"PR #26344"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51636",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.36",children:"5.16.36"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 01 Jun 2023 07:38:37 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.35..@fluentui/react-charting_v5.16.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-67",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.27 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28080",children:"PR #28080"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.91 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28080",children:"PR #28080"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/28080",children:"PR #28080"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51635",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.35",children:"5.16.35"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 31 May 2023 07:38:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.34..@fluentui/react-charting_v5.16.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-68",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.26 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/dd8c30d9b97f68eb332366fc0e69775a88775319",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.90 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/dd8c30d9b97f68eb332366fc0e69775a88775319",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/dd8c30d9b97f68eb332366fc0e69775a88775319",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/dd8c30d9b97f68eb332366fc0e69775a88775319",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.29 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/dd8c30d9b97f68eb332366fc0e69775a88775319",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51634",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.34",children:"5.16.34"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 30 May 2023 07:36:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.33..@fluentui/react-charting_v5.16.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-69",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added options to have a secondary y-axis for a vertical chart and options for the lines to use the secondary y-axis or not (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27965",children:"PR #27965"})," by ",(0,c.jsx)(i.a,{href:"mailto:t-miarrieta@microsoft.com",children:"t-miarrieta@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.25 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27685",children:"PR #27685"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.89 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27685",children:"PR #27685"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27685",children:"PR #27685"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27685",children:"PR #27685"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.28 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27685",children:"PR #27685"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51633",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.33",children:"5.16.33"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 26 May 2023 07:37:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.32..@fluentui/react-charting_v5.16.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-70",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.24 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27929",children:"PR #27929"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.88 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27929",children:"PR #27929"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27929",children:"PR #27929"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51632",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.32",children:"5.16.32"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 25 May 2023 07:37:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.31..@fluentui/react-charting_v5.16.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-71",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.87 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27918",children:"PR #27918"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27918",children:"PR #27918"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51631",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.31",children:"5.16.31"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 23 May 2023 07:38:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.30..@fluentui/react-charting_v5.16.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-72",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Implementation of Horizontal Bar Chart with Axis (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25964",children:"PR #25964"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51630",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.30",children:"5.16.30"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 22 May 2023 07:38:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.29..@fluentui/react-charting_v5.16.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-73",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.86 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27912",children:"PR #27912"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27912",children:"PR #27912"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51629",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.29",children:"5.16.29"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 17 May 2023 07:37:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.28..@fluentui/react-charting_v5.16.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-74",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.85 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27854",children:"PR #27854"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27854",children:"PR #27854"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51628",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.28",children:"5.16.28"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 09 May 2023 07:38:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.27..@fluentui/react-charting_v5.16.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-75",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.84 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27725",children:"PR #27725"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27725",children:"PR #27725"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51627",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.27",children:"5.16.27"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 05 May 2023 18:14:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.26..@fluentui/react-charting_v5.16.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-76",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.23 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27769",children:"PR #27769"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.83 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27769",children:"PR #27769"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27769",children:"PR #27769"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27769",children:"PR #27769"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.27 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27769",children:"PR #27769"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51626",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.26",children:"5.16.26"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 05 May 2023 07:41:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.25..@fluentui/react-charting_v5.16.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-77",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["patch: publish dist folder that got removed due to node 16 upgrade (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27764",children:"PR #27764"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51625",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.25",children:"5.16.25"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 02 May 2023 22:20:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.24..@fluentui/react-charting_v5.16.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-78",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix: update npmignore files to fix npm8/node16 regression with how npm publish works. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27745",children:"PR #27745"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.22 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27745",children:"PR #27745"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/theme-samples to v8.7.82 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27745",children:"PR #27745"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27745",children:"PR #27745"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51624",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.24",children:"5.16.24"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 02 May 2023 00:58:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.23..@fluentui/react-charting_v5.16.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-79",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.21 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27736",children:"PR #27736"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27736",children:"PR #27736"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.109.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27736",children:"PR #27736"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.26 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27736",children:"PR #27736"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51623",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.23",children:"5.16.23"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 01 May 2023 07:39:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.22..@fluentui/react-charting_v5.16.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-80",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.20 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27724",children:"PR #27724"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27724",children:"PR #27724"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.108.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27724",children:"PR #27724"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.25 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27724",children:"PR #27724"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51622",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.22",children:"5.16.22"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 25 Apr 2023 07:38:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.21..@fluentui/react-charting_v5.16.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-81",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Disable focus on non-interactive elements (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27580",children:"PR #27580"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.108.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26482",children:"PR #26482"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51621",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.21",children:"5.16.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 24 Apr 2023 07:36:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.20..@fluentui/react-charting_v5.16.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-82",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Make line chart screen reader accessible (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27632",children:"PR #27632"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51620",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.20",children:"5.16.20"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 21 Apr 2023 07:49:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.19..@fluentui/react-charting_v5.16.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-83",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.108.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27586",children:"PR #27586"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51619",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.19",children:"5.16.19"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 20 Apr 2023 07:47:57 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.18..@fluentui/react-charting_v5.16.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-84",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.108.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27637",children:"PR #27637"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51618",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.18",children:"5.16.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 17 Apr 2023 07:40:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.17..@fluentui/react-charting_v5.16.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-85",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.107.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27546",children:"PR #27546"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51617",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.17",children:"5.16.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 13 Apr 2023 07:41:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.16..@fluentui/react-charting_v5.16.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-86",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.107.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27443",children:"PR #27443"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51616",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.16",children:"5.16.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 12 Apr 2023 07:39:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.15..@fluentui/react-charting_v5.16.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-87",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix wrong state narration for multiple selected legends (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27429",children:"PR #27429"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51615",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.15",children:"5.16.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 11 Apr 2023 07:43:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.14..@fluentui/react-charting_v5.16.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-88",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix shape of triangle and pyramid (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27496",children:"PR #27496"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51614",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.14",children:"5.16.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 10 Apr 2023 07:36:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.13..@fluentui/react-charting_v5.16.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-89",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.107.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27002",children:"PR #27002"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51613",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.13",children:"5.16.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 07 Apr 2023 07:39:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.12..@fluentui/react-charting_v5.16.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-90",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.107.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/336f91dc2ffd1e85880e1b12187d5ac1bf500f6d",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51612",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.12",children:"5.16.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 06 Apr 2023 07:39:05 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.11..@fluentui/react-charting_v5.16.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-91",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.107.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27457",children:"PR #27457"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51611",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.11",children:"5.16.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 03 Apr 2023 07:37:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.10..@fluentui/react-charting_v5.16.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-92",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.107.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26920",children:"PR #26920"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51610",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.10",children:"5.16.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 30 Mar 2023 07:43:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.9..@fluentui/react-charting_v5.16.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-93",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Make area chart keyboard accessible (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27234",children:"PR #27234"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Accessibility bug fix (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26254",children:"PR #26254"})," by ",(0,c.jsx)(i.a,{href:"mailto:srmukher@microsoft.com",children:"srmukher@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix wrong narration for legend state (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27303",children:"PR #27303"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.107.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26254",children:"PR #26254"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5169",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.9",children:"5.16.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 28 Mar 2023 07:38:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.8..@fluentui/react-charting_v5.16.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-94",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26022",children:"PR #26022"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5168",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.8",children:"5.16.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 24 Mar 2023 22:25:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.7..@fluentui/react-charting_v5.16.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-95",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27323",children:"PR #27323"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5167",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.7",children:"5.16.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 22 Mar 2023 08:03:46 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.6..@fluentui/react-charting_v5.16.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-96",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/298c2a3a12ee95c78650b4a8cf70990844768602",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5166",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.6",children:"5.16.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 17 Mar 2023 08:15:56 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.5..@fluentui/react-charting_v5.16.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-97",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.19 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27210",children:"PR #27210"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27210",children:"PR #27210"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27210",children:"PR #27210"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.24 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27210",children:"PR #27210"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5165",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.5",children:"5.16.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 14 Mar 2023 07:38:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.4..@fluentui/react-charting_v5.16.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-98",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26749",children:"PR #26749"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5164",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.4",children:"5.16.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 10 Mar 2023 07:38:25 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.3..@fluentui/react-charting_v5.16.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-99",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Update data viz palette (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27124",children:"PR #27124"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/684dafbd5d9efa1dd61330eed7a503d61b1184f3",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5163",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.3",children:"5.16.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 09 Mar 2023 07:39:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.2..@fluentui/react-charting_v5.16.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-100",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.18 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27119",children:"PR #27119"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/27119",children:"PR #27119"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5162",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.2",children:"5.16.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 06 Mar 2023 07:43:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.1..@fluentui/react-charting_v5.16.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-101",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add color palette for data visualization (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26869",children:"PR #26869"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.17 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26869",children:"PR #26869"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26869",children:"PR #26869"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5161",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.1",children:"5.16.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 01 Mar 2023 07:45:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.0..@fluentui/react-charting_v5.16.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-102",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.16 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26980",children:"PR #26980"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26980",children:"PR #26980"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5160",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.16.0",children:"5.16.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 28 Feb 2023 07:37:42 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.10..@fluentui/react-charting_v5.16.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-3",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix svg size in donut chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26761",children:"PR #26761"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-103",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Modify vertical bar charts as per design (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25838",children:"PR #25838"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51510",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.10",children:"5.15.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 22 Feb 2023 07:44:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.9..@fluentui/react-charting_v5.15.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-104",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/7596e81eaad95fc96ac7098f848602ace5278e03",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5159",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.9",children:"5.15.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 22 Feb 2023 00:32:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.8..@fluentui/react-charting_v5.15.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-105",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.106.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26574",children:"PR #26574"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5158",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.8",children:"5.15.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Sat, 18 Feb 2023 01:37:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.7..@fluentui/react-charting_v5.15.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-106",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.15 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26903",children:"PR #26903"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26903",children:"PR #26903"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5157",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.7",children:"5.15.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 17 Feb 2023 22:05:37 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.6..@fluentui/react-charting_v5.15.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-107",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26896",children:"PR #26896"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5156",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.6",children:"5.15.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 17 Feb 2023 07:46:38 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.5..@fluentui/react-charting_v5.15.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-108",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26008",children:"PR #26008"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5155",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.5",children:"5.15.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 15 Feb 2023 07:42:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.4..@fluentui/react-charting_v5.15.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-109",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26848",children:"PR #26848"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5154",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.4",children:"5.15.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 13 Feb 2023 07:37:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.3..@fluentui/react-charting_v5.15.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-110",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26796",children:"PR #26796"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5153",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.3",children:"5.15.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 10 Feb 2023 07:47:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.2..@fluentui/react-charting_v5.15.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-111",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixing wrong value on link hover (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26778",children:"PR #26778"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26725",children:"PR #26725"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5152",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.2",children:"5.15.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 09 Feb 2023 07:38:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.1..@fluentui/react-charting_v5.15.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-112",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix svg-img-alt accessibility issue in vertical stacked bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26755",children:"PR #26755"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5151",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.1",children:"5.15.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 07 Feb 2023 07:36:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.15.0..@fluentui/react-charting_v5.15.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-113",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26617",children:"PR #26617"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5150",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.15.0",children:"5.15.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 06 Feb 2023 07:41:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.43..@fluentui/react-charting_v5.15.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-4",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Sankey chart changes for the new design (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25455",children:"PR #25455"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25455",children:"PR #25455"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51443",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.43",children:"5.14.43"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 03 Feb 2023 07:50:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.42..@fluentui/react-charting_v5.14.43",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-114",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.14 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26569",children:"PR #26569"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26569",children:"PR #26569"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26569",children:"PR #26569"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.23 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26569",children:"PR #26569"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51442",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.42",children:"5.14.42"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 02 Feb 2023 07:35:42 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.41..@fluentui/react-charting_v5.14.42",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-115",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26591",children:"PR #26591"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51441",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.41",children:"5.14.41"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 01 Feb 2023 07:39:53 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.40..@fluentui/react-charting_v5.14.41",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-116",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26573",children:"PR #26573"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51440",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.40",children:"5.14.40"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 30 Jan 2023 07:36:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.39..@fluentui/react-charting_v5.14.40",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-117",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix duplicate-id accessibility issue in line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26486",children:"PR #26486"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.105.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26522",children:"PR #26522"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51439",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.39",children:"5.14.39"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 27 Jan 2023 07:37:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.38..@fluentui/react-charting_v5.14.39",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-118",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.13 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26520",children:"PR #26520"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26520",children:"PR #26520"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51438",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.38",children:"5.14.38"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 26 Jan 2023 07:35:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.37..@fluentui/react-charting_v5.14.38",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-119",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add labels to arcs in donut chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25967",children:"PR #25967"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Add new variant to horizontal bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26082",children:"PR #26082"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26509",children:"PR #26509"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51437",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.37",children:"5.14.37"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 18 Jan 2023 07:42:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.36..@fluentui/react-charting_v5.14.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-120",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26367",children:"PR #26367"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51436",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.36",children:"5.14.36"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 11 Jan 2023 07:50:55 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.35..@fluentui/react-charting_v5.14.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-121",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26246",children:"PR #26246"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51435",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.35",children:"5.14.35"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 10 Jan 2023 07:50:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.34..@fluentui/react-charting_v5.14.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-122",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.12 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26260",children:"PR #26260"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26260",children:"PR #26260"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26260",children:"PR #26260"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.22 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26260",children:"PR #26260"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51434",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.34",children:"5.14.34"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 09 Jan 2023 07:49:46 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.33..@fluentui/react-charting_v5.14.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-123",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26132",children:"PR #26132"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51433",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.33",children:"5.14.33"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 05 Jan 2023 07:59:52 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.32..@fluentui/react-charting_v5.14.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-124",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26055",children:"PR #26055"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51432",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.32",children:"5.14.32"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 23 Dec 2022 07:55:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.31..@fluentui/react-charting_v5.14.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-125",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26073",children:"PR #26073"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51431",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.31",children:"5.14.31"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 21 Dec 2022 07:47:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.30..@fluentui/react-charting_v5.14.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-126",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.104.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26052",children:"PR #26052"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51430",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.30",children:"5.14.30"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 20 Dec 2022 07:53:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.29..@fluentui/react-charting_v5.14.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-127",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26005",children:"PR #26005"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26005",children:"PR #26005"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51429",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.29",children:"5.14.29"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 16 Dec 2022 07:50:07 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.28..@fluentui/react-charting_v5.14.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-128",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Hide callout on legend hover (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25978",children:"PR #25978"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/26015",children:"PR #26015"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51428",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.28",children:"5.14.28"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 13 Dec 2022 07:46:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.27..@fluentui/react-charting_v5.14.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-129",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25971",children:"PR #25971"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51427",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.27",children:"5.14.27"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 09 Dec 2022 07:54:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.26..@fluentui/react-charting_v5.14.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-130",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25947",children:"PR #25947"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51426",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.26",children:"5.14.26"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 08 Dec 2022 07:46:37 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.25..@fluentui/react-charting_v5.14.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-131",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25665",children:"PR #25665"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51425",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.25",children:"5.14.25"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 06 Dec 2022 07:59:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.24..@fluentui/react-charting_v5.14.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-132",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Adjust stacked bar chart styles as per design (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25334",children:"PR #25334"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Adjust horizontal bar chart styles as per design (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25268",children:"PR #25268"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51424",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.24",children:"5.14.24"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 05 Dec 2022 07:54:46 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.23..@fluentui/react-charting_v5.14.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-133",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25884",children:"PR #25884"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51423",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.23",children:"5.14.23"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 02 Dec 2022 07:54:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.22..@fluentui/react-charting_v5.14.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-134",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25863",children:"PR #25863"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51422",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.22",children:"5.14.22"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 01 Dec 2022 07:57:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.21..@fluentui/react-charting_v5.14.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-135",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Support single point in area chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25842",children:"PR #25842"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51421",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.21",children:"5.14.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 30 Nov 2022 07:46:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.20..@fluentui/react-charting_v5.14.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-136",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25836",children:"PR #25836"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51420",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.20",children:"5.14.20"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 24 Nov 2022 07:53:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.19..@fluentui/react-charting_v5.14.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-137",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25770",children:"PR #25770"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51419",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.19",children:"5.14.19"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 23 Nov 2022 07:54:37 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.18..@fluentui/react-charting_v5.14.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-138",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix wrong narration in browse mode (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25616",children:"PR #25616"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25726",children:"PR #25726"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51418",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.18",children:"5.14.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 22 Nov 2022 07:47:00 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.17..@fluentui/react-charting_v5.14.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-139",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.103.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25499",children:"PR #25499"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51417",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.17",children:"5.14.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 18 Nov 2022 07:45:45 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.16..@fluentui/react-charting_v5.14.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-140",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Allow focus navigation with tab key in donut chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25654",children:"PR #25654"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51416",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.16",children:"5.14.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 17 Nov 2022 07:51:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.15..@fluentui/react-charting_v5.14.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-141",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.102.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25638",children:"PR #25638"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51415",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.15",children:"5.14.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 16 Nov 2022 07:47:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.14..@fluentui/react-charting_v5.14.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-142",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.101.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25626",children:"PR #25626"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51414",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.14",children:"5.14.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 15 Nov 2022 07:44:59 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.13..@fluentui/react-charting_v5.14.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-143",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25643",children:"PR #25643"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.101.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25643",children:"PR #25643"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51413",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.13",children:"5.14.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 09 Nov 2022 07:48:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.12..@fluentui/react-charting_v5.14.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-144",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25564",children:"PR #25564"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25564",children:"PR #25564"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.101.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25564",children:"PR #25564"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.21 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25564",children:"PR #25564"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51412",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.12",children:"5.14.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 04 Nov 2022 07:48:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.11..@fluentui/react-charting_v5.14.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-145",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix legends selection bugs (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24563",children:"PR #24563"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix overlay opacity in line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25366",children:"PR #25366"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.100.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25493",children:"PR #25493"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51411",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.11",children:"5.14.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 03 Nov 2022 07:52:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.10..@fluentui/react-charting_v5.14.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-146",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.99.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25453",children:"PR #25453"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51410",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.10",children:"5.14.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 01 Nov 2022 07:49:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.9..@fluentui/react-charting_v5.14.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-147",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.99.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25331",children:"PR #25331"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5149",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.9",children:"5.14.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 31 Oct 2022 07:45:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.8..@fluentui/react-charting_v5.14.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-148",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.99.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25409",children:"PR #25409"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5148",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.8",children:"5.14.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 28 Oct 2022 07:45:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.7..@fluentui/react-charting_v5.14.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-149",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.99.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25428",children:"PR #25428"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5147",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.7",children:"5.14.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 26 Oct 2022 07:52:53 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.6..@fluentui/react-charting_v5.14.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-150",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix wrong narration when legend selected (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24903",children:"PR #24903"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25381",children:"PR #25381"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25381",children:"PR #25381"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5146",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.6",children:"5.14.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 25 Oct 2022 07:43:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.5..@fluentui/react-charting_v5.14.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-151",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24903",children:"PR #24903"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5145",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.5",children:"5.14.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 24 Oct 2022 07:45:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.4..@fluentui/react-charting_v5.14.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-152",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25226",children:"PR #25226"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5144",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.4",children:"5.14.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 21 Oct 2022 07:44:53 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.3..@fluentui/react-charting_v5.14.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-153",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24283",children:"PR #24283"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5143",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.3",children:"5.14.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 20 Oct 2022 07:43:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.2..@fluentui/react-charting_v5.14.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-154",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25294",children:"PR #25294"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25294",children:"PR #25294"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5142",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.2",children:"5.14.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 18 Oct 2022 07:42:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.1..@fluentui/react-charting_v5.14.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-155",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix chart title overflow (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25073",children:"PR #25073"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5141",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.1",children:"5.14.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 17 Oct 2022 07:49:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.0..@fluentui/react-charting_v5.14.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-156",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25219",children:"PR #25219"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5140",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.0",children:"5.14.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 14 Oct 2022 07:44:00 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.11..@fluentui/react-charting_v5.14.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-5",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Update d3-scale version to 4.0.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25119",children:"PR #25119"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24976",children:"PR #24976"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-157",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["chore: Bump v8 packages peer deps to include React 18 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24976",children:"PR #24976"})," by ",(0,c.jsx)(i.a,{href:"mailto:mgodbolt@microsoft.com",children:"mgodbolt@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51311",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.11",children:"5.13.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 13 Oct 2022 07:45:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.10..@fluentui/react-charting_v5.13.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-158",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25198",children:"PR #25198"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51310",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.10",children:"5.13.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 10 Oct 2022 07:38:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.9..@fluentui/react-charting_v5.13.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-159",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25138",children:"PR #25138"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.98.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25138",children:"PR #25138"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5139",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.9",children:"5.13.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 04 Oct 2022 07:45:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.8..@fluentui/react-charting_v5.13.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-160",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["[object Object] (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25040",children:"PR #25040"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.97.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24947",children:"PR #24947"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5138",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.8",children:"5.13.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 03 Oct 2022 07:37:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.7..@fluentui/react-charting_v5.13.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-161",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.97.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25022",children:"PR #25022"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5137",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.7",children:"5.13.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 30 Sep 2022 07:38:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.6..@fluentui/react-charting_v5.13.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-162",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.97.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/25025",children:"PR #25025"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5136",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.6",children:"5.13.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 29 Sep 2022 07:40:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.5..@fluentui/react-charting_v5.13.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-163",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix vertical bar chart bugs (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24990",children:"PR #24990"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.96.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24990",children:"PR #24990"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5135",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.5",children:"5.13.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 28 Sep 2022 07:37:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.4..@fluentui/react-charting_v5.13.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-164",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixing Tree chart issues for adding the optional bodyText for parent node and adjusting the allignment of the tree in the screen (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24752",children:"PR #24752"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.96.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24900",children:"PR #24900"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5134",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.4",children:"5.13.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 22 Sep 2022 07:43:45 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.3..@fluentui/react-charting_v5.13.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-165",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.96.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24871",children:"PR #24871"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5133",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.3",children:"5.13.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 20 Sep 2022 07:47:16 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.2..@fluentui/react-charting_v5.13.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-166",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix multi stacked bar chart min width (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24835",children:"PR #24835"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5132",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.2",children:"5.13.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 19 Sep 2022 07:47:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.1..@fluentui/react-charting_v5.13.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-167",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.96.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24771",children:"PR #24771"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5131",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.1",children:"5.13.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 16 Sep 2022 07:37:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.13.0..@fluentui/react-charting_v5.13.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-168",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.95.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24822",children:"PR #24822"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5130",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.13.0",children:"5.13.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 15 Sep 2022 19:15:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.37..@fluentui/react-charting_v5.13.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-6",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["All /lib-commonjs/ top-level entries have been added to the exports map for backwards compatibility. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24792",children:"PR #24792"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.95.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24792",children:"PR #24792"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-169",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add support for custom locale for date axis (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24753",children:"PR #24753"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix value font-weight inside heatmap chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24726",children:"PR #24726"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix legend overflow-indication-text role (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24756",children:"PR #24756"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51237",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.37",children:"5.12.37"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 13 Sep 2022 07:41:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.36..@fluentui/react-charting_v5.12.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-170",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.94.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24615",children:"PR #24615"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51236",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.36",children:"5.12.36"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 08 Sep 2022 20:52:16 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.35..@fluentui/react-charting_v5.12.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-171",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix greyed out legend key contrast ratio (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24714",children:"PR #24714"})," by ",(0,c.jsx)(i.a,{href:"mailto:kumarkshitij@microsoft.com",children:"kumarkshitij@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.94.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24701",children:"PR #24701"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51235",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.35",children:"5.12.35"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 07 Sep 2022 07:54:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.34..@fluentui/react-charting_v5.12.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-172",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.94.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24663",children:"PR #24663"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51234",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.34",children:"5.12.34"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 05 Sep 2022 07:38:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.33..@fluentui/react-charting_v5.12.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-173",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix min width of bars as 1% for horizontal bar charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24577",children:"PR #24577"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.94.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24372",children:"PR #24372"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51233",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.33",children:"5.12.33"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 02 Sep 2022 07:48:53 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.32..@fluentui/react-charting_v5.12.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-174",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24394",children:"PR #24394"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.94.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24394",children:"PR #24394"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51232",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.32",children:"5.12.32"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 01 Sep 2022 07:48:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.31..@fluentui/react-charting_v5.12.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-175",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24599",children:"PR #24599"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.93.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24599",children:"PR #24599"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51231",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.31",children:"5.12.31"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 30 Aug 2022 07:41:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.30..@fluentui/react-charting_v5.12.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-176",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add support for javascript date localization (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24577",children:"PR #24577"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51230",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.30",children:"5.12.30"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 29 Aug 2022 07:44:38 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.29..@fluentui/react-charting_v5.12.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-177",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24554",children:"PR #24554"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.93.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24554",children:"PR #24554"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51229",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.29",children:"5.12.29"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 26 Aug 2022 07:39:57 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.28..@fluentui/react-charting_v5.12.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-178",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Update documentation for charting library (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.92.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24492",children:"PR #24492"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51228",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.28",children:"5.12.28"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 25 Aug 2022 07:41:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.27..@fluentui/react-charting_v5.12.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-179",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.92.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24515",children:"PR #24515"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51227",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.27",children:"5.12.27"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 24 Aug 2022 16:36:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.26..@fluentui/react-charting_v5.12.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-180",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24485",children:"PR #24485"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.91.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24485",children:"PR #24485"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51226",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.26",children:"5.12.26"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 24 Aug 2022 07:44:42 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.25..@fluentui/react-charting_v5.12.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-181",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.91.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24491",children:"PR #24491"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51225",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.25",children:"5.12.25"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 23 Aug 2022 16:10:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.24..@fluentui/react-charting_v5.12.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-182",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixed spacing between bar graph and labels (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24461",children:"PR #24461"})," by ",(0,c.jsx)(i.a,{href:"mailto:103020020+AnnapareddyHarsha@users.noreply.github.com",children:"103020020+AnnapareddyHarsha@users.noreply.github.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51224",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.24",children:"5.12.24"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 23 Aug 2022 07:22:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.23..@fluentui/react-charting_v5.12.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-183",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24332",children:"PR #24332"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.90.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24332",children:"PR #24332"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51223",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.23",children:"5.12.23"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 22 Aug 2022 07:44:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.22..@fluentui/react-charting_v5.12.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-184",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.90.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24279",children:"PR #24279"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51222",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.22",children:"5.12.22"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Aug 2022 23:39:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.21..@fluentui/react-charting_v5.12.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-185",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.8.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24406",children:"PR #24406"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.90.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24406",children:"PR #24406"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51221",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.21",children:"5.12.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Aug 2022 07:48:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.20..@fluentui/react-charting_v5.12.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-186",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.89.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23780",children:"PR #23780"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51220",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.20",children:"5.12.20"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 15 Aug 2022 07:39:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.19..@fluentui/react-charting_v5.12.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-187",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24359",children:"PR #24359"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.88.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24359",children:"PR #24359"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51219",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.19",children:"5.12.19"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 12 Aug 2022 07:48:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.18..@fluentui/react-charting_v5.12.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-188",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixed culture issue in multistacked barchart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24319",children:"PR #24319"})," by ",(0,c.jsx)(i.a,{href:"mailto:103020020+AnnapareddyHarsha@users.noreply.github.com",children:"103020020+AnnapareddyHarsha@users.noreply.github.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.87.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24319",children:"PR #24319"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51218",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.18",children:"5.12.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 08 Aug 2022 20:28:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.17..@fluentui/react-charting_v5.12.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-189",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.87.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24261",children:"PR #24261"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51217",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.17",children:"5.12.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 08 Aug 2022 07:39:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.16..@fluentui/react-charting_v5.12.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-190",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bug 5118 For a hybrid graph including a 2px outline for line graph (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24176",children:"PR #24176"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24212",children:"PR #24212"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24212",children:"PR #24212"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.87.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24212",children:"PR #24212"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.20 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24212",children:"PR #24212"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51216",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.16",children:"5.12.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 04 Aug 2022 07:42:13 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.15..@fluentui/react-charting_v5.12.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-191",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.86.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24215",children:"PR #24215"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51215",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.15",children:"5.12.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 02 Aug 2022 18:04:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.14..@fluentui/react-charting_v5.12.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-192",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24175",children:"PR #24175"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.86.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24175",children:"PR #24175"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51214",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.14",children:"5.12.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 02 Aug 2022 07:44:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.13..@fluentui/react-charting_v5.12.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-193",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24032",children:"PR #24032"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.86.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24032",children:"PR #24032"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51213",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.13",children:"5.12.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 01 Aug 2022 07:39:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.12..@fluentui/react-charting_v5.12.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-194",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix bug in rendering large datapoints in line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.86.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24123",children:"PR #24123"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51212",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.12",children:"5.12.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 29 Jul 2022 07:41:56 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.11..@fluentui/react-charting_v5.12.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-195",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.86.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24132",children:"PR #24132"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51211",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.11",children:"5.12.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 28 Jul 2022 07:41:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.10..@fluentui/react-charting_v5.12.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-196",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.85.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24093",children:"PR #24093"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"51210",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.10",children:"5.12.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 27 Jul 2022 07:37:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.9..@fluentui/react-charting_v5.12.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-197",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["correcting connector length for tree diagram (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24055",children:"PR #24055"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.85.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24055",children:"PR #24055"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5129",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.9",children:"5.12.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 26 Jul 2022 07:39:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.8..@fluentui/react-charting_v5.12.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-198",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Improve line chart performance for 10k+ datapoints (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24068",children:"PR #24068"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.84.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24068",children:"PR #24068"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5128",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.8",children:"5.12.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 25 Jul 2022 07:36:56 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.7..@fluentui/react-charting_v5.12.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-199",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.83.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24031",children:"PR #24031"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5127",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.7",children:"5.12.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 22 Jul 2022 07:54:16 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.6..@fluentui/react-charting_v5.12.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-200",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.83.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/24024",children:"PR #24024"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5126",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.6",children:"5.12.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 21 Jul 2022 07:49:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.5..@fluentui/react-charting_v5.12.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-201",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.82.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23995",children:"PR #23995"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5125",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.5",children:"5.12.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 20 Jul 2022 07:42:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.4..@fluentui/react-charting_v5.12.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-202",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.82.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23993",children:"PR #23993"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5124",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.4",children:"5.12.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 19 Jul 2022 07:41:07 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.3..@fluentui/react-charting_v5.12.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-203",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix sparkline visual bugs (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.82.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23968",children:"PR #23968"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5123",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.3",children:"5.12.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 15 Jul 2022 20:03:47 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.2..@fluentui/react-charting_v5.12.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-204",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix: production issue (width-height of SVG) (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23895",children:"PR #23895"})," by ",(0,c.jsx)(i.a,{href:"mailto:apurva.sharma866@gmail.com",children:"apurva.sharma866@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.81.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23940",children:"PR #23940"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5122",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.2",children:"5.12.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 15 Jul 2022 07:44:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.1..@fluentui/react-charting_v5.12.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-205",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix: production issue (width-height of SVG) (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23895",children:"PR #23895"})," by ",(0,c.jsx)(i.a,{href:"mailto:apurva.sharma866@gmail.com",children:"apurva.sharma866@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5121",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.1",children:"5.12.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 14 Jul 2022 07:45:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.12.0..@fluentui/react-charting_v5.12.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-206",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixed not able to navigate through Legends in browse mode (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23885",children:"PR #23885"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.81.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23612",children:"PR #23612"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5120",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.12.0",children:"5.12.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 12 Jul 2022 07:40:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.11.0..@fluentui/react-charting_v5.12.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-7",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["feat: Re-export canUseDOM from @fluentui/utilities. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23847",children:"PR #23847"})," by ",(0,c.jsx)(i.a,{href:"mailto:esteban.230@hotmail.com",children:"esteban.230@hotmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23848",children:"PR #23848"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.80.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23848",children:"PR #23848"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5110",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.11.0",children:"5.11.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 08 Jul 2022 07:36:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.10.1..@fluentui/react-charting_v5.11.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-8",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.79.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23823",children:"PR #23823"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5101",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.10.1",children:"5.10.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 07 Jul 2022 07:37:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.10.0..@fluentui/react-charting_v5.10.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-207",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add sparkline chart to repo (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.78.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23812",children:"PR #23812"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5100",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.10.0",children:"5.10.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 06 Jul 2022 07:38:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.55..@fluentui/react-charting_v5.10.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-9",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.78.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23806",children:"PR #23806"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5955",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.55",children:"5.9.55"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 01 Jul 2022 07:35:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.54..@fluentui/react-charting_v5.9.55",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-208",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixed legends selected screen reader issue (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23768",children:"PR #23768"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["legends & labels are capitalized (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23783",children:"PR #23783"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5954",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.54",children:"5.9.54"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 30 Jun 2022 07:40:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.53..@fluentui/react-charting_v5.9.54",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-209",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.77.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23768",children:"PR #23768"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5953",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.53",children:"5.9.53"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 28 Jun 2022 07:39:04 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.52..@fluentui/react-charting_v5.9.53",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-210",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23683",children:"PR #23683"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.77.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23683",children:"PR #23683"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5952",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.52",children:"5.9.52"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 27 Jun 2022 07:37:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.51..@fluentui/react-charting_v5.9.52",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-211",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Hover state aren't paired with cursor_New (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23685",children:"PR #23685"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5951",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.51",children:"5.9.51"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 24 Jun 2022 07:43:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.50..@fluentui/react-charting_v5.9.51",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-212",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23440",children:"PR #23440"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.77.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23440",children:"PR #23440"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5950",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.50",children:"5.9.50"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 20 Jun 2022 07:45:13 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.49..@fluentui/react-charting_v5.9.50",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-213",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.77.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23573",children:"PR #23573"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5949",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.49",children:"5.9.49"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 17 Jun 2022 07:41:59 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.48..@fluentui/react-charting_v5.9.49",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-214",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.76.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23518",children:"PR #23518"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5948",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.48",children:"5.9.48"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 15 Jun 2022 21:38:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.47..@fluentui/react-charting_v5.9.48",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-215",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.76.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23560",children:"PR #23560"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5947",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.47",children:"5.9.47"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 15 Jun 2022 07:40:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.46..@fluentui/react-charting_v5.9.47",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-216",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix text overflow bugs (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.75.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23551",children:"PR #23551"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5946",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.46",children:"5.9.46"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 14 Jun 2022 07:52:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.45..@fluentui/react-charting_v5.9.46",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-217",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.75.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23528",children:"PR #23528"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5945",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.45",children:"5.9.45"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 13 Jun 2022 07:39:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.44..@fluentui/react-charting_v5.9.45",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-218",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.74.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23493",children:"PR #23493"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5944",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.44",children:"5.9.44"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 10 Jun 2022 07:46:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.43..@fluentui/react-charting_v5.9.44",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-219",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.73.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23468",children:"PR #23468"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5943",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.43",children:"5.9.43"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 09 Jun 2022 07:45:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.42..@fluentui/react-charting_v5.9.43",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-220",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.7.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23445",children:"PR #23445"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.72.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23445",children:"PR #23445"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5942",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.42",children:"5.9.42"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 07 Jun 2022 07:48:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.41..@fluentui/react-charting_v5.9.42",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-221",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Update high-contrast mixins to support forced-colors (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23285",children:"PR #23285"})," by ",(0,c.jsx)(i.a,{href:"mailto:tmichon@microsoft.com",children:"tmichon@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Affixed hover state closer to the cursor (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23405",children:"PR #23405"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.6.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23266",children:"PR #23266"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.72.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23266",children:"PR #23266"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5941",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.41",children:"5.9.41"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 02 Jun 2022 07:38:04 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.40..@fluentui/react-charting_v5.9.41",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-222",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.72.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23356",children:"PR #23356"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5940",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.40",children:"5.9.40"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 01 Jun 2022 07:38:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.39..@fluentui/react-charting_v5.9.40",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-223",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Not able to access all groups available in graph using keyboard. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23214",children:"PR #23214"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.72.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23293",children:"PR #23293"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5939",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.39",children:"5.9.39"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 30 May 2022 07:44:13 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.38..@fluentui/react-charting_v5.9.39",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-224",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.71.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23126",children:"PR #23126"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5938",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.38",children:"5.9.38"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 27 May 2022 07:39:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.37..@fluentui/react-charting_v5.9.38",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-225",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.71.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23127",children:"PR #23127"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5937",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.37",children:"5.9.37"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 25 May 2022 07:44:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.36..@fluentui/react-charting_v5.9.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-226",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bug 5915906 vertical stacked chart colors of legends is not displayed in high contrast (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22963",children:"PR #22963"})," by ",(0,c.jsx)(i.a,{href:"mailto:ankityadav@microsoft.com",children:"ankityadav@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.70.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23207",children:"PR #23207"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5936",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.36",children:"5.9.36"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 24 May 2022 07:47:25 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.35..@fluentui/react-charting_v5.9.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-227",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixing line chart events focus issue (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23079",children:"PR #23079"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["added aria-valuetext attribute (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22959",children:"PR #22959"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.69.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23158",children:"PR #23158"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5935",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.35",children:"5.9.35"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 23 May 2022 07:42:16 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.34..@fluentui/react-charting_v5.9.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-228",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixing color contrast issue (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23103",children:"PR #23103"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-hannapared@microsoft.com",children:"v-hannapared@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.6.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23103",children:"PR #23103"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.68.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23103",children:"PR #23103"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5934",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.34",children:"5.9.34"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 19 May 2022 07:41:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.33..@fluentui/react-charting_v5.9.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-229",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.68.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23069",children:"PR #23069"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5933",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.33",children:"5.9.33"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 17 May 2022 07:45:01 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.32..@fluentui/react-charting_v5.9.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-230",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.68.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23024",children:"PR #23024"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5932",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.32",children:"5.9.32"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 16 May 2022 07:36:55 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.31..@fluentui/react-charting_v5.9.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-231",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.68.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/23002",children:"PR #23002"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5931",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.31",children:"5.9.31"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 13 May 2022 07:45:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.30..@fluentui/react-charting_v5.9.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-232",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22966",children:"PR #22966"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22966",children:"PR #22966"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.68.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22966",children:"PR #22966"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.19 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22966",children:"PR #22966"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5930",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.30",children:"5.9.30"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 11 May 2022 07:42:47 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.29..@fluentui/react-charting_v5.9.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-233",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.67.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22572",children:"PR #22572"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5929",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.29",children:"5.9.29"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 09 May 2022 07:37:42 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.28..@fluentui/react-charting_v5.9.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-234",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.67.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22880",children:"PR #22880"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5928",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.28",children:"5.9.28"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 28 Apr 2022 07:39:56 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.27..@fluentui/react-charting_v5.9.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-235",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.67.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22676",children:"PR #22676"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5927",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.27",children:"5.9.27"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 27 Apr 2022 07:43:07 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.26..@fluentui/react-charting_v5.9.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-236",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.67.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22642",children:"PR #22642"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5926",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.26",children:"5.9.26"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 25 Apr 2022 07:37:25 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.25..@fluentui/react-charting_v5.9.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-237",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.67.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22548",children:"PR #22548"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5925",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.25",children:"5.9.25"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 21 Apr 2022 07:36:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.24..@fluentui/react-charting_v5.9.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-238",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.66.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22577",children:"PR #22577"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5924",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.24",children:"5.9.24"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 20 Apr 2022 07:39:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.23..@fluentui/react-charting_v5.9.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-239",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.66.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22539",children:"PR #22539"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5923",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.23",children:"5.9.23"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 19 Apr 2022 21:39:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.22..@fluentui/react-charting_v5.9.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-240",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.66.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22550",children:"PR #22550"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5922",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.22",children:"5.9.22"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 18 Apr 2022 07:38:04 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.21..@fluentui/react-charting_v5.9.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-241",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.65.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22524",children:"PR #22524"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5921",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.21",children:"5.9.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 15 Apr 2022 07:42:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.20..@fluentui/react-charting_v5.9.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-242",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22499",children:"PR #22499"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.65.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22499",children:"PR #22499"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.18 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22499",children:"PR #22499"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5920",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.20",children:"5.9.20"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 14 Apr 2022 07:38:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.19..@fluentui/react-charting_v5.9.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-243",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.64.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22501",children:"PR #22501"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5919",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.19",children:"5.9.19"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 12 Apr 2022 07:39:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.18..@fluentui/react-charting_v5.9.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-244",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.64.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22439",children:"PR #22439"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5918",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.18",children:"5.9.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 11 Apr 2022 07:40:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.17..@fluentui/react-charting_v5.9.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-245",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.64.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22446",children:"PR #22446"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5917",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.17",children:"5.9.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 06 Apr 2022 07:34:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.16..@fluentui/react-charting_v5.9.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-246",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.64.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22266",children:"PR #22266"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5916",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.16",children:"5.9.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 04 Apr 2022 20:01:04 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.15..@fluentui/react-charting_v5.9.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-247",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.64.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22295",children:"PR #22295"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5915",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.15",children:"5.9.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 31 Mar 2022 07:38:07 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.14..@fluentui/react-charting_v5.9.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-248",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.63.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22247",children:"PR #22247"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5914",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.14",children:"5.9.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 30 Mar 2022 07:38:55 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.13..@fluentui/react-charting_v5.9.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-249",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.63.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22110",children:"PR #22110"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5913",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.13",children:"5.9.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 28 Mar 2022 07:47:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.12..@fluentui/react-charting_v5.9.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-250",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.62.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22197",children:"PR #22197"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5912",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.12",children:"5.9.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 25 Mar 2022 07:38:05 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.11..@fluentui/react-charting_v5.9.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-251",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.62.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22201",children:"PR #22201"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5911",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.11",children:"5.9.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 23 Mar 2022 07:37:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.10..@fluentui/react-charting_v5.9.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-252",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.62.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22184",children:"PR #22184"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5910",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.10",children:"5.9.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 21 Mar 2022 07:39:45 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.9..@fluentui/react-charting_v5.9.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-253",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.62.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22161",children:"PR #22161"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"599",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.9",children:"5.9.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 18 Mar 2022 07:42:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.8..@fluentui/react-charting_v5.9.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-254",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.62.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22147",children:"PR #22147"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"598",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.8",children:"5.9.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 16 Mar 2022 07:38:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.7..@fluentui/react-charting_v5.9.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-255",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21960",children:"PR #21960"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.61.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21960",children:"PR #21960"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"597",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.7",children:"5.9.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 15 Mar 2022 07:45:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.6..@fluentui/react-charting_v5.9.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-256",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22094",children:"PR #22094"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.61.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22094",children:"PR #22094"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"596",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.6",children:"5.9.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Sat, 12 Mar 2022 01:04:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.5..@fluentui/react-charting_v5.9.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-257",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.61.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22080",children:"PR #22080"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"595",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.5",children:"5.9.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 11 Mar 2022 19:51:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.4..@fluentui/react-charting_v5.9.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-258",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.60.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22074",children:"PR #22074"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"594",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.4",children:"5.9.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 11 Mar 2022 07:34:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.3..@fluentui/react-charting_v5.9.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-259",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22047",children:"PR #22047"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.60.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22047",children:"PR #22047"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.17 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22047",children:"PR #22047"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"593",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.3",children:"5.9.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 10 Mar 2022 07:34:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.2..@fluentui/react-charting_v5.9.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-260",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22043",children:"PR #22043"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.60.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22043",children:"PR #22043"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"592",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.2",children:"5.9.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 09 Mar 2022 07:37:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.1..@fluentui/react-charting_v5.9.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-261",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22008",children:"PR #22008"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.60.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22008",children:"PR #22008"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"591",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.1",children:"5.9.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 08 Mar 2022 23:29:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.9.0..@fluentui/react-charting_v5.9.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-262",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22006",children:"PR #22006"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.60.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/22006",children:"PR #22006"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"590",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.9.0",children:"5.9.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 08 Mar 2022 07:35:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.8.2..@fluentui/react-charting_v5.9.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-10",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.5.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21700",children:"PR #21700"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.59.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21700",children:"PR #21700"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"582",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.8.2",children:"5.8.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 07 Mar 2022 07:41:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.8.1..@fluentui/react-charting_v5.8.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-263",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.58.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21949",children:"PR #21949"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"581",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.8.1",children:"5.8.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 04 Mar 2022 07:42:05 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.8.0..@fluentui/react-charting_v5.8.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-264",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.57.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/62865d15abd07125ff3968c739e387d6fd840f00",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"580",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.8.0",children:"5.8.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 03 Mar 2022 07:24:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.21..@fluentui/react-charting_v5.8.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-11",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Adding explicit export maps on all consumer packages for FUIR 8 and 9. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21508",children:"PR #21508"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.4.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21919",children:"PR #21919"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.2.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21919",children:"PR #21919"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.57.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21919",children:"PR #21919"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.16 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21919",children:"PR #21919"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5721",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.21",children:"5.7.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 02 Mar 2022 07:23:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.20..@fluentui/react-charting_v5.7.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-265",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.56.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21900",children:"PR #21900"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5720",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.20",children:"5.7.20"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 01 Mar 2022 07:23:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.19..@fluentui/react-charting_v5.7.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-266",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.21 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21852",children:"PR #21852"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.56.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21852",children:"PR #21852"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5719",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.19",children:"5.7.19"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 24 Feb 2022 07:29:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.18..@fluentui/react-charting_v5.7.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-267",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.20 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21837",children:"PR #21837"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.56.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21837",children:"PR #21837"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5718",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.18",children:"5.7.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 23 Feb 2022 07:26:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.17..@fluentui/react-charting_v5.7.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-268",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.56.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21834",children:"PR #21834"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5717",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.17",children:"5.7.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 21 Feb 2022 07:30:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.16..@fluentui/react-charting_v5.7.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-269",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix visualization UI bugs (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21773",children:"PR #21773"})," by ",(0,c.jsx)(i.a,{href:"mailto:atishay.jain@microsoft.com",children:"atishay.jain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5716",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.16",children:"5.7.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 18 Feb 2022 07:22:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.15..@fluentui/react-charting_v5.7.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-270",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix unable to hover on chart callout. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21750",children:"PR #21750"})," by email not defined)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5715",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.15",children:"5.7.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 17 Feb 2022 07:28:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.14..@fluentui/react-charting_v5.7.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-271",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.19 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21777",children:"PR #21777"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.55.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21777",children:"PR #21777"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5714",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.14",children:"5.7.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 14 Feb 2022 07:26:37 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.13..@fluentui/react-charting_v5.7.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-272",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.55.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21717",children:"PR #21717"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5713",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.13",children:"5.7.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 11 Feb 2022 07:27:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.12..@fluentui/react-charting_v5.7.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-273",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.18 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21706",children:"PR #21706"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.55.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21706",children:"PR #21706"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5712",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.12",children:"5.7.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 10 Feb 2022 07:32:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.11..@fluentui/react-charting_v5.7.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-274",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.55.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21672",children:"PR #21672"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5711",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.11",children:"5.7.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 09 Feb 2022 07:30:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.10..@fluentui/react-charting_v5.7.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-275",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add eslint deprecation exception (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21547",children:"PR #21547"})," by ",(0,c.jsx)(i.a,{href:"mailto:seanmonahan@microsoft.com",children:"seanmonahan@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.17 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21603",children:"PR #21603"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.54.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21603",children:"PR #21603"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5710",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.10",children:"5.7.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 08 Feb 2022 07:25:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.9..@fluentui/react-charting_v5.7.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-276",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.53.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21639",children:"PR #21639"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"579",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.9",children:"5.7.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 04 Feb 2022 07:31:42 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.8..@fluentui/react-charting_v5.7.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-277",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.52.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21519",children:"PR #21519"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"578",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.8",children:"5.7.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 03 Feb 2022 07:29:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.7..@fluentui/react-charting_v5.7.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-278",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.16 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21545",children:"PR #21545"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.52.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21545",children:"PR #21545"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.15 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21545",children:"PR #21545"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"577",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.7",children:"5.7.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 01 Feb 2022 07:26:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.6..@fluentui/react-charting_v5.7.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-279",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["OverflowProp styles override issue solved for legend (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21487",children:"PR #21487"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["only active circle will be visible when custom radius is passed (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21473",children:"PR #21473"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.52.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21344",children:"PR #21344"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"576",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.6",children:"5.7.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 31 Jan 2022 07:27:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.5..@fluentui/react-charting_v5.7.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-280",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.52.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21494",children:"PR #21494"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"575",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.5",children:"5.7.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 26 Jan 2022 07:26:01 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.4..@fluentui/react-charting_v5.7.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-281",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.51.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20890",children:"PR #20890"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"574",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.4",children:"5.7.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 25 Jan 2022 07:30:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.3..@fluentui/react-charting_v5.7.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-282",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.51.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20805",children:"PR #20805"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"573",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.3",children:"5.7.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 24 Jan 2022 07:26:13 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.2..@fluentui/react-charting_v5.7.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-283",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.50.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21362",children:"PR #21362"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"572",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.2",children:"5.7.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 21 Jan 2022 07:26:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.1..@fluentui/react-charting_v5.7.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-284",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.50.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21280",children:"PR #21280"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"571",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.1",children:"5.7.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 17 Jan 2022 09:43:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.7.0..@fluentui/react-charting_v5.7.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-285",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21274",children:"PR #21274"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"570",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.7.0",children:"5.7.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 14 Jan 2022 07:28:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.17..@fluentui/react-charting_v5.7.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-12",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["style control prop added in area chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21249",children:"PR #21249"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21215",children:"PR #21215"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5617",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.17",children:"5.6.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 13 Jan 2022 07:30:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.16..@fluentui/react-charting_v5.6.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-286",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21196",children:"PR #21196"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5616",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.16",children:"5.6.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 12 Jan 2022 07:32:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.15..@fluentui/react-charting_v5.6.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-287",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21219",children:"PR #21219"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5615",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.15",children:"5.6.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 11 Jan 2022 07:29:05 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.14..@fluentui/react-charting_v5.6.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-288",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Make last point in line chart focusable even when hidenonactivedots is true. Also change draw order of points so aren't drawn over other lines. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20640",children:"PR #20640"})," by ",(0,c.jsx)(i.a,{href:"mailto:nojittip@microsoft.com",children:"nojittip@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21205",children:"PR #21205"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5614",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.14",children:"5.6.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 10 Jan 2022 07:26:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.13..@fluentui/react-charting_v5.6.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-289",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21041",children:"PR #21041"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5613",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.13",children:"5.6.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 07 Jan 2022 07:27:47 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.12..@fluentui/react-charting_v5.6.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-290",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.15 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21201",children:"PR #21201"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21201",children:"PR #21201"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5612",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.12",children:"5.6.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 03 Jan 2022 23:32:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.11..@fluentui/react-charting_v5.6.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-291",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.14 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20954",children:"PR #20954"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.49.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20954",children:"PR #20954"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.14 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20954",children:"PR #20954"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5611",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.11",children:"5.6.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 22 Dec 2021 07:29:45 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.10..@fluentui/react-charting_v5.6.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-292",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.48.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21090",children:"PR #21090"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5610",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.10",children:"5.6.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 16 Dec 2021 07:26:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.9..@fluentui/react-charting_v5.6.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-293",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.48.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/21011",children:"PR #21011"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"569",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.9",children:"5.6.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 15 Dec 2021 07:31:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.8..@fluentui/react-charting_v5.6.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-294",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.13 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20716",children:"PR #20716"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.47.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20716",children:"PR #20716"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"568",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.8",children:"5.6.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 14 Dec 2021 07:30:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.7..@fluentui/react-charting_v5.6.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-295",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.12 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20904",children:"PR #20904"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.47.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20904",children:"PR #20904"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"567",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.7",children:"5.6.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 10 Dec 2021 07:30:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.6..@fluentui/react-charting_v5.6.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-296",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20587",children:"PR #20587"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.47.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20587",children:"PR #20587"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"566",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.6",children:"5.6.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 09 Dec 2021 07:27:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.5..@fluentui/react-charting_v5.6.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-297",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.47.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20161",children:"PR #20161"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"565",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.5",children:"5.6.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 08 Dec 2021 07:28:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.4..@fluentui/react-charting_v5.6.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-298",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.46.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20831",children:"PR #20831"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"564",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.4",children:"5.6.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 07 Dec 2021 07:31:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.3..@fluentui/react-charting_v5.6.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-299",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.46.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20769",children:"PR #20769"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"563",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.3",children:"5.6.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 03 Dec 2021 07:36:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.2..@fluentui/react-charting_v5.6.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-300",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.46.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20887",children:"PR #20887"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"562",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.2",children:"5.6.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 01 Dec 2021 07:41:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.1..@fluentui/react-charting_v5.6.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-301",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.46.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20715",children:"PR #20715"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"561",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.1",children:"5.6.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 30 Nov 2021 07:37:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.6.0..@fluentui/react-charting_v5.6.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-302",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20833",children:"PR #20833"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.45.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20833",children:"PR #20833"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"560",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.6.0",children:"5.6.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 25 Nov 2021 14:54:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.14..@fluentui/react-charting_v5.6.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-13",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Stack callout accessibility prop added in Grouped Bar chart for Stack callout (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20585",children:"PR #20585"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Removing export stars in favor of named exports. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20665",children:"PR #20665"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20784",children:"PR #20784"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.1.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20784",children:"PR #20784"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.44.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20784",children:"PR #20784"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.13 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20784",children:"PR #20784"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-303",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Callout content focusable removed and Title for SVG added (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20763",children:"PR #20763"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5514",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.14",children:"5.5.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 23 Nov 2021 07:27:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.13..@fluentui/react-charting_v5.5.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-304",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.43.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20697",children:"PR #20697"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5513",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.13",children:"5.5.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 22 Nov 2021 07:36:13 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.12..@fluentui/react-charting_v5.5.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-305",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Grouped Vertical Bar chart, Barwidth issue solved (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20652",children:"PR #20652"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.42.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20408",children:"PR #20408"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5512",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.12",children:"5.5.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 19 Nov 2021 07:45:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.11..@fluentui/react-charting_v5.5.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-306",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.42.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20639",children:"PR #20639"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5511",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.11",children:"5.5.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Nov 2021 07:29:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.10..@fluentui/react-charting_v5.5.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-307",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.42.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20642",children:"PR #20642"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5510",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.10",children:"5.5.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 17 Nov 2021 07:36:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.9..@fluentui/react-charting_v5.5.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-308",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.42.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20635",children:"PR #20635"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"559",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.9",children:"5.5.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 16 Nov 2021 07:36:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.8..@fluentui/react-charting_v5.5.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-309",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["YAxis issue for bar charts solved, when highest y axis value is odd number (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20581",children:"PR #20581"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.42.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20605",children:"PR #20605"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"558",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.8",children:"5.5.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 15 Nov 2021 07:29:05 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.7..@fluentui/react-charting_v5.5.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-310",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20419",children:"PR #20419"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.42.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20419",children:"PR #20419"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"557",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.7",children:"5.5.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 11 Nov 2021 07:32:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.6..@fluentui/react-charting_v5.5.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-311",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Resolved DonutChart valueInsideDonut text does not change to light color font in dark mode theme (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20536",children:"PR #20536"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-pkoganti@microsoft.com",children:"v-pkoganti@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"556",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.6",children:"5.5.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 10 Nov 2021 07:31:59 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.5..@fluentui/react-charting_v5.5.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-312",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20529",children:"PR #20529"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.41.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20529",children:"PR #20529"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.12 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20529",children:"PR #20529"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"555",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.5",children:"5.5.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 09 Nov 2021 07:38:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.4..@fluentui/react-charting_v5.5.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-313",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Stack Callout for Grouped vertical bar chart immplemented (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20537",children:"PR #20537"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.41.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20441",children:"PR #20441"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"554",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.4",children:"5.5.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 08 Nov 2021 07:35:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.3..@fluentui/react-charting_v5.5.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-314",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.41.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20530",children:"PR #20530"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"553",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.3",children:"5.5.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 05 Nov 2021 07:36:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.2..@fluentui/react-charting_v5.5.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-315",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.41.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20514",children:"PR #20514"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"552",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.2",children:"5.5.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 04 Nov 2021 07:29:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.1..@fluentui/react-charting_v5.5.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-316",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["xAxis number localization (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20427",children:"PR #20427"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.41.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20488",children:"PR #20488"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"551",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.1",children:"5.5.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 03 Nov 2021 07:36:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.5.0..@fluentui/react-charting_v5.5.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-317",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.40.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20036",children:"PR #20036"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"550",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.5.0",children:"5.5.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 02 Nov 2021 07:37:01 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.4.1..@fluentui/react-charting_v5.5.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-14",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add Sankey chart ",(0,c.jsx)(i.strong,{children:"(not compatible with IE 11)"})," (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19215",children:"PR #19215"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20331",children:"PR #20331"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.39.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20331",children:"PR #20331"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"541",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.4.1",children:"5.4.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 01 Nov 2021 07:32:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.4.0..@fluentui/react-charting_v5.4.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-318",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20231",children:"PR #20231"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.38.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20231",children:"PR #20231"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"540",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.4.0",children:"5.4.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 29 Oct 2021 07:29:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.61..@fluentui/react-charting_v5.4.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-15",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Number localization for bar charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20347",children:"PR #20347"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.37.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20273",children:"PR #20273"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5361",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.61",children:"5.3.61"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 28 Oct 2021 07:29:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.60..@fluentui/react-charting_v5.3.61",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-319",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.37.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20201",children:"PR #20201"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5360",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.60",children:"5.3.60"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 27 Oct 2021 07:29:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.59..@fluentui/react-charting_v5.3.60",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-320",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.37.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20334",children:"PR #20334"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5359",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.59",children:"5.3.59"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 26 Oct 2021 07:39:42 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.58..@fluentui/react-charting_v5.3.59",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-321",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20328",children:"PR #20328"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.37.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20328",children:"PR #20328"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5358",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.58",children:"5.3.58"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 25 Oct 2021 07:38:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.57..@fluentui/react-charting_v5.3.58",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-322",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.37.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19628",children:"PR #19628"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5357",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.57",children:"5.3.57"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 21 Oct 2021 07:28:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.56..@fluentui/react-charting_v5.3.57",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-323",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20281",children:"PR #20281"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.37.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20281",children:"PR #20281"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5356",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.56",children:"5.3.56"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 20 Oct 2021 07:30:01 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.55..@fluentui/react-charting_v5.3.56",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-324",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.37.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20193",children:"PR #20193"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5355",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.55",children:"5.3.55"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 13 Oct 2021 07:31:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.54..@fluentui/react-charting_v5.3.55",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-325",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.36.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20138",children:"PR #20138"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5354",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.54",children:"5.3.54"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 11 Oct 2021 07:36:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.53..@fluentui/react-charting_v5.3.54",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-326",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.36.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19730",children:"PR #19730"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5353",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.53",children:"5.3.53"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 08 Oct 2021 07:31:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.52..@fluentui/react-charting_v5.3.53",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-327",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.36.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20148",children:"PR #20148"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5352",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.52",children:"5.3.52"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 05 Oct 2021 07:37:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.51..@fluentui/react-charting_v5.3.52",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-328",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20105",children:"PR #20105"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.36.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20105",children:"PR #20105"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5351",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.51",children:"5.3.51"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 04 Oct 2021 07:27:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.50..@fluentui/react-charting_v5.3.51",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-329",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.36.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20051",children:"PR #20051"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5350",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.50",children:"5.3.50"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 30 Sep 2021 07:31:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.49..@fluentui/react-charting_v5.3.50",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-330",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.36.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20017",children:"PR #20017"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5349",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.49",children:"5.3.49"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 29 Sep 2021 07:36:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.48..@fluentui/react-charting_v5.3.49",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-331",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.35.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20013",children:"PR #20013"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5348",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.48",children:"5.3.48"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 28 Sep 2021 22:17:07 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.47..@fluentui/react-charting_v5.3.48",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-332",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20000",children:"PR #20000"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.35.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20000",children:"PR #20000"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/20000",children:"PR #20000"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5347",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.47",children:"5.3.47"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 28 Sep 2021 07:37:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.46..@fluentui/react-charting_v5.3.47",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-333",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.3.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/dafc3b7b7092b9249afe8cb8129e2ea5c111c9c5",children:"commit"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.35.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/commit/dafc3b7b7092b9249afe8cb8129e2ea5c111c9c5",children:"commit"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5346",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.46",children:"5.3.46"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 27 Sep 2021 07:34:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.45..@fluentui/react-charting_v5.3.46",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-334",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Legend container shifted left by 4 px for keyboard focus border (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19843",children:"PR #19843"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Removed title tag so that title tooltip should not show (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19843",children:"PR #19843"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.34.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19843",children:"PR #19843"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5345",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.45",children:"5.3.45"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 23 Sep 2021 07:35:13 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.44..@fluentui/react-charting_v5.3.45",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-335",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.34.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19891",children:"PR #19891"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5344",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.44",children:"5.3.44"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 22 Sep 2021 09:55:02 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.43..@fluentui/react-charting_v5.3.44",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-336",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.34.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19902",children:"PR #19902"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5343",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.43",children:"5.3.43"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 21 Sep 2021 07:42:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.42..@fluentui/react-charting_v5.3.43",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-337",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.2.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19865",children:"PR #19865"})," by beachball)"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.34.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19865",children:"PR #19865"})," by beachball)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5342",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.42",children:"5.3.42"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 20 Sep 2021 07:36:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.41..@fluentui/react-charting_v5.3.42",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-338",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Change date parsing to use toLocalString() (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19844",children:"PR #19844"})," by ",(0,c.jsx)(i.a,{href:"mailto:rkilburn@users.noreply.github.com",children:"rkilburn@users.noreply.github.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-charting to v5.3.42 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19844",children:"PR #19844"})," by ",(0,c.jsx)(i.a,{href:"mailto:lingfangao@hotmail.com",children:"lingfangao@hotmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5341",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.41",children:"5.3.41"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 16 Sep 2021 07:38:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.40..@fluentui/react-charting_v5.3.41",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-339",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-charting to v5.3.41 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19815",children:"PR #19815"})," by ",(0,c.jsx)(i.a,{href:"mailto:gcox@microsoft.com",children:"gcox@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5340",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.40",children:"5.3.40"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 14 Sep 2021 07:38:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.39..@fluentui/react-charting_v5.3.40",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-340",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-charting to v5.3.40 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19605",children:"PR #19605"})," by ",(0,c.jsx)(i.a,{href:"mailto:dmitry@grechka.family",children:"dmitry@grechka.family"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5339",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.39",children:"5.3.39"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 13 Sep 2021 07:37:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.38..@fluentui/react-charting_v5.3.39",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-341",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-charting to v5.3.39 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19758",children:"PR #19758"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5338",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.38",children:"5.3.38"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 10 Sep 2021 07:39:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.37..@fluentui/react-charting_v5.3.38",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-342",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Dots for all points will render with opacity as 1 or 0.01 depends on line is active or not. This is done becouse reverse focus was not proper in line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19708",children:"PR #19708"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5337",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.37",children:"5.3.37"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 09 Sep 2021 07:39:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.36..@fluentui/react-charting_v5.3.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-343",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.32.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18829",children:"PR #18829"})," by ",(0,c.jsx)(i.a,{href:"mailto:shujathlive@gmail.com",children:"shujathlive@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5336",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.36",children:"5.3.36"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 08 Sep 2021 07:34:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.35..@fluentui/react-charting_v5.3.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-344",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.31.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19344",children:"PR #19344"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5335",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.35",children:"5.3.35"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 06 Sep 2021 07:34:53 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.34..@fluentui/react-charting_v5.3.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-345",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.30.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19584",children:"PR #19584"})," by ",(0,c.jsx)(i.a,{href:"mailto:gcox@microsoft.com",children:"gcox@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5334",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.34",children:"5.3.34"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 02 Sep 2021 07:36:46 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.33..@fluentui/react-charting_v5.3.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-346",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.30.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19590",children:"PR #19590"})," by ",(0,c.jsx)(i.a,{href:"mailto:olfedias@microsoft.com",children:"olfedias@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5333",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.33",children:"5.3.33"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 31 Aug 2021 07:37:47 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.32..@fluentui/react-charting_v5.3.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-347",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.30.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18892",children:"PR #18892"})," by ",(0,c.jsx)(i.a,{href:"mailto:tmichon@microsoft.com",children:"tmichon@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5332",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.32",children:"5.3.32"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 30 Aug 2021 07:35:05 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.31..@fluentui/react-charting_v5.3.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-348",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.30.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19404",children:"PR #19404"})," by ",(0,c.jsx)(i.a,{href:"mailto:richard@einfinity.co.uk",children:"richard@einfinity.co.uk"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5331",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.31",children:"5.3.31"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 25 Aug 2021 07:35:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.30..@fluentui/react-charting_v5.3.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-349",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.29.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19481",children:"PR #19481"})," by ",(0,c.jsx)(i.a,{href:"mailto:arujain@microsoft.com",children:"arujain@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5330",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.30",children:"5.3.30"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 24 Aug 2021 07:34:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.29..@fluentui/react-charting_v5.3.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-350",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["opacity removed for unselected legends border, opacity was causing accessibility luminosity ratio issue (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19436",children:"PR #19436"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Reverting: Legends will be focusable in browser mode (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19406",children:"PR #19406"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Title tag for svg removed, so tooltip will not be shown on chart hover (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19464",children:"PR #19464"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5329",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.29",children:"5.3.29"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 23 Aug 2021 07:35:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.28..@fluentui/react-charting_v5.3.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-351",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.29.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19467",children:"PR #19467"})," by ",(0,c.jsx)(i.a,{href:"mailto:keyou@microsoft.com",children:"keyou@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5328",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.28",children:"5.3.28"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 19 Aug 2021 07:41:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.27..@fluentui/react-charting_v5.3.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-352",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.29.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19416",children:"PR #19416"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@hotmail.com",children:"dzearing@hotmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5327",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.27",children:"5.3.27"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 16 Aug 2021 07:36:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.26..@fluentui/react-charting_v5.3.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-353",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Chart title added for remaining charts, title will describe the chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19356",children:"PR #19356"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Chart element will not render when data value is zero (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19381",children:"PR #19381"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5326",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.26",children:"5.3.26"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 13 Aug 2021 07:36:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.25..@fluentui/react-charting_v5.3.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-354",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.28.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19351",children:"PR #19351"})," by ",(0,c.jsx)(i.a,{href:"mailto:keyou@microsoft.com",children:"keyou@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5325",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.25",children:"5.3.25"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 12 Aug 2021 07:34:46 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.24..@fluentui/react-charting_v5.3.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-355",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.28.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19350",children:"PR #19350"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5324",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.24",children:"5.3.24"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 11 Aug 2021 07:34:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.23..@fluentui/react-charting_v5.3.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-356",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Legends will be focusable in browser mode (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19318",children:"PR #19318"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Chart title added for Area and Line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19293",children:"PR #19293"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5323",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.23",children:"5.3.23"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 09 Aug 2021 07:35:14 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.22..@fluentui/react-charting_v5.3.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-357",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.27.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19228",children:"PR #19228"})," by ",(0,c.jsx)(i.a,{href:"mailto:kinhln@microsoft.com",children:"kinhln@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5322",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.22",children:"5.3.22"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 05 Aug 2021 07:34:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.21..@fluentui/react-charting_v5.3.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-358",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Accessibility change for Area Chart and Line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19245",children:"PR #19245"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5321",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.21",children:"5.3.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 03 Aug 2021 07:39:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.20..@fluentui/react-charting_v5.3.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-359",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.26.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19169",children:"PR #19169"})," by ",(0,c.jsx)(i.a,{href:"mailto:behowell@microsoft.com",children:"behowell@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5320",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.20",children:"5.3.20"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 02 Aug 2021 07:36:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.19..@fluentui/react-charting_v5.3.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-360",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added role as a link for overflow legends message, so it will read like 7 more link collapsed (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19199",children:"PR #19199"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Border will be visible on rect focus (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19202",children:"PR #19202"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["callout issue resolved by adding preventDismissOnLostFocus prop to callout props (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19178",children:"PR #19178"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Accessibility change for Vertical Bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19074",children:"PR #19074"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5319",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.19",children:"5.3.19"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 30 Jul 2021 07:35:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.18..@fluentui/react-charting_v5.3.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-361",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.26.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19195",children:"PR #19195"})," by ",(0,c.jsx)(i.a,{href:"mailto:rezha@microsoft.com",children:"rezha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5318",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.18",children:"5.3.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 29 Jul 2021 07:35:37 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.17..@fluentui/react-charting_v5.3.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-362",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.25.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19137",children:"PR #19137"})," by ",(0,c.jsx)(i.a,{href:"mailto:ololubek@microsoft.com",children:"ololubek@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5317",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.17",children:"5.3.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 28 Jul 2021 07:34:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.16..@fluentui/react-charting_v5.3.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-363",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.24.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19080",children:"PR #19080"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5316",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.16",children:"5.3.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 27 Jul 2021 07:34:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.15..@fluentui/react-charting_v5.3.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-364",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Accessibility change for Vertical stacked bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19072",children:"PR #19072"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Accessibility change for HeatMap chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19059",children:"PR #19059"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Donut chart custom accessibility change (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18865",children:"PR #18865"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5315",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.15",children:"5.3.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 26 Jul 2021 07:37:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.14..@fluentui/react-charting_v5.3.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-365",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19122",children:"PR #19122"})," by ",(0,c.jsx)(i.a,{href:"mailto:behowell@microsoft.com",children:"behowell@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5314",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.14",children:"5.3.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 23 Jul 2021 07:38:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.13..@fluentui/react-charting_v5.3.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-366",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18580",children:"PR #18580"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5313",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.13",children:"5.3.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 22 Jul 2021 07:36:55 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.12..@fluentui/react-charting_v5.3.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-367",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/19008",children:"PR #19008"})," by ",(0,c.jsx)(i.a,{href:"mailto:litong@microsoft.com",children:"litong@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5312",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.12",children:"5.3.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 20 Jul 2021 22:23:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.11..@fluentui/react-charting_v5.3.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-368",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18984",children:"PR #18984"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5311",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.11",children:"5.3.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 16 Jul 2021 00:35:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.10..@fluentui/react-charting_v5.3.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-369",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18909",children:"PR #18909"})," by ",(0,c.jsx)(i.a,{href:"mailto:ilrosen@microsoft.com",children:"ilrosen@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5310",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.10",children:"5.3.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 15 Jul 2021 07:36:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.9..@fluentui/react-charting_v5.3.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-370",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18884",children:"PR #18884"})," by ",(0,c.jsx)(i.a,{href:"mailto:behowell@microsoft.com",children:"behowell@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"539",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.9",children:"5.3.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 14 Jul 2021 07:28:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.8..@fluentui/react-charting_v5.3.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-371",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18853",children:"PR #18853"})," by ",(0,c.jsx)(i.a,{href:"mailto:makopch@microsoft.com",children:"makopch@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"538",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.8",children:"5.3.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 13 Jul 2021 22:32:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.7..@fluentui/react-charting_v5.3.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-372",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["GroupedVertical Chart accessibility change (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18880",children:"PR #18880"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"537",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.7",children:"5.3.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 13 Jul 2021 07:35:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.6..@fluentui/react-charting_v5.3.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-373",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.23.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18802",children:"PR #18802"})," by ",(0,c.jsx)(i.a,{href:"mailto:tmichon@microsoft.com",children:"tmichon@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"536",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.6",children:"5.3.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 09 Jul 2021 07:39:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.5..@fluentui/react-charting_v5.3.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-374",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.22.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18808",children:"PR #18808"})," by ",(0,c.jsx)(i.a,{href:"mailto:martinhochel@microsoft.com",children:"martinhochel@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"535",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.5",children:"5.3.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 08 Jul 2021 07:32:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.4..@fluentui/react-charting_v5.3.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-375",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Stacked Bar and Multi Stacked Bar chart: fixed when chart data is empty (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18811",children:"PR #18811"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"534",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.4",children:"5.3.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 07 Jul 2021 07:32:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.3..@fluentui/react-charting_v5.3.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-376",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.22.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18825",children:"PR #18825"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"533",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.3",children:"5.3.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 01 Jul 2021 07:35:05 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.2..@fluentui/react-charting_v5.3.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-377",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.22.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18430",children:"PR #18430"})," by ",(0,c.jsx)(i.a,{href:"mailto:nikolenkoanton92@gmail.com",children:"nikolenkoanton92@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"532",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.2",children:"5.3.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 29 Jun 2021 07:33:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.1..@fluentui/react-charting_v5.3.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-378",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.21.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18713",children:"PR #18713"})," by ",(0,c.jsx)(i.a,{href:"mailto:makopch@microsoft.com",children:"makopch@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"531",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.1",children:"5.3.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 28 Jun 2021 07:35:16 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.3.0..@fluentui/react-charting_v5.3.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-379",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Stacked bar chart and multi stacked bar chart custom accessibility changes, for chart title, chart data text and CallOut. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18723",children:"PR #18723"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"530",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.3.0",children:"5.3.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 25 Jun 2021 07:31:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.12..@fluentui/react-charting_v5.3.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-16",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["add gaps, dotted lines and borders to line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18665",children:"PR #18665"})," by ",(0,c.jsx)(i.a,{href:"mailto:nojittip@microsoft.com",children:"nojittip@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-380",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Horizontal bar chart accessibility changes (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18687",children:"PR #18687"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5212",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.12",children:"5.2.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 24 Jun 2021 07:31:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.11..@fluentui/react-charting_v5.2.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-381",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Accessibility changes for MultiStackedBar chart, narrator will read the visible content from CallOut hover card (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18619",children:"PR #18619"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-scharde@microsoft.com",children:"v-scharde@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5211",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.11",children:"5.2.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 22 Jun 2021 07:35:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.10..@fluentui/react-charting_v5.2.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-382",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.20.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18526",children:"PR #18526"})," by ",(0,c.jsx)(i.a,{href:"mailto:tkrasniqi@microsoft.com",children:"tkrasniqi@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5210",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.10",children:"5.2.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 21 Jun 2021 07:34:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.9..@fluentui/react-charting_v5.2.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-383",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.20.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18613",children:"PR #18613"})," by ",(0,c.jsx)(i.a,{href:"mailto:ololubek@microsoft.com",children:"ololubek@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"529",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.9",children:"5.2.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 18 Jun 2021 07:30:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.8..@fluentui/react-charting_v5.2.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-384",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.20.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18268",children:"PR #18268"})," by ",(0,c.jsx)(i.a,{href:"mailto:khhuynh@microsoft.com",children:"khhuynh@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"528",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.8",children:"5.2.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 16 Jun 2021 07:34:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.7..@fluentui/react-charting_v5.2.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-385",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.19.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18469",children:"PR #18469"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"527",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.7",children:"5.2.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 15 Jun 2021 07:40:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.6..@fluentui/react-charting_v5.2.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-386",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.19.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18529",children:"PR #18529"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"526",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.6",children:"5.2.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 11 Jun 2021 07:34:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.5..@fluentui/react-charting_v5.2.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-387",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.18.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18495",children:"PR #18495"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"525",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.5",children:"5.2.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 10 Jun 2021 07:32:59 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.4..@fluentui/react-charting_v5.2.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-388",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.17.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18472",children:"PR #18472"})," by ",(0,c.jsx)(i.a,{href:"mailto:lorejoh12@gmail.com",children:"lorejoh12@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"524",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.4",children:"5.2.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 09 Jun 2021 07:33:38 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.3..@fluentui/react-charting_v5.2.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-389",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.17.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18298",children:"PR #18298"})," by ",(0,c.jsx)(i.a,{href:"mailto:tkrasniqi@microsoft.com",children:"tkrasniqi@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"523",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.3",children:"5.2.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 08 Jun 2021 07:32:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.2..@fluentui/react-charting_v5.2.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-390",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.17.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18298",children:"PR #18298"})," by ",(0,c.jsx)(i.a,{href:"mailto:tkrasniqi@microsoft.com",children:"tkrasniqi@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"522",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.2",children:"5.2.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 07 Jun 2021 07:38:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.1..@fluentui/react-charting_v5.2.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-391",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.1.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18437",children:"PR #18437"})," by ",(0,c.jsx)(i.a,{href:"mailto:martinhochel@microsoft.com",children:"martinhochel@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"521",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.1",children:"5.2.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 04 Jun 2021 07:37:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.2.0..@fluentui/react-charting_v5.2.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-392",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.17.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18427",children:"PR #18427"})," by ",(0,c.jsx)(i.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"520",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.2.0",children:"5.2.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 02 Jun 2021 07:37:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.17..@fluentui/react-charting_v5.2.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-17",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Adding onClick handler to charts that do not have one to provide more flexible user scenarios (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18369",children:"PR #18369"})," by ",(0,c.jsx)(i.a,{href:"mailto:jisooj0403@gmail.com",children:"jisooj0403@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5117",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.17",children:"5.1.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 31 May 2021 07:33:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.16..@fluentui/react-charting_v5.1.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-393",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.16.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18376",children:"PR #18376"})," by ",(0,c.jsx)(i.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5116",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.16",children:"5.1.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 27 May 2021 07:33:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.15..@fluentui/react-charting_v5.1.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-394",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.15.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18197",children:"PR #18197"})," by ",(0,c.jsx)(i.a,{href:"mailto:hetanthakkar1@gmail.com",children:"hetanthakkar1@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5115",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.15",children:"5.1.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 26 May 2021 07:35:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.14..@fluentui/react-charting_v5.1.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-395",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.15.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18272",children:"PR #18272"})," by ",(0,c.jsx)(i.a,{href:"mailto:hetanthakkar1@gmail.com",children:"hetanthakkar1@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5114",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.14",children:"5.1.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 25 May 2021 01:11:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.13..@fluentui/react-charting_v5.1.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-396",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["aria-labelledby accessibility issue resolved by adding role and aria-label (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18279",children:"PR #18279"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5113",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.13",children:"5.1.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 24 May 2021 07:35:28 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.12..@fluentui/react-charting_v5.1.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-397",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.14 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18221",children:"PR #18221"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5112",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.12",children:"5.1.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 21 May 2021 07:34:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.11..@fluentui/react-charting_v5.1.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-398",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.13 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18198",children:"PR #18198"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5111",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.11",children:"5.1.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 20 May 2021 07:41:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.10..@fluentui/react-charting_v5.1.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-399",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.12 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18041",children:"PR #18041"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5110-1",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.10",children:"5.1.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 19 May 2021 07:34:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.9..@fluentui/react-charting_v5.1.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-400",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18194",children:"PR #18194"})," by ",(0,c.jsx)(i.a,{href:"mailto:martinhochel@microsoft.com",children:"martinhochel@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"519",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.9",children:"5.1.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 18 May 2021 07:34:38 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.8..@fluentui/react-charting_v5.1.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-401",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.10 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17593",children:"PR #17593"})," by ",(0,c.jsx)(i.a,{href:"mailto:zhigzhen@microsoft.com",children:"zhigzhen@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"518",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.8",children:"5.1.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 17 May 2021 07:33:48 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.7..@fluentui/react-charting_v5.1.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-402",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.9 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18146",children:"PR #18146"})," by ",(0,c.jsx)(i.a,{href:"mailto:tkrasniqi@microsoft.com",children:"tkrasniqi@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"517",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.7",children:"5.1.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 14 May 2021 07:35:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.6..@fluentui/react-charting_v5.1.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-403",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18150",children:"PR #18150"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"516",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.6",children:"5.1.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 13 May 2021 07:36:55 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.5..@fluentui/react-charting_v5.1.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-404",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18102",children:"PR #18102"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"515",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.5",children:"5.1.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 12 May 2021 07:36:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.4..@fluentui/react-charting_v5.1.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-405",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18127",children:"PR #18127"})," by ",(0,c.jsx)(i.a,{href:"mailto:oliver.webb@starleaf.com",children:"oliver.webb@starleaf.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"514",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.4",children:"5.1.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 10 May 2021 07:36:07 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.3..@fluentui/react-charting_v5.1.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-406",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18042",children:"PR #18042"})," by ",(0,c.jsx)(i.a,{href:"mailto:cujurgen@microsoft.com",children:"cujurgen@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"513",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.3",children:"5.1.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 07 May 2021 07:34:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.2..@fluentui/react-charting_v5.1.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-407",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17810",children:"PR #17810"})," by ",(0,c.jsx)(i.a,{href:"mailto:anhw@microsoft.com",children:"anhw@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"512",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.2",children:"5.1.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 06 May 2021 07:35:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.1..@fluentui/react-charting_v5.1.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-408",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/18069",children:"PR #18069"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"511",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.1",children:"5.1.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 04 May 2021 07:36:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.1.0..@fluentui/react-charting_v5.1.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-409",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17925",children:"PR #17925"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"510",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.1.0",children:"5.1.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 30 Apr 2021 07:42:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.37..@fluentui/react-charting_v5.1.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-18",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Upgrade typescript to 4.1.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(i.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-410",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.14.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(i.a,{href:"mailto:jdh@microsoft.com",children:"jdh@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.1.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(i.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/eslint-plugin to v1.2.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(i.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.5 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(i.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/set-version to v8.1.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(i.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/scripts to v1.0.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17932",children:"PR #17932"})," by ",(0,c.jsx)(i.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5037",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.37",children:"5.0.37"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 29 Apr 2021 07:30:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.36..@fluentui/react-charting_v5.0.37",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-411",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["aria-label added to legends and updated test cases (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17978",children:"PR #17978"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5036",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.36",children:"5.0.36"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 28 Apr 2021 07:32:59 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.35..@fluentui/react-charting_v5.0.36",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-412",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.13.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17878",children:"PR #17878"})," by ",(0,c.jsx)(i.a,{href:"mailto:shi.cheng@microsoft.com",children:"shi.cheng@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5035",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.35",children:"5.0.35"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 27 Apr 2021 07:34:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.34..@fluentui/react-charting_v5.0.35",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-413",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix: VerticalBarChart: Cannot read property 'x' of undefined error if empty data provided (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17003",children:"PR #17003"})," by ",(0,c.jsx)(i.a,{href:"mailto:feodor@appveyor.com",children:"feodor@appveyor.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5034",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.34",children:"5.0.34"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 26 Apr 2021 07:34:31 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.33..@fluentui/react-charting_v5.0.34",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-414",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.12.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17933",children:"PR #17933"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5033",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.33",children:"5.0.33"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 23 Apr 2021 07:37:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.32..@fluentui/react-charting_v5.0.33",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-415",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.12.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17894",children:"PR #17894"})," by ",(0,c.jsx)(i.a,{href:"mailto:olfedias@microsoft.com",children:"olfedias@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5032",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.32",children:"5.0.32"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 20 Apr 2021 07:31:35 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.31..@fluentui/react-charting_v5.0.32",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-416",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Donut chart - when hideLegend true, udpated legends container (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17744",children:"PR #17744"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Pentagon size reverted to normal size (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17821",children:"PR #17821"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5031",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.31",children:"5.0.31"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 16 Apr 2021 07:32:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.30..@fluentui/react-charting_v5.0.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-417",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.11.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17831",children:"PR #17831"})," by ",(0,c.jsx)(i.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5030",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.30",children:"5.0.30"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 14 Apr 2021 07:34:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.29..@fluentui/react-charting_v5.0.30",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-418",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.10.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17807",children:"PR #17807"})," by ",(0,c.jsx)(i.a,{href:"mailto:miclo@microsoft.com",children:"miclo@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5029",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.29",children:"5.0.29"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 13 Apr 2021 14:55:56 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.28..@fluentui/react-charting_v5.0.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-419",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.10.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17723",children:"PR #17723"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5028",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.28",children:"5.0.28"})}),"\n",(0,c.jsxs)(i.p,{children:["Sat, 10 Apr 2021 03:23:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.27..@fluentui/react-charting_v5.0.28",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-420",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.9.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17683",children:"PR #17683"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5027",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.27",children:"5.0.27"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 09 Apr 2021 23:42:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.26..@fluentui/react-charting_v5.0.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-421",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.9.3 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17739",children:"PR #17739"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5026",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.26",children:"5.0.26"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 09 Apr 2021 07:31:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.25..@fluentui/react-charting_v5.0.26",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-422",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Line chart: Icons updated and icon size updated (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17643",children:"PR #17643"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5025",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.25",children:"5.0.25"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 08 Apr 2021 07:33:06 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.24..@fluentui/react-charting_v5.0.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-423",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.9.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17733",children:"PR #17733"})," by ",(0,c.jsx)(i.a,{href:"mailto:joschect@microsoft.com",children:"joschect@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5024",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.24",children:"5.0.24"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 07 Apr 2021 08:04:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.23..@fluentui/react-charting_v5.0.24",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-424",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.9.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17603",children:"PR #17603"})," by ",(0,c.jsx)(i.a,{href:"mailto:vapullur@microsoft.com",children:"vapullur@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5023",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.23",children:"5.0.23"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 06 Apr 2021 07:34:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.22..@fluentui/react-charting_v5.0.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-425",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.9.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17698",children:"PR #17698"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5022",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.22",children:"5.0.22"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 01 Apr 2021 07:33:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.21..@fluentui/react-charting_v5.0.22",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-426",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.8.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17632",children:"PR #17632"})," by ",(0,c.jsx)(i.a,{href:"mailto:miclo@microsoft.com",children:"miclo@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5021",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.21",children:"5.0.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 31 Mar 2021 00:53:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.20..@fluentui/react-charting_v5.0.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-427",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.7.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17568",children:"PR #17568"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5020",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.20",children:"5.0.20"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 30 Mar 2021 07:34:45 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.19..@fluentui/react-charting_v5.0.20",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-428",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.7.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17584",children:"PR #17584"})," by ",(0,c.jsx)(i.a,{href:"mailto:olfedias@microsoft.com",children:"olfedias@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5019",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.19",children:"5.0.19"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 29 Mar 2021 07:30:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.18..@fluentui/react-charting_v5.0.19",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-429",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["callout dismiss on escape issue resolved (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17571",children:"PR #17571"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5018",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.18",children:"5.0.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 25 Mar 2021 07:33:24 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.17..@fluentui/react-charting_v5.0.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-430",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.6.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17507",children:"PR #17507"})," by ",(0,c.jsx)(i.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5017",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.17",children:"5.0.17"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 24 Mar 2021 07:32:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.16..@fluentui/react-charting_v5.0.17",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-431",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.6.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17480",children:"PR #17480"})," by ",(0,c.jsx)(i.a,{href:"mailto:anhw@microsoft.com",children:"anhw@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5016",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.16",children:"5.0.16"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 22 Mar 2021 07:34:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.15..@fluentui/react-charting_v5.0.16",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-432",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.5.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17506",children:"PR #17506"})," by ",(0,c.jsx)(i.a,{href:"mailto:behowell@microsoft.com",children:"behowell@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5015",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.15",children:"5.0.15"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Mar 2021 20:15:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.14..@fluentui/react-charting_v5.0.15",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-433",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.5.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17267",children:"PR #17267"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5014",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.14",children:"5.0.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Mar 2021 07:33:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.13..@fluentui/react-charting_v5.0.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-434",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.4.0 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17467",children:"PR #17467"})," by ",(0,c.jsx)(i.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5013",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.13",children:"5.0.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 17 Mar 2021 07:35:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.12..@fluentui/react-charting_v5.0.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-435",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.3.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17315",children:"PR #17315"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5012",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.12",children:"5.0.12"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 16 Mar 2021 07:32:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.11..@fluentui/react-charting_v5.0.12",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-436",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.3.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17405",children:"PR #17405"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5011",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.11",children:"5.0.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 12 Mar 2021 20:04:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.10..@fluentui/react-charting_v5.0.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-437",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.2.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17373",children:"PR #17373"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5010",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.10",children:"5.0.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 11 Mar 2021 07:33:03 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.9..@fluentui/react-charting_v5.0.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-438",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["added mouse events to the single data point (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17311",children:"PR #17311"})," by email not defined)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"509",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.9",children:"5.0.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 10 Mar 2021 07:34:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.8..@fluentui/react-charting_v5.0.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-439",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.1.8 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17316",children:"PR #17316"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"508",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.8",children:"5.0.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 09 Mar 2021 07:32:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.7..@fluentui/react-charting_v5.0.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-440",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.1.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17299",children:"PR #17299"})," by ",(0,c.jsx)(i.a,{href:"mailto:sarah.higley@microsoft.com",children:"sarah.higley@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"507",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.7",children:"5.0.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Sun, 07 Mar 2021 23:34:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.6..@fluentui/react-charting_v5.0.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-441",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.1.6 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17296",children:"PR #17296"})," by ",(0,c.jsx)(i.a,{href:"mailto:miclo@microsoft.com",children:"miclo@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"506",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.6",children:"5.0.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 05 Mar 2021 20:30:59 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.5..@fluentui/react-charting_v5.0.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-442",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Horizontal bar chart: Fix issue for Rounded value to 1 if less than 1% to appear in the chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17292",children:"PR #17292"})," by email not defined)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"505",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.5",children:"5.0.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 03 Mar 2021 07:45:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.4..@fluentui/react-charting_v5.0.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-443",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.1.4 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17252",children:"PR #17252"})," by ",(0,c.jsx)(i.a,{href:"mailto:Humberto.Morimoto@microsoft.com",children:"Humberto.Morimoto@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"504",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.4",children:"5.0.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 03 Mar 2021 00:10:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.3..@fluentui/react-charting_v5.0.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-444",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix webpack bundle (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17246",children:"PR #17246"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"503",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.3",children:"5.0.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 02 Mar 2021 07:24:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.2..@fluentui/react-charting_v5.0.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-445",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.1.2 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17001",children:"PR #17001"})," by ",(0,c.jsx)(i.a,{href:"mailto:feodor@appveyor.com",children:"feodor@appveyor.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"502",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.2",children:"5.0.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 01 Mar 2021 07:20:46 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.1..@fluentui/react-charting_v5.0.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-446",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.1.1 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16599",children:"PR #16599"})," by ",(0,c.jsx)(i.a,{href:"mailto:hantatsang@gmail.com",children:"hantatsang@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"501",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.1",children:"5.0.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 26 Feb 2021 01:16:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.62..@fluentui/react-charting_v5.0.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-447",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Release major version (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17169",children:"PR #17169"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta62",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.62",children:"5.0.0-beta.62"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 25 Feb 2021 20:16:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.61..@fluentui/react-charting_v5.0.0-beta.62",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["CartesianChart accessibility: support custom attribute on ",(0,c.jsx)(i.code,{children:"svg"}),"; hide axis labels from screen readers (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17170",children:"PR #17170"})," by ",(0,c.jsx)(i.a,{href:"mailto:mibes@microsoft.com",children:"mibes@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta61",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.61",children:"5.0.0-beta.61"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 25 Feb 2021 01:15:27 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.60..@fluentui/react-charting_v5.0.0-beta.61",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-1",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.0.0-beta.25 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17118",children:"PR #17118"})," by ",(0,c.jsx)(i.a,{href:"mailto:altinokd@microsoft.com",children:"altinokd@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta60",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.60",children:"5.0.0-beta.60"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 24 Feb 2021 07:19:56 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.59..@fluentui/react-charting_v5.0.0-beta.60",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-2",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.0.0-beta.61 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16854",children:"PR #16854"})," by ",(0,c.jsx)(i.a,{href:"mailto:shi.cheng@microsoft.com",children:"shi.cheng@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta59",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.59",children:"5.0.0-beta.59"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 24 Feb 2021 00:05:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.58..@fluentui/react-charting_v5.0.0-beta.59",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-3",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["introducing the prop allowMultipleShapesFor, when set to true allows shape the data point (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17127",children:"PR #17127"})," by email not defined)"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta58",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.58",children:"5.0.0-beta.58"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 22 Feb 2021 12:26:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.57..@fluentui/react-charting_v5.0.0-beta.58",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-4",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/jest-serializer-merge-styles to v8.0.0-beta.7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17061",children:"PR #17061"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta57",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.57",children:"5.0.0-beta.57"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Feb 2021 19:38:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.56..@fluentui/react-charting_v5.0.0-beta.57",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-5",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Allow React 17 in peerDependencies. The library has not yet been fully validated with React 17, so please report any issues you find. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/17048",children:"PR #17048"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta56",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.56",children:"5.0.0-beta.56"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Feb 2021 12:27:34 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.55..@fluentui/react-charting_v5.0.0-beta.56",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-6",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react-focus to v8.0.0-beta.22 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16975",children:"PR #16975"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta55",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.55",children:"5.0.0-beta.55"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 15 Feb 2021 12:22:00 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.54..@fluentui/react-charting_v5.0.0-beta.55",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-7",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.0.0-beta.55 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16880",children:"PR #16880"})," by ",(0,c.jsx)(i.a,{href:"mailto:xgao@microsoft.com",children:"xgao@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta54",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.54",children:"5.0.0-beta.54"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 12 Feb 2021 12:26:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.53..@fluentui/react-charting_v5.0.0-beta.54",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-8",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.0.0-beta.54 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16849",children:"PR #16849"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta53",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.53",children:"5.0.0-beta.53"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 11 Feb 2021 00:58:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.52..@fluentui/react-charting_v5.0.0-beta.53",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-9",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["custom test area(right side of the chart) for horizontal bar chart added. By this, we can customize the right side test values to the chart. all files snaps updated (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16810",children:"PR #16810"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Narrator issues fixed in bar charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16914",children:"PR #16914"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta52",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.52",children:"5.0.0-beta.52"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 10 Feb 2021 12:20:53 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.51..@fluentui/react-charting_v5.0.0-beta.52",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-10",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.0.0-beta.52 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16873",children:"PR #16873"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta51",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.51",children:"5.0.0-beta.51"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 09 Feb 2021 12:24:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.50..@fluentui/react-charting_v5.0.0-beta.51",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-11",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.0.0-beta.51 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16832",children:"PR #16832"})," by ",(0,c.jsx)(i.a,{href:"mailto:tristan.watanabe@gmail.com",children:"tristan.watanabe@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta50",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.50",children:"5.0.0-beta.50"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 09 Feb 2021 00:56:52 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.49..@fluentui/react-charting_v5.0.0-beta.50",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-12",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.0.0-beta.50 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16835",children:"PR #16835"})," by ",(0,c.jsx)(i.a,{href:"mailto:ololubek@microsoft.com",children:"ololubek@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta49",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.49",children:"5.0.0-beta.49"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 05 Feb 2021 12:20:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.47..@fluentui/react-charting_v5.0.0-beta.49",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-13",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Bump @fluentui/react to v8.0.0-beta.49 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15707",children:"PR #15707"})," by ",(0,c.jsx)(i.a,{href:"mailto:czearing@outlook.com",children:"czearing@outlook.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta44",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.44",children:"5.0.0-beta.44"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 28 Jan 2021 12:25:56 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.43..@fluentui/react-charting_v5.0.0-beta.44",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-14",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Updating to webpack 5, latest typings, latest loaders and plugins. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16447",children:"PR #16447"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Update high contrast to support forced colors (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16595",children:"PR #16595"})," by ",(0,c.jsx)(i.a,{href:"mailto:sareiff@microsoft.com",children:"sareiff@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["adding lines in vertical stacked bar chart complex combo chart (#15551) (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16639",children:"PR #16639"})," by ",(0,c.jsx)(i.a,{href:"mailto:jakubkonka@microsoft.com",children:"jakubkonka@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Cherry-pick react-charting updates from v7 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16667",children:"PR #16667"})," by ",(0,c.jsx)(i.a,{href:"mailto:jakubkonka@microsoft.com",children:"jakubkonka@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta43",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.43",children:"5.0.0-beta.43"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 27 Jan 2021 12:30:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.39..@fluentui/react-charting_v5.0.0-beta.43",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-15",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["LineChart fixes backported from v7 branch (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16634",children:"PR #16634"})," by ",(0,c.jsx)(i.a,{href:"mailto:jakubkonka@microsoft.com",children:"jakubkonka@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta39",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.39",children:"5.0.0-beta.39"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 21 Jan 2021 12:36:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.25..@fluentui/react-charting_v5.0.0-beta.39",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-16",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Updating dev dependencies. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/16548",children:"PR #16548"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta25",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.25",children:"5.0.0-beta.25"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 03 Dec 2020 12:32:57 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.18..@fluentui/react-charting_v5.0.0-beta.25",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-17",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Remove focus for horizental bar chart grey area (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15948",children:"PR #15948"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta18",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.18",children:"5.0.0-beta.18"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 19 Nov 2020 12:28:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.14..@fluentui/react-charting_v5.0.0-beta.18",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-18",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Date x axis tick values customizations (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15910",children:"PR #15910"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta7",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.7",children:"5.0.0-beta.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 30 Oct 2020 12:33:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.4..@fluentui/react-charting_v5.0.0-beta.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-19",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Charting: Make x axis tick count default value to 6 for Cartesian chart and use the xAxisTickCount prop (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15774",children:"PR #15774"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta4",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.4",children:"5.0.0-beta.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 27 Oct 2020 12:35:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.3..@fluentui/react-charting_v5.0.0-beta.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-20",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Charting: Adding custom Callout support for HorizontalBarChart, StackedBarChart and DonutChart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15697",children:"PR #15697"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Fixing uncaught type error in VerticalStackedBarChart and made minor edits to margins. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15699",children:"PR #15699"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Adding support for bar gaps and rounded corners in VerticalStackedBarChart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15704",children:"PR #15704"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Added line feature to VerticalBarChart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15705",children:"PR #15705"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta3",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.3",children:"5.0.0-beta.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 26 Oct 2020 12:39:59 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.1..@fluentui/react-charting_v5.0.0-beta.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-21",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Charting: Adding customized callout support to AreaChart and LineChart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15684",children:"PR #15684"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Changing hover behavior of circles and removing focus of circles. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15686",children:"PR #15686"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta1",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.1",children:"5.0.0-beta.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 23 Oct 2020 12:33:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.0.0-beta.0..@fluentui/react-charting_v5.0.0-beta.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-22",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Added color fill bar feature to line chart component (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15660",children:"PR #15660"})," by ",(0,c.jsx)(i.a,{href:"mailto:memille@microsoft.com",children:"memille@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"500-beta0",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.0.0-beta.0",children:"5.0.0-beta.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 23 Oct 2020 03:26:15 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v4.2.4..@fluentui/react-charting_v5.0.0-beta.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"changes-23",children:"Changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Rename @uifabric/charting to @fluentui/react-charting (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15564",children:"PR #15564"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Rename @uifabric/set-version to @fluentui/set-version (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15616",children:"PR #15616"})," by ",(0,c.jsx)(i.a,{href:"mailto:ololubek@microsoft.com",children:"ololubek@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Refactoring Vertical Bar Chart via implementation of Cartesian chart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15639",children:"PR #15639"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Resolving redraw issue after data change in AreaChart and implementing memoization. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15647",children:"PR #15647"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Implementing HeatMapChart and introducing some APIs in CartesianChart to support it. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15664",children:"PR #15664"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Rename office-ui-fabric-react package and update references (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15271",children:"PR #15271"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix imports to reference physical files. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15340",children:"PR #15340"})," by ",(0,c.jsx)(i.a,{href:"mailto:xgao@microsoft.com",children:"xgao@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Remove unused prop-types dependency; don't publish demo app (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15414",children:"PR #15414"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Remove unneeded package dependencies. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15456",children:"PR #15456"})," by ",(0,c.jsx)(i.a,{href:"mailto:xgao@microsoft.com",children:"xgao@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"424",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v4.2.4",children:"4.2.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 25 Sep 2020 12:25:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v4.2.0..@uifabric/charting_v4.2.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-448",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Moving examples to @fluentui/examples package. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15132",children:"PR #15132"})," by ",(0,c.jsx)(i.a,{href:"mailto:humbertomakotomorimoto@gmail.com",children:"humbertomakotomorimoto@gmail.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"420",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v4.2.0",children:"4.2.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 21 Sep 2020 12:22:29 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v4.1.1..@uifabric/charting_v4.2.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-19",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Vertical stacked bar chart code refactored - Cartesinan chart impletemented in base file. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15061",children:"PR #15061"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-449",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["To redraw the line chart after single legend selected, need to send updated points data to cartesian chart. Now updated. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15117",children:"PR #15117"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"410",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v4.1.0",children:"4.1.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 16 Sep 2020 12:27:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v4.0.3..@uifabric/charting_v4.1.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-20",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["[VerticalStackedBarChart] Legend options and fixes (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/15050",children:"PR #15050"})," by ",(0,c.jsx)(i.a,{href:"mailto:mibes@microsoft.com",children:"mibes@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"402",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v4.0.2",children:"4.0.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 14 Sep 2020 12:22:12 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v4.0.1..@uifabric/charting_v4.0.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-450",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Insiginificant trailing zeros removed from ticks (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14957",children:"PR #14957"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.om",children:"v-jasha@microsoft.om"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"400",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v4.0.0",children:"4.0.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 10 Sep 2020 12:23:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.6.2..@uifabric/charting_v4.0.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"major-changes",children:"Major changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Vertical stacked bar chart combined callout and other tweaks (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14912",children:"PR #14912"})," by ",(0,c.jsx)(i.a,{href:"mailto:mibes@microsoft.com",children:"mibes@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"362",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.6.2",children:"3.6.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 10 Sep 2020 01:20:26 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.6.0..@uifabric/charting_v3.6.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-451",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix issue when we focus on charts in IE (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14946",children:"PR #14946"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"360",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.6.0",children:"3.6.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 09 Sep 2020 12:24:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.5.1..@uifabric/charting_v3.6.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-21",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Area chart re design and updated Cartesian (removed reRenderProp method from Cartesian as it only uses for area chart previously. Now code udpated, so no need of that method.) (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14892",children:"PR #14892"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"350",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.5.0",children:"3.5.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 04 Sep 2020 12:28:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.4.0..@uifabric/charting_v3.5.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-22",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["making the prop 'showYAxisGridLines' as deprecated. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14872",children:"PR #14872"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"340",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.4.0",children:"3.4.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 03 Sep 2020 12:22:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.3.1..@uifabric/charting_v3.4.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-23",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["VerticalStackedBarChart - add yMaxValue, yAxisTickFormat, margins (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14830",children:"PR #14830"})," by ",(0,c.jsx)(i.a,{href:"mailto:mibes@microsoft.com",children:"mibes@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-452",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["resize of area chart issue fixed (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14840",children:"PR #14840"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"331",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.3.1",children:"3.3.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 31 Aug 2020 18:11:10 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.3.0..@uifabric/charting_v3.3.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-453",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Redesign of Chart helper and updated associate files (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14781",children:"PR #14781"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"330",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.3.0",children:"3.3.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 31 Aug 2020 12:25:46 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.2.0..@uifabric/charting_v3.3.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-24",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["added multiselection of legends for the line chart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14758",children:"PR #14758"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"320",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.2.0",children:"3.2.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 28 Aug 2020 12:29:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.1.5..@uifabric/charting_v3.2.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-25",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["added rtl support for all the cartesian charts such as linechart, areachart, verticalbarchart, groupedvertical chart and vertical stacked bar chart. also added styleprop isRtl to add some styles (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14584",children:"PR #14584"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"315",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.1.5",children:"3.1.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 27 Aug 2020 12:36:50 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.1.4..@uifabric/charting_v3.1.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-454",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["IE11 support for xAxis labels and utility created for x axis labels wrapping (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14628",children:"PR #14628"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["making legends focusable by default. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14731",children:"PR #14731"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"314",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.1.4",children:"3.1.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 26 Aug 2020 12:35:38 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.1.3..@uifabric/charting_v3.1.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-455",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Y axis ticks values duplicating issue resolved. removed ticks() and added tickFormat() (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14657",children:"PR #14657"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"311",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.1.1",children:"3.1.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 20 Aug 2020 12:37:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.1.0..@uifabric/charting_v3.1.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-456",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Remove references to React global (add explicit imports) (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14613",children:"PR #14613"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"310",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.1.0",children:"3.1.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 19 Aug 2020 12:44:33 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.0.10..@uifabric/charting_v3.1.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-26",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["focusing the legends based on the the prop 'allowFocusOnLegends' and exposing all the new prop 'legendProps' on all the charts which are using legends form which they can manipulate the respective lengends with this prop (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14463",children:"PR #14463"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-457",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["For Stacked area chart need to calculate highest Y value based on given input data(after processing the data only). This needs to be send charthelper. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14521",children:"PR #14521"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"3010",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.0.10",children:"3.0.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 18 Aug 2020 07:58:00 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.0.7..@uifabric/charting_v3.0.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-458",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix publish (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14566",children:"PR #14566"})," by ",(0,c.jsx)(i.a,{href:"mailto:kchau@microsoft.com",children:"kchau@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"307",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.0.7",children:"3.0.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 12 Aug 2020 18:34:18 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.0.5..@uifabric/charting_v3.0.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-459",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Grouped vertical bar chart - x axis labels wrapping and truncating the word. Showing the tooltip when word truncated. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14433",children:"PR #14433"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"302",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.0.2",children:"3.0.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 06 Aug 2020 00:30:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.0.0..@uifabric/charting_v3.0.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-460",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["yMax and yMin values added to prop types of chart helper (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14256",children:"PR #14256"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Grouped vertical bar chart refresh issue in admin controls resoled (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14277",children:"PR #14277"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"300",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.0.0",children:"3.0.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 04 Aug 2020 12:42:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.8.0..@uifabric/charting_v3.0.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"major-changes-1",children:"Major changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["reverted sankey chart code (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14301",children:"PR #14301"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"280",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.8.0",children:"2.8.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 31 Jul 2020 12:47:45 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.7.7..@uifabric/charting_v2.8.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-27",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Adding an option to show total counts in line chart legend, and new type in yCalloutData to support new tooltip design in line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14169",children:"PR #14169"})," by ",(0,c.jsx)(i.a,{href:"mailto:jijun@microsoft.com",children:"jijun@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"277",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.7.7",children:"2.7.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 30 Jul 2020 12:38:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.7.6..@uifabric/charting_v2.7.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-461",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["common chartHelper added to charting package (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14177",children:"PR #14177"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Add Accessibility support for Sankey chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14196",children:"PR #14196"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"276",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.7.6",children:"2.7.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 27 Jul 2020 12:42:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.7.4..@uifabric/charting_v2.7.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-462",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Linechart : Fix issue The tool tip seems to display all the data in same day, instead of the point where my mouse hovers. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14195",children:"PR #14195"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"274",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.7.4",children:"2.7.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 23 Jul 2020 12:43:51 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.7.2..@uifabric/charting_v2.7.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-463",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Calling grouped vertical bar chart method in did mount and updated height proprty as if negtiva values apper, then need to sent 0 to eliminate unwanted console warnings. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14137",children:"PR #14137"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Fix Line chart render with empty array of data + a event annotation, the chart throws a strange formatting exception. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14161",children:"PR #14161"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"272",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.7.2",children:"2.7.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 21 Jul 2020 12:43:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.7.0..@uifabric/charting_v2.7.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-464",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Charting: Fix sankey chart dark mode text not visble properly (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14082",children:"PR #14082"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Updating valueInsideDonut to be set to yAxisCalloutData if the value is defined (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14093",children:"PR #14093"})," by ",(0,c.jsx)(i.a,{href:"mailto:57419611+hki-237@users.noreply.github.com",children:"57419611+hki-237@users.noreply.github.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"270",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.7.0",children:"2.7.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 17 Jul 2020 12:38:41 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.6.0..@uifabric/charting_v2.7.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-28",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["When legend is hovered, center of donut chart updates to the value cooresponding to the legend. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14055",children:"PR #14055"})," by ",(0,c.jsx)(i.a,{href:"mailto:57419611+hki-237@users.noreply.github.com",children:"57419611+hki-237@users.noreply.github.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"260",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.6.0",children:"2.6.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 16 Jul 2020 21:33:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.5.2..@uifabric/charting_v2.6.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-29",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Charting",":Add"," New Sankey chart to charting package (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13982",children:"PR #13982"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-465",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["lineChart & verticalCharts - y axis lines high contrast styles updated (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14037",children:"PR #14037"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["wrapping chartHoverCard in styled component and deleting static Theme (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14038",children:"PR #14038"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"252",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.5.2",children:"2.5.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 15 Jul 2020 12:41:19 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.5.1..@uifabric/charting_v2.5.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-466",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Legends",":Skip"," all legends in data viz as it is confusing to non sighted users as they have just gone through the data viz. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/14019",children:"PR #14019"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"251",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.5.1",children:"2.5.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 13 Jul 2020 23:14:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.5.0..@uifabric/charting_v2.5.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-467",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Replace tslint with eslint and fix some violations, including unnecessary map() usage and naming (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13944",children:"PR #13944"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Donut chart: when hover/focus on arc the arc should be highlight and remaining arcs are disable (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13980",children:"PR #13980"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"250",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.5.0",children:"2.5.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 09 Jul 2020 21:59:04 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.4.0..@uifabric/charting_v2.5.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-30",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Area chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13579",children:"PR #13579"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-468",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fitcontainer changes done in VS bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13860",children:"PR #13860"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["linechart-callout not visible in dense graph issue resolved (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13933",children:"PR #13933"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"240",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.4.0",children:"2.4.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 08 Jul 2020 12:34:21 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.11..@uifabric/charting_v2.4.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-31",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Line chart",":Expose"," chart margins prop for line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13896",children:"PR #13896"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2311",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.11",children:"2.3.11"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 06 Jul 2020 12:32:20 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.10..@uifabric/charting_v2.3.11",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-469",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Line Chart-callout and circle Id's udpated (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13920",children:"PR #13920"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2310",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.10",children:"2.3.10"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 03 Jul 2020 12:36:49 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.9..@uifabric/charting_v2.3.10",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-470",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Line chart: Remove Duplicate ID's for lines and circles (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13897",children:"PR #13897"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"239",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.9",children:"2.3.9"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 02 Jul 2020 12:42:11 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.8..@uifabric/charting_v2.3.9",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-471",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["removing benchmarkData and targetData props from the stackedbar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13816",children:"PR #13816"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"238",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.8",children:"2.3.8"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 01 Jul 2020 12:35:23 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.7..@uifabric/charting_v2.3.8",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-472",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["prop check added in Grouped vertical bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13853",children:"PR #13853"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"237",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.7",children:"2.3.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 30 Jun 2020 12:33:36 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.6..@uifabric/charting_v2.3.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-473",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["FIx Incorrect role is defined for lagend overflow items (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13837",children:"PR #13837"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"236",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.6",children:"2.3.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 29 Jun 2020 12:36:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.5..@uifabric/charting_v2.3.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-474",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix Invalid aria-attribute value for charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13775",children:"PR #13775"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix issue When the mouse is over the data point on the second chart, the vertical line appears on the first chart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13785",children:"PR #13785"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"234",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.4",children:"2.3.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 25 Jun 2020 12:50:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.3..@uifabric/charting_v2.3.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-475",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Removing some unneeded mergeStyles usage in examples. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13751",children:"PR #13751"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@hotmail.com",children:"dzearing@hotmail.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Grouped veritcal bar chart - second chart disappear issue fixed (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13781",children:"PR #13781"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"233",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.3",children:"2.3.3"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 23 Jun 2020 12:41:54 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.2..@uifabric/charting_v2.3.3",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-476",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["LineChart: import find from office-ui-fabric-react/lib/Utilities to support IE11 (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13683",children:"PR #13683"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["HorizontalBarChart: Add keyboard accessability (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13706",children:"PR #13706"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-gorraj@microsoft.com",children:"v-gorraj@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"232",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.2",children:"2.3.2"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 22 Jun 2020 12:42:16 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.1..@uifabric/charting_v2.3.2",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-477",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Vertical Bar chart code updated (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13660",children:"PR #13660"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["doughnut chart target alignment updated (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13703",children:"PR #13703"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"231",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.1",children:"2.3.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 19 Jun 2020 12:38:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.0..@uifabric/charting_v2.3.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-478",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["doughnut chart circualr accessibility issue resolved (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13662",children:"PR #13662"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"230",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.0",children:"2.3.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 18 Jun 2020 12:37:09 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.34..@uifabric/charting_v2.3.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-32",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["adding focus border functionality to donut chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13601",children:"PR #13601"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-479",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fontfamily inherited from fabric (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13523",children:"PR #13523"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Y axis ticks truncate issue resolved (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13617",children:"PR #13617"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["adding css styles fixes, for both normal and high contrast mode (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13639",children:"PR #13639"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2231",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.31",children:"2.2.31"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 09 Jun 2020 12:35:17 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.29..@uifabric/charting_v2.2.31",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-480",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["removing resize event from chart and resizing the chart in CDU based on changes in height and width prop (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13505",children:"PR #13505"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2229",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.29",children:"2.2.29"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 05 Jun 2020 05:09:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.27..@uifabric/charting_v2.2.29",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-481",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Charting: Change charts callout UI (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13450",children:"PR #13450"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2227",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.27",children:"2.2.27"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 02 Jun 2020 12:36:30 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.23..@uifabric/charting_v2.2.27",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-482",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["LineChart: Add datapoints for each line and accessibility for it (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13261",children:"PR #13261"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2223",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.23",children:"2.2.23"})}),"\n",(0,c.jsxs)(i.p,{children:["Mon, 25 May 2020 12:38:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.21..@uifabric/charting_v2.2.23",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-483",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Remove implicit dep on lodash and fix other imports (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13295",children:"PR #13295"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2221",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.21",children:"2.2.21"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 21 May 2020 12:34:43 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.14..@uifabric/charting_v2.2.21",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-484",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Line chart: Fix issue If y-axis value has more digits it is getting truncated (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13208",children:"PR #13208"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2214",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.14",children:"2.2.14"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 15 May 2020 00:07:39 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.13..@uifabric/charting_v2.2.14",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-485",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["MultiStackedBarChart: Fix breaking chart when focus on bars through keyboard (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13156",children:"PR #13156"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"2213",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.13",children:"2.2.13"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 14 May 2020 12:34:32 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.7..@uifabric/charting_v2.2.13",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-486",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix issue in stacked bar chart for Rounded value to 1 if less than 1% to appear in the chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13141",children:"PR #13141"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting : Add theme support for xaxis and yaxis for line chart and change office-ui-fabric-react from dependencies to peerDependencies (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13140",children:"PR #13140"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"227",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.7",children:"2.2.7"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 07 May 2020 01:06:55 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.6..@uifabric/charting_v2.2.7",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-487",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Addressing commonjs imports. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13031",children:"PR #13031"})," by ",(0,c.jsx)(i.a,{href:"mailto:dzearing@microsoft.com",children:"dzearing@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting package: Expose prop for hide tooltips in charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/13023",children:"PR #13023"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"226",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.6",children:"2.2.6"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 06 May 2020 12:32:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.5..@uifabric/charting_v2.2.6",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-488",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["callout prop added to charts (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12936",children:"PR #12936"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"225",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.5",children:"2.2.5"})}),"\n",(0,c.jsxs)(i.p,{children:["Tue, 05 May 2020 12:34:22 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.1..@uifabric/charting_v2.2.5",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-489",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Stacked Bar Chart: Rounded value to 1 if less than 1% to appear in the chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12939",children:"PR #12939"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"221",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.1",children:"2.2.1"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 30 Apr 2020 12:31:44 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.2.0..@uifabric/charting_v2.2.1",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-490",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["addding dismiss delay to overcome instant closing on blur (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12911",children:"PR #12911"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Charting: Change FocusZone imports to @fluentui/react-focus from office-ui-fabric-react/lib/FocusZone (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12917",children:"PR #12917"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"220",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.2.0",children:"2.2.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 29 Apr 2020 12:34:58 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.1.0..@uifabric/charting_v2.2.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-33",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add EventAnnotation feature for linechart. (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12681",children:"PR #12681"})," by ",(0,c.jsx)(i.a,{href:"mailto:Qian.Zheqi@microsoft.com",children:"Qian.Zheqi@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"210",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.1.0",children:"2.1.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 23 Apr 2020 12:32:40 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.0.4..@uifabric/charting_v2.1.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-34",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["adding new prop hideLegend in donut chart and line chart which decides to show or hide legends (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12469",children:"PR #12469"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["adding onclick to the line in the line chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12548",children:"PR #12548"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"204",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.0.4",children:"2.0.4"})}),"\n",(0,c.jsxs)(i.p,{children:["Wed, 22 Apr 2020 12:33:04 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.0.0..@uifabric/charting_v2.0.4",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"patches-491",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix issue line chart 'Tool tip' is displayed top of the page throgh accessibility (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12761",children:"PR #12761"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"200",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.0.0",children:"2.0.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Fri, 17 Apr 2020 12:34:08 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v1.4.0..@uifabric/charting_v2.0.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"major-changes-2",children:"Major changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Grouped verical bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12687",children:"PR #12687"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"140",children:(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/tree/@uifabric/charting_v1.4.0",children:"1.4.0"})}),"\n",(0,c.jsxs)(i.p,{children:["Thu, 16 Apr 2020 04:01:45 GMT\n",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/compare/@uifabric/charting_v1.1.4..@uifabric/charting_v1.4.0",children:"Compare changes"})]}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-35",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Provide customization for line chart tooltip and Y Axis label (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12622",children:"PR #12622"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Add Callout and Legends for vertical bar chart (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12623",children:"PR #12623"})," by ",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-492",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Readme: Fabric=>Fluent wording updates (",(0,c.jsx)(i.a,{href:"https://github.com/microsoft/fluentui/pull/12508",children:"PR #12508"})," by ",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"110",children:"1.1.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 02 Apr 2020 12:30:40 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-36",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["DonutChart: Add prop to allow string inside Donut. (",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["providing Ymin and Ymax as props to the user (",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"100",children:"1.0.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 25 Mar 2020 12:30:04 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"major",children:"Major"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Vertical stacked bar chart added to charting package (",(0,c.jsx)(i.a,{href:"mailto:v-jasha@microsoft.com",children:"v-jasha@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-493",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Changing references of Fabric to Fluent (",(0,c.jsx)(i.a,{href:"mailto:mgodbolt@microsoft.com",children:"mgodbolt@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01430",children:"0.143.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 24 Mar 2020 12:26:03 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-37",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["expose prop for overflow items text in legends (",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01420",children:"0.142.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 23 Mar 2020 12:28:29 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-38",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add support for screen reader when hover on donnut chart (",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-494",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Replace OfficeDev/office-ui-fabric-react with microsoft/fluentui (",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01416",children:"0.141.6"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 19 Mar 2020 12:29:37 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-495",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fixed accessiblity for the statcked and multistacked bar chart by adding id for each callout and setting aria-labelledby accordingly (",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01411",children:"0.141.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 12 Mar 2020 12:35:00 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-496",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix issues stacked bar chart hover issue,line chart dot and line chart y axis disorted (",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01410",children:"0.141.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 11 Mar 2020 12:24:03 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-39",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Line chart Accessibility with screen reader (",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01403",children:"0.140.3"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 25 Feb 2020 12:25:39 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-497",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Enable keyboard accessibility for Donut chart (",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01400",children:"0.140.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 20 Feb 2020 12:20:16 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-40",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["adding aria-* attributes to the legends, and we can also access legends in the hover card by clicking up/down arrow (",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01396",children:"0.139.6"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 27 Jan 2020 03:59:43 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-498",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Provided accessability for stacked bar chart (",(0,c.jsx)(i.a,{href:"mailto:v-satgar@microsoft.com",children:"v-satgar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01394",children:"0.139.4"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 23 Jan 2020 12:32:26 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-499",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["adding minimun legend container height (",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["closing callout on pressing esc key (",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01392",children:"0.139.2"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 17 Jan 2020 02:32:17 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-500",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Update tslib minver to first version containing __spreadArrays helper due to changes in how TS emits spreads. (",(0,c.jsx)(i.a,{href:"mailto:jagore@microsoft.com",children:"jagore@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01391",children:"0.139.1"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 08 Jan 2020 17:02:57 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-501",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["bumping load-themed-styles to take advantage of es6 version of it (",(0,c.jsx)(i.a,{href:"mailto:kchau@microsoft.com",children:"kchau@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01390",children:"0.139.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 26 Nov 2019 12:32:11 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-41",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["removing the sticky=",!0," property from the hover card as the card should hide when the mouse goes away from the target element, and also added the gap space 12 to avoid the flickering issue of the hover card (",(0,c.jsx)(i.a,{href:"mailto:v-sivsar@microsoft.com",children:"v-sivsar@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01381",children:"0.138.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 19 Nov 2019 12:29:10 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-502",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix the bug that x-axis for linechart does not display properly (",(0,c.jsx)(i.a,{href:"mailto:dajiang@microsoft.com",children:"dajiang@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01380",children:"0.138.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 05 Nov 2019 12:25:16 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-42",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Enabled wrap lines for legends (",(0,c.jsx)(i.a,{href:"mailto:dajiang@microsoft.com",children:"dajiang@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01372",children:"0.137.2"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 24 Oct 2019 12:31:42 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-503",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Change gapSpace to 10 to resolve line chart flickering issue (",(0,c.jsx)(i.a,{href:"mailto:v-ragor@microsoft.com",children:"v-ragor@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01371",children:"0.137.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 22 Oct 2019 12:32:05 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-504",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix getDerivedStateFromProps signatures (",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01370",children:"0.137.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 09 Oct 2019 22:25:09 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-43",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add placeholder mode to StackedBarChart (",(0,c.jsx)(i.a,{href:"mailto:dajiang@microsoft.com",children:"dajiang@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01362",children:"0.136.2"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 03 Oct 2019 23:14:46 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-505",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fixes publish issue from beachball (",(0,c.jsx)(i.a,{href:"mailto:odbuild@microsoft.com",children:"odbuild@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01360",children:"0.136.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 03 Oct 2019 01:14:35 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-44",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Add benchmark triangle in stackedBarChart (",(0,c.jsx)(i.a,{href:"mailto:dajiang@microsoft.com",children:"dajiang@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01350",children:"0.135.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 11 Sep 2019 12:35:47 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-45",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Expose hideLegend prop for stacked bar chart (",(0,c.jsx)(i.a,{href:"mailto:v-ragor@microsoft.com",children:"v-ragor@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01344",children:"0.134.4"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 04 Sep 2019 04:09:58 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-506",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["fix version file (",(0,c.jsx)(i.a,{href:"mailto:kchau@microsoft.com",children:"kchau@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01343",children:"0.134.3"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 27 Aug 2019 12:33:51 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-507",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Remove relative imports from examples and fix incorrectly named example files (",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01342",children:"0.134.2"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 23 Aug 2019 12:35:28 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-508",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Update npmignores, delete unused jest setup files (",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n",(0,c.jsxs)(i.li,{children:["Fix up readme and package.json descriptions (",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01341",children:"0.134.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 13 Aug 2019 12:31:12 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-509",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Fix donut chart transform when height and width props change (",(0,c.jsx)(i.a,{href:"mailto:v-ragor@microsoft.com",children:"v-ragor@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01340",children:"0.134.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 07 Aug 2019 12:32:28 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-46",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Initial implementation of clickable legends (",(0,c.jsx)(i.a,{href:"mailto:atgupta@microsoft.com",children:"atgupta@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01335",children:"0.133.5"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 22 Jul 2019 12:28:42 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-510",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Improve how to get the min query string (",(0,c.jsx)(i.a,{href:"mailto:elcraig@microsoft.com",children:"elcraig@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01334",children:"0.133.4"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 17 Jul 2019 18:58:57 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-511",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Adding @types/react and @types/react-dom to package.json that have peer dependencies on react and react-dom. (",(0,c.jsx)(i.a,{href:"mailto:makotom@microsoft.com",children:"makotom@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01332",children:"0.133.2"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 10 Jul 2019 12:28:00 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-512",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["FIx linechart issue when consumer didn't sent height and width for the chart (",(0,c.jsx)(i.a,{href:"mailto:v-ragor@microsoft.com",children:"v-ragor@microsoft.com"}),")"]}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01331",children:"0.133.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 01 Jul 2019 18:51:42 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-513",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"adds react-app-polyfill"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01330",children:"0.133.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 27 Jun 2019 22:14:22 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-47",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Bisected the height to the chart and legends"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01320",children:"0.132.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 20 Jun 2019 12:27:38 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-48",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fixing peer deps."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01313",children:"0.131.3"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 18 Jun 2019 12:26:19 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-514",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add data viz separator for HorizontalBarChart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01312",children:"0.131.2"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 14 Jun 2019 12:26:30 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-515",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Resolved the issue of the legends repeating even with same color and legend"}),"\n",(0,c.jsx)(i.li,{children:"Fix missing assets in production build."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"01311",children:"0.131.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 13 Jun 2019 00:24:48 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-516",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Initial release of Fabric 7"}),"\n",(0,c.jsx)(i.li,{children:"Fix verticalBarChart x-axis description cut off issue"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0303",children:"0.30.3"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 12 Jun 2019 00:42:26 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-517",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Render demo app with Markdown instead of PageMarkdown"}),"\n",(0,c.jsx)(i.li,{children:"Update and dedupe React deps."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0302",children:"0.30.2"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 11 Jun 2019 12:21:35 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-518",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix LineChart does not display properly in FireFox browser"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0301",children:"0.30.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 07 Jun 2019 12:21:48 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-519",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Data Viz 'Legends' is not accessible using keyboard tab navigation"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0300",children:"0.30.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 03 Jun 2019 23:04:02 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-49",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add benchmark triangle for HorizontalBarChart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0292",children:"0.29.2"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 30 May 2019 12:22:06 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-520",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix charting build"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0291",children:"0.29.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 21 May 2019 12:20:44 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-521",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Use shared demo app bootstrapping code"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0290",children:"0.29.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 16 May 2019 17:34:08 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-50",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Rotated the x-axis text for date values"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"02814",children:"0.28.14"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 14 May 2019 07:50:30 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-522",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Update Fabric assets link"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"02813",children:"0.28.13"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 16 Apr 2019 12:32:59 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-523",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Remove nonexistent related links from docs"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"02812",children:"0.28.12"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 02 Apr 2019 00:38:14 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-524",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Use ^ ranges instead of >="}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"02811",children:"0.28.11"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 27 Mar 2019 12:34:02 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-525",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Replace custom high contrast selector with constant"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"02810",children:"0.28.10"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 26 Mar 2019 12:32:51 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-526",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Remove IE 11-incompatible constructs"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0289",children:"0.28.9"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 21 Mar 2019 12:36:29 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-527",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:'"added the background color and opacity for legends in the high contrast mode "'}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0288",children:"0.28.8"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 05 Mar 2019 17:33:41 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-528",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:'Add type annotations based on update to "styled"'}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0287",children:"0.28.7"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 14 Feb 2019 13:34:54 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-529",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add saparator 2px for data segments"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0286",children:"0.28.6"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 06 Feb 2019 13:38:06 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-530",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"office ui fabric charting package, legend related changes"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0285",children:"0.28.5"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 08 Jan 2019 13:34:49 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-531",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Basic conversions from componentWillReceiveProps to getDerivedStateFromProps"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0284",children:"0.28.4"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 14 Nov 2018 13:34:01 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-532",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add empty bar for use case, changes to handle Nan cases and infinity case"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0283",children:"0.28.3"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 09 Nov 2018 13:32:57 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-533",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Make change to multistacked bar chart's hideDenominator prop"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0282",children:"0.28.2"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 08 Nov 2018 04:17:34 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-534",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Update to line chart to re-render on prop updates and addition of new prop to stacked and multistacked bar chart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0280",children:"0.28.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 02 Nov 2018 18:11:37 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-51",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Using new props of hover card. Removing timeout which was introduced as temporary fix until new props were provided for scaling the hover card as per content."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0270",children:"0.27.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 02 Nov 2018 12:28:54 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-52",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Changes to line chart component, adding optional prop for users to which they can pass a html element based on which the dataviz will scale. This helps when the parent element is formed using flex or after a timeout. Also eliminates the glitch feel."}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-535",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"css changes for legends component"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0263",children:"0.26.3"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 01 Nov 2018 12:31:45 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-536",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"added hovercard for horizontalBar chart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0262",children:"0.26.2"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 31 Oct 2018 12:32:41 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-537",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Enable ignore fixed stackbarchart style when data point is less than 2"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0261",children:"0.26.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 29 Oct 2018 18:04:30 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-538",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add placeholder mode to MultiStackBardChart data point in order to render the bar chart with a progress gray color(default) area"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0260",children:"0.26.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 25 Oct 2018 12:30:05 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-53",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Added support to line chart for edge case scenario like when no data is passed to line chart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0252",children:"0.25.2"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 23 Oct 2018 12:32:15 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-539",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix an issue with the demo site not being able to load (in npm start or aka.ms/fabricdemo)."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0251",children:"0.25.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 18 Oct 2018 20:22:36 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-540",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Remove api-extractor.disabled.json"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0250",children:"0.25.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 16 Oct 2018 12:28:48 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-54",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding support for date format and ticks on x-axis of line chart. Providin date format prop to users to show data in desired format. Optionally providing tickValues prop to override D3.js default behavior on deciding what data appears on the axis of chart. D3.js default behavior is not suitable in all cases and makes the chart axis look bad in certain cases. Providing tickValues prop to user so that user can override this default behavior.If he/she does not use this D3's default behavior will be used in rendering data on the xAxis"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0244",children:"0.24.4"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 15 Oct 2018 12:29:12 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-541",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"updating snapshot tests in charting package"}),"\n",(0,c.jsx)(i.li,{children:"Added font theme setting in styles of DonutChart, LineChart, PieChart, StackedBarChart, VerticalBarChart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0243",children:"0.24.3"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 11 Oct 2018 23:13:31 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-542",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"resolve console errors for horizontal bar chart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0242",children:"0.24.2"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 10 Oct 2018 12:29:05 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-543",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"css changes in charts for meeting the figma design"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0241",children:"0.24.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 08 Oct 2018 12:24:15 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-544",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Moving tslint/prettier dependencies"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0240",children:"0.24.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 04 Oct 2018 12:26:48 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-55",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding optional href prop to dataviz, to redirect upon clicking on the dataviz"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0230",children:"0.23.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 03 Oct 2018 12:28:46 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-56",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Removing old legends component. Replaced in all data-viz with the new components which supports isolation and other states"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0221",children:"0.22.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 01 Oct 2018 12:27:24 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-545",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding timeout so that line chart can scale according to the container size and occupy the entire width thereby"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0220",children:"0.22.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 27 Sep 2018 12:27:48 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-57",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"1)Making the line chart responsive 2)Correcting flex behavior 3)Curving corners of lines to get a smooth intersection between lines"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-546",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"donut chart legends padding issue fix"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0212",children:"0.21.2"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 25 Sep 2018 12:28:12 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-547",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"change barHeight for lessthan 2 data points and apply css for ratio txt"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0211",children:"0.21.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 21 Sep 2018 14:25:46 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-548",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding a version stamp file"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0210",children:"0.21.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 14 Sep 2018 01:55:02 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-58",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updating target for callout so that the callout follows cursor"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0200",children:"0.20.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 12 Sep 2018 12:26:41 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-59",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Passing mouseevents to target prop of calout, so that the callout comes next to cursor and follows it."}),"\n",(0,c.jsx)(i.li,{children:"Centering legends component for Donut chart. Introducing prop for legends component that helps users align the component center"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-549",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"selected arc highlight and interaction between legend and chart issue fix"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0192",children:"0.19.2"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 11 Sep 2018 02:54:40 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-550",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Line chart hover issue , css for x-axis text"}),"\n",(0,c.jsx)(i.li,{children:"Line chart css issues foxed"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0191",children:"0.19.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 10 Sep 2018 10:24:57 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-551",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Show bar background if all chart data point data is 0 or undefined"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0190",children:"0.19.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 07 Sep 2018 22:04:50 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-60",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding temporary fix for hovercard. This fix scales the hover card size based upon the content inside it"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-552",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"donut chart arc sectors selected arc show and remaining arcs decrease opacity"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0180",children:"0.18.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 07 Sep 2018 16:29:48 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-61",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Changing interaction behaviour of Multistacked and stacked bar chart. Changing styling and opacity of bar upon interaction between legends and chart."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0174",children:"0.17.4"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 06 Sep 2018 10:28:35 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-553",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Line chart hover issue , css for x-axis text"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0173",children:"0.17.3"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 05 Sep 2018 10:29:25 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-554",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Donut chart align issues fixed"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0172",children:"0.17.2"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 31 Aug 2018 17:27:00 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-555",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"add legends and hover behaviour for line chart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0171",children:"0.17.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 31 Aug 2018 10:27:35 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-556",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fixes the usage of renamed variable"}),"\n",(0,c.jsx)(i.li,{children:"horizontal bar chart modified according to figma"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0170",children:"0.17.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 30 Aug 2018 19:26:04 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-62",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding hovercard for stacked and multistacked bar chart which show related data in the hover card. Created interaction between legends, stacked and multistacked bar chart. The legends are clickable and upon clicking on a legends that respective data point lits up compared to others. This helps users understand the chart and visualze better. Added opacity to charts upon interaction"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-557",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Donut chart align issues fixed"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0161",children:"0.16.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 30 Aug 2018 10:32:49 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-558",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Donut chart with legends and hover behavior"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0160",children:"0.16.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 24 Aug 2018 10:26:08 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-63",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Making stacked bar chart flex and consume new legends component in it"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-559",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix @types/prop-types being inconsistently restrictive."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0150",children:"0.15.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 20 Aug 2018 10:26:10 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-64",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Charting: allow components to render dynamic data"}),"\n",(0,c.jsx)(i.li,{children:"Adding legends as a seperate component with examples. Legends component has a shows all the legends in a single row. If it does not have space to show the rest of the legends it puts them in a overflow hover card."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0141",children:"0.14.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 14 Aug 2018 10:27:33 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-560",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"disabling codepen task"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0140",children:"0.14.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 14 Aug 2018 00:01:11 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-65",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updating StackedBar Chart desgin, MultiStackedBarChart and Legend components"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0131",children:"0.13.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 10 Aug 2018 10:26:08 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-561",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Charting: change svg boxSizing to content-box"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0130",children:"0.13.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 08 Aug 2018 10:25:07 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-66",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding multiple line chart implementation to existing single line chart."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0120",children:"0.12.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 01 Aug 2018 10:25:51 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-67",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adding stacked chart with variants, updating stacked chart to use common IDataPoint"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0111",children:"0.11.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 30 Jul 2018 10:27:11 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-562",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fixing bad imports and broken theming in some charts"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0110",children:"0.11.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 25 Jul 2018 03:20:34 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-68",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Addressing bad imports."}),"\n",(0,c.jsxs)(i.li,{children:["Removing most ",(0,c.jsx)(i.code,{children:"@customizable"})," decorator usage. This change should reduce extra React dom elements from being created. Also updating ",(0,c.jsx)(i.code,{children:"componentRef"})," resolution to support ",(0,c.jsx)(i.code,{children:"React.createRef()"})," usage."]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-563",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Update typings to not use deprecated types."}),"\n",(0,c.jsx)(i.li,{children:"Add Pie and Donut Chart to charting package"}),"\n",(0,c.jsx)(i.li,{children:"Change package.json file"}),"\n",(0,c.jsx)(i.li,{children:"Adding Stacked Bar chart"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"004",children:"0.0.4"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 03 Jul 2018 10:23:19 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-564",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add ! mark for typed props"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"003",children:"0.0.3"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 02 Jul 2018 10:21:36 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-565",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Initial publish."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5382",children:"5.38.2"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 11 May 2018 04:21:29 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-566",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix Fluent palette color names"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5381",children:"5.38.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 10 May 2018 10:27:25 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-567",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Update Fluent theme to use relative imports"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5380",children:"5.38.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 08 May 2018 10:17:01 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-69",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adds a Fluent theme experiment"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5370",children:"5.37.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 04 May 2018 15:58:38 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-70",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Edit link to customize experiments/Nav component and show more/less link to toggle hidden nav links"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-568",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updating React build version."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5360-1",children:"5.36.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 02 May 2018 23:55:40 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-71",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Remove Keytips from experiments package"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5350-1",children:"5.35.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 01 May 2018 10:23:32 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-72",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"remove extendedPicker, floatingPicker, and selectedItemsList from experiments"}),"\n",(0,c.jsx)(i.li,{children:"Command bar accessibility: one tab stop with aria label"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5340-1",children:"5.34.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 30 Apr 2018 10:16:44 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-73",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Nav: Refactored out a NavLink component."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5331-1",children:"5.33.1"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 25 Apr 2018 05:32:09 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-569",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix bad aria-label prop in Tile"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5330-1",children:"5.33.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 23 Apr 2018 10:24:54 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-74",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updating the focus styling to use the generalized `ms-Fabric--isFocusVisibl"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-570",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix code in @uifabric/experiments such that it adheres to same tslint rules as the main office-ui-fabric-react package."}),"\n",(0,c.jsx)(i.li,{children:"Fix index import"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5320-1",children:"5.32.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 20 Apr 2018 23:06:06 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-75",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add delete callback, expose item change methods on SelectedItemsList"}),"\n",(0,c.jsx)(i.li,{children:"Shimmer: adding two new props and deprecating another one."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5314-1",children:"5.31.4"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 19 Apr 2018 18:25:59 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-571",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Update createRef to match React.createRef api"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5313-1",children:"5.31.3"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 18 Apr 2018 10:15:04 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-572",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Experiments: NavPage bad imports fixed."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5312-1",children:"5.31.2"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 17 Apr 2018 18:47:11 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-573",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix improper imports from index files"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5311-1",children:"5.31.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 16 Apr 2018 10:23:25 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-574",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"prefer const, instead of let, for extendedpicker, floatingpicker, and selecteditemlists"}),"\n",(0,c.jsx)(i.li,{children:"M365Nav component as an experiment"}),"\n",(0,c.jsx)(i.li,{children:"Removing module entry temporarily. (Will be added back in 6.0.)"}),"\n",(0,c.jsx)(i.li,{children:"Updating build to React 16.3.1."}),"\n",(0,c.jsx)(i.li,{children:"Shimmer: Changes casing on enums in Shimmer.types"}),"\n",(0,c.jsx)(i.li,{children:"Experiments: fixing imports for example pages for better user understanding."}),"\n",(0,c.jsx)(i.li,{children:"Shimmer: adding two more examples as per designers request."}),"\n",(0,c.jsx)(i.li,{children:"Shimmer: imports audited"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5310-1",children:"5.31.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 12 Apr 2018 10:15:54 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-76",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Refactoring Shimmer and adding ShimmerTile + Implements Shimmer in TilesList."}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-575",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Shimmerline import was not correct, fixing import."}),"\n",(0,c.jsx)(i.li,{children:"Shimmer: Application example modified to reflect changes in DetailsList"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5300",children:"5.30.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 10 Apr 2018 17:37:28 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-77",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"FloatingPicker: add show/hide picker call backs, fix double resolve when queryString is the same"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-576",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Tile: exporting an enum to use the values in creating a PlaceholderTile in Shimmer component."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5291",children:"5.29.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 05 Apr 2018 10:15:39 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-577",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"fix suggestion header/footer for more flexibile rendering"}),"\n",(0,c.jsx)(i.li,{children:"Align Tiles in last row with previous rows"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5290",children:"5.29.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 03 Apr 2018 10:16:05 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-78",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Sets up an example of Shimmer used with DetailsList Component."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5282",children:"5.28.2"}),"\n",(0,c.jsx)(i.p,{children:"Sat, 31 Mar 2018 17:40:00 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-578",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["We need to temporarily remove ",(0,c.jsx)(i.code,{children:"sideEffects: false"})," flag from package.json which will disable w"]}),"\n",(0,c.jsx)(i.li,{children:"Fix flex styling for SignalField"}),"\n",(0,c.jsx)(i.li,{children:"Pass all props to Signal Icon elements"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5281",children:"5.28.1"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 28 Mar 2018 21:50:01 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-579",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Remove root imports of office-ui-fabric-react"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5280",children:"5.28.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 27 Mar 2018 20:22:53 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-79",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Create new pattern for suggestions for BaseFloatingPicker"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-580",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix errors in Signals styles"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5270",children:"5.27.0"}),"\n",(0,c.jsx)(i.p,{children:"Sun, 25 Mar 2018 03:08:03 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-80",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add missing icons to Signals and fix colors"}),"\n",(0,c.jsxs)(i.li,{children:["Updating to webpack 4 for producting bundles. Adding appropriate ",(0,c.jsx)(i.code,{children:"module"})," and ",(0,c.jsx)(i.code,{children:"sideEffects"})," fl"]}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-581",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Update componentRef types"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5261",children:"5.26.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 22 Mar 2018 10:14:03 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-582",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Removes @autobind for arrow functions"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5260",children:"5.26.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 20 Mar 2018 10:27:37 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-81",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Changes in the props and naming."}),"\n",(0,c.jsx)(i.li,{children:"Adds a new Shimmer Component to experiments package."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5251",children:"5.25.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 19 Mar 2018 10:27:55 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-583",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Use arrow function properties instead of @autobind"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5250",children:"5.25.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 12 Mar 2018 06:29:20 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-82",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adds a new Shimmer Component to experiments package."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5241",children:"5.24.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 08 Mar 2018 11:27:23 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-584",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add Keytip and KeytipLayer to experiments export"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5240",children:"5.24.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 07 Mar 2018 11:16:50 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-83",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"add clearInput on BaseExtendedPicker"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5231",children:"5.23.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 06 Mar 2018 02:06:59 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-585",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add Keytip and KeytipLayer to experiments export"}),"\n",(0,c.jsx)(i.li,{children:"Replaced PureComponent with Component to appease website's UHF react version."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5230",children:"5.23.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 05 Mar 2018 11:16:58 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-84",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Converting Image SCSS to MergeStyles step 2 - style conversion (snapshots updated)"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5220",children:"5.22.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 02 Mar 2018 11:25:35 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-85",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"BaseExtendedPicker: Create component to wrap the rendered item, so users get contextual menu if certain props are present, get rid of loading state, fix autofocus on input after suggestion selection"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-586",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add initial set of Keytip work"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5210-1",children:"5.21.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 16 Feb 2018 11:23:28 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-86",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Removing Coachmark"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-587",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Hook up onPaste for BaseExtendedPicker"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5200",children:"5.20.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 14 Feb 2018 22:10:49 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-87",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:'Use new "use current input" command in Suggestions'}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5190-1",children:"5.19.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 07 Feb 2018 11:23:59 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-88",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Added a fillHorizontal mode to TilesList"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5180-1",children:"5.18.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 06 Feb 2018 11:14:36 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-89",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"change persona pill css"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-588",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"BasePicker: Use correct autofillnow"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5170-1",children:"5.17.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 02 Feb 2018 11:24:16 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-90",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"allow editing of selected items in selected people list"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-589",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"consume BlockedSite icon for malware detected signal"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5161-1",children:"5.16.1"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 31 Jan 2018 11:11:59 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-590",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:'Make Selection optional (create default seleciton fallback), change render typedef to any, to allow use in lower versions of types/react"'}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5160-1",children:"5.16.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 29 Jan 2018 11:23:40 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-91",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add overflowMenuProps to Experiments CommandBar"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5150-1",children:"5.15.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 25 Jan 2018 11:23:06 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-92",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"add optional title element to extendedPicker, css changes to have selected items flow on the same row as input"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5140-1",children:"5.14.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 22 Jan 2018 11:14:27 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-93",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add callbacks for onDataReduced and onDataGrown"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-591",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Minor visual alignment for FolderCover text"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5130-1",children:"5.13.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 12 Jan 2018 20:03:21 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-94",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add demo of size 64 file type icons"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5120-1",children:"5.12.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 10 Jan 2018 11:23:36 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-95",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add search throttle to floating picker"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5111-1",children:"5.11.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 19 Dec 2017 11:22:47 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-592",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Broaden the range of allowed prop-type versions"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5110-2",children:"5.11.0"}),"\n",(0,c.jsx)(i.p,{children:"Sat, 16 Dec 2017 05:07:22 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-96",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updated build to newest React version and typings. Updated tests and made various tweaks to the code to remove React warnings and keep Enzyme"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5101-1",children:"5.10.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 15 Dec 2017 11:22:38 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-593",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Remove padding and border for suggestions and add callout width prop in floating picker"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"5100-1",children:"5.10.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 14 Dec 2017 11:23:17 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-97",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add remeasure public method to CommandBar"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"592-1",children:"5.9.2"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 12 Dec 2017 02:08:36 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-594",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"add link ref in tile"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"591-1",children:"5.9.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 08 Dec 2017 18:09:44 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-595",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Experiments: Fix build breaks in master"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"590-1",children:"5.9.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 04 Dec 2017 17:27:54 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-98",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add experiments page for file type icons"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"580-1",children:"5.8.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 01 Dec 2017 11:11:16 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-99",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Revise Signals and provide example page"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-596",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fixes the external signal component"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"570-1",children:"5.7.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 29 Nov 2017 11:24:05 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-100",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updating TypeScript to 2.6.2."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"561-1",children:"5.6.1"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 23 Nov 2017 11:10:13 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-597",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Apply props.className in ResizeGroup. Add snapshot for ResizeGroup. Pass className from experiments CommandBarTests. Update experiments CommandBar snapshot"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"560-1",children:"5.6.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 17 Nov 2017 17:36:36 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-101",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add external signal"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-598",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Make sure commands get added/removed in the correct order"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"552-1",children:"5.5.2"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 16 Nov 2017 11:20:34 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-599",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix experiment imports for FloatingPicker and ExtendedPicker components"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"551-1",children:"5.5.1"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 08 Nov 2017 11:11:27 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-600",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix alignment with trending icon"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"550-1",children:"5.5.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 08 Nov 2017 06:05:34 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-102",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"added ATP signal"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"540-1",children:"5.4.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 02 Nov 2017 18:20:18 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-103",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Added SelectedItemsList, change ExtendedPicker from extending BasePicker to be new component utilizing SelectedItemsList and FloatingPicker"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-601",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix import that was causing build error"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"531-1",children:"5.3.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 24 Oct 2017 10:21:08 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-602",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Switch to .svg files for FolderCover images"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"530-1",children:"5.3.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 20 Oct 2017 18:42:08 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-104",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add modal selection behavior to TilesList"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"520-1",children:"5.2.0"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 18 Oct 2017 10:21:25 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-105",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add Form control"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"510-1",children:"5.1.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 17 Oct 2017 17:17:41 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-106",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Create BaseExtendedPicker which extends current BasePicker to experiment with adding new functionality and create BaseFloatingPicker support @mention like scenarios, respectively"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"505-1",children:"5.0.5"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 13 Oct 2017 01:36:01 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-603",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix visibility of Tile descenders"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"504-1",children:"5.0.4"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 06 Oct 2017 10:18:41 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-604",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"TSConfig: update to use preserveConstEnums so that certain builds s ystems don't break when importing const enums"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"503-1",children:"5.0.3"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 04 Oct 2017 22:40:22 GMT"}),"\n",(0,c.jsx)(i.p,{children:(0,c.jsx)(i.em,{children:"Version update only"})}),"\n",(0,c.jsx)(i.h2,{id:"502-1",children:"5.0.2"}),"\n",(0,c.jsx)(i.p,{children:"Sat, 30 Sep 2017 01:26:37 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-605",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Code cleanup after move to MergeStyles"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"501-1",children:"5.0.1"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 27 Sep 2017 00:20:58 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-606",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updated for Fabric 5.0."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"0100",children:"0.10.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 21 Sep 2017 06:23:58 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-107",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adjust Tile and FolderCover alignments and behaviors"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-607",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Consume Check hover behavior in Tile"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"090",children:"0.9.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 19 Sep 2017 10:08:55 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-108",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"LayoutGroup: Changed gap to layoutGap and updated docs"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"080",children:"0.8.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 18 Sep 2017 10:18:23 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-109",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add accessibility hooks for Tile, TilesList, and FolderCover"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"071",children:"0.7.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 15 Sep 2017 10:19:50 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-608",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add folder cover shadows"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"070",children:"0.7.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 14 Sep 2017 00:34:57 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-110",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add support for folder cover signals"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"060",children:"0.6.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 12 Sep 2017 17:41:25 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-111",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Added LayoutGroup, FolderCover, Tile and TilesList to exports"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"051",children:"0.5.1"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 08 Sep 2017 10:16:28 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-609",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix alignment of Tile foreground and background using flexbox"}),"\n",(0,c.jsx)(i.li,{children:"Add breakpoint size support to Tile"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"050",children:"0.5.0"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 07 Sep 2017 10:09:51 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-112",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Removed global fabric export"}),"\n",(0,c.jsx)(i.li,{children:"Add presentation hooks for Tile and FolderCover"}),"\n",(0,c.jsx)(i.li,{children:"Support auto-focus for TilesList"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-610",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix minor alignment issues with SignalField"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"040",children:"0.4.0"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 04 Sep 2017 10:16:56 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-113",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Add size pre-computation support to Tile and FolderCover"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"030",children:"0.3.0"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 29 Aug 2017 20:55:35 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-114",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Implement FolderCover component"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-611",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Adjusted build to produce sourcemaps with correct sourceRoot."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"021",children:"0.2.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 29 Aug 2017 10:20:56 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-612",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix Selection module reference in Tile modules"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"020",children:"0.2.0"}),"\n",(0,c.jsx)(i.p,{children:"Sat, 26 Aug 2017 00:52:38 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-115",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Separate Selection out from TilesList and fix minor TilesList bugs"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"017",children:"0.1.7"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 25 Aug 2017 20:31:51 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-613",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:'Adding back sourcemap content to .map files, which should alleviate "../src/* missing" issues when using webpack.'}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"016",children:"0.1.6"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 25 Aug 2017 19:27:18 GMT"}),"\n",(0,c.jsx)(i.p,{children:(0,c.jsx)(i.em,{children:"Version update only"})}),"\n",(0,c.jsx)(i.h2,{id:"015",children:"0.1.5"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 24 Aug 2017 10:20:20 GMT"}),"\n",(0,c.jsx)(i.p,{children:(0,c.jsx)(i.em,{children:"Version update only"})}),"\n",(0,c.jsx)(i.h2,{id:"014",children:"0.1.4"}),"\n",(0,c.jsx)(i.p,{children:"Thu, 24 Aug 2017 05:38:14 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-614",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Inserted disable jsx-ban-props lines to experiments pkg to pass tslint"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"013",children:"0.1.3"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 23 Aug 2017 19:04:55 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-615",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsxs)(i.li,{children:["Removed suppression of tslint max line length rule from Experiments package, and broke up large lines or inserted tslint",":disable"," comments to pass tslint"]}),"\n",(0,c.jsx)(i.li,{children:"Removed suppression of tslint unused variables rule from Experiments package and removed unused variables to pass tslint"}),"\n",(0,c.jsx)(i.li,{children:"Removed suppression of tslint self-close rule from Experiments package and self-closed all empty elements to pass tslint"}),"\n",(0,c.jsx)(i.li,{children:"Added missing typedefs to call signatures in experiments, re-enable tslint rulefor typedef"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"012",children:"0.1.2"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 22 Aug 2017 10:09:55 GMT"}),"\n",(0,c.jsx)(i.p,{children:(0,c.jsx)(i.em,{children:"Version update only"})}),"\n",(0,c.jsx)(i.h2,{id:"011",children:"0.1.1"}),"\n",(0,c.jsx)(i.p,{children:"Mon, 21 Aug 2017 10:19:29 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"patches-616",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Updating project dependencies."}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"010",children:"0.1.0"}),"\n",(0,c.jsx)(i.p,{children:"Fri, 18 Aug 2017 16:32:33 GMT"}),"\n",(0,c.jsx)(i.h3,{id:"minor-changes-116",children:"Minor changes"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Added commandbar as ExperimentCommandBar"}),"\n"]}),"\n",(0,c.jsx)(i.h3,{id:"patches-617",children:"Patches"}),"\n",(0,c.jsxs)(i.ul,{children:["\n",(0,c.jsx)(i.li,{children:"Fix underflow for TilesList with stack grids"}),"\n"]}),"\n",(0,c.jsx)(i.h2,{id:"002",children:"0.0.2"}),"\n",(0,c.jsx)(i.p,{children:"Wed, 16 Aug 2017 10:11:43 GMT"}),"\n",(0,c.jsx)(i.p,{children:(0,c.jsx)(i.em,{children:"Version update only"})}),"\n",(0,c.jsx)(i.h2,{id:"001",children:"0.0.1"}),"\n",(0,c.jsx)(i.p,{children:"Tue, 15 Aug 2017 10:19:22 GMT"}),"\n",(0,c.jsx)(i.p,{children:(0,c.jsx)(i.em,{children:"Initial release"})})]})}function o(e={}){const{wrapper:i}={...(0,h.a)(),...e.components};return i?(0,c.jsx)(i,{...e,children:(0,c.jsx)(u,{...e})}):u(e)}},1151:(e,i,t)=>{t.d(i,{Z:()=>r,a:()=>l});var c=t(7294);const h={},n=c.createContext(h);function l(e){const i=c.useContext(n);return c.useMemo((function(){return"function"==typeof e?e(i):{...i,...e}}),[i,e])}function r(e){let i;return i=e.disableParentContext?"function"==typeof e.components?e.components(h):e.components||h:l(e.components),c.createElement(n.Provider,{value:i},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/main.3c27bbb6.js b/assets/js/main.3c27bbb6.js deleted file mode 100644 index b4348c94c0..0000000000 --- a/assets/js/main.3c27bbb6.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! For license information please see main.3c27bbb6.js.LICENSE.txt */ -(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[179],{830:(e,t,n)=>{"use strict";n.d(t,{W:()=>a});var r=n(7294);function a(){return r.createElement("svg",{width:"20",height:"20",className:"DocSearch-Search-Icon",viewBox:"0 0 20 20"},r.createElement("path",{d:"M14.386 14.386l4.0877 4.0877-4.0877-4.0877c-2.9418 2.9419-7.7115 2.9419-10.6533 0-2.9419-2.9418-2.9419-7.7115 0-10.6533 2.9418-2.9419 7.7115-2.9419 10.6533 0 2.9419 2.9418 2.9419 7.7115 0 10.6533z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"}))}},723:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});n(7294);var r=n(8356),a=n.n(r),o=n(6887);const i={"100d50c4":[()=>n.e(5724).then(n.bind(n,9854)),"@site/../../docs/Start Developing.md",9854],"10c2b1cf":[()=>n.e(1914).then(n.bind(n,9423)),"@site/../../docs/colors.md",9423],17896441:[()=>Promise.all([n.e(532),n.e(7918)]).then(n.bind(n,9413)),"@theme/DocItem",9413],"1a4e3797":[()=>Promise.all([n.e(532),n.e(7920)]).then(n.bind(n,6675)),"@theme/SearchPage",6675],"1b37b4b0":[()=>n.e(1483).then(n.bind(n,1421)),"@site/../../docs/Testing Unpublished Library Version.md",1421],"1d29b0d8":[()=>n.e(3861).then(n.bind(n,6001)),"@site/../../docs/Charting-Concepts/SankeyChart.md",6001],"1df93b7f":[()=>Promise.all([n.e(532),n.e(3237)]).then(n.bind(n,6358)),"@site/src/pages/index.tsx",6358],"1ff5abae":[()=>n.e(5671).then(n.bind(n,2972)),"@site/../../docs/Charting-Concepts/GroupedVerticalBarChart.md",2972],25929091:[()=>n.e(1283).then(n.t.bind(n,5745,19)),"/home/runner/work/fluentui-charting-contrib/fluentui-charting-contrib/apps/docsite/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json",5745],"2bd67647":[()=>n.e(9013).then(n.bind(n,1936)),"@site/../../docs/Test Plans/SankeyChart/ComponentTests.md",1936],"2f599c6d":[()=>n.e(2482).then(n.bind(n,4414)),"@site/../../docs/BundleSize.md",4414],"35f90ace":[()=>n.e(1888).then(n.bind(n,3823)),"@site/../../docs/Test Plans/LineChart/ComponentTests.md",3823],41748239:[()=>n.e(150).then(n.bind(n,323)),"@site/../../docs/Test Plans/VerticalStackedBarChart/ComponentTests.md",323],"43c91bec":[()=>n.e(2357).then(n.bind(n,5438)),"@site/../../docs/Test Plans/HorizontalBarChart/UnitTests.md",5438],"44a464d7":[()=>n.e(6662).then(n.bind(n,1826)),"@site/../../docs/Charting-Concepts/VerticalBarChart.md",1826],"4c3c7f6c":[()=>n.e(9368).then(n.bind(n,7812)),"@site/../../docs/Charting-Concepts/HorizontalBarChart.md",7812],"5181bfc2":[()=>n.e(7659).then(n.bind(n,5417)),"@site/../../docs/Charting-Concepts/StackedBarChart.md",5417],"53fd9a32":[()=>n.e(4630).then(n.bind(n,5197)),"@site/../../docs/implementing-2-to-1-spacing.md",5197],"544aba92":[()=>n.e(774).then(n.bind(n,1264)),"@site/../../docs/Charting-Concepts/AreaChart.md",1264],"5e95c892":[()=>n.e(9661).then(n.bind(n,1892)),"@theme/DocsRoot",1892],"5e9f5e1a":[()=>Promise.resolve().then(n.bind(n,6809)),"@generated/docusaurus.config",6809],"5f0d6238":[()=>n.e(4494).then(n.bind(n,167)),"@site/../../docs/TestCoverage.md",167],"5fc975be":[()=>n.e(7706).then(n.t.bind(n,7085,19)),"/home/runner/work/fluentui-charting-contrib/fluentui-charting-contrib/apps/docsite/.docusaurus/docusaurus-theme-search-algolia/default/plugin-route-context-module-100.json",7085],"6158391e":[()=>n.e(1605).then(n.bind(n,430)),"@site/../../docs/Test Plans/HorizontalBarChart/ComponentTests.md",430],62692344:[()=>n.e(9330).then(n.bind(n,4520)),"@site/../../docs/Charting-Concepts/LineChart.md",4520],"6ede8325":[()=>n.e(2637).then(n.bind(n,6792)),"@site/../../docs/Test Plans/HeatMapChart/ComponentTests.md",6792],"6fe236e0":[()=>n.e(6942).then(n.bind(n,6166)),"@site/../../docs/Accessibility.md",6166],"712b8a2d":[()=>n.e(6863).then(n.bind(n,4227)),"@site/../../docs/Charting-Concepts/HeatMapChart.md",4227],"72f1352f":[()=>n.e(3072).then(n.bind(n,5618)),"@site/../../docs/Test Plans/MultiStackedBarChart/componentTests.md",5618],"785e1e6a":[()=>n.e(9159).then(n.bind(n,4242)),"@site/../../docs/Testing Strategy.md",4242],"78e65ac0":[()=>n.e(2907).then(n.bind(n,4199)),"@site/../../docs/Test Plans/GroupedVerticalBarChart/ComponentTests.md",4199],"790ff6d5":[()=>n.e(9860).then(n.bind(n,3854)),"@site/../../docs/Test Plans/DonutChart/ComponentTests.md",3854],"7ef89a43":[()=>n.e(8466).then(n.bind(n,4488)),"@site/../../docs/Technical Details.md",4488],80060540:[()=>n.e(1321).then(n.bind(n,9431)),"@site/../../docs/Charting-Concepts/GaugeChart.md",9431],"82e69e4a":[()=>n.e(4145).then(n.bind(n,5228)),"@site/../../docs/Test Plans/Utilities/UnitTests.md",5228],"8f2faa25":[()=>n.e(1125).then(n.bind(n,8625)),"@site/../../docs/Test Plans/VerticalBarChart/ComponentTests.md",8625],"918c9c28":[()=>n.e(3469).then(n.bind(n,7270)),"@site/../../docs/Detailed Implementation Steps.md",7270],"935f2afb":[()=>n.e(53).then(n.t.bind(n,1109,19)),"~docs/default/version-current-metadata-prop-751.json",1109],a4b720fd:[()=>n.e(9428).then(n.bind(n,8300)),"@site/../../docs/Implementation Best Practices.md",8300],a62d60fb:[()=>n.e(4798).then(n.bind(n,2485)),"@site/../../docs/Test Plans/HorizontalBarChartWithAxis/UnitTests.md",2485],a7bd4aaa:[()=>n.e(8518).then(n.bind(n,8564)),"@theme/DocVersionRoot",8564],a85ccfbf:[()=>n.e(2190).then(n.t.bind(n,3769,19)),"/home/runner/work/fluentui-charting-contrib/fluentui-charting-contrib/apps/docsite/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json",3769],a94703ab:[()=>Promise.all([n.e(532),n.e(4368)]).then(n.bind(n,2674)),"@theme/DocRoot",2674],b0683616:[()=>n.e(5112).then(n.bind(n,6374)),"@site/../../docs/Test Plans/TestingGuide.md",6374],b0e8dd6d:[()=>n.e(8673).then(n.bind(n,6231)),"@site/../../docs/Contributor Guide.md",6231],b7f64af1:[()=>n.e(8751).then(n.bind(n,4622)),"@site/../../docs/Charting-Concepts/VerticalStackedBarChart.md",4622],c1fd7385:[()=>n.e(8171).then(n.bind(n,8964)),"@site/../../docs/creating-date-objects-for-chart-data.md",8964],c81dfe5f:[()=>n.e(2871).then(n.bind(n,3028)),"@site/../../docs/Test Plans/StackedBarChart/ComponentTests.md",3028],ddc35001:[()=>n.e(8968).then(n.bind(n,9313)),"@site/../../docs/Overview.md",9313],df751193:[()=>n.e(5966).then(n.bind(n,5321)),"@site/../../docs/Charting-Concepts/DonutChart.md",5321],e1621294:[()=>n.e(3633).then(n.bind(n,7037)),"@site/../../docs/Charting-Concepts/SparklineChart.md",7037],e8c0cc48:[()=>n.e(4014).then(n.bind(n,4162)),"@site/../../docs/Test Plans/HorizontalBarChartWithAxis/ComponentTests.md",4162],e9780fb0:[()=>n.e(1351).then(n.bind(n,9611)),"@site/../../docs/Test Plans/GaugeChart/ComponentTests.md",9611],ec9b348c:[()=>n.e(917).then(n.bind(n,8121)),"@site/../../docs/CHANGELOG.md",8121],fa9519d0:[()=>n.e(2408).then(n.bind(n,4286)),"@site/../../docs/Test Plans/AreaChart/ComponentTests.md",4286],fdebbd26:[()=>n.e(8864).then(n.bind(n,7338)),"@site/../../docs/Debugging.md",7338]};var l=n(5893);function s(e){let{error:t,retry:n,pastDelay:r}=e;return t?(0,l.jsxs)("div",{style:{textAlign:"center",color:"#fff",backgroundColor:"#fa383e",borderColor:"#fa383e",borderStyle:"solid",borderRadius:"0.25rem",borderWidth:"1px",boxSizing:"border-box",display:"block",padding:"1rem",flex:"0 0 50%",marginLeft:"25%",marginRight:"25%",marginTop:"5rem",maxWidth:"50%",width:"100%"},children:[(0,l.jsx)("p",{children:String(t)}),(0,l.jsx)("div",{children:(0,l.jsx)("button",{type:"button",onClick:n,children:"Retry"})})]}):r?(0,l.jsx)("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",height:"100vh"},children:(0,l.jsx)("svg",{id:"loader",style:{width:128,height:110,position:"absolute",top:"calc(100vh - 64%)"},viewBox:"0 0 45 45",xmlns:"http://www.w3.org/2000/svg",stroke:"#61dafb",children:(0,l.jsxs)("g",{fill:"none",fillRule:"evenodd",transform:"translate(1 1)",strokeWidth:"2",children:[(0,l.jsxs)("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0",children:[(0,l.jsx)("animate",{attributeName:"r",begin:"1.5s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),(0,l.jsx)("animate",{attributeName:"stroke-opacity",begin:"1.5s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),(0,l.jsx)("animate",{attributeName:"stroke-width",begin:"1.5s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})]}),(0,l.jsxs)("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0",children:[(0,l.jsx)("animate",{attributeName:"r",begin:"3s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),(0,l.jsx)("animate",{attributeName:"stroke-opacity",begin:"3s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),(0,l.jsx)("animate",{attributeName:"stroke-width",begin:"3s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})]}),(0,l.jsx)("circle",{cx:"22",cy:"22",r:"8",children:(0,l.jsx)("animate",{attributeName:"r",begin:"0s",dur:"1.5s",values:"6;1;2;3;4;5;6",calcMode:"linear",repeatCount:"indefinite"})})]})})}):null}var c=n(9670),u=n(226);function d(e,t){if("*"===e)return a()({loading:s,loader:()=>n.e(1772).then(n.bind(n,1772)),modules:["@theme/NotFound"],webpack:()=>[1772],render(e,t){const n=e.default;return(0,l.jsx)(u.z,{value:{plugin:{name:"native",id:"default"}},children:(0,l.jsx)(n,{...t})})}});const r=o[`${e}-${t}`],d={},p=[],f=[],h=(0,c.Z)(r);return Object.entries(h).forEach((e=>{let[t,n]=e;const r=i[n];r&&(d[t]=r[0],p.push(r[1]),f.push(r[2]))})),a().Map({loading:s,loader:d,modules:p,webpack:()=>f,render(t,n){const a=JSON.parse(JSON.stringify(r));Object.entries(t).forEach((t=>{let[n,r]=t;const o=r.default;if(!o)throw new Error(`The page component at ${e} doesn't have a default export. This makes it impossible to render anything. Consider default-exporting a React component.`);"object"!=typeof o&&"function"!=typeof o||Object.keys(r).filter((e=>"default"!==e)).forEach((e=>{o[e]=r[e]}));let i=a;const l=n.split(".");l.slice(0,-1).forEach((e=>{i=i[e]})),i[l[l.length-1]]=o}));const o=a.__comp;delete a.__comp;const i=a.__context;return delete a.__context,(0,l.jsx)(u.z,{value:i,children:(0,l.jsx)(o,{...a,...n})})}})}const p=[{path:"/fluentui-charting-contrib/search",component:d("/fluentui-charting-contrib/search","d67"),exact:!0},{path:"/fluentui-charting-contrib/docs",component:d("/fluentui-charting-contrib/docs","f33"),routes:[{path:"/fluentui-charting-contrib/docs",component:d("/fluentui-charting-contrib/docs","a3a"),routes:[{path:"/fluentui-charting-contrib/docs",component:d("/fluentui-charting-contrib/docs","6d6"),routes:[{path:"/fluentui-charting-contrib/docs/Accessibility",component:d("/fluentui-charting-contrib/docs/Accessibility","9b7"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/BundleSize",component:d("/fluentui-charting-contrib/docs/BundleSize","11f"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/CHANGELOG",component:d("/fluentui-charting-contrib/docs/CHANGELOG","84b"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Charting-Concepts/AreaChart",component:d("/fluentui-charting-contrib/docs/Charting-Concepts/AreaChart","440"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Charting-Concepts/DonutChart",component:d("/fluentui-charting-contrib/docs/Charting-Concepts/DonutChart","82a"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Charting-Concepts/GaugeChart",component:d("/fluentui-charting-contrib/docs/Charting-Concepts/GaugeChart","7e8"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Charting-Concepts/GroupedVerticalBarChart",component:d("/fluentui-charting-contrib/docs/Charting-Concepts/GroupedVerticalBarChart","7d1"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Charting-Concepts/HeatMapChart",component:d("/fluentui-charting-contrib/docs/Charting-Concepts/HeatMapChart","23a"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Charting-Concepts/HorizontalBarChart",component:d("/fluentui-charting-contrib/docs/Charting-Concepts/HorizontalBarChart","a8f"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Charting-Concepts/LineChart",component:d("/fluentui-charting-contrib/docs/Charting-Concepts/LineChart","df4"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Charting-Concepts/SankeyChart",component:d("/fluentui-charting-contrib/docs/Charting-Concepts/SankeyChart","3ab"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Charting-Concepts/SparklineChart",component:d("/fluentui-charting-contrib/docs/Charting-Concepts/SparklineChart","1ee"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Charting-Concepts/StackedBarChart",component:d("/fluentui-charting-contrib/docs/Charting-Concepts/StackedBarChart","530"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Charting-Concepts/VerticalBarChart",component:d("/fluentui-charting-contrib/docs/Charting-Concepts/VerticalBarChart","28a"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Charting-Concepts/VerticalStackedBarChart",component:d("/fluentui-charting-contrib/docs/Charting-Concepts/VerticalStackedBarChart","b6b"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/colors",component:d("/fluentui-charting-contrib/docs/colors","ef0"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Contributor Guide",component:d("/fluentui-charting-contrib/docs/Contributor Guide","387"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/creating-date-objects-for-chart-data",component:d("/fluentui-charting-contrib/docs/creating-date-objects-for-chart-data","d31"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Debugging",component:d("/fluentui-charting-contrib/docs/Debugging","a60"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Detailed Implementation Steps",component:d("/fluentui-charting-contrib/docs/Detailed Implementation Steps","7b4"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Implementation Best Practices",component:d("/fluentui-charting-contrib/docs/Implementation Best Practices","bf6"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/implementing-2-to-1-spacing",component:d("/fluentui-charting-contrib/docs/implementing-2-to-1-spacing","3a6"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Overview",component:d("/fluentui-charting-contrib/docs/Overview","7e4"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Start Developing",component:d("/fluentui-charting-contrib/docs/Start Developing","764"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Technical Details",component:d("/fluentui-charting-contrib/docs/Technical Details","111"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/AreaChart/ComponentTests",component:d("/fluentui-charting-contrib/docs/Test Plans/AreaChart/ComponentTests","490"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/DonutChart/ComponentTests",component:d("/fluentui-charting-contrib/docs/Test Plans/DonutChart/ComponentTests","371"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/GaugeChart/ComponentTests",component:d("/fluentui-charting-contrib/docs/Test Plans/GaugeChart/ComponentTests","d89"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/GroupedVerticalBarChart/ComponentTests",component:d("/fluentui-charting-contrib/docs/Test Plans/GroupedVerticalBarChart/ComponentTests","201"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/HeatMapChart/ComponentTests",component:d("/fluentui-charting-contrib/docs/Test Plans/HeatMapChart/ComponentTests","926"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChart/ComponentTests",component:d("/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChart/ComponentTests","048"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChart/UnitTests",component:d("/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChart/UnitTests","8d7"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChartWithAxis/ComponentTests",component:d("/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChartWithAxis/ComponentTests","41f"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChartWithAxis/UnitTests",component:d("/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChartWithAxis/UnitTests","8d9"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/LineChart/ComponentTests",component:d("/fluentui-charting-contrib/docs/Test Plans/LineChart/ComponentTests","c6a"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/MultiStackedBarChart/componentTests",component:d("/fluentui-charting-contrib/docs/Test Plans/MultiStackedBarChart/componentTests","4c6"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/SankeyChart/ComponentTests",component:d("/fluentui-charting-contrib/docs/Test Plans/SankeyChart/ComponentTests","fff"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/StackedBarChart/ComponentTests",component:d("/fluentui-charting-contrib/docs/Test Plans/StackedBarChart/ComponentTests","c60"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/TestingGuide",component:d("/fluentui-charting-contrib/docs/Test Plans/TestingGuide","348"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/Utilities/UnitTests",component:d("/fluentui-charting-contrib/docs/Test Plans/Utilities/UnitTests","bfd"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/VerticalBarChart/ComponentTests",component:d("/fluentui-charting-contrib/docs/Test Plans/VerticalBarChart/ComponentTests","a74"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Test Plans/VerticalStackedBarChart/ComponentTests",component:d("/fluentui-charting-contrib/docs/Test Plans/VerticalStackedBarChart/ComponentTests","25a"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/TestCoverage",component:d("/fluentui-charting-contrib/docs/TestCoverage","571"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Testing Strategy",component:d("/fluentui-charting-contrib/docs/Testing Strategy","37b"),exact:!0,sidebar:"tutorialSidebar"},{path:"/fluentui-charting-contrib/docs/Testing Unpublished Library Version",component:d("/fluentui-charting-contrib/docs/Testing Unpublished Library Version","b2f"),exact:!0,sidebar:"tutorialSidebar"}]}]}]},{path:"/fluentui-charting-contrib/",component:d("/fluentui-charting-contrib/","c50"),exact:!0},{path:"*",component:d("*")}]},8934:(e,t,n)=>{"use strict";n.d(t,{_:()=>o,t:()=>i});var r=n(7294),a=n(5893);const o=r.createContext(!1);function i(e){let{children:t}=e;const[n,i]=(0,r.useState)(!1);return(0,r.useEffect)((()=>{i(!0)}),[]),(0,a.jsx)(o.Provider,{value:n,children:t})}},7221:(e,t,n)=>{"use strict";var r=n(7294),a=n(745),o=n(3727),i=n(405),l=n(412);const s=[n(2497),n(3310),n(8320),n(2295)];var c=n(723),u=n(6550),d=n(8790),p=n(5893);function f(e){let{children:t}=e;return(0,p.jsx)(p.Fragment,{children:t})}var h=n(5742),m=n(2263),g=n(4996),b=n(6668),y=n(833),v=n(4711),w=n(9727),k=n(3320),x=n(8780),S=n(197);function C(){const{i18n:{currentLocale:e,defaultLocale:t,localeConfigs:n}}=(0,m.Z)(),r=(0,v.l)(),a=n[e].htmlLang,o=e=>e.replace("-","_");return(0,p.jsxs)(h.Z,{children:[Object.entries(n).map((e=>{let[t,{htmlLang:n}]=e;return(0,p.jsx)("link",{rel:"alternate",href:r.createUrl({locale:t,fullyQualified:!0}),hrefLang:n},t)})),(0,p.jsx)("link",{rel:"alternate",href:r.createUrl({locale:t,fullyQualified:!0}),hrefLang:"x-default"}),(0,p.jsx)("meta",{property:"og:locale",content:o(a)}),Object.values(n).filter((e=>a!==e.htmlLang)).map((e=>(0,p.jsx)("meta",{property:"og:locale:alternate",content:o(e.htmlLang)},`meta-og-${e.htmlLang}`)))]})}function T(e){let{permalink:t}=e;const{siteConfig:{url:n}}=(0,m.Z)(),r=function(){const{siteConfig:{url:e,baseUrl:t,trailingSlash:n}}=(0,m.Z)(),{pathname:r}=(0,u.TH)();return e+(0,x.applyTrailingSlash)((0,g.Z)(r),{trailingSlash:n,baseUrl:t})}(),a=t?`${n}${t}`:r;return(0,p.jsxs)(h.Z,{children:[(0,p.jsx)("meta",{property:"og:url",content:a}),(0,p.jsx)("link",{rel:"canonical",href:a})]})}function E(){const{i18n:{currentLocale:e}}=(0,m.Z)(),{metadata:t,image:n}=(0,b.L)();return(0,p.jsxs)(p.Fragment,{children:[(0,p.jsxs)(h.Z,{children:[(0,p.jsx)("meta",{name:"twitter:card",content:"summary_large_image"}),(0,p.jsx)("body",{className:w.h})]}),n&&(0,p.jsx)(y.d,{image:n}),(0,p.jsx)(T,{}),(0,p.jsx)(C,{}),(0,p.jsx)(S.Z,{tag:k.HX,locale:e}),(0,p.jsx)(h.Z,{children:t.map(((e,t)=>(0,p.jsx)("meta",{...e},t)))})]})}const _=new Map;function A(e){if(_.has(e.pathname))return{...e,pathname:_.get(e.pathname)};if((0,d.f)(c.Z,e.pathname).some((e=>{let{route:t}=e;return!0===t.exact})))return _.set(e.pathname,e.pathname),e;const t=e.pathname.trim().replace(/(?:\/index)?\.html$/,"")||"/";return _.set(e.pathname,t),{...e,pathname:t}}var P=n(8934),L=n(8940),j=n(469);function R(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r{const r=t.default?.[e]??t[e];return r?.(...n)}));return()=>a.forEach((e=>e?.()))}const N=function(e){let{children:t,location:n,previousLocation:r}=e;return(0,j.Z)((()=>{r!==n&&(!function(e){let{location:t,previousLocation:n}=e;if(!n)return;const r=t.pathname===n.pathname,a=t.hash===n.hash,o=t.search===n.search;if(r&&a&&!o)return;const{hash:i}=t;if(i){const e=decodeURIComponent(i.substring(1)),t=document.getElementById(e);t?.scrollIntoView()}else window.scrollTo(0,0)}({location:n,previousLocation:r}),R("onRouteDidUpdate",{previousLocation:r,location:n}))}),[r,n]),t};function O(e){const t=Array.from(new Set([e,decodeURI(e)])).map((e=>(0,d.f)(c.Z,e))).flat();return Promise.all(t.map((e=>e.route.component.preload?.())))}class D extends r.Component{previousLocation;routeUpdateCleanupCb;constructor(e){super(e),this.previousLocation=null,this.routeUpdateCleanupCb=l.Z.canUseDOM?R("onRouteUpdate",{previousLocation:null,location:this.props.location}):()=>{},this.state={nextRouteHasLoaded:!0}}shouldComponentUpdate(e,t){if(e.location===this.props.location)return t.nextRouteHasLoaded;const n=e.location;return this.previousLocation=this.props.location,this.setState({nextRouteHasLoaded:!1}),this.routeUpdateCleanupCb=R("onRouteUpdate",{previousLocation:this.previousLocation,location:n}),O(n.pathname).then((()=>{this.routeUpdateCleanupCb(),this.setState({nextRouteHasLoaded:!0})})).catch((e=>{console.warn(e),window.location.reload()})),!1}render(){const{children:e,location:t}=this.props;return(0,p.jsx)(N,{previousLocation:this.previousLocation,location:t,children:(0,p.jsx)(u.AW,{location:t,render:()=>e})})}}const I=D,M="__docusaurus-base-url-issue-banner-container",F="__docusaurus-base-url-issue-banner",B="__docusaurus-base-url-issue-banner-suggestion-container";function z(e){return`\ndocument.addEventListener('DOMContentLoaded', function maybeInsertBanner() {\n var shouldInsert = typeof window['docusaurus'] === 'undefined';\n shouldInsert && insertBanner();\n});\n\nfunction insertBanner() {\n var bannerContainer = document.createElement('div');\n bannerContainer.id = '${M}';\n var bannerHtml = ${JSON.stringify(function(e){return`\n
\n

Your Docusaurus site did not load properly.

\n

A very common reason is a wrong site baseUrl configuration.

\n

Current configured baseUrl = ${e} ${"/"===e?" (default value)":""}

\n

We suggest trying baseUrl =

\n
\n`}(e)).replace(/{if("undefined"==typeof document)return void n();const r=document.createElement("link");r.setAttribute("rel","prefetch"),r.setAttribute("href",e),r.onload=()=>t(),r.onerror=()=>n();const a=document.getElementsByTagName("head")[0]??document.getElementsByName("script")[0]?.parentNode;a?.appendChild(r)}))}:function(e){return new Promise(((t,n)=>{const r=new XMLHttpRequest;r.open("GET",e,!0),r.withCredentials=!0,r.onload=()=>{200===r.status?t():n()},r.send(null)}))};var Q=n(9670);const Y=new Set,X=new Set,J=()=>navigator.connection?.effectiveType.includes("2g")||navigator.connection?.saveData,ee={prefetch(e){if(!(e=>!J()&&!X.has(e)&&!Y.has(e))(e))return!1;Y.add(e);const t=(0,d.f)(c.Z,e).flatMap((e=>{return t=e.route.path,Object.entries(W).filter((e=>{let[n]=e;return n.replace(/-[^-]+$/,"")===t})).flatMap((e=>{let[,t]=e;return Object.values((0,Q.Z)(t))}));var t}));return Promise.all(t.map((e=>{const t=n.gca(e);return t&&!t.includes("undefined")?K(t).catch((()=>{})):Promise.resolve()})))},preload:e=>!!(e=>!J()&&!X.has(e))(e)&&(X.add(e),O(e))},te=Object.freeze(ee),ne=Boolean(!0);if(l.Z.canUseDOM){window.docusaurus=te;const e=document.getElementById("__docusaurus"),t=(0,p.jsx)(i.B6,{children:(0,p.jsx)(o.VK,{children:(0,p.jsx)(V,{})})}),n=(e,t)=>{console.error("Docusaurus React Root onRecoverableError:",e,t)},l=()=>{if(ne)r.startTransition((()=>{a.hydrateRoot(e,t,{onRecoverableError:n})}));else{const o=a.createRoot(e,{onRecoverableError:n});r.startTransition((()=>{o.render(t)}))}};O(window.location.pathname).then(l)}},8940:(e,t,n)=>{"use strict";n.d(t,{_:()=>d,M:()=>p});var r=n(7294),a=n(6809);const o=JSON.parse('{"docusaurus-plugin-content-docs":{"default":{"path":"/fluentui-charting-contrib/docs","versions":[{"name":"current","label":"Next","isLast":true,"path":"/fluentui-charting-contrib/docs","mainDocId":"Overview","docs":[{"id":"Accessibility","path":"/fluentui-charting-contrib/docs/Accessibility","sidebar":"tutorialSidebar"},{"id":"BundleSize","path":"/fluentui-charting-contrib/docs/BundleSize","sidebar":"tutorialSidebar"},{"id":"CHANGELOG","path":"/fluentui-charting-contrib/docs/CHANGELOG","sidebar":"tutorialSidebar"},{"id":"Charting-Concepts/AreaChart","path":"/fluentui-charting-contrib/docs/Charting-Concepts/AreaChart","sidebar":"tutorialSidebar"},{"id":"Charting-Concepts/DonutChart","path":"/fluentui-charting-contrib/docs/Charting-Concepts/DonutChart","sidebar":"tutorialSidebar"},{"id":"Charting-Concepts/GaugeChart","path":"/fluentui-charting-contrib/docs/Charting-Concepts/GaugeChart","sidebar":"tutorialSidebar"},{"id":"Charting-Concepts/GroupedVerticalBarChart","path":"/fluentui-charting-contrib/docs/Charting-Concepts/GroupedVerticalBarChart","sidebar":"tutorialSidebar"},{"id":"Charting-Concepts/HeatMapChart","path":"/fluentui-charting-contrib/docs/Charting-Concepts/HeatMapChart","sidebar":"tutorialSidebar"},{"id":"Charting-Concepts/HorizontalBarChart","path":"/fluentui-charting-contrib/docs/Charting-Concepts/HorizontalBarChart","sidebar":"tutorialSidebar"},{"id":"Charting-Concepts/LineChart","path":"/fluentui-charting-contrib/docs/Charting-Concepts/LineChart","sidebar":"tutorialSidebar"},{"id":"Charting-Concepts/SankeyChart","path":"/fluentui-charting-contrib/docs/Charting-Concepts/SankeyChart","sidebar":"tutorialSidebar"},{"id":"Charting-Concepts/SparklineChart","path":"/fluentui-charting-contrib/docs/Charting-Concepts/SparklineChart","sidebar":"tutorialSidebar"},{"id":"Charting-Concepts/StackedBarChart","path":"/fluentui-charting-contrib/docs/Charting-Concepts/StackedBarChart","sidebar":"tutorialSidebar"},{"id":"Charting-Concepts/VerticalBarChart","path":"/fluentui-charting-contrib/docs/Charting-Concepts/VerticalBarChart","sidebar":"tutorialSidebar"},{"id":"Charting-Concepts/VerticalStackedBarChart","path":"/fluentui-charting-contrib/docs/Charting-Concepts/VerticalStackedBarChart","sidebar":"tutorialSidebar"},{"id":"colors","path":"/fluentui-charting-contrib/docs/colors","sidebar":"tutorialSidebar"},{"id":"Contributor Guide","path":"/fluentui-charting-contrib/docs/Contributor Guide","sidebar":"tutorialSidebar"},{"id":"creating-date-objects-for-chart-data","path":"/fluentui-charting-contrib/docs/creating-date-objects-for-chart-data","sidebar":"tutorialSidebar"},{"id":"Debugging","path":"/fluentui-charting-contrib/docs/Debugging","sidebar":"tutorialSidebar"},{"id":"Detailed Implementation Steps","path":"/fluentui-charting-contrib/docs/Detailed Implementation Steps","sidebar":"tutorialSidebar"},{"id":"Implementation Best Practices","path":"/fluentui-charting-contrib/docs/Implementation Best Practices","sidebar":"tutorialSidebar"},{"id":"implementing-2-to-1-spacing","path":"/fluentui-charting-contrib/docs/implementing-2-to-1-spacing","sidebar":"tutorialSidebar"},{"id":"Overview","path":"/fluentui-charting-contrib/docs/Overview","sidebar":"tutorialSidebar"},{"id":"Start Developing","path":"/fluentui-charting-contrib/docs/Start Developing","sidebar":"tutorialSidebar"},{"id":"Technical Details","path":"/fluentui-charting-contrib/docs/Technical Details","sidebar":"tutorialSidebar"},{"id":"Test Plans/AreaChart/ComponentTests","path":"/fluentui-charting-contrib/docs/Test Plans/AreaChart/ComponentTests","sidebar":"tutorialSidebar"},{"id":"Test Plans/DonutChart/ComponentTests","path":"/fluentui-charting-contrib/docs/Test Plans/DonutChart/ComponentTests","sidebar":"tutorialSidebar"},{"id":"Test Plans/GaugeChart/ComponentTests","path":"/fluentui-charting-contrib/docs/Test Plans/GaugeChart/ComponentTests","sidebar":"tutorialSidebar"},{"id":"Test Plans/GroupedVerticalBarChart/ComponentTests","path":"/fluentui-charting-contrib/docs/Test Plans/GroupedVerticalBarChart/ComponentTests","sidebar":"tutorialSidebar"},{"id":"Test Plans/HeatMapChart/ComponentTests","path":"/fluentui-charting-contrib/docs/Test Plans/HeatMapChart/ComponentTests","sidebar":"tutorialSidebar"},{"id":"Test Plans/HorizontalBarChart/ComponentTests","path":"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChart/ComponentTests","sidebar":"tutorialSidebar"},{"id":"Test Plans/HorizontalBarChart/UnitTests","path":"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChart/UnitTests","sidebar":"tutorialSidebar"},{"id":"Test Plans/HorizontalBarChartWithAxis/ComponentTests","path":"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChartWithAxis/ComponentTests","sidebar":"tutorialSidebar"},{"id":"Test Plans/HorizontalBarChartWithAxis/UnitTests","path":"/fluentui-charting-contrib/docs/Test Plans/HorizontalBarChartWithAxis/UnitTests","sidebar":"tutorialSidebar"},{"id":"Test Plans/LineChart/ComponentTests","path":"/fluentui-charting-contrib/docs/Test Plans/LineChart/ComponentTests","sidebar":"tutorialSidebar"},{"id":"Test Plans/MultiStackedBarChart/componentTests","path":"/fluentui-charting-contrib/docs/Test Plans/MultiStackedBarChart/componentTests","sidebar":"tutorialSidebar"},{"id":"Test Plans/SankeyChart/ComponentTests","path":"/fluentui-charting-contrib/docs/Test Plans/SankeyChart/ComponentTests","sidebar":"tutorialSidebar"},{"id":"Test Plans/StackedBarChart/ComponentTests","path":"/fluentui-charting-contrib/docs/Test Plans/StackedBarChart/ComponentTests","sidebar":"tutorialSidebar"},{"id":"Test Plans/TestingGuide","path":"/fluentui-charting-contrib/docs/Test Plans/TestingGuide","sidebar":"tutorialSidebar"},{"id":"Test Plans/Utilities/UnitTests","path":"/fluentui-charting-contrib/docs/Test Plans/Utilities/UnitTests","sidebar":"tutorialSidebar"},{"id":"Test Plans/VerticalBarChart/ComponentTests","path":"/fluentui-charting-contrib/docs/Test Plans/VerticalBarChart/ComponentTests","sidebar":"tutorialSidebar"},{"id":"Test Plans/VerticalStackedBarChart/ComponentTests","path":"/fluentui-charting-contrib/docs/Test Plans/VerticalStackedBarChart/ComponentTests","sidebar":"tutorialSidebar"},{"id":"TestCoverage","path":"/fluentui-charting-contrib/docs/TestCoverage","sidebar":"tutorialSidebar"},{"id":"Testing Strategy","path":"/fluentui-charting-contrib/docs/Testing Strategy","sidebar":"tutorialSidebar"},{"id":"Testing Unpublished Library Version","path":"/fluentui-charting-contrib/docs/Testing Unpublished Library Version","sidebar":"tutorialSidebar"}],"draftIds":[],"sidebars":{"tutorialSidebar":{"link":{"path":"/fluentui-charting-contrib/docs/Overview","label":"Overview"}}}}],"breadcrumbs":true}}}'),i=JSON.parse('{"defaultLocale":"en","locales":["en"],"path":"i18n","currentLocale":"en","localeConfigs":{"en":{"label":"English","direction":"ltr","htmlLang":"en","calendar":"gregory","path":"en"}}}');var l=n(7529);const s=JSON.parse('{"docusaurusVersion":"3.1.0","siteVersion":"0.0.0","pluginVersions":{"docusaurus-plugin-content-docs":{"type":"package","name":"@docusaurus/plugin-content-docs","version":"3.1.0"},"docusaurus-plugin-content-blog":{"type":"package","name":"@docusaurus/plugin-content-blog","version":"3.1.0"},"docusaurus-plugin-content-pages":{"type":"package","name":"@docusaurus/plugin-content-pages","version":"3.1.0"},"docusaurus-plugin-sitemap":{"type":"package","name":"@docusaurus/plugin-sitemap","version":"3.1.0"},"docusaurus-theme-classic":{"type":"package","name":"@docusaurus/theme-classic","version":"3.1.0"},"docusaurus-theme-search-algolia":{"type":"package","name":"@docusaurus/theme-search-algolia","version":"3.1.0"}}}');var c=n(5893);const u={siteConfig:a.default,siteMetadata:s,globalData:o,i18n:i,codeTranslations:l},d=r.createContext(u);function p(e){let{children:t}=e;return(0,c.jsx)(d.Provider,{value:u,children:t})}},4763:(e,t,n)=>{"use strict";n.d(t,{Z:()=>f});var r=n(7294),a=n(412),o=n(5742),i=n(8780),l=n(7372),s=n(5893);function c(e){let{error:t,tryAgain:n}=e;return(0,s.jsxs)("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"flex-start",minHeight:"100vh",width:"100%",maxWidth:"80ch",fontSize:"20px",margin:"0 auto",padding:"1rem"},children:[(0,s.jsx)("h1",{style:{fontSize:"3rem"},children:"This page crashed"}),(0,s.jsx)("button",{type:"button",onClick:n,style:{margin:"1rem 0",fontSize:"2rem",cursor:"pointer",borderRadius:20,padding:"1rem"},children:"Try again"}),(0,s.jsx)(u,{error:t})]})}function u(e){let{error:t}=e;const n=(0,i.getErrorCausalChain)(t).map((e=>e.message)).join("\n\nCause:\n");return(0,s.jsx)("p",{style:{whiteSpace:"pre-wrap"},children:n})}function d(e){let{error:t,tryAgain:n}=e;return(0,s.jsxs)(f,{fallback:()=>(0,s.jsx)(c,{error:t,tryAgain:n}),children:[(0,s.jsx)(o.Z,{children:(0,s.jsx)("title",{children:"Page Error"})}),(0,s.jsx)(l.Z,{children:(0,s.jsx)(c,{error:t,tryAgain:n})})]})}const p=e=>(0,s.jsx)(d,{...e});class f extends r.Component{constructor(e){super(e),this.state={error:null}}componentDidCatch(e){a.Z.canUseDOM&&this.setState({error:e})}render(){const{children:e}=this.props,{error:t}=this.state;if(t){const e={error:t,tryAgain:()=>this.setState({error:null})};return(this.props.fallback??p)(e)}return e??null}}},412:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const r="undefined"!=typeof window&&"document"in window&&"createElement"in window.document,a={canUseDOM:r,canUseEventListeners:r&&("addEventListener"in window||"attachEvent"in window),canUseIntersectionObserver:r&&"IntersectionObserver"in window,canUseViewport:r&&"screen"in window}},5742:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});n(7294);var r=n(405),a=n(5893);function o(e){return(0,a.jsx)(r.ql,{...e})}},3692:(e,t,n)=>{"use strict";n.d(t,{Z:()=>f});var r=n(7294),a=n(3727),o=n(8780),i=n(2263),l=n(3919),s=n(412),c=n(8138),u=n(4996),d=n(5893);function p(e,t){let{isNavLink:n,to:p,href:f,activeClassName:h,isActive:m,"data-noBrokenLinkCheck":g,autoAddBaseUrl:b=!0,...y}=e;const{siteConfig:{trailingSlash:v,baseUrl:w}}=(0,i.Z)(),{withBaseUrl:k}=(0,u.C)(),x=(0,c.Z)(),S=(0,r.useRef)(null);(0,r.useImperativeHandle)(t,(()=>S.current));const C=p||f;const T=(0,l.Z)(C),E=C?.replace("pathname://","");let _=void 0!==E?(A=E,b&&(e=>e.startsWith("/"))(A)?k(A):A):void 0;var A;_&&T&&(_=(0,o.applyTrailingSlash)(_,{trailingSlash:v,baseUrl:w}));const P=(0,r.useRef)(!1),L=n?a.OL:a.rU,j=s.Z.canUseIntersectionObserver,R=(0,r.useRef)(),N=()=>{P.current||null==_||(window.docusaurus.preload(_),P.current=!0)};(0,r.useEffect)((()=>(!j&&T&&null!=_&&window.docusaurus.prefetch(_),()=>{j&&R.current&&R.current.disconnect()})),[R,_,j,T]);const O=_?.startsWith("#")??!1,D=!_||!T||O;return D||g||x.collectLink(_),D?(0,d.jsx)("a",{ref:S,href:_,...C&&!T&&{target:"_blank",rel:"noopener noreferrer"},...y}):(0,d.jsx)(L,{...y,onMouseEnter:N,onTouchStart:N,innerRef:e=>{S.current=e,j&&e&&T&&(R.current=new window.IntersectionObserver((t=>{t.forEach((t=>{e===t.target&&(t.isIntersecting||t.intersectionRatio>0)&&(R.current.unobserve(e),R.current.disconnect(),null!=_&&window.docusaurus.prefetch(_))}))})),R.current.observe(e))},to:_,...n&&{isActive:m,activeClassName:h}})}const f=r.forwardRef(p)},5999:(e,t,n)=>{"use strict";n.d(t,{Z:()=>c,I:()=>s});var r=n(7294),a=n(5893);function o(e,t){const n=e.split(/(\{\w+\})/).map(((e,n)=>{if(n%2==1){const n=t?.[e.slice(1,-1)];if(void 0!==n)return n}return e}));return n.some((e=>(0,r.isValidElement)(e)))?n.map(((e,t)=>(0,r.isValidElement)(e)?r.cloneElement(e,{key:t}):e)).filter((e=>""!==e)):n.join("")}var i=n(7529);function l(e){let{id:t,message:n}=e;if(void 0===t&&void 0===n)throw new Error("Docusaurus translation declarations must have at least a translation id or a default translation message");return i[t??n]??n??t}function s(e,t){let{message:n,id:r}=e;return o(l({message:n,id:r}),t)}function c(e){let{children:t,id:n,values:r}=e;if(t&&"string"!=typeof t)throw console.warn("Illegal children",t),new Error("The Docusaurus component only accept simple string values");const i=l({message:t,id:n});return(0,a.jsx)(a.Fragment,{children:o(i,r)})}},9935:(e,t,n)=>{"use strict";n.d(t,{m:()=>r});const r="default"},3919:(e,t,n)=>{"use strict";function r(e){return/^(?:\w*:|\/\/)/.test(e)}function a(e){return void 0!==e&&!r(e)}n.d(t,{Z:()=>a,b:()=>r})},4996:(e,t,n)=>{"use strict";n.d(t,{C:()=>i,Z:()=>l});var r=n(7294),a=n(2263),o=n(3919);function i(){const{siteConfig:{baseUrl:e,url:t}}=(0,a.Z)(),n=(0,r.useCallback)(((n,r)=>function(e,t,n,r){let{forcePrependBaseUrl:a=!1,absolute:i=!1}=void 0===r?{}:r;if(!n||n.startsWith("#")||(0,o.b)(n))return n;if(a)return t+n.replace(/^\//,"");if(n===t.replace(/\/$/,""))return t;const l=n.startsWith(t)?n:t+n.replace(/^\//,"");return i?e+l:l}(t,e,n,r)),[t,e]);return{withBaseUrl:n}}function l(e,t){void 0===t&&(t={});const{withBaseUrl:n}=i();return n(e,t)}},8138:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var r=n(7294);n(5893);const a=r.createContext({collectAnchor:()=>{},collectLink:()=>{}}),o=()=>(0,r.useContext)(a);function i(){return o()}},2263:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(7294),a=n(8940);function o(){return(0,r.useContext)(a._)}},2389:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(7294),a=n(8934);function o(){return(0,r.useContext)(a._)}},469:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var r=n(7294);const a=n(412).Z.canUseDOM?r.useLayoutEffect:r.useEffect},9670:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const r=e=>"object"==typeof e&&!!e&&Object.keys(e).length>0;function a(e){const t={};return function e(n,a){Object.entries(n).forEach((n=>{let[o,i]=n;const l=a?`${a}.${o}`:o;r(i)?e(i,l):t[l]=i}))}(e),t}},226:(e,t,n)=>{"use strict";n.d(t,{_:()=>o,z:()=>i});var r=n(7294),a=n(5893);const o=r.createContext(null);function i(e){let{children:t,value:n}=e;const i=r.useContext(o),l=(0,r.useMemo)((()=>function(e){let{parent:t,value:n}=e;if(!t){if(!n)throw new Error("Unexpected: no Docusaurus route context found");if(!("plugin"in n))throw new Error("Unexpected: Docusaurus topmost route context has no `plugin` attribute");return n}const r={...t.data,...n?.data};return{plugin:t.plugin,data:r}}({parent:i,value:n})),[i,n]);return(0,a.jsx)(o.Provider,{value:l,children:t})}},143:(e,t,n)=>{"use strict";n.d(t,{Iw:()=>b,gA:()=>f,WS:()=>h,_r:()=>d,Jo:()=>y,zh:()=>p,yW:()=>g,gB:()=>m});var r=n(6550),a=n(2263),o=n(9935);function i(e,t){void 0===t&&(t={});const n=function(){const{globalData:e}=(0,a.Z)();return e}()[e];if(!n&&t.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin.`);return n}const l=e=>e.versions.find((e=>e.isLast));function s(e,t){const n=l(e);return[...e.versions.filter((e=>e!==n)),n].find((e=>!!(0,r.LX)(t,{path:e.path,exact:!1,strict:!1})))}function c(e,t){const n=s(e,t),a=n?.docs.find((e=>!!(0,r.LX)(t,{path:e.path,exact:!0,strict:!1})));return{activeVersion:n,activeDoc:a,alternateDocVersions:a?function(t){const n={};return e.versions.forEach((e=>{e.docs.forEach((r=>{r.id===t&&(n[e.name]=r)}))})),n}(a.id):{}}}const u={},d=()=>i("docusaurus-plugin-content-docs")??u,p=e=>function(e,t,n){void 0===t&&(t=o.m),void 0===n&&(n={});const r=i(e),a=r?.[t];if(!a&&n.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin with id "${t}".`);return a}("docusaurus-plugin-content-docs",e,{failfast:!0});function f(e){void 0===e&&(e={});const t=d(),{pathname:n}=(0,r.TH)();return function(e,t,n){void 0===n&&(n={});const a=Object.entries(e).sort(((e,t)=>t[1].path.localeCompare(e[1].path))).find((e=>{let[,n]=e;return!!(0,r.LX)(t,{path:n.path,exact:!1,strict:!1})})),o=a?{pluginId:a[0],pluginData:a[1]}:void 0;if(!o&&n.failfast)throw new Error(`Can't find active docs plugin for "${t}" pathname, while it was expected to be found. Maybe you tried to use a docs feature that can only be used on a docs-related page? Existing docs plugin paths are: ${Object.values(e).map((e=>e.path)).join(", ")}`);return o}(t,n,e)}function h(e){void 0===e&&(e={});const t=f(e),{pathname:n}=(0,r.TH)();if(!t)return;return{activePlugin:t,activeVersion:s(t.pluginData,n)}}function m(e){return p(e).versions}function g(e){const t=p(e);return l(t)}function b(e){const t=p(e),{pathname:n}=(0,r.TH)();return c(t,n)}function y(e){const t=p(e),{pathname:n}=(0,r.TH)();return function(e,t){const n=l(e);return{latestDocSuggestion:c(e,t).alternateDocVersions[n.name],latestVersionSuggestion:n}}(t,n)}},8320:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>o});var r=n(4865),a=n.n(r);a().configure({showSpinner:!1});const o={onRouteUpdate(e){let{location:t,previousLocation:n}=e;if(n&&t.pathname!==n.pathname){const e=window.setTimeout((()=>{a().start()}),200);return()=>window.clearTimeout(e)}},onRouteDidUpdate(){a().done()}}},3310:(e,t,n)=>{"use strict";n.r(t);var r=n(2573),a=n(6809);!function(e){const{themeConfig:{prism:t}}=a.default,{additionalLanguages:r}=t;globalThis.Prism=e,r.forEach((e=>{"php"===e&&n(6854),n(6726)(`./prism-${e}`)})),delete globalThis.Prism}(r.p1)},2503:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});n(7294);var r=n(512),a=n(5999),o=n(6668),i=n(3692),l=n(8138);const s={anchorWithStickyNavbar:"anchorWithStickyNavbar_LWe7",anchorWithHideOnScrollNavbar:"anchorWithHideOnScrollNavbar_WYt5"};var c=n(5893);function u(e){let{as:t,id:n,...u}=e;const d=(0,l.Z)(),{navbar:{hideOnScroll:p}}=(0,o.L)();if("h1"===t||!n)return(0,c.jsx)(t,{...u,id:void 0});d.collectAnchor(n);const f=(0,a.I)({id:"theme.common.headingLinkTitle",message:"Direct link to {heading}",description:"Title for link to heading"},{heading:"string"==typeof u.children?u.children:n});return(0,c.jsxs)(t,{...u,className:(0,r.Z)("anchor",p?s.anchorWithHideOnScrollNavbar:s.anchorWithStickyNavbar,u.className),id:n,children:[u.children,(0,c.jsx)(i.Z,{className:"hash-link",to:`#${n}`,"aria-label":f,title:f,children:"\u200b"})]})}},9471:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});n(7294);const r={iconExternalLink:"iconExternalLink_nPIU"};var a=n(5893);function o(e){let{width:t=13.5,height:n=13.5}=e;return(0,a.jsx)("svg",{width:t,height:n,"aria-hidden":"true",viewBox:"0 0 24 24",className:r.iconExternalLink,children:(0,a.jsx)("path",{fill:"currentColor",d:"M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"})})}},7372:(e,t,n)=>{"use strict";n.d(t,{Z:()=>Rt});var r=n(7294),a=n(512),o=n(4763),i=n(833),l=n(6550),s=n(5999),c=n(5936),u=n(5893);const d="__docusaurus_skipToContent_fallback";function p(e){e.setAttribute("tabindex","-1"),e.focus(),e.removeAttribute("tabindex")}function f(){const e=(0,r.useRef)(null),{action:t}=(0,l.k6)(),n=(0,r.useCallback)((e=>{e.preventDefault();const t=document.querySelector("main:first-of-type")??document.getElementById(d);t&&p(t)}),[]);return(0,c.S)((n=>{let{location:r}=n;e.current&&!r.hash&&"PUSH"===t&&p(e.current)})),{containerRef:e,onClick:n}}const h=(0,s.I)({id:"theme.common.skipToMainContent",description:"The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation",message:"Skip to main content"});function m(e){const t=e.children??h,{containerRef:n,onClick:r}=f();return(0,u.jsx)("div",{ref:n,role:"region","aria-label":h,children:(0,u.jsx)("a",{...e,href:`#${d}`,onClick:r,children:t})})}var g=n(5281),b=n(9727);const y={skipToContent:"skipToContent_fXgn"};function v(){return(0,u.jsx)(m,{className:y.skipToContent})}var w=n(6668),k=n(9689);function x(e){let{width:t=21,height:n=21,color:r="currentColor",strokeWidth:a=1.2,className:o,...i}=e;return(0,u.jsx)("svg",{viewBox:"0 0 15 15",width:t,height:n,...i,children:(0,u.jsx)("g",{stroke:r,strokeWidth:a,children:(0,u.jsx)("path",{d:"M.75.75l13.5 13.5M14.25.75L.75 14.25"})})})}const S={closeButton:"closeButton_CVFx"};function C(e){return(0,u.jsx)("button",{type:"button","aria-label":(0,s.I)({id:"theme.AnnouncementBar.closeButtonAriaLabel",message:"Close",description:"The ARIA label for close button of announcement bar"}),...e,className:(0,a.Z)("clean-btn close",S.closeButton,e.className),children:(0,u.jsx)(x,{width:14,height:14,strokeWidth:3.1})})}const T={content:"content_knG7"};function E(e){const{announcementBar:t}=(0,w.L)(),{content:n}=t;return(0,u.jsx)("div",{...e,className:(0,a.Z)(T.content,e.className),dangerouslySetInnerHTML:{__html:n}})}const _={announcementBar:"announcementBar_mb4j",announcementBarPlaceholder:"announcementBarPlaceholder_vyr4",announcementBarClose:"announcementBarClose_gvF7",announcementBarContent:"announcementBarContent_xLdY"};function A(){const{announcementBar:e}=(0,w.L)(),{isActive:t,close:n}=(0,k.nT)();if(!t)return null;const{backgroundColor:r,textColor:a,isCloseable:o}=e;return(0,u.jsxs)("div",{className:_.announcementBar,style:{backgroundColor:r,color:a},role:"banner",children:[o&&(0,u.jsx)("div",{className:_.announcementBarPlaceholder}),(0,u.jsx)(E,{className:_.announcementBarContent}),o&&(0,u.jsx)(C,{onClick:n,className:_.announcementBarClose})]})}var P=n(3163),L=n(2466);var j=n(902),R=n(3102);const N=r.createContext(null);function O(e){let{children:t}=e;const n=function(){const e=(0,P.e)(),t=(0,R.HY)(),[n,a]=(0,r.useState)(!1),o=null!==t.component,i=(0,j.D9)(o);return(0,r.useEffect)((()=>{o&&!i&&a(!0)}),[o,i]),(0,r.useEffect)((()=>{o?e.shown||a(!0):a(!1)}),[e.shown,o]),(0,r.useMemo)((()=>[n,a]),[n])}();return(0,u.jsx)(N.Provider,{value:n,children:t})}function D(e){if(e.component){const t=e.component;return(0,u.jsx)(t,{...e.props})}}function I(){const e=(0,r.useContext)(N);if(!e)throw new j.i6("NavbarSecondaryMenuDisplayProvider");const[t,n]=e,a=(0,r.useCallback)((()=>n(!1)),[n]),o=(0,R.HY)();return(0,r.useMemo)((()=>({shown:t,hide:a,content:D(o)})),[a,o,t])}function M(e){let{header:t,primaryMenu:n,secondaryMenu:r}=e;const{shown:o}=I();return(0,u.jsxs)("div",{className:"navbar-sidebar",children:[t,(0,u.jsxs)("div",{className:(0,a.Z)("navbar-sidebar__items",{"navbar-sidebar__items--show-secondary":o}),children:[(0,u.jsx)("div",{className:"navbar-sidebar__item menu",children:n}),(0,u.jsx)("div",{className:"navbar-sidebar__item menu",children:r})]})]})}var F=n(2949),B=n(2389);function z(e){return(0,u.jsx)("svg",{viewBox:"0 0 24 24",width:24,height:24,...e,children:(0,u.jsx)("path",{fill:"currentColor",d:"M12,9c1.65,0,3,1.35,3,3s-1.35,3-3,3s-3-1.35-3-3S10.35,9,12,9 M12,7c-2.76,0-5,2.24-5,5s2.24,5,5,5s5-2.24,5-5 S14.76,7,12,7L12,7z M2,13l2,0c0.55,0,1-0.45,1-1s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S1.45,13,2,13z M20,13l2,0c0.55,0,1-0.45,1-1 s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S19.45,13,20,13z M11,2v2c0,0.55,0.45,1,1,1s1-0.45,1-1V2c0-0.55-0.45-1-1-1S11,1.45,11,2z M11,20v2c0,0.55,0.45,1,1,1s1-0.45,1-1v-2c0-0.55-0.45-1-1-1C11.45,19,11,19.45,11,20z M5.99,4.58c-0.39-0.39-1.03-0.39-1.41,0 c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0s0.39-1.03,0-1.41L5.99,4.58z M18.36,16.95 c-0.39-0.39-1.03-0.39-1.41,0c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0c0.39-0.39,0.39-1.03,0-1.41 L18.36,16.95z M19.42,5.99c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06c-0.39,0.39-0.39,1.03,0,1.41 s1.03,0.39,1.41,0L19.42,5.99z M7.05,18.36c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06 c-0.39,0.39-0.39,1.03,0,1.41s1.03,0.39,1.41,0L7.05,18.36z"})})}function U(e){return(0,u.jsx)("svg",{viewBox:"0 0 24 24",width:24,height:24,...e,children:(0,u.jsx)("path",{fill:"currentColor",d:"M9.37,5.51C9.19,6.15,9.1,6.82,9.1,7.5c0,4.08,3.32,7.4,7.4,7.4c0.68,0,1.35-0.09,1.99-0.27C17.45,17.19,14.93,19,12,19 c-3.86,0-7-3.14-7-7C5,9.07,6.81,6.55,9.37,5.51z M12,3c-4.97,0-9,4.03-9,9s4.03,9,9,9s9-4.03,9-9c0-0.46-0.04-0.92-0.1-1.36 c-0.98,1.37-2.58,2.26-4.4,2.26c-2.98,0-5.4-2.42-5.4-5.4c0-1.81,0.89-3.42,2.26-4.4C12.92,3.04,12.46,3,12,3L12,3z"})})}const $={toggle:"toggle_vylO",toggleButton:"toggleButton_gllP",darkToggleIcon:"darkToggleIcon_wfgR",lightToggleIcon:"lightToggleIcon_pyhR",toggleButtonDisabled:"toggleButtonDisabled_aARS"};function H(e){let{className:t,buttonClassName:n,value:r,onChange:o}=e;const i=(0,B.Z)(),l=(0,s.I)({message:"Switch between dark and light mode (currently {mode})",id:"theme.colorToggle.ariaLabel",description:"The ARIA label for the navbar color mode toggle"},{mode:"dark"===r?(0,s.I)({message:"dark mode",id:"theme.colorToggle.ariaLabel.mode.dark",description:"The name for the dark color mode"}):(0,s.I)({message:"light mode",id:"theme.colorToggle.ariaLabel.mode.light",description:"The name for the light color mode"})});return(0,u.jsx)("div",{className:(0,a.Z)($.toggle,t),children:(0,u.jsxs)("button",{className:(0,a.Z)("clean-btn",$.toggleButton,!i&&$.toggleButtonDisabled,n),type:"button",onClick:()=>o("dark"===r?"light":"dark"),disabled:!i,title:l,"aria-label":l,"aria-live":"polite",children:[(0,u.jsx)(z,{className:(0,a.Z)($.toggleIcon,$.lightToggleIcon)}),(0,u.jsx)(U,{className:(0,a.Z)($.toggleIcon,$.darkToggleIcon)})]})})}const q=r.memo(H),G={darkNavbarColorModeToggle:"darkNavbarColorModeToggle_X3D1"};function Z(e){let{className:t}=e;const n=(0,w.L)().navbar.style,r=(0,w.L)().colorMode.disableSwitch,{colorMode:a,setColorMode:o}=(0,F.I)();return r?null:(0,u.jsx)(q,{className:t,buttonClassName:"dark"===n?G.darkNavbarColorModeToggle:void 0,value:a,onChange:o})}var V=n(1327);function W(){return(0,u.jsx)(V.Z,{className:"navbar__brand",imageClassName:"navbar__logo",titleClassName:"navbar__title text--truncate"})}function K(){const e=(0,P.e)();return(0,u.jsx)("button",{type:"button","aria-label":(0,s.I)({id:"theme.docs.sidebar.closeSidebarButtonAriaLabel",message:"Close navigation bar",description:"The ARIA label for close button of mobile sidebar"}),className:"clean-btn navbar-sidebar__close",onClick:()=>e.toggle(),children:(0,u.jsx)(x,{color:"var(--ifm-color-emphasis-600)"})})}function Q(){return(0,u.jsxs)("div",{className:"navbar-sidebar__brand",children:[(0,u.jsx)(W,{}),(0,u.jsx)(Z,{className:"margin-right--md"}),(0,u.jsx)(K,{})]})}var Y=n(3692),X=n(4996),J=n(3919),ee=n(8022),te=n(9471);function ne(e){let{activeBasePath:t,activeBaseRegex:n,to:r,href:a,label:o,html:i,isDropdownLink:l,prependBaseUrlToHref:s,...c}=e;const d=(0,X.Z)(r),p=(0,X.Z)(t),f=(0,X.Z)(a,{forcePrependBaseUrl:!0}),h=o&&a&&!(0,J.Z)(a),m=i?{dangerouslySetInnerHTML:{__html:i}}:{children:(0,u.jsxs)(u.Fragment,{children:[o,h&&(0,u.jsx)(te.Z,{...l&&{width:12,height:12}})]})};return a?(0,u.jsx)(Y.Z,{href:s?f:a,...c,...m}):(0,u.jsx)(Y.Z,{to:d,isNavLink:!0,...(t||n)&&{isActive:(e,t)=>n?(0,ee.F)(n,t.pathname):t.pathname.startsWith(p)},...c,...m})}function re(e){let{className:t,isDropdownItem:n=!1,...r}=e;const o=(0,u.jsx)(ne,{className:(0,a.Z)(n?"dropdown__link":"navbar__item navbar__link",t),isDropdownLink:n,...r});return n?(0,u.jsx)("li",{children:o}):o}function ae(e){let{className:t,isDropdownItem:n,...r}=e;return(0,u.jsx)("li",{className:"menu__list-item",children:(0,u.jsx)(ne,{className:(0,a.Z)("menu__link",t),...r})})}function oe(e){let{mobile:t=!1,position:n,...r}=e;const a=t?ae:re;return(0,u.jsx)(a,{...r,activeClassName:r.activeClassName??(t?"menu__link--active":"navbar__link--active")})}var ie=n(6043),le=n(8596),se=n(2263);const ce={dropdownNavbarItemMobile:"dropdownNavbarItemMobile_S0Fm"};function ue(e,t){return e.some((e=>function(e,t){return!!(0,le.Mg)(e.to,t)||!!(0,ee.F)(e.activeBaseRegex,t)||!(!e.activeBasePath||!t.startsWith(e.activeBasePath))}(e,t)))}function de(e){let{items:t,position:n,className:o,onClick:i,...l}=e;const s=(0,r.useRef)(null),[c,d]=(0,r.useState)(!1);return(0,r.useEffect)((()=>{const e=e=>{s.current&&!s.current.contains(e.target)&&d(!1)};return document.addEventListener("mousedown",e),document.addEventListener("touchstart",e),document.addEventListener("focusin",e),()=>{document.removeEventListener("mousedown",e),document.removeEventListener("touchstart",e),document.removeEventListener("focusin",e)}}),[s]),(0,u.jsxs)("div",{ref:s,className:(0,a.Z)("navbar__item","dropdown","dropdown--hoverable",{"dropdown--right":"right"===n,"dropdown--show":c}),children:[(0,u.jsx)(ne,{"aria-haspopup":"true","aria-expanded":c,role:"button",href:l.to?void 0:"#",className:(0,a.Z)("navbar__link",o),...l,onClick:l.to?void 0:e=>e.preventDefault(),onKeyDown:e=>{"Enter"===e.key&&(e.preventDefault(),d(!c))},children:l.children??l.label}),(0,u.jsx)("ul",{className:"dropdown__menu",children:t.map(((e,t)=>(0,r.createElement)(qe,{isDropdownItem:!0,activeClassName:"dropdown__link--active",...e,key:t})))})]})}function pe(e){let{items:t,className:n,position:o,onClick:i,...s}=e;const c=function(){const{siteConfig:{baseUrl:e}}=(0,se.Z)(),{pathname:t}=(0,l.TH)();return t.replace(e,"/")}(),d=ue(t,c),{collapsed:p,toggleCollapsed:f,setCollapsed:h}=(0,ie.u)({initialState:()=>!d});return(0,r.useEffect)((()=>{d&&h(!d)}),[c,d,h]),(0,u.jsxs)("li",{className:(0,a.Z)("menu__list-item",{"menu__list-item--collapsed":p}),children:[(0,u.jsx)(ne,{role:"button",className:(0,a.Z)(ce.dropdownNavbarItemMobile,"menu__link menu__link--sublist menu__link--sublist-caret",n),...s,onClick:e=>{e.preventDefault(),f()},children:s.children??s.label}),(0,u.jsx)(ie.z,{lazy:!0,as:"ul",className:"menu__list",collapsed:p,children:t.map(((e,t)=>(0,r.createElement)(qe,{mobile:!0,isDropdownItem:!0,onClick:i,activeClassName:"menu__link--active",...e,key:t})))})]})}function fe(e){let{mobile:t=!1,...n}=e;const r=t?pe:de;return(0,u.jsx)(r,{...n})}var he=n(4711);function me(e){let{width:t=20,height:n=20,...r}=e;return(0,u.jsx)("svg",{viewBox:"0 0 24 24",width:t,height:n,"aria-hidden":!0,...r,children:(0,u.jsx)("path",{fill:"currentColor",d:"M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"})})}const ge="iconLanguage_nlXk";var be=n(3935);function ye(){return r.createElement("svg",{width:"15",height:"15",className:"DocSearch-Control-Key-Icon"},r.createElement("path",{d:"M4.505 4.496h2M5.505 5.496v5M8.216 4.496l.055 5.993M10 7.5c.333.333.5.667.5 1v2M12.326 4.5v5.996M8.384 4.496c1.674 0 2.116 0 2.116 1.5s-.442 1.5-2.116 1.5M3.205 9.303c-.09.448-.277 1.21-1.241 1.203C1 10.5.5 9.513.5 8V7c0-1.57.5-2.5 1.464-2.494.964.006 1.134.598 1.24 1.342M12.553 10.5h1.953",strokeWidth:"1.2",stroke:"currentColor",fill:"none",strokeLinecap:"square"}))}var ve=n(830),we=["translations"];function ke(){return ke=Object.assign||function(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=new Array(t);n=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var Te="Ctrl";var Ee=r.forwardRef((function(e,t){var n=e.translations,a=void 0===n?{}:n,o=Ce(e,we),i=a.buttonText,l=void 0===i?"Search":i,s=a.buttonAriaLabel,c=void 0===s?"Search":s,u=xe((0,r.useState)(null),2),d=u[0],p=u[1];return(0,r.useEffect)((function(){"undefined"!=typeof navigator&&(/(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)?p("\u2318"):p(Te))}),[]),r.createElement("button",ke({type:"button",className:"DocSearch DocSearch-Button","aria-label":c},o,{ref:t}),r.createElement("span",{className:"DocSearch-Button-Container"},r.createElement(ve.W,null),r.createElement("span",{className:"DocSearch-Button-Placeholder"},l)),r.createElement("span",{className:"DocSearch-Button-Keys"},null!==d&&r.createElement(r.Fragment,null,r.createElement("kbd",{className:"DocSearch-Button-Key"},d===Te?r.createElement(ye,null):d),r.createElement("kbd",{className:"DocSearch-Button-Key"},"K"))))})),_e=n(5742),Ae=n(6177),Pe=n(239),Le=n(3320);const je={button:{buttonText:(0,s.I)({id:"theme.SearchBar.label",message:"Search",description:"The ARIA label and placeholder for search button"}),buttonAriaLabel:(0,s.I)({id:"theme.SearchBar.label",message:"Search",description:"The ARIA label and placeholder for search button"})},modal:{searchBox:{resetButtonTitle:(0,s.I)({id:"theme.SearchModal.searchBox.resetButtonTitle",message:"Clear the query",description:"The label and ARIA label for search box reset button"}),resetButtonAriaLabel:(0,s.I)({id:"theme.SearchModal.searchBox.resetButtonTitle",message:"Clear the query",description:"The label and ARIA label for search box reset button"}),cancelButtonText:(0,s.I)({id:"theme.SearchModal.searchBox.cancelButtonText",message:"Cancel",description:"The label and ARIA label for search box cancel button"}),cancelButtonAriaLabel:(0,s.I)({id:"theme.SearchModal.searchBox.cancelButtonText",message:"Cancel",description:"The label and ARIA label for search box cancel button"})},startScreen:{recentSearchesTitle:(0,s.I)({id:"theme.SearchModal.startScreen.recentSearchesTitle",message:"Recent",description:"The title for recent searches"}),noRecentSearchesText:(0,s.I)({id:"theme.SearchModal.startScreen.noRecentSearchesText",message:"No recent searches",description:"The text when no recent searches"}),saveRecentSearchButtonTitle:(0,s.I)({id:"theme.SearchModal.startScreen.saveRecentSearchButtonTitle",message:"Save this search",description:"The label for save recent search button"}),removeRecentSearchButtonTitle:(0,s.I)({id:"theme.SearchModal.startScreen.removeRecentSearchButtonTitle",message:"Remove this search from history",description:"The label for remove recent search button"}),favoriteSearchesTitle:(0,s.I)({id:"theme.SearchModal.startScreen.favoriteSearchesTitle",message:"Favorite",description:"The title for favorite searches"}),removeFavoriteSearchButtonTitle:(0,s.I)({id:"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle",message:"Remove this search from favorites",description:"The label for remove favorite search button"})},errorScreen:{titleText:(0,s.I)({id:"theme.SearchModal.errorScreen.titleText",message:"Unable to fetch results",description:"The title for error screen of search modal"}),helpText:(0,s.I)({id:"theme.SearchModal.errorScreen.helpText",message:"You might want to check your network connection.",description:"The help text for error screen of search modal"})},footer:{selectText:(0,s.I)({id:"theme.SearchModal.footer.selectText",message:"to select",description:"The explanatory text of the action for the enter key"}),selectKeyAriaLabel:(0,s.I)({id:"theme.SearchModal.footer.selectKeyAriaLabel",message:"Enter key",description:"The ARIA label for the Enter key button that makes the selection"}),navigateText:(0,s.I)({id:"theme.SearchModal.footer.navigateText",message:"to navigate",description:"The explanatory text of the action for the Arrow up and Arrow down key"}),navigateUpKeyAriaLabel:(0,s.I)({id:"theme.SearchModal.footer.navigateUpKeyAriaLabel",message:"Arrow up",description:"The ARIA label for the Arrow up key button that makes the navigation"}),navigateDownKeyAriaLabel:(0,s.I)({id:"theme.SearchModal.footer.navigateDownKeyAriaLabel",message:"Arrow down",description:"The ARIA label for the Arrow down key button that makes the navigation"}),closeText:(0,s.I)({id:"theme.SearchModal.footer.closeText",message:"to close",description:"The explanatory text of the action for Escape key"}),closeKeyAriaLabel:(0,s.I)({id:"theme.SearchModal.footer.closeKeyAriaLabel",message:"Escape key",description:"The ARIA label for the Escape key button that close the modal"}),searchByText:(0,s.I)({id:"theme.SearchModal.footer.searchByText",message:"Search by",description:"The text explain that the search is making by Algolia"})},noResultsScreen:{noResultsText:(0,s.I)({id:"theme.SearchModal.noResultsScreen.noResultsText",message:"No results for",description:"The text explains that there are no results for the following search"}),suggestedQueryText:(0,s.I)({id:"theme.SearchModal.noResultsScreen.suggestedQueryText",message:"Try searching for",description:"The text for the suggested query when no results are found for the following search"}),reportMissingResultsText:(0,s.I)({id:"theme.SearchModal.noResultsScreen.reportMissingResultsText",message:"Believe this query should return results?",description:"The text for the question where the user thinks there are missing results"}),reportMissingResultsLinkText:(0,s.I)({id:"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText",message:"Let us know.",description:"The text for the link to report missing results"})}},placeholder:(0,s.I)({id:"theme.SearchModal.placeholder",message:"Search docs",description:"The placeholder of the input of the DocSearch pop-up modal"})};let Re=null;function Ne(e){let{hit:t,children:n}=e;return(0,u.jsx)(Y.Z,{to:t.url,children:n})}function Oe(e){let{state:t,onClose:n}=e;const r=(0,Ae.M)();return(0,u.jsx)(Y.Z,{to:r(t.query),onClick:n,children:(0,u.jsx)(s.Z,{id:"theme.SearchBar.seeAll",values:{count:t.context.nbHits},children:"See all {count} results"})})}function De(e){let{contextualSearch:t,externalUrlRegex:a,...o}=e;const{siteMetadata:i}=(0,se.Z)(),s=(0,Pe.l)(),c=function(){const{locale:e,tags:t}=(0,Le._q)();return[`language:${e}`,t.map((e=>`docusaurus_tag:${e}`))]}(),d=o.searchParameters?.facetFilters??[],p=t?function(e,t){const n=e=>"string"==typeof e?[e]:e;return[...n(e),...n(t)]}(c,d):d,f={...o.searchParameters,facetFilters:p},h=(0,l.k6)(),m=(0,r.useRef)(null),g=(0,r.useRef)(null),[b,y]=(0,r.useState)(!1),[v,w]=(0,r.useState)(void 0),k=(0,r.useCallback)((()=>Re?Promise.resolve():Promise.all([n.e(1426).then(n.bind(n,1426)),Promise.all([n.e(532),n.e(6945)]).then(n.bind(n,6945)),Promise.all([n.e(532),n.e(8894)]).then(n.bind(n,8894))]).then((e=>{let[{DocSearchModal:t}]=e;Re=t}))),[]),x=(0,r.useCallback)((()=>{k().then((()=>{m.current=document.createElement("div"),document.body.insertBefore(m.current,document.body.firstChild),y(!0)}))}),[k,y]),S=(0,r.useCallback)((()=>{y(!1),m.current?.remove()}),[y]),C=(0,r.useCallback)((e=>{k().then((()=>{y(!0),w(e.key)}))}),[k,y,w]),T=(0,r.useRef)({navigate(e){let{itemUrl:t}=e;(0,ee.F)(a,t)?window.location.href=t:h.push(t)}}).current,E=(0,r.useRef)((e=>o.transformItems?o.transformItems(e):e.map((e=>({...e,url:s(e.url)}))))).current,_=(0,r.useMemo)((()=>e=>(0,u.jsx)(Oe,{...e,onClose:S})),[S]),A=(0,r.useCallback)((e=>(e.addAlgoliaAgent("docusaurus",i.docusaurusVersion),e)),[i.docusaurusVersion]);return function(e){var t=e.isOpen,n=e.onOpen,a=e.onClose,o=e.onInput,i=e.searchButtonRef;r.useEffect((function(){function e(e){var r;(27===e.keyCode&&t||"k"===(null===(r=e.key)||void 0===r?void 0:r.toLowerCase())&&(e.metaKey||e.ctrlKey)||!function(e){var t=e.target,n=t.tagName;return t.isContentEditable||"INPUT"===n||"SELECT"===n||"TEXTAREA"===n}(e)&&"/"===e.key&&!t)&&(e.preventDefault(),t?a():document.body.classList.contains("DocSearch--active")||document.body.classList.contains("DocSearch--active")||n()),i&&i.current===document.activeElement&&o&&/[a-zA-Z0-9]/.test(String.fromCharCode(e.keyCode))&&o(e)}return window.addEventListener("keydown",e),function(){window.removeEventListener("keydown",e)}}),[t,n,a,o,i])}({isOpen:b,onOpen:x,onClose:S,onInput:C,searchButtonRef:g}),(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(_e.Z,{children:(0,u.jsx)("link",{rel:"preconnect",href:`https://${o.appId}-dsn.algolia.net`,crossOrigin:"anonymous"})}),(0,u.jsx)(Ee,{onTouchStart:k,onFocus:k,onMouseOver:k,onClick:x,ref:g,translations:je.button}),b&&Re&&m.current&&(0,be.createPortal)((0,u.jsx)(Re,{onClose:S,initialScrollY:window.scrollY,initialQuery:v,navigator:T,transformItems:E,hitComponent:Ne,transformSearchClient:A,...o.searchPagePath&&{resultsFooterComponent:_},...o,searchParameters:f,placeholder:je.placeholder,translations:je.modal}),m.current)]})}function Ie(){const{siteConfig:e}=(0,se.Z)();return(0,u.jsx)(De,{...e.themeConfig.algolia})}const Me={navbarSearchContainer:"navbarSearchContainer_Bca1"};function Fe(e){let{children:t,className:n}=e;return(0,u.jsx)("div",{className:(0,a.Z)(n,Me.navbarSearchContainer),children:t})}var Be=n(143),ze=n(2802);var Ue=n(373);const $e=e=>e.docs.find((t=>t.id===e.mainDocId));const He={default:oe,localeDropdown:function(e){let{mobile:t,dropdownItemsBefore:n,dropdownItemsAfter:r,queryString:a="",...o}=e;const{i18n:{currentLocale:i,locales:c,localeConfigs:d}}=(0,se.Z)(),p=(0,he.l)(),{search:f,hash:h}=(0,l.TH)(),m=[...n,...c.map((e=>{const n=`${`pathname://${p.createUrl({locale:e,fullyQualified:!1})}`}${f}${h}${a}`;return{label:d[e].label,lang:d[e].htmlLang,to:n,target:"_self",autoAddBaseUrl:!1,className:e===i?t?"menu__link--active":"dropdown__link--active":""}})),...r],g=t?(0,s.I)({message:"Languages",id:"theme.navbar.mobileLanguageDropdown.label",description:"The label for the mobile language switcher dropdown"}):d[i].label;return(0,u.jsx)(fe,{...o,mobile:t,label:(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(me,{className:ge}),g]}),items:m})},search:function(e){let{mobile:t,className:n}=e;return t?null:(0,u.jsx)(Fe,{className:n,children:(0,u.jsx)(Ie,{})})},dropdown:fe,html:function(e){let{value:t,className:n,mobile:r=!1,isDropdownItem:o=!1}=e;const i=o?"li":"div";return(0,u.jsx)(i,{className:(0,a.Z)({navbar__item:!r&&!o,"menu__list-item":r},n),dangerouslySetInnerHTML:{__html:t}})},doc:function(e){let{docId:t,label:n,docsPluginId:r,...a}=e;const{activeDoc:o}=(0,Be.Iw)(r),i=(0,ze.vY)(t,r),l=o?.path===i?.path;return null===i||i.unlisted&&!l?null:(0,u.jsx)(oe,{exact:!0,...a,isActive:()=>l||!!o?.sidebar&&o.sidebar===i.sidebar,label:n??i.id,to:i.path})},docSidebar:function(e){let{sidebarId:t,label:n,docsPluginId:r,...a}=e;const{activeDoc:o}=(0,Be.Iw)(r),i=(0,ze.oz)(t,r).link;if(!i)throw new Error(`DocSidebarNavbarItem: Sidebar with ID "${t}" doesn't have anything to be linked to.`);return(0,u.jsx)(oe,{exact:!0,...a,isActive:()=>o?.sidebar===t,label:n??i.label,to:i.path})},docsVersion:function(e){let{label:t,to:n,docsPluginId:r,...a}=e;const o=(0,ze.lO)(r)[0],i=t??o.label,l=n??(e=>e.docs.find((t=>t.id===e.mainDocId)))(o).path;return(0,u.jsx)(oe,{...a,label:i,to:l})},docsVersionDropdown:function(e){let{mobile:t,docsPluginId:n,dropdownActiveClassDisabled:r,dropdownItemsBefore:a,dropdownItemsAfter:o,...i}=e;const{search:c,hash:d}=(0,l.TH)(),p=(0,Be.Iw)(n),f=(0,Be.gB)(n),{savePreferredVersionName:h}=(0,Ue.J)(n),m=[...a,...f.map((e=>{const t=p.alternateDocVersions[e.name]??$e(e);return{label:e.label,to:`${t.path}${c}${d}`,isActive:()=>e===p.activeVersion,onClick:()=>h(e.name)}})),...o],g=(0,ze.lO)(n)[0],b=t&&m.length>1?(0,s.I)({id:"theme.navbar.mobileVersionsDropdown.label",message:"Versions",description:"The label for the navbar versions dropdown on mobile view"}):g.label,y=t&&m.length>1?void 0:$e(g).path;return m.length<=1?(0,u.jsx)(oe,{...i,mobile:t,label:b,to:y,isActive:r?()=>!1:void 0}):(0,u.jsx)(fe,{...i,mobile:t,label:b,to:y,items:m,isActive:r?()=>!1:void 0})}};function qe(e){let{type:t,...n}=e;const r=function(e,t){return e&&"default"!==e?e:"items"in t?"dropdown":"default"}(t,n),a=He[r];if(!a)throw new Error(`No NavbarItem component found for type "${t}".`);return(0,u.jsx)(a,{...n})}function Ge(){const e=(0,P.e)(),t=(0,w.L)().navbar.items;return(0,u.jsx)("ul",{className:"menu__list",children:t.map(((t,n)=>(0,r.createElement)(qe,{mobile:!0,...t,onClick:()=>e.toggle(),key:n})))})}function Ze(e){return(0,u.jsx)("button",{...e,type:"button",className:"clean-btn navbar-sidebar__back",children:(0,u.jsx)(s.Z,{id:"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel",description:"The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)",children:"\u2190 Back to main menu"})})}function Ve(){const e=0===(0,w.L)().navbar.items.length,t=I();return(0,u.jsxs)(u.Fragment,{children:[!e&&(0,u.jsx)(Ze,{onClick:()=>t.hide()}),t.content]})}function We(){const e=(0,P.e)();var t;return void 0===(t=e.shown)&&(t=!0),(0,r.useEffect)((()=>(document.body.style.overflow=t?"hidden":"visible",()=>{document.body.style.overflow="visible"})),[t]),e.shouldRender?(0,u.jsx)(M,{header:(0,u.jsx)(Q,{}),primaryMenu:(0,u.jsx)(Ge,{}),secondaryMenu:(0,u.jsx)(Ve,{})}):null}const Ke={navbarHideable:"navbarHideable_m1mJ",navbarHidden:"navbarHidden_jGov"};function Qe(e){return(0,u.jsx)("div",{role:"presentation",...e,className:(0,a.Z)("navbar-sidebar__backdrop",e.className)})}function Ye(e){let{children:t}=e;const{navbar:{hideOnScroll:n,style:o}}=(0,w.L)(),i=(0,P.e)(),{navbarRef:l,isNavbarVisible:d}=function(e){const[t,n]=(0,r.useState)(e),a=(0,r.useRef)(!1),o=(0,r.useRef)(0),i=(0,r.useCallback)((e=>{null!==e&&(o.current=e.getBoundingClientRect().height)}),[]);return(0,L.RF)(((t,r)=>{let{scrollY:i}=t;if(!e)return;if(i=l?n(!1):i+c{if(!e)return;const r=t.location.hash;if(r?document.getElementById(r.substring(1)):void 0)return a.current=!0,void n(!1);n(!0)})),{navbarRef:i,isNavbarVisible:t}}(n);return(0,u.jsxs)("nav",{ref:l,"aria-label":(0,s.I)({id:"theme.NavBar.navAriaLabel",message:"Main",description:"The ARIA label for the main navigation"}),className:(0,a.Z)("navbar","navbar--fixed-top",n&&[Ke.navbarHideable,!d&&Ke.navbarHidden],{"navbar--dark":"dark"===o,"navbar--primary":"primary"===o,"navbar-sidebar--show":i.shown}),children:[t,(0,u.jsx)(Qe,{onClick:i.toggle}),(0,u.jsx)(We,{})]})}var Xe=n(8780);const Je={errorBoundaryError:"errorBoundaryError_a6uf",errorBoundaryFallback:"errorBoundaryFallback_VBag"};function et(e){return(0,u.jsx)("button",{type:"button",...e,children:(0,u.jsx)(s.Z,{id:"theme.ErrorPageContent.tryAgain",description:"The label of the button to try again rendering when the React error boundary captures an error",children:"Try again"})})}function tt(e){let{error:t}=e;const n=(0,Xe.getErrorCausalChain)(t).map((e=>e.message)).join("\n\nCause:\n");return(0,u.jsx)("p",{className:Je.errorBoundaryError,children:n})}class nt extends r.Component{componentDidCatch(e,t){throw this.props.onError(e,t)}render(){return this.props.children}}const rt="right";function at(e){let{width:t=30,height:n=30,className:r,...a}=e;return(0,u.jsx)("svg",{className:r,width:t,height:n,viewBox:"0 0 30 30","aria-hidden":"true",...a,children:(0,u.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"2",d:"M4 7h22M4 15h22M4 23h22"})})}function ot(){const{toggle:e,shown:t}=(0,P.e)();return(0,u.jsx)("button",{onClick:e,"aria-label":(0,s.I)({id:"theme.docs.sidebar.toggleSidebarButtonAriaLabel",message:"Toggle navigation bar",description:"The ARIA label for hamburger menu button of mobile navigation"}),"aria-expanded":t,className:"navbar__toggle clean-btn",type:"button",children:(0,u.jsx)(at,{})})}const it={colorModeToggle:"colorModeToggle_DEke"};function lt(e){let{items:t}=e;return(0,u.jsx)(u.Fragment,{children:t.map(((e,t)=>(0,u.jsx)(nt,{onError:t=>new Error(`A theme navbar item failed to render.\nPlease double-check the following navbar item (themeConfig.navbar.items) of your Docusaurus config:\n${JSON.stringify(e,null,2)}`,{cause:t}),children:(0,u.jsx)(qe,{...e})},t)))})}function st(e){let{left:t,right:n}=e;return(0,u.jsxs)("div",{className:"navbar__inner",children:[(0,u.jsx)("div",{className:"navbar__items",children:t}),(0,u.jsx)("div",{className:"navbar__items navbar__items--right",children:n})]})}function ct(){const e=(0,P.e)(),t=(0,w.L)().navbar.items,[n,r]=function(e){function t(e){return"left"===(e.position??rt)}return[e.filter(t),e.filter((e=>!t(e)))]}(t),a=t.find((e=>"search"===e.type));return(0,u.jsx)(st,{left:(0,u.jsxs)(u.Fragment,{children:[!e.disabled&&(0,u.jsx)(ot,{}),(0,u.jsx)(W,{}),(0,u.jsx)(lt,{items:n})]}),right:(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(lt,{items:r}),(0,u.jsx)(Z,{className:it.colorModeToggle}),!a&&(0,u.jsx)(Fe,{children:(0,u.jsx)(Ie,{})})]})})}function ut(){return(0,u.jsx)(Ye,{children:(0,u.jsx)(ct,{})})}function dt(e){let{item:t}=e;const{to:n,href:r,label:a,prependBaseUrlToHref:o,...i}=t,l=(0,X.Z)(n),s=(0,X.Z)(r,{forcePrependBaseUrl:!0});return(0,u.jsxs)(Y.Z,{className:"footer__link-item",...r?{href:o?s:r}:{to:l},...i,children:[a,r&&!(0,J.Z)(r)&&(0,u.jsx)(te.Z,{})]})}function pt(e){let{item:t}=e;return t.html?(0,u.jsx)("li",{className:"footer__item",dangerouslySetInnerHTML:{__html:t.html}}):(0,u.jsx)("li",{className:"footer__item",children:(0,u.jsx)(dt,{item:t})},t.href??t.to)}function ft(e){let{column:t}=e;return(0,u.jsxs)("div",{className:"col footer__col",children:[(0,u.jsx)("div",{className:"footer__title",children:t.title}),(0,u.jsx)("ul",{className:"footer__items clean-list",children:t.items.map(((e,t)=>(0,u.jsx)(pt,{item:e},t)))})]})}function ht(e){let{columns:t}=e;return(0,u.jsx)("div",{className:"row footer__links",children:t.map(((e,t)=>(0,u.jsx)(ft,{column:e},t)))})}function mt(){return(0,u.jsx)("span",{className:"footer__link-separator",children:"\xb7"})}function gt(e){let{item:t}=e;return t.html?(0,u.jsx)("span",{className:"footer__link-item",dangerouslySetInnerHTML:{__html:t.html}}):(0,u.jsx)(dt,{item:t})}function bt(e){let{links:t}=e;return(0,u.jsx)("div",{className:"footer__links text--center",children:(0,u.jsx)("div",{className:"footer__links",children:t.map(((e,n)=>(0,u.jsxs)(r.Fragment,{children:[(0,u.jsx)(gt,{item:e}),t.length!==n+1&&(0,u.jsx)(mt,{})]},n)))})})}function yt(e){let{links:t}=e;return function(e){return"title"in e[0]}(t)?(0,u.jsx)(ht,{columns:t}):(0,u.jsx)(bt,{links:t})}var vt=n(9965);const wt={footerLogoLink:"footerLogoLink_BH7S"};function kt(e){let{logo:t}=e;const{withBaseUrl:n}=(0,X.C)(),r={light:n(t.src),dark:n(t.srcDark??t.src)};return(0,u.jsx)(vt.Z,{className:(0,a.Z)("footer__logo",t.className),alt:t.alt,sources:r,width:t.width,height:t.height,style:t.style})}function xt(e){let{logo:t}=e;return t.href?(0,u.jsx)(Y.Z,{href:t.href,className:wt.footerLogoLink,target:t.target,children:(0,u.jsx)(kt,{logo:t})}):(0,u.jsx)(kt,{logo:t})}function St(e){let{copyright:t}=e;return(0,u.jsx)("div",{className:"footer__copyright",dangerouslySetInnerHTML:{__html:t}})}function Ct(e){let{style:t,links:n,logo:r,copyright:o}=e;return(0,u.jsx)("footer",{className:(0,a.Z)("footer",{"footer--dark":"dark"===t}),children:(0,u.jsxs)("div",{className:"container container-fluid",children:[n,(r||o)&&(0,u.jsxs)("div",{className:"footer__bottom text--center",children:[r&&(0,u.jsx)("div",{className:"margin-bottom--sm",children:r}),o]})]})})}function Tt(){const{footer:e}=(0,w.L)();if(!e)return null;const{copyright:t,links:n,logo:r,style:a}=e;return(0,u.jsx)(Ct,{style:a,links:n&&n.length>0&&(0,u.jsx)(yt,{links:n}),logo:r&&(0,u.jsx)(xt,{logo:r}),copyright:t&&(0,u.jsx)(St,{copyright:t})})}const Et=r.memo(Tt),_t=(0,j.Qc)([F.S,k.pl,L.OC,Ue.L5,i.VC,function(e){let{children:t}=e;return(0,u.jsx)(R.n2,{children:(0,u.jsx)(P.M,{children:(0,u.jsx)(O,{children:t})})})}]);function At(e){let{children:t}=e;return(0,u.jsx)(_t,{children:t})}var Pt=n(2503);function Lt(e){let{error:t,tryAgain:n}=e;return(0,u.jsx)("main",{className:"container margin-vert--xl",children:(0,u.jsx)("div",{className:"row",children:(0,u.jsxs)("div",{className:"col col--6 col--offset-3",children:[(0,u.jsx)(Pt.Z,{as:"h1",className:"hero__title",children:(0,u.jsx)(s.Z,{id:"theme.ErrorPageContent.title",description:"The title of the fallback page when the page crashed",children:"This page crashed."})}),(0,u.jsx)("div",{className:"margin-vert--lg",children:(0,u.jsx)(et,{onClick:n,className:"button button--primary shadow--lw"})}),(0,u.jsx)("hr",{}),(0,u.jsx)("div",{className:"margin-vert--md",children:(0,u.jsx)(tt,{error:t})})]})})})}const jt={mainWrapper:"mainWrapper_z2l0"};function Rt(e){const{children:t,noFooter:n,wrapperClassName:r,title:l,description:s}=e;return(0,b.t)(),(0,u.jsxs)(At,{children:[(0,u.jsx)(i.d,{title:l,description:s}),(0,u.jsx)(v,{}),(0,u.jsx)(A,{}),(0,u.jsx)(ut,{}),(0,u.jsx)("div",{id:d,className:(0,a.Z)(g.k.wrapper.main,jt.mainWrapper,r),children:(0,u.jsx)(o.Z,{fallback:e=>(0,u.jsx)(Lt,{...e}),children:t})}),!n&&(0,u.jsx)(Et,{})]})}},1327:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});n(7294);var r=n(3692),a=n(4996),o=n(2263),i=n(6668),l=n(9965),s=n(5893);function c(e){let{logo:t,alt:n,imageClassName:r}=e;const o={light:(0,a.Z)(t.src),dark:(0,a.Z)(t.srcDark||t.src)},i=(0,s.jsx)(l.Z,{className:t.className,sources:o,height:t.height,width:t.width,alt:n,style:t.style});return r?(0,s.jsx)("div",{className:r,children:i}):i}function u(e){const{siteConfig:{title:t}}=(0,o.Z)(),{navbar:{title:n,logo:l}}=(0,i.L)(),{imageClassName:u,titleClassName:d,...p}=e,f=(0,a.Z)(l?.href||"/"),h=n?"":t,m=l?.alt??h;return(0,s.jsxs)(r.Z,{to:f,...p,...l?.target&&{target:l.target},children:[l&&(0,s.jsx)(c,{logo:l,alt:m,imageClassName:u}),null!=n&&(0,s.jsx)("b",{className:d,children:n})]})}},197:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});n(7294);var r=n(5742),a=n(5893);function o(e){let{locale:t,version:n,tag:o}=e;const i=t;return(0,a.jsxs)(r.Z,{children:[t&&(0,a.jsx)("meta",{name:"docusaurus_locale",content:t}),n&&(0,a.jsx)("meta",{name:"docusaurus_version",content:n}),o&&(0,a.jsx)("meta",{name:"docusaurus_tag",content:o}),i&&(0,a.jsx)("meta",{name:"docsearch:language",content:i}),n&&(0,a.jsx)("meta",{name:"docsearch:version",content:n}),o&&(0,a.jsx)("meta",{name:"docsearch:docusaurus_tag",content:o})]})}},9965:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var r=n(7294),a=n(512),o=n(2389),i=n(2949);const l={themedComponent:"themedComponent_mlkZ","themedComponent--light":"themedComponent--light_NVdE","themedComponent--dark":"themedComponent--dark_xIcU"};var s=n(5893);function c(e){let{className:t,children:n}=e;const c=(0,o.Z)(),{colorMode:u}=(0,i.I)();return(0,s.jsx)(s.Fragment,{children:(c?"dark"===u?["dark"]:["light"]:["light","dark"]).map((e=>{const o=n({theme:e,className:(0,a.Z)(t,l.themedComponent,l[`themedComponent--${e}`])});return(0,s.jsx)(r.Fragment,{children:o},e)}))})}function u(e){const{sources:t,className:n,alt:r,...a}=e;return(0,s.jsx)(c,{className:n,children:e=>{let{theme:n,className:o}=e;return(0,s.jsx)("img",{src:t[n],alt:r,className:o,...a})}})}},6043:(e,t,n)=>{"use strict";n.d(t,{u:()=>c,z:()=>b});var r=n(7294),a=n(412),o=n(469),i=n(1442),l=n(5893);const s="ease-in-out";function c(e){let{initialState:t}=e;const[n,a]=(0,r.useState)(t??!1),o=(0,r.useCallback)((()=>{a((e=>!e))}),[]);return{collapsed:n,setCollapsed:a,toggleCollapsed:o}}const u={display:"none",overflow:"hidden",height:"0px"},d={display:"block",overflow:"visible",height:"auto"};function p(e,t){const n=t?u:d;e.style.display=n.display,e.style.overflow=n.overflow,e.style.height=n.height}function f(e){let{collapsibleRef:t,collapsed:n,animation:a}=e;const o=(0,r.useRef)(!1);(0,r.useEffect)((()=>{const e=t.current;function r(){const t=e.scrollHeight,n=a?.duration??function(e){if((0,i.n)())return 1;const t=e/36;return Math.round(10*(4+15*t**.25+t/5))}(t);return{transition:`height ${n}ms ${a?.easing??s}`,height:`${t}px`}}function l(){const t=r();e.style.transition=t.transition,e.style.height=t.height}if(!o.current)return p(e,n),void(o.current=!0);return e.style.willChange="height",function(){const t=requestAnimationFrame((()=>{n?(l(),requestAnimationFrame((()=>{e.style.height=u.height,e.style.overflow=u.overflow}))):(e.style.display="block",requestAnimationFrame((()=>{l()})))}));return()=>cancelAnimationFrame(t)}()}),[t,n,a])}function h(e){if(!a.Z.canUseDOM)return e?u:d}function m(e){let{as:t="div",collapsed:n,children:a,animation:o,onCollapseTransitionEnd:i,className:s,disableSSRStyle:c}=e;const u=(0,r.useRef)(null);return f({collapsibleRef:u,collapsed:n,animation:o}),(0,l.jsx)(t,{ref:u,style:c?void 0:h(n),onTransitionEnd:e=>{"height"===e.propertyName&&(p(u.current,n),i?.(n))},className:s,children:a})}function g(e){let{collapsed:t,...n}=e;const[a,i]=(0,r.useState)(!t),[s,c]=(0,r.useState)(t);return(0,o.Z)((()=>{t||i(!0)}),[t]),(0,o.Z)((()=>{a&&c(t)}),[a,t]),a?(0,l.jsx)(m,{...n,collapsed:s}):null}function b(e){let{lazy:t,...n}=e;const r=t?g:m;return(0,l.jsx)(r,{...n})}},9689:(e,t,n)=>{"use strict";n.d(t,{nT:()=>m,pl:()=>h});var r=n(7294),a=n(2389),o=n(12),i=n(902),l=n(6668),s=n(5893);const c=(0,o.WA)("docusaurus.announcement.dismiss"),u=(0,o.WA)("docusaurus.announcement.id"),d=()=>"true"===c.get(),p=e=>c.set(String(e)),f=r.createContext(null);function h(e){let{children:t}=e;const n=function(){const{announcementBar:e}=(0,l.L)(),t=(0,a.Z)(),[n,o]=(0,r.useState)((()=>!!t&&d()));(0,r.useEffect)((()=>{o(d())}),[]);const i=(0,r.useCallback)((()=>{p(!0),o(!0)}),[]);return(0,r.useEffect)((()=>{if(!e)return;const{id:t}=e;let n=u.get();"annoucement-bar"===n&&(n="announcement-bar");const r=t!==n;u.set(t),r&&p(!1),!r&&d()||o(!1)}),[e]),(0,r.useMemo)((()=>({isActive:!!e&&!n,close:i})),[e,n,i])}();return(0,s.jsx)(f.Provider,{value:n,children:t})}function m(){const e=(0,r.useContext)(f);if(!e)throw new i.i6("AnnouncementBarProvider");return e}},2949:(e,t,n)=>{"use strict";n.d(t,{I:()=>b,S:()=>g});var r=n(7294),a=n(412),o=n(902),i=n(12),l=n(6668),s=n(5893);const c=r.createContext(void 0),u="theme",d=(0,i.WA)(u),p={light:"light",dark:"dark"},f=e=>e===p.dark?p.dark:p.light,h=e=>a.Z.canUseDOM?f(document.documentElement.getAttribute("data-theme")):f(e),m=e=>{d.set(f(e))};function g(e){let{children:t}=e;const n=function(){const{colorMode:{defaultMode:e,disableSwitch:t,respectPrefersColorScheme:n}}=(0,l.L)(),[a,o]=(0,r.useState)(h(e));(0,r.useEffect)((()=>{t&&d.del()}),[t]);const i=(0,r.useCallback)((function(t,r){void 0===r&&(r={});const{persist:a=!0}=r;t?(o(t),a&&m(t)):(o(n?window.matchMedia("(prefers-color-scheme: dark)").matches?p.dark:p.light:e),d.del())}),[n,e]);(0,r.useEffect)((()=>{document.documentElement.setAttribute("data-theme",f(a))}),[a]),(0,r.useEffect)((()=>{if(t)return;const e=e=>{if(e.key!==u)return;const t=d.get();null!==t&&i(f(t))};return window.addEventListener("storage",e),()=>window.removeEventListener("storage",e)}),[t,i]);const s=(0,r.useRef)(!1);return(0,r.useEffect)((()=>{if(t&&!n)return;const e=window.matchMedia("(prefers-color-scheme: dark)"),r=()=>{window.matchMedia("print").matches||s.current?s.current=window.matchMedia("print").matches:i(null)};return e.addListener(r),()=>e.removeListener(r)}),[i,t,n]),(0,r.useMemo)((()=>({colorMode:a,setColorMode:i,get isDarkTheme(){return a===p.dark},setLightTheme(){i(p.light)},setDarkTheme(){i(p.dark)}})),[a,i])}();return(0,s.jsx)(c.Provider,{value:n,children:t})}function b(){const e=(0,r.useContext)(c);if(null==e)throw new o.i6("ColorModeProvider","Please see https://docusaurus.io/docs/api/themes/configuration#use-color-mode.");return e}},373:(e,t,n)=>{"use strict";n.d(t,{J:()=>v,L5:()=>b,Oh:()=>w});var r=n(7294),a=n(143),o=n(9935),i=n(6668),l=n(2802),s=n(902),c=n(12),u=n(5893);const d=e=>`docs-preferred-version-${e}`,p={save:(e,t,n)=>{(0,c.WA)(d(e),{persistence:t}).set(n)},read:(e,t)=>(0,c.WA)(d(e),{persistence:t}).get(),clear:(e,t)=>{(0,c.WA)(d(e),{persistence:t}).del()}},f=e=>Object.fromEntries(e.map((e=>[e,{preferredVersionName:null}])));const h=r.createContext(null);function m(){const e=(0,a._r)(),t=(0,i.L)().docs.versionPersistence,n=(0,r.useMemo)((()=>Object.keys(e)),[e]),[o,l]=(0,r.useState)((()=>f(n)));(0,r.useEffect)((()=>{l(function(e){let{pluginIds:t,versionPersistence:n,allDocsData:r}=e;function a(e){const t=p.read(e,n);return r[e].versions.some((e=>e.name===t))?{preferredVersionName:t}:(p.clear(e,n),{preferredVersionName:null})}return Object.fromEntries(t.map((e=>[e,a(e)])))}({allDocsData:e,versionPersistence:t,pluginIds:n}))}),[e,t,n]);return[o,(0,r.useMemo)((()=>({savePreferredVersion:function(e,n){p.save(e,t,n),l((t=>({...t,[e]:{preferredVersionName:n}})))}})),[t])]}function g(e){let{children:t}=e;const n=m();return(0,u.jsx)(h.Provider,{value:n,children:t})}function b(e){let{children:t}=e;return l.cE?(0,u.jsx)(g,{children:t}):(0,u.jsx)(u.Fragment,{children:t})}function y(){const e=(0,r.useContext)(h);if(!e)throw new s.i6("DocsPreferredVersionContextProvider");return e}function v(e){void 0===e&&(e=o.m);const t=(0,a.zh)(e),[n,i]=y(),{preferredVersionName:l}=n[e];return{preferredVersion:t.versions.find((e=>e.name===l))??null,savePreferredVersionName:(0,r.useCallback)((t=>{i.savePreferredVersion(e,t)}),[i,e])}}function w(){const e=(0,a._r)(),[t]=y();function n(n){const r=e[n],{preferredVersionName:a}=t[n];return r.versions.find((e=>e.name===a))??null}const r=Object.keys(e);return Object.fromEntries(r.map((e=>[e,n(e)])))}},1116:(e,t,n)=>{"use strict";n.d(t,{V:()=>c,b:()=>s});var r=n(7294),a=n(902),o=n(5893);const i=Symbol("EmptyContext"),l=r.createContext(i);function s(e){let{children:t,name:n,items:a}=e;const i=(0,r.useMemo)((()=>n&&a?{name:n,items:a}:null),[n,a]);return(0,o.jsx)(l.Provider,{value:i,children:t})}function c(){const e=(0,r.useContext)(l);if(e===i)throw new a.i6("DocsSidebarProvider");return e}},4477:(e,t,n)=>{"use strict";n.d(t,{E:()=>s,q:()=>l});var r=n(7294),a=n(902),o=n(5893);const i=r.createContext(null);function l(e){let{children:t,version:n}=e;return(0,o.jsx)(i.Provider,{value:n,children:t})}function s(){const e=(0,r.useContext)(i);if(null===e)throw new a.i6("DocsVersionProvider");return e}},3163:(e,t,n)=>{"use strict";n.d(t,{M:()=>p,e:()=>f});var r=n(7294),a=n(3102),o=n(7524),i=n(1980),l=n(6668),s=n(902),c=n(5893);const u=r.createContext(void 0);function d(){const e=function(){const e=(0,a.HY)(),{items:t}=(0,l.L)().navbar;return 0===t.length&&!e.component}(),t=(0,o.i)(),n=!e&&"mobile"===t,[s,c]=(0,r.useState)(!1);(0,i.Rb)((()=>{if(s)return c(!1),!1}));const u=(0,r.useCallback)((()=>{c((e=>!e))}),[]);return(0,r.useEffect)((()=>{"desktop"===t&&c(!1)}),[t]),(0,r.useMemo)((()=>({disabled:e,shouldRender:n,toggle:u,shown:s})),[e,n,u,s])}function p(e){let{children:t}=e;const n=d();return(0,c.jsx)(u.Provider,{value:n,children:t})}function f(){const e=r.useContext(u);if(void 0===e)throw new s.i6("NavbarMobileSidebarProvider");return e}},3102:(e,t,n)=>{"use strict";n.d(t,{HY:()=>s,Zo:()=>c,n2:()=>l});var r=n(7294),a=n(902),o=n(5893);const i=r.createContext(null);function l(e){let{children:t}=e;const n=(0,r.useState)({component:null,props:null});return(0,o.jsx)(i.Provider,{value:n,children:t})}function s(){const e=(0,r.useContext)(i);if(!e)throw new a.i6("NavbarSecondaryMenuContentProvider");return e[0]}function c(e){let{component:t,props:n}=e;const o=(0,r.useContext)(i);if(!o)throw new a.i6("NavbarSecondaryMenuContentProvider");const[,l]=o,s=(0,a.Ql)(n);return(0,r.useEffect)((()=>{l({component:t,props:s})}),[l,t,s]),(0,r.useEffect)((()=>()=>l({component:null,props:null})),[l]),null}},9727:(e,t,n)=>{"use strict";n.d(t,{h:()=>a,t:()=>o});var r=n(7294);const a="navigation-with-keyboard";function o(){(0,r.useEffect)((()=>{function e(e){"keydown"===e.type&&"Tab"===e.key&&document.body.classList.add(a),"mousedown"===e.type&&document.body.classList.remove(a)}return document.addEventListener("keydown",e),document.addEventListener("mousedown",e),()=>{document.body.classList.remove(a),document.removeEventListener("keydown",e),document.removeEventListener("mousedown",e)}}),[])}},6177:(e,t,n)=>{"use strict";n.d(t,{K:()=>l,M:()=>s});var r=n(7294),a=n(2263),o=n(1980);const i="q";function l(){return(0,o.Nc)(i)}function s(){const{siteConfig:{baseUrl:e,themeConfig:t}}=(0,a.Z)(),{algolia:{searchPagePath:n}}=t;return(0,r.useCallback)((t=>`${e}${n}?${i}=${encodeURIComponent(t)}`),[e,n])}},7524:(e,t,n)=>{"use strict";n.d(t,{i:()=>l});var r=n(7294),a=n(412);const o={desktop:"desktop",mobile:"mobile",ssr:"ssr"},i=996;function l(e){let{desktopBreakpoint:t=i}=void 0===e?{}:e;const[n,l]=(0,r.useState)((()=>"ssr"));return(0,r.useEffect)((()=>{function e(){l(function(e){if(!a.Z.canUseDOM)throw new Error("getWindowSize() should only be called after React hydration");return window.innerWidth>e?o.desktop:o.mobile}(t))}return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[t]),n}},5281:(e,t,n)=>{"use strict";n.d(t,{k:()=>r});const r={page:{blogListPage:"blog-list-page",blogPostPage:"blog-post-page",blogTagsListPage:"blog-tags-list-page",blogTagPostListPage:"blog-tags-post-list-page",docsDocPage:"docs-doc-page",docsTagsListPage:"docs-tags-list-page",docsTagDocListPage:"docs-tags-doc-list-page",mdxPage:"mdx-page"},wrapper:{main:"main-wrapper",blogPages:"blog-wrapper",docsPages:"docs-wrapper",mdxPages:"mdx-wrapper"},common:{editThisPage:"theme-edit-this-page",lastUpdated:"theme-last-updated",backToTopButton:"theme-back-to-top-button",codeBlock:"theme-code-block",admonition:"theme-admonition",unlistedBanner:"theme-unlisted-banner",admonitionType:e=>`theme-admonition-${e}`},layout:{},docs:{docVersionBanner:"theme-doc-version-banner",docVersionBadge:"theme-doc-version-badge",docBreadcrumbs:"theme-doc-breadcrumbs",docMarkdown:"theme-doc-markdown",docTocMobile:"theme-doc-toc-mobile",docTocDesktop:"theme-doc-toc-desktop",docFooter:"theme-doc-footer",docFooterTagsRow:"theme-doc-footer-tags-row",docFooterEditMetaRow:"theme-doc-footer-edit-meta-row",docSidebarContainer:"theme-doc-sidebar-container",docSidebarMenu:"theme-doc-sidebar-menu",docSidebarItemCategory:"theme-doc-sidebar-item-category",docSidebarItemLink:"theme-doc-sidebar-item-link",docSidebarItemCategoryLevel:e=>`theme-doc-sidebar-item-category-level-${e}`,docSidebarItemLinkLevel:e=>`theme-doc-sidebar-item-link-level-${e}`},blog:{}}},1442:(e,t,n)=>{"use strict";function r(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}n.d(t,{n:()=>r})},2802:(e,t,n)=>{"use strict";n.d(t,{LM:()=>f,_F:()=>g,cE:()=>p,SN:()=>C,lO:()=>k,vY:()=>S,oz:()=>x,s1:()=>w,f:()=>y});var r=n(7294),a=n(6550),o=n(8790),i=n(143),l=n(373),s=n(4477),c=n(1116);function u(e){return Array.from(new Set(e))}var d=n(8596);const p=!!i._r;function f(e){return"link"!==e.type||e.unlisted?"category"===e.type?function(e){if(e.href&&!e.linkUnlisted)return e.href;for(const t of e.items){const e=f(t);if(e)return e}}(e):void 0:e.href}const h=(e,t)=>void 0!==e&&(0,d.Mg)(e,t),m=(e,t)=>e.some((e=>g(e,t)));function g(e,t){return"link"===e.type?h(e.href,t):"category"===e.type&&(h(e.href,t)||m(e.items,t))}function b(e,t){switch(e.type){case"category":return g(e,t)||e.items.some((e=>b(e,t)));case"link":return!e.unlisted||g(e,t);default:return!0}}function y(e,t){return(0,r.useMemo)((()=>e.filter((e=>b(e,t)))),[e,t])}function v(e){let{sidebarItems:t,pathname:n,onlyCategories:r=!1}=e;const a=[];return function e(t){for(const o of t)if("category"===o.type&&((0,d.Mg)(o.href,n)||e(o.items))||"link"===o.type&&(0,d.Mg)(o.href,n)){return r&&"category"!==o.type||a.unshift(o),!0}return!1}(t),a}function w(){const e=(0,c.V)(),{pathname:t}=(0,a.TH)(),n=(0,i.gA)()?.pluginData.breadcrumbs;return!1!==n&&e?v({sidebarItems:e.items,pathname:t}):null}function k(e){const{activeVersion:t}=(0,i.Iw)(e),{preferredVersion:n}=(0,l.J)(e),a=(0,i.yW)(e);return(0,r.useMemo)((()=>u([t,n,a].filter(Boolean))),[t,n,a])}function x(e,t){const n=k(t);return(0,r.useMemo)((()=>{const t=n.flatMap((e=>e.sidebars?Object.entries(e.sidebars):[])),r=t.find((t=>t[0]===e));if(!r)throw new Error(`Can't find any sidebar with id "${e}" in version${n.length>1?"s":""} ${n.map((e=>e.name)).join(", ")}".\nAvailable sidebar ids are:\n- ${t.map((e=>e[0])).join("\n- ")}`);return r[1]}),[e,n])}function S(e,t){const n=k(t);return(0,r.useMemo)((()=>{const t=n.flatMap((e=>e.docs)),r=t.find((t=>t.id===e));if(!r){if(n.flatMap((e=>e.draftIds)).includes(e))return null;throw new Error(`Couldn't find any doc with id "${e}" in version${n.length>1?"s":""} "${n.map((e=>e.name)).join(", ")}".\nAvailable doc ids are:\n- ${u(t.map((e=>e.id))).join("\n- ")}`)}return r}),[e,n])}function C(e){let{route:t}=e;const n=(0,a.TH)(),r=(0,s.E)(),i=t.routes,l=i.find((e=>(0,a.LX)(n.pathname,e)));if(!l)return null;const c=l.sidebar,u=c?r.docsSidebars[c]:void 0;return{docElement:(0,o.H)(i),sidebarName:c,sidebarItems:u}}},2128:(e,t,n)=>{"use strict";n.d(t,{p:()=>a});var r=n(2263);function a(e){const{siteConfig:t}=(0,r.Z)(),{title:n,titleDelimiter:a}=t;return e?.trim().length?`${e.trim()} ${a} ${n}`:n}},1980:(e,t,n)=>{"use strict";n.d(t,{Nc:()=>s,Rb:()=>i});var r=n(7294),a=n(6550),o=n(902);function i(e){!function(e){const t=(0,a.k6)(),n=(0,o.zX)(e);(0,r.useEffect)((()=>t.block(((e,t)=>n(e,t)))),[t,n])}(((t,n)=>{if("POP"===n)return e(t,n)}))}function l(e){return function(e){const t=(0,a.k6)();return(0,r.useSyncExternalStore)(t.listen,(()=>e(t)),(()=>e(t)))}((t=>null===e?null:new URLSearchParams(t.location.search).get(e)))}function s(e){const t=l(e)??"",n=function(){const e=(0,a.k6)();return(0,r.useCallback)(((t,n,r)=>{const a=new URLSearchParams(e.location.search);n?a.set(t,n):a.delete(t),(r?.push?e.push:e.replace)({search:a.toString()})}),[e])}();return[t,(0,r.useCallback)(((t,r)=>{n(e,t,r)}),[n,e])]}},833:(e,t,n)=>{"use strict";n.d(t,{FG:()=>f,d:()=>d,VC:()=>h});var r=n(7294),a=n(512),o=n(5742),i=n(226);function l(){const e=r.useContext(i._);if(!e)throw new Error("Unexpected: no Docusaurus route context found");return e}var s=n(4996),c=n(2128),u=n(5893);function d(e){let{title:t,description:n,keywords:r,image:a,children:i}=e;const l=(0,c.p)(t),{withBaseUrl:d}=(0,s.C)(),p=a?d(a,{absolute:!0}):void 0;return(0,u.jsxs)(o.Z,{children:[t&&(0,u.jsx)("title",{children:l}),t&&(0,u.jsx)("meta",{property:"og:title",content:l}),n&&(0,u.jsx)("meta",{name:"description",content:n}),n&&(0,u.jsx)("meta",{property:"og:description",content:n}),r&&(0,u.jsx)("meta",{name:"keywords",content:Array.isArray(r)?r.join(","):r}),p&&(0,u.jsx)("meta",{property:"og:image",content:p}),p&&(0,u.jsx)("meta",{name:"twitter:image",content:p}),i]})}const p=r.createContext(void 0);function f(e){let{className:t,children:n}=e;const i=r.useContext(p),l=(0,a.Z)(i,t);return(0,u.jsxs)(p.Provider,{value:l,children:[(0,u.jsx)(o.Z,{children:(0,u.jsx)("html",{className:l})}),n]})}function h(e){let{children:t}=e;const n=l(),r=`plugin-${n.plugin.name.replace(/docusaurus-(?:plugin|theme)-(?:content-)?/gi,"")}`;const o=`plugin-id-${n.plugin.id}`;return(0,u.jsx)(f,{className:(0,a.Z)(r,o),children:t})}},902:(e,t,n)=>{"use strict";n.d(t,{D9:()=>l,Qc:()=>u,Ql:()=>c,i6:()=>s,zX:()=>i});var r=n(7294),a=n(469),o=n(5893);function i(e){const t=(0,r.useRef)(e);return(0,a.Z)((()=>{t.current=e}),[e]),(0,r.useCallback)((function(){return t.current(...arguments)}),[])}function l(e){const t=(0,r.useRef)();return(0,a.Z)((()=>{t.current=e})),t.current}class s extends Error{constructor(e,t){super(),this.name="ReactContextError",this.message=`Hook ${this.stack?.split("\n")[1]?.match(/at (?:\w+\.)?(?\w+)/)?.groups.name??""} is called outside the <${e}>. ${t??""}`}}function c(e){const t=Object.entries(e);return t.sort(((e,t)=>e[0].localeCompare(t[0]))),(0,r.useMemo)((()=>e),t.flat())}function u(e){return t=>{let{children:n}=t;return(0,o.jsx)(o.Fragment,{children:e.reduceRight(((e,t)=>(0,o.jsx)(t,{children:e})),n)})}}},8022:(e,t,n)=>{"use strict";function r(e,t){return void 0!==e&&void 0!==t&&new RegExp(e,"gi").test(t)}n.d(t,{F:()=>r})},8596:(e,t,n)=>{"use strict";n.d(t,{Mg:()=>i,Ns:()=>l});var r=n(7294),a=n(723),o=n(2263);function i(e,t){const n=e=>(!e||e.endsWith("/")?e:`${e}/`)?.toLowerCase();return n(e)===n(t)}function l(){const{baseUrl:e}=(0,o.Z)().siteConfig;return(0,r.useMemo)((()=>function(e){let{baseUrl:t,routes:n}=e;function r(e){return e.path===t&&!0===e.exact}function a(e){return e.path===t&&!e.exact}return function e(t){if(0===t.length)return;return t.find(r)||e(t.filter(a).flatMap((e=>e.routes??[])))}(n)}({routes:a.Z,baseUrl:e})),[e])}},2466:(e,t,n)=>{"use strict";n.d(t,{Ct:()=>f,OC:()=>c,RF:()=>p});var r=n(7294),a=n(412),o=n(2389),i=(n(469),n(902)),l=n(5893);const s=r.createContext(void 0);function c(e){let{children:t}=e;const n=function(){const e=(0,r.useRef)(!0);return(0,r.useMemo)((()=>({scrollEventsEnabledRef:e,enableScrollEvents:()=>{e.current=!0},disableScrollEvents:()=>{e.current=!1}})),[])}();return(0,l.jsx)(s.Provider,{value:n,children:t})}function u(){const e=(0,r.useContext)(s);if(null==e)throw new i.i6("ScrollControllerProvider");return e}const d=()=>a.Z.canUseDOM?{scrollX:window.pageXOffset,scrollY:window.pageYOffset}:null;function p(e,t){void 0===t&&(t=[]);const{scrollEventsEnabledRef:n}=u(),a=(0,r.useRef)(d()),o=(0,i.zX)(e);(0,r.useEffect)((()=>{const e=()=>{if(!n.current)return;const e=d();o(e,a.current),a.current=e},t={passive:!0};return e(),window.addEventListener("scroll",e,t),()=>window.removeEventListener("scroll",e,t)}),[o,n,...t])}function f(){const e=(0,r.useRef)(null),t=(0,o.Z)()&&"smooth"===getComputedStyle(document.documentElement).scrollBehavior;return{startScroll:n=>{e.current=t?function(e){return window.scrollTo({top:e,behavior:"smooth"}),()=>{}}(n):function(e){let t=null;const n=document.documentElement.scrollTop>e;return function r(){const a=document.documentElement.scrollTop;(n&&a>e||!n&&at&&cancelAnimationFrame(t)}(n)},cancelScroll:()=>e.current?.()}}},3320:(e,t,n)=>{"use strict";n.d(t,{HX:()=>i,_q:()=>s,os:()=>l});var r=n(143),a=n(2263),o=n(373);const i="default";function l(e,t){return`docs-${e}-${t}`}function s(){const{i18n:e}=(0,a.Z)(),t=(0,r._r)(),n=(0,r.WS)(),s=(0,o.Oh)();const c=[i,...Object.keys(t).map((function(e){const r=n?.activePlugin.pluginId===e?n.activeVersion:void 0,a=s[e],o=t[e].versions.find((e=>e.isLast));return l(e,(r??a??o).name)}))];return{locale:e.currentLocale,tags:c}}},12:(e,t,n)=>{"use strict";n.d(t,{WA:()=>s});n(7294);const r="localStorage";function a(e){let{key:t,oldValue:n,newValue:r,storage:a}=e;if(n===r)return;const o=document.createEvent("StorageEvent");o.initStorageEvent("storage",!1,!1,t,n,r,window.location.href,a),window.dispatchEvent(o)}function o(e){if(void 0===e&&(e=r),"undefined"==typeof window)throw new Error("Browser storage is not available on Node.js/Docusaurus SSR process.");if("none"===e)return null;try{return window[e]}catch(n){return t=n,i||(console.warn("Docusaurus browser storage is not available.\nPossible reasons: running Docusaurus in an iframe, in an incognito browser session, or using too strict browser privacy settings.",t),i=!0),null}var t}let i=!1;const l={get:()=>null,set:()=>{},del:()=>{},listen:()=>()=>{}};function s(e,t){if("undefined"==typeof window)return function(e){function t(){throw new Error(`Illegal storage API usage for storage key "${e}".\nDocusaurus storage APIs are not supposed to be called on the server-rendering process.\nPlease only call storage APIs in effects and event handlers.`)}return{get:t,set:t,del:t,listen:t}}(e);const n=o(t?.persistence);return null===n?l:{get:()=>{try{return n.getItem(e)}catch(t){return console.error(`Docusaurus storage error, can't get key=${e}`,t),null}},set:t=>{try{const r=n.getItem(e);n.setItem(e,t),a({key:e,oldValue:r,newValue:t,storage:n})}catch(r){console.error(`Docusaurus storage error, can't set ${e}=${t}`,r)}},del:()=>{try{const t=n.getItem(e);n.removeItem(e),a({key:e,oldValue:t,newValue:null,storage:n})}catch(t){console.error(`Docusaurus storage error, can't delete key=${e}`,t)}},listen:t=>{try{const r=r=>{r.storageArea===n&&r.key===e&&t(r)};return window.addEventListener("storage",r),()=>window.removeEventListener("storage",r)}catch(r){return console.error(`Docusaurus storage error, can't listen for changes of key=${e}`,r),()=>{}}}}}},4711:(e,t,n)=>{"use strict";n.d(t,{l:()=>i});var r=n(2263),a=n(6550),o=n(8780);function i(){const{siteConfig:{baseUrl:e,url:t,trailingSlash:n},i18n:{defaultLocale:i,currentLocale:l}}=(0,r.Z)(),{pathname:s}=(0,a.TH)(),c=(0,o.applyTrailingSlash)(s,{trailingSlash:n,baseUrl:e}),u=l===i?e:e.replace(`/${l}/`,"/"),d=c.replace(e,"");return{createUrl:function(e){let{locale:n,fullyQualified:r}=e;return`${r?t:""}${function(e){return e===i?`${u}`:`${u}${e}/`}(n)}${d}`}}}},5936:(e,t,n)=>{"use strict";n.d(t,{S:()=>i});var r=n(7294),a=n(6550),o=n(902);function i(e){const t=(0,a.TH)(),n=(0,o.D9)(t),i=(0,o.zX)(e);(0,r.useEffect)((()=>{n&&t!==n&&i({location:t,previousLocation:n})}),[i,t,n])}},6668:(e,t,n)=>{"use strict";n.d(t,{L:()=>a});var r=n(2263);function a(){return(0,r.Z)().siteConfig.themeConfig}},6278:(e,t,n)=>{"use strict";n.d(t,{L:()=>a});var r=n(2263);function a(){const{siteConfig:{themeConfig:e}}=(0,r.Z)();return e}},239:(e,t,n)=>{"use strict";n.d(t,{l:()=>l});var r=n(7294),a=n(8022),o=n(4996),i=n(6278);function l(){const{withBaseUrl:e}=(0,o.C)(),{algolia:{externalUrlRegex:t,replaceSearchResultPathname:n}}=(0,i.L)();return(0,r.useCallback)((r=>{const o=new URL(r);if((0,a.F)(t,o.href))return r;const i=`${o.pathname+o.hash}`;return e(function(e,t){return t?e.replaceAll(new RegExp(t.from,"g"),t.to):e}(i,n))}),[e,t,n])}},8802:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){const{trailingSlash:n,baseUrl:r}=t;if(e.startsWith("#"))return e;if(void 0===n)return e;const[a]=e.split(/[#?]/),o="/"===a||a===r?a:(i=a,n?function(e){return e.endsWith("/")?e:`${e}/`}(i):function(e){return e.endsWith("/")?e.slice(0,-1):e}(i));var i;return e.replace(a,o)}},4143:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getErrorCausalChain=void 0,t.getErrorCausalChain=function e(t){return t.cause?[t,...e(t.cause)]:[t]}},8780:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getErrorCausalChain=t.applyTrailingSlash=t.blogPostContainerID=void 0,t.blogPostContainerID="__blog-post-container";var a=n(8802);Object.defineProperty(t,"applyTrailingSlash",{enumerable:!0,get:function(){return r(a).default}});var o=n(4143);Object.defineProperty(t,"getErrorCausalChain",{enumerable:!0,get:function(){return o.getErrorCausalChain}})},9318:(e,t,n)=>{"use strict";n.d(t,{lX:()=>w,q_:()=>E,ob:()=>f,PP:()=>A,Ep:()=>p});var r=n(7462);function a(e){return"/"===e.charAt(0)}function o(e,t){for(var n=t,r=n+1,a=e.length;r=0;p--){var f=i[p];"."===f?o(i,p):".."===f?(o(i,p),d++):d&&(o(i,p),d--)}if(!c)for(;d--;d)i.unshift("..");!c||""===i[0]||i[0]&&a(i[0])||i.unshift("");var h=i.join("/");return n&&"/"!==h.substr(-1)&&(h+="/"),h};var l=n(8776);function s(e){return"/"===e.charAt(0)?e:"/"+e}function c(e){return"/"===e.charAt(0)?e.substr(1):e}function u(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function d(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function p(e){var t=e.pathname,n=e.search,r=e.hash,a=t||"/";return n&&"?"!==n&&(a+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(a+="#"===r.charAt(0)?r:"#"+r),a}function f(e,t,n,a){var o;"string"==typeof e?(o=function(e){var t=e||"/",n="",r="",a=t.indexOf("#");-1!==a&&(r=t.substr(a),t=t.substr(0,a));var o=t.indexOf("?");return-1!==o&&(n=t.substr(o),t=t.substr(0,o)),{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}}(e),o.state=t):(void 0===(o=(0,r.Z)({},e)).pathname&&(o.pathname=""),o.search?"?"!==o.search.charAt(0)&&(o.search="?"+o.search):o.search="",o.hash?"#"!==o.hash.charAt(0)&&(o.hash="#"+o.hash):o.hash="",void 0!==t&&void 0===o.state&&(o.state=t));try{o.pathname=decodeURI(o.pathname)}catch(l){throw l instanceof URIError?new URIError('Pathname "'+o.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):l}return n&&(o.key=n),a?o.pathname?"/"!==o.pathname.charAt(0)&&(o.pathname=i(o.pathname,a.pathname)):o.pathname=a.pathname:o.pathname||(o.pathname="/"),o}function h(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,r,a){if(null!=e){var o="function"==typeof e?e(t,n):e;"string"==typeof o?"function"==typeof r?r(o,a):a(!0):a(!1!==o)}else a(!0)},appendListener:function(e){var n=!0;function r(){n&&e.apply(void 0,arguments)}return t.push(r),function(){n=!1,t=t.filter((function(e){return e!==r}))}},notifyListeners:function(){for(var e=arguments.length,n=new Array(e),r=0;rt?n.splice(t,n.length-t,a):n.push(a),d({action:r,location:a,index:t,entries:n})}}))},replace:function(e,t){var r="REPLACE",a=f(e,t,m(),w.location);u.confirmTransitionTo(a,r,n,(function(e){e&&(w.entries[w.index]=a,d({action:r,location:a}))}))},go:v,goBack:function(){v(-1)},goForward:function(){v(1)},canGo:function(e){var t=w.index+e;return t>=0&&t{"use strict";var r=n(9864),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},l={};function s(e){return r.isMemo(e)?i:l[e.$$typeof]||a}l[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},l[r.Memo]=i;var c=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(h){var a=f(n);a&&a!==h&&e(t,a,r)}var i=u(n);d&&(i=i.concat(d(n)));for(var l=s(t),m=s(n),g=0;g{"use strict";e.exports=function(e,t,n,r,a,o,i,l){if(!e){var s;if(void 0===t)s=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,a,o,i,l],u=0;(s=new Error(t.replace(/%s/g,(function(){return c[u++]})))).name="Invariant Violation"}throw s.framesToPop=1,s}}},5826:e=>{e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},2497:(e,t,n)=>{"use strict";n.r(t)},2295:(e,t,n)=>{"use strict";n.r(t)},4865:function(e,t,n){var r,a;r=function(){var e,t,n={version:"0.2.0"},r=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'
'};function a(e,t,n){return en?n:e}function o(e){return 100*(-1+e)}function i(e,t,n){var a;return(a="translate3d"===r.positionUsing?{transform:"translate3d("+o(e)+"%,0,0)"}:"translate"===r.positionUsing?{transform:"translate("+o(e)+"%,0)"}:{"margin-left":o(e)+"%"}).transition="all "+t+"ms "+n,a}n.configure=function(e){var t,n;for(t in e)void 0!==(n=e[t])&&e.hasOwnProperty(t)&&(r[t]=n);return this},n.status=null,n.set=function(e){var t=n.isStarted();e=a(e,r.minimum,1),n.status=1===e?null:e;var o=n.render(!t),c=o.querySelector(r.barSelector),u=r.speed,d=r.easing;return o.offsetWidth,l((function(t){""===r.positionUsing&&(r.positionUsing=n.getPositioningCSS()),s(c,i(e,u,d)),1===e?(s(o,{transition:"none",opacity:1}),o.offsetWidth,setTimeout((function(){s(o,{transition:"all "+u+"ms linear",opacity:0}),setTimeout((function(){n.remove(),t()}),u)}),u)):setTimeout(t,u)})),this},n.isStarted=function(){return"number"==typeof n.status},n.start=function(){n.status||n.set(0);var e=function(){setTimeout((function(){n.status&&(n.trickle(),e())}),r.trickleSpeed)};return r.trickle&&e(),this},n.done=function(e){return e||n.status?n.inc(.3+.5*Math.random()).set(1):this},n.inc=function(e){var t=n.status;return t?("number"!=typeof e&&(e=(1-t)*a(Math.random()*t,.1,.95)),t=a(t+e,0,.994),n.set(t)):n.start()},n.trickle=function(){return n.inc(Math.random()*r.trickleRate)},e=0,t=0,n.promise=function(r){return r&&"resolved"!==r.state()?(0===t&&n.start(),e++,t++,r.always((function(){0==--t?(e=0,n.done()):n.set((e-t)/e)})),this):this},n.render=function(e){if(n.isRendered())return document.getElementById("nprogress");u(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=r.template;var a,i=t.querySelector(r.barSelector),l=e?"-100":o(n.status||0),c=document.querySelector(r.parent);return s(i,{transition:"all 0 linear",transform:"translate3d("+l+"%,0,0)"}),r.showSpinner||(a=t.querySelector(r.spinnerSelector))&&f(a),c!=document.body&&u(c,"nprogress-custom-parent"),c.appendChild(t),t},n.remove=function(){d(document.documentElement,"nprogress-busy"),d(document.querySelector(r.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&f(e)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var e=document.body.style,t="WebkitTransform"in e?"Webkit":"MozTransform"in e?"Moz":"msTransform"in e?"ms":"OTransform"in e?"O":"";return t+"Perspective"in e?"translate3d":t+"Transform"in e?"translate":"margin"};var l=function(){var e=[];function t(){var n=e.shift();n&&n(t)}return function(n){e.push(n),1==e.length&&t()}}(),s=function(){var e=["Webkit","O","Moz","ms"],t={};function n(e){return e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(e,t){return t.toUpperCase()}))}function r(t){var n=document.body.style;if(t in n)return t;for(var r,a=e.length,o=t.charAt(0).toUpperCase()+t.slice(1);a--;)if((r=e[a]+o)in n)return r;return t}function a(e){return e=n(e),t[e]||(t[e]=r(e))}function o(e,t,n){t=a(t),e.style[t]=n}return function(e,t){var n,r,a=arguments;if(2==a.length)for(n in t)void 0!==(r=t[n])&&t.hasOwnProperty(n)&&o(e,n,r);else o(e,a[1],a[2])}}();function c(e,t){return("string"==typeof e?e:p(e)).indexOf(" "+t+" ")>=0}function u(e,t){var n=p(e),r=n+t;c(n,t)||(e.className=r.substring(1))}function d(e,t){var n,r=p(e);c(e,t)&&(n=r.replace(" "+t+" "," "),e.className=n.substring(1,n.length-1))}function p(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function f(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return n},void 0===(a="function"==typeof r?r.call(t,n,t,e):r)||(e.exports=a)},9901:e=>{e.exports&&(e.exports={core:{meta:{path:"components/prism-core.js",option:"mandatory"},core:"Core"},themes:{meta:{path:"themes/{id}.css",link:"index.html?theme={id}",exclusive:!0},prism:{title:"Default",option:"default"},"prism-dark":"Dark","prism-funky":"Funky","prism-okaidia":{title:"Okaidia",owner:"ocodia"},"prism-twilight":{title:"Twilight",owner:"remybach"},"prism-coy":{title:"Coy",owner:"tshedor"},"prism-solarizedlight":{title:"Solarized Light",owner:"hectormatos2011 "},"prism-tomorrow":{title:"Tomorrow Night",owner:"Rosey"}},languages:{meta:{path:"components/prism-{id}",noCSS:!0,examplesPath:"examples/prism-{id}",addCheckAll:!0},markup:{title:"Markup",alias:["html","xml","svg","mathml","ssml","atom","rss"],aliasTitles:{html:"HTML",xml:"XML",svg:"SVG",mathml:"MathML",ssml:"SSML",atom:"Atom",rss:"RSS"},option:"default"},css:{title:"CSS",option:"default",modify:"markup"},clike:{title:"C-like",option:"default"},javascript:{title:"JavaScript",require:"clike",modify:"markup",optional:"regex",alias:"js",option:"default"},abap:{title:"ABAP",owner:"dellagustin"},abnf:{title:"ABNF",owner:"RunDevelopment"},actionscript:{title:"ActionScript",require:"javascript",modify:"markup",owner:"Golmote"},ada:{title:"Ada",owner:"Lucretia"},agda:{title:"Agda",owner:"xy-ren"},al:{title:"AL",owner:"RunDevelopment"},antlr4:{title:"ANTLR4",alias:"g4",owner:"RunDevelopment"},apacheconf:{title:"Apache Configuration",owner:"GuiTeK"},apex:{title:"Apex",require:["clike","sql"],owner:"RunDevelopment"},apl:{title:"APL",owner:"ngn"},applescript:{title:"AppleScript",owner:"Golmote"},aql:{title:"AQL",owner:"RunDevelopment"},arduino:{title:"Arduino",require:"cpp",alias:"ino",owner:"dkern"},arff:{title:"ARFF",owner:"Golmote"},armasm:{title:"ARM Assembly",alias:"arm-asm",owner:"RunDevelopment"},arturo:{title:"Arturo",alias:"art",optional:["bash","css","javascript","markup","markdown","sql"],owner:"drkameleon"},asciidoc:{alias:"adoc",title:"AsciiDoc",owner:"Golmote"},aspnet:{title:"ASP.NET (C#)",require:["markup","csharp"],owner:"nauzilus"},asm6502:{title:"6502 Assembly",owner:"kzurawel"},asmatmel:{title:"Atmel AVR Assembly",owner:"cerkit"},autohotkey:{title:"AutoHotkey",owner:"aviaryan"},autoit:{title:"AutoIt",owner:"Golmote"},avisynth:{title:"AviSynth",alias:"avs",owner:"Zinfidel"},"avro-idl":{title:"Avro IDL",alias:"avdl",owner:"RunDevelopment"},awk:{title:"AWK",alias:"gawk",aliasTitles:{gawk:"GAWK"},owner:"RunDevelopment"},bash:{title:"Bash",alias:["sh","shell"],aliasTitles:{sh:"Shell",shell:"Shell"},owner:"zeitgeist87"},basic:{title:"BASIC",owner:"Golmote"},batch:{title:"Batch",owner:"Golmote"},bbcode:{title:"BBcode",alias:"shortcode",aliasTitles:{shortcode:"Shortcode"},owner:"RunDevelopment"},bbj:{title:"BBj",owner:"hyyan"},bicep:{title:"Bicep",owner:"johnnyreilly"},birb:{title:"Birb",require:"clike",owner:"Calamity210"},bison:{title:"Bison",require:"c",owner:"Golmote"},bnf:{title:"BNF",alias:"rbnf",aliasTitles:{rbnf:"RBNF"},owner:"RunDevelopment"},bqn:{title:"BQN",owner:"yewscion"},brainfuck:{title:"Brainfuck",owner:"Golmote"},brightscript:{title:"BrightScript",owner:"RunDevelopment"},bro:{title:"Bro",owner:"wayward710"},bsl:{title:"BSL (1C:Enterprise)",alias:"oscript",aliasTitles:{oscript:"OneScript"},owner:"Diversus23"},c:{title:"C",require:"clike",owner:"zeitgeist87"},csharp:{title:"C#",require:"clike",alias:["cs","dotnet"],owner:"mvalipour"},cpp:{title:"C++",require:"c",owner:"zeitgeist87"},cfscript:{title:"CFScript",require:"clike",alias:"cfc",owner:"mjclemente"},chaiscript:{title:"ChaiScript",require:["clike","cpp"],owner:"RunDevelopment"},cil:{title:"CIL",owner:"sbrl"},cilkc:{title:"Cilk/C",require:"c",alias:"cilk-c",owner:"OpenCilk"},cilkcpp:{title:"Cilk/C++",require:"cpp",alias:["cilk-cpp","cilk"],owner:"OpenCilk"},clojure:{title:"Clojure",owner:"troglotit"},cmake:{title:"CMake",owner:"mjrogozinski"},cobol:{title:"COBOL",owner:"RunDevelopment"},coffeescript:{title:"CoffeeScript",require:"javascript",alias:"coffee",owner:"R-osey"},concurnas:{title:"Concurnas",alias:"conc",owner:"jasontatton"},csp:{title:"Content-Security-Policy",owner:"ScottHelme"},cooklang:{title:"Cooklang",owner:"ahue"},coq:{title:"Coq",owner:"RunDevelopment"},crystal:{title:"Crystal",require:"ruby",owner:"MakeNowJust"},"css-extras":{title:"CSS Extras",require:"css",modify:"css",owner:"milesj"},csv:{title:"CSV",owner:"RunDevelopment"},cue:{title:"CUE",owner:"RunDevelopment"},cypher:{title:"Cypher",owner:"RunDevelopment"},d:{title:"D",require:"clike",owner:"Golmote"},dart:{title:"Dart",require:"clike",owner:"Golmote"},dataweave:{title:"DataWeave",owner:"machaval"},dax:{title:"DAX",owner:"peterbud"},dhall:{title:"Dhall",owner:"RunDevelopment"},diff:{title:"Diff",owner:"uranusjr"},django:{title:"Django/Jinja2",require:"markup-templating",alias:"jinja2",owner:"romanvm"},"dns-zone-file":{title:"DNS zone file",owner:"RunDevelopment",alias:"dns-zone"},docker:{title:"Docker",alias:"dockerfile",owner:"JustinBeckwith"},dot:{title:"DOT (Graphviz)",alias:"gv",optional:"markup",owner:"RunDevelopment"},ebnf:{title:"EBNF",owner:"RunDevelopment"},editorconfig:{title:"EditorConfig",owner:"osipxd"},eiffel:{title:"Eiffel",owner:"Conaclos"},ejs:{title:"EJS",require:["javascript","markup-templating"],owner:"RunDevelopment",alias:"eta",aliasTitles:{eta:"Eta"}},elixir:{title:"Elixir",owner:"Golmote"},elm:{title:"Elm",owner:"zwilias"},etlua:{title:"Embedded Lua templating",require:["lua","markup-templating"],owner:"RunDevelopment"},erb:{title:"ERB",require:["ruby","markup-templating"],owner:"Golmote"},erlang:{title:"Erlang",owner:"Golmote"},"excel-formula":{title:"Excel Formula",alias:["xlsx","xls"],owner:"RunDevelopment"},fsharp:{title:"F#",require:"clike",owner:"simonreynolds7"},factor:{title:"Factor",owner:"catb0t"},false:{title:"False",owner:"edukisto"},"firestore-security-rules":{title:"Firestore security rules",require:"clike",owner:"RunDevelopment"},flow:{title:"Flow",require:"javascript",owner:"Golmote"},fortran:{title:"Fortran",owner:"Golmote"},ftl:{title:"FreeMarker Template Language",require:"markup-templating",owner:"RunDevelopment"},gml:{title:"GameMaker Language",alias:"gamemakerlanguage",require:"clike",owner:"LiarOnce"},gap:{title:"GAP (CAS)",owner:"RunDevelopment"},gcode:{title:"G-code",owner:"RunDevelopment"},gdscript:{title:"GDScript",owner:"RunDevelopment"},gedcom:{title:"GEDCOM",owner:"Golmote"},gettext:{title:"gettext",alias:"po",owner:"RunDevelopment"},gherkin:{title:"Gherkin",owner:"hason"},git:{title:"Git",owner:"lgiraudel"},glsl:{title:"GLSL",require:"c",owner:"Golmote"},gn:{title:"GN",alias:"gni",owner:"RunDevelopment"},"linker-script":{title:"GNU Linker Script",alias:"ld",owner:"RunDevelopment"},go:{title:"Go",require:"clike",owner:"arnehormann"},"go-module":{title:"Go module",alias:"go-mod",owner:"RunDevelopment"},gradle:{title:"Gradle",require:"clike",owner:"zeabdelkhalek-badido18"},graphql:{title:"GraphQL",optional:"markdown",owner:"Golmote"},groovy:{title:"Groovy",require:"clike",owner:"robfletcher"},haml:{title:"Haml",require:"ruby",optional:["css","css-extras","coffeescript","erb","javascript","less","markdown","scss","textile"],owner:"Golmote"},handlebars:{title:"Handlebars",require:"markup-templating",alias:["hbs","mustache"],aliasTitles:{mustache:"Mustache"},owner:"Golmote"},haskell:{title:"Haskell",alias:"hs",owner:"bholst"},haxe:{title:"Haxe",require:"clike",optional:"regex",owner:"Golmote"},hcl:{title:"HCL",owner:"outsideris"},hlsl:{title:"HLSL",require:"c",owner:"RunDevelopment"},hoon:{title:"Hoon",owner:"matildepark"},http:{title:"HTTP",optional:["csp","css","hpkp","hsts","javascript","json","markup","uri"],owner:"danielgtaylor"},hpkp:{title:"HTTP Public-Key-Pins",owner:"ScottHelme"},hsts:{title:"HTTP Strict-Transport-Security",owner:"ScottHelme"},ichigojam:{title:"IchigoJam",owner:"BlueCocoa"},icon:{title:"Icon",owner:"Golmote"},"icu-message-format":{title:"ICU Message Format",owner:"RunDevelopment"},idris:{title:"Idris",alias:"idr",owner:"KeenS",require:"haskell"},ignore:{title:".ignore",owner:"osipxd",alias:["gitignore","hgignore","npmignore"],aliasTitles:{gitignore:".gitignore",hgignore:".hgignore",npmignore:".npmignore"}},inform7:{title:"Inform 7",owner:"Golmote"},ini:{title:"Ini",owner:"aviaryan"},io:{title:"Io",owner:"AlesTsurko"},j:{title:"J",owner:"Golmote"},java:{title:"Java",require:"clike",owner:"sherblot"},javadoc:{title:"JavaDoc",require:["markup","java","javadoclike"],modify:"java",optional:"scala",owner:"RunDevelopment"},javadoclike:{title:"JavaDoc-like",modify:["java","javascript","php"],owner:"RunDevelopment"},javastacktrace:{title:"Java stack trace",owner:"RunDevelopment"},jexl:{title:"Jexl",owner:"czosel"},jolie:{title:"Jolie",require:"clike",owner:"thesave"},jq:{title:"JQ",owner:"RunDevelopment"},jsdoc:{title:"JSDoc",require:["javascript","javadoclike","typescript"],modify:"javascript",optional:["actionscript","coffeescript"],owner:"RunDevelopment"},"js-extras":{title:"JS Extras",require:"javascript",modify:"javascript",optional:["actionscript","coffeescript","flow","n4js","typescript"],owner:"RunDevelopment"},json:{title:"JSON",alias:"webmanifest",aliasTitles:{webmanifest:"Web App Manifest"},owner:"CupOfTea696"},json5:{title:"JSON5",require:"json",owner:"RunDevelopment"},jsonp:{title:"JSONP",require:"json",owner:"RunDevelopment"},jsstacktrace:{title:"JS stack trace",owner:"sbrl"},"js-templates":{title:"JS Templates",require:"javascript",modify:"javascript",optional:["css","css-extras","graphql","markdown","markup","sql"],owner:"RunDevelopment"},julia:{title:"Julia",owner:"cdagnino"},keepalived:{title:"Keepalived Configure",owner:"dev-itsheng"},keyman:{title:"Keyman",owner:"mcdurdin"},kotlin:{title:"Kotlin",alias:["kt","kts"],aliasTitles:{kts:"Kotlin Script"},require:"clike",owner:"Golmote"},kumir:{title:"KuMir (\u041a\u0443\u041c\u0438\u0440)",alias:"kum",owner:"edukisto"},kusto:{title:"Kusto",owner:"RunDevelopment"},latex:{title:"LaTeX",alias:["tex","context"],aliasTitles:{tex:"TeX",context:"ConTeXt"},owner:"japborst"},latte:{title:"Latte",require:["clike","markup-templating","php"],owner:"nette"},less:{title:"Less",require:"css",optional:"css-extras",owner:"Golmote"},lilypond:{title:"LilyPond",require:"scheme",alias:"ly",owner:"RunDevelopment"},liquid:{title:"Liquid",require:"markup-templating",owner:"cinhtau"},lisp:{title:"Lisp",alias:["emacs","elisp","emacs-lisp"],owner:"JuanCaicedo"},livescript:{title:"LiveScript",owner:"Golmote"},llvm:{title:"LLVM IR",owner:"porglezomp"},log:{title:"Log file",optional:"javastacktrace",owner:"RunDevelopment"},lolcode:{title:"LOLCODE",owner:"Golmote"},lua:{title:"Lua",owner:"Golmote"},magma:{title:"Magma (CAS)",owner:"RunDevelopment"},makefile:{title:"Makefile",owner:"Golmote"},markdown:{title:"Markdown",require:"markup",optional:"yaml",alias:"md",owner:"Golmote"},"markup-templating":{title:"Markup templating",require:"markup",owner:"Golmote"},mata:{title:"Mata",owner:"RunDevelopment"},matlab:{title:"MATLAB",owner:"Golmote"},maxscript:{title:"MAXScript",owner:"RunDevelopment"},mel:{title:"MEL",owner:"Golmote"},mermaid:{title:"Mermaid",owner:"RunDevelopment"},metafont:{title:"METAFONT",owner:"LaeriExNihilo"},mizar:{title:"Mizar",owner:"Golmote"},mongodb:{title:"MongoDB",owner:"airs0urce",require:"javascript"},monkey:{title:"Monkey",owner:"Golmote"},moonscript:{title:"MoonScript",alias:"moon",owner:"RunDevelopment"},n1ql:{title:"N1QL",owner:"TMWilds"},n4js:{title:"N4JS",require:"javascript",optional:"jsdoc",alias:"n4jsd",owner:"bsmith-n4"},"nand2tetris-hdl":{title:"Nand To Tetris HDL",owner:"stephanmax"},naniscript:{title:"Naninovel Script",owner:"Elringus",alias:"nani"},nasm:{title:"NASM",owner:"rbmj"},neon:{title:"NEON",owner:"nette"},nevod:{title:"Nevod",owner:"nezaboodka"},nginx:{title:"nginx",owner:"volado"},nim:{title:"Nim",owner:"Golmote"},nix:{title:"Nix",owner:"Golmote"},nsis:{title:"NSIS",owner:"idleberg"},objectivec:{title:"Objective-C",require:"c",alias:"objc",owner:"uranusjr"},ocaml:{title:"OCaml",owner:"Golmote"},odin:{title:"Odin",owner:"edukisto"},opencl:{title:"OpenCL",require:"c",modify:["c","cpp"],owner:"Milania1"},openqasm:{title:"OpenQasm",alias:"qasm",owner:"RunDevelopment"},oz:{title:"Oz",owner:"Golmote"},parigp:{title:"PARI/GP",owner:"Golmote"},parser:{title:"Parser",require:"markup",owner:"Golmote"},pascal:{title:"Pascal",alias:"objectpascal",aliasTitles:{objectpascal:"Object Pascal"},owner:"Golmote"},pascaligo:{title:"Pascaligo",owner:"DefinitelyNotAGoat"},psl:{title:"PATROL Scripting Language",owner:"bertysentry"},pcaxis:{title:"PC-Axis",alias:"px",owner:"RunDevelopment"},peoplecode:{title:"PeopleCode",alias:"pcode",owner:"RunDevelopment"},perl:{title:"Perl",owner:"Golmote"},php:{title:"PHP",require:"markup-templating",owner:"milesj"},phpdoc:{title:"PHPDoc",require:["php","javadoclike"],modify:"php",owner:"RunDevelopment"},"php-extras":{title:"PHP Extras",require:"php",modify:"php",owner:"milesj"},"plant-uml":{title:"PlantUML",alias:"plantuml",owner:"RunDevelopment"},plsql:{title:"PL/SQL",require:"sql",owner:"Golmote"},powerquery:{title:"PowerQuery",alias:["pq","mscript"],owner:"peterbud"},powershell:{title:"PowerShell",owner:"nauzilus"},processing:{title:"Processing",require:"clike",owner:"Golmote"},prolog:{title:"Prolog",owner:"Golmote"},promql:{title:"PromQL",owner:"arendjr"},properties:{title:".properties",owner:"Golmote"},protobuf:{title:"Protocol Buffers",require:"clike",owner:"just-boris"},pug:{title:"Pug",require:["markup","javascript"],optional:["coffeescript","ejs","handlebars","less","livescript","markdown","scss","stylus","twig"],owner:"Golmote"},puppet:{title:"Puppet",owner:"Golmote"},pure:{title:"Pure",optional:["c","cpp","fortran"],owner:"Golmote"},purebasic:{title:"PureBasic",require:"clike",alias:"pbfasm",owner:"HeX0R101"},purescript:{title:"PureScript",require:"haskell",alias:"purs",owner:"sriharshachilakapati"},python:{title:"Python",alias:"py",owner:"multipetros"},qsharp:{title:"Q#",require:"clike",alias:"qs",owner:"fedonman"},q:{title:"Q (kdb+ database)",owner:"Golmote"},qml:{title:"QML",require:"javascript",owner:"RunDevelopment"},qore:{title:"Qore",require:"clike",owner:"temnroegg"},r:{title:"R",owner:"Golmote"},racket:{title:"Racket",require:"scheme",alias:"rkt",owner:"RunDevelopment"},cshtml:{title:"Razor C#",alias:"razor",require:["markup","csharp"],optional:["css","css-extras","javascript","js-extras"],owner:"RunDevelopment"},jsx:{title:"React JSX",require:["markup","javascript"],optional:["jsdoc","js-extras","js-templates"],owner:"vkbansal"},tsx:{title:"React TSX",require:["jsx","typescript"]},reason:{title:"Reason",require:"clike",owner:"Golmote"},regex:{title:"Regex",owner:"RunDevelopment"},rego:{title:"Rego",owner:"JordanSh"},renpy:{title:"Ren'py",alias:"rpy",owner:"HyuchiaDiego"},rescript:{title:"ReScript",alias:"res",owner:"vmarcosp"},rest:{title:"reST (reStructuredText)",owner:"Golmote"},rip:{title:"Rip",owner:"ravinggenius"},roboconf:{title:"Roboconf",owner:"Golmote"},robotframework:{title:"Robot Framework",alias:"robot",owner:"RunDevelopment"},ruby:{title:"Ruby",require:"clike",alias:"rb",owner:"samflores"},rust:{title:"Rust",owner:"Golmote"},sas:{title:"SAS",optional:["groovy","lua","sql"],owner:"Golmote"},sass:{title:"Sass (Sass)",require:"css",optional:"css-extras",owner:"Golmote"},scss:{title:"Sass (SCSS)",require:"css",optional:"css-extras",owner:"MoOx"},scala:{title:"Scala",require:"java",owner:"jozic"},scheme:{title:"Scheme",owner:"bacchus123"},"shell-session":{title:"Shell session",require:"bash",alias:["sh-session","shellsession"],owner:"RunDevelopment"},smali:{title:"Smali",owner:"RunDevelopment"},smalltalk:{title:"Smalltalk",owner:"Golmote"},smarty:{title:"Smarty",require:"markup-templating",optional:"php",owner:"Golmote"},sml:{title:"SML",alias:"smlnj",aliasTitles:{smlnj:"SML/NJ"},owner:"RunDevelopment"},solidity:{title:"Solidity (Ethereum)",alias:"sol",require:"clike",owner:"glachaud"},"solution-file":{title:"Solution file",alias:"sln",owner:"RunDevelopment"},soy:{title:"Soy (Closure Template)",require:"markup-templating",owner:"Golmote"},sparql:{title:"SPARQL",require:"turtle",owner:"Triply-Dev",alias:"rq"},"splunk-spl":{title:"Splunk SPL",owner:"RunDevelopment"},sqf:{title:"SQF: Status Quo Function (Arma 3)",require:"clike",owner:"RunDevelopment"},sql:{title:"SQL",owner:"multipetros"},squirrel:{title:"Squirrel",require:"clike",owner:"RunDevelopment"},stan:{title:"Stan",owner:"RunDevelopment"},stata:{title:"Stata Ado",require:["mata","java","python"],owner:"RunDevelopment"},iecst:{title:"Structured Text (IEC 61131-3)",owner:"serhioromano"},stylus:{title:"Stylus",owner:"vkbansal"},supercollider:{title:"SuperCollider",alias:"sclang",owner:"RunDevelopment"},swift:{title:"Swift",owner:"chrischares"},systemd:{title:"Systemd configuration file",owner:"RunDevelopment"},"t4-templating":{title:"T4 templating",owner:"RunDevelopment"},"t4-cs":{title:"T4 Text Templates (C#)",require:["t4-templating","csharp"],alias:"t4",owner:"RunDevelopment"},"t4-vb":{title:"T4 Text Templates (VB)",require:["t4-templating","vbnet"],owner:"RunDevelopment"},tap:{title:"TAP",owner:"isaacs",require:"yaml"},tcl:{title:"Tcl",owner:"PeterChaplin"},tt2:{title:"Template Toolkit 2",require:["clike","markup-templating"],owner:"gflohr"},textile:{title:"Textile",require:"markup",optional:"css",owner:"Golmote"},toml:{title:"TOML",owner:"RunDevelopment"},tremor:{title:"Tremor",alias:["trickle","troy"],owner:"darach",aliasTitles:{trickle:"trickle",troy:"troy"}},turtle:{title:"Turtle",alias:"trig",aliasTitles:{trig:"TriG"},owner:"jakubklimek"},twig:{title:"Twig",require:"markup-templating",owner:"brandonkelly"},typescript:{title:"TypeScript",require:"javascript",optional:"js-templates",alias:"ts",owner:"vkbansal"},typoscript:{title:"TypoScript",alias:"tsconfig",aliasTitles:{tsconfig:"TSConfig"},owner:"dkern"},unrealscript:{title:"UnrealScript",alias:["uscript","uc"],owner:"RunDevelopment"},uorazor:{title:"UO Razor Script",owner:"jaseowns"},uri:{title:"URI",alias:"url",aliasTitles:{url:"URL"},owner:"RunDevelopment"},v:{title:"V",require:"clike",owner:"taggon"},vala:{title:"Vala",require:"clike",optional:"regex",owner:"TemplarVolk"},vbnet:{title:"VB.Net",require:"basic",owner:"Bigsby"},velocity:{title:"Velocity",require:"markup",owner:"Golmote"},verilog:{title:"Verilog",owner:"a-rey"},vhdl:{title:"VHDL",owner:"a-rey"},vim:{title:"vim",owner:"westonganger"},"visual-basic":{title:"Visual Basic",alias:["vb","vba"],aliasTitles:{vba:"VBA"},owner:"Golmote"},warpscript:{title:"WarpScript",owner:"RunDevelopment"},wasm:{title:"WebAssembly",owner:"Golmote"},"web-idl":{title:"Web IDL",alias:"webidl",owner:"RunDevelopment"},wgsl:{title:"WGSL",owner:"Dr4gonthree"},wiki:{title:"Wiki markup",require:"markup",owner:"Golmote"},wolfram:{title:"Wolfram language",alias:["mathematica","nb","wl"],aliasTitles:{mathematica:"Mathematica",nb:"Mathematica Notebook"},owner:"msollami"},wren:{title:"Wren",owner:"clsource"},xeora:{title:"Xeora",require:"markup",alias:"xeoracube",aliasTitles:{xeoracube:"XeoraCube"},owner:"freakmaxi"},"xml-doc":{title:"XML doc (.net)",require:"markup",modify:["csharp","fsharp","vbnet"],owner:"RunDevelopment"},xojo:{title:"Xojo (REALbasic)",owner:"Golmote"},xquery:{title:"XQuery",require:"markup",owner:"Golmote"},yaml:{title:"YAML",alias:"yml",owner:"hason"},yang:{title:"YANG",owner:"RunDevelopment"},zig:{title:"Zig",owner:"RunDevelopment"}},plugins:{meta:{path:"plugins/{id}/prism-{id}",link:"plugins/{id}/"},"line-highlight":{title:"Line Highlight",description:"Highlights specific lines and/or line ranges."},"line-numbers":{title:"Line Numbers",description:"Line number at the beginning of code lines.",owner:"kuba-kubula"},"show-invisibles":{title:"Show Invisibles",description:"Show hidden characters such as tabs and line breaks.",optional:["autolinker","data-uri-highlight"]},autolinker:{title:"Autolinker",description:"Converts URLs and emails in code to clickable links. Parses Markdown links in comments."},wpd:{title:"WebPlatform Docs",description:'Makes tokens link to WebPlatform.org documentation. The links open in a new tab.'},"custom-class":{title:"Custom Class",description:"This plugin allows you to prefix Prism's default classes (.comment can become .namespace--comment) or replace them with your defined ones (like .editor__comment). You can even add new classes.",owner:"dvkndn",noCSS:!0},"file-highlight":{title:"File Highlight",description:"Fetch external files and highlight them with Prism. Used on the Prism website itself.",noCSS:!0},"show-language":{title:"Show Language",description:"Display the highlighted language in code blocks (inline code does not show the label).",owner:"nauzilus",noCSS:!0,require:"toolbar"},"jsonp-highlight":{title:"JSONP Highlight",description:"Fetch content with JSONP and highlight some interesting content (e.g. GitHub/Gists or Bitbucket API).",noCSS:!0,owner:"nauzilus"},"highlight-keywords":{title:"Highlight Keywords",description:"Adds special CSS classes for each keyword for fine-grained highlighting.",owner:"vkbansal",noCSS:!0},"remove-initial-line-feed":{title:"Remove initial line feed",description:"Removes the initial line feed in code blocks.",owner:"Golmote",noCSS:!0},"inline-color":{title:"Inline color",description:"Adds a small inline preview for colors in style sheets.",require:"css-extras",owner:"RunDevelopment"},previewers:{title:"Previewers",description:"Previewers for angles, colors, gradients, easing and time.",require:"css-extras",owner:"Golmote"},autoloader:{title:"Autoloader",description:"Automatically loads the needed languages to highlight the code blocks.",owner:"Golmote",noCSS:!0},"keep-markup":{title:"Keep Markup",description:"Prevents custom markup from being dropped out during highlighting.",owner:"Golmote",optional:"normalize-whitespace",noCSS:!0},"command-line":{title:"Command Line",description:"Display a command line with a prompt and, optionally, the output/response from the commands.",owner:"chriswells0"},"unescaped-markup":{title:"Unescaped Markup",description:"Write markup without having to escape anything."},"normalize-whitespace":{title:"Normalize Whitespace",description:"Supports multiple operations to normalize whitespace in code blocks.",owner:"zeitgeist87",optional:"unescaped-markup",noCSS:!0},"data-uri-highlight":{title:"Data-URI Highlight",description:"Highlights data-URI contents.",owner:"Golmote",noCSS:!0},toolbar:{title:"Toolbar",description:"Attach a toolbar for plugins to easily register buttons on the top of a code block.",owner:"mAAdhaTTah"},"copy-to-clipboard":{title:"Copy to Clipboard Button",description:"Add a button that copies the code block to the clipboard when clicked.",owner:"mAAdhaTTah",require:"toolbar",noCSS:!0},"download-button":{title:"Download Button",description:"A button in the toolbar of a code block adding a convenient way to download a code file.",owner:"Golmote",require:"toolbar",noCSS:!0},"match-braces":{title:"Match braces",description:"Highlights matching braces.",owner:"RunDevelopment"},"diff-highlight":{title:"Diff Highlight",description:"Highlights the code inside diff blocks.",owner:"RunDevelopment",require:"diff"},"filter-highlight-all":{title:"Filter highlightAll",description:"Filters the elements the highlightAll and highlightAllUnder methods actually highlight.",owner:"RunDevelopment",noCSS:!0},treeview:{title:"Treeview",description:"A language with special styles to highlight file system tree structures.",owner:"Golmote"}}})},2885:(e,t,n)=>{const r=n(9901),a=n(9642),o=new Set;function i(e){void 0===e?e=Object.keys(r.languages).filter((e=>"meta"!=e)):Array.isArray(e)||(e=[e]);const t=[...o,...Object.keys(Prism.languages)];a(r,e,t).load((e=>{if(!(e in r.languages))return void(i.silent||console.warn("Language does not exist: "+e));const t="./prism-"+e;delete n.c[n(6500).resolve(t)],delete Prism.languages[e],n(6500)(t),o.add(e)}))}i.silent=!1,e.exports=i},6854:()=>{!function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,r,a,o){if(n.language===r){var i=n.tokenStack=[];n.code=n.code.replace(a,(function(e){if("function"==typeof o&&!o(e))return e;for(var a,l=i.length;-1!==n.code.indexOf(a=t(r,l));)++l;return i[l]=e,a})),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,r){if(n.language===r&&n.tokenStack){n.grammar=e.languages[r];var a=0,o=Object.keys(n.tokenStack);!function i(l){for(var s=0;s=o.length);s++){var c=l[s];if("string"==typeof c||c.content&&"string"==typeof c.content){var u=o[a],d=n.tokenStack[u],p="string"==typeof c?c:c.content,f=t(r,u),h=p.indexOf(f);if(h>-1){++a;var m=p.substring(0,h),g=new e.Token(r,e.tokenize(d,n.grammar),"language-"+r,d),b=p.substring(h+f.length),y=[];m&&y.push.apply(y,i([m])),y.push(g),b&&y.push.apply(y,i([b])),"string"==typeof c?l.splice.apply(l,[s,1].concat(y)):c.content=y}}else c.content&&i(c.content)}return l}(n.tokens)}}}})}(Prism)},6726:(e,t,n)=>{var r={"./":2885};function a(e){var t=o(e);return n(t)}function o(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}a.keys=function(){return Object.keys(r)},a.resolve=o,e.exports=a,a.id=6726},6500:(e,t,n)=>{var r={"./":2885};function a(e){var t=o(e);return n(t)}function o(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}a.keys=function(){return Object.keys(r)},a.resolve=o,e.exports=a,a.id=6500},9642:e=>{"use strict";var t=function(){var e=function(){};function t(e,t){Array.isArray(e)?e.forEach(t):null!=e&&t(e,0)}function n(e){for(var t={},n=0,r=e.length;n "));var l={},s=e[r];if(s){function c(t){if(!(t in e))throw new Error(r+" depends on an unknown component "+t);if(!(t in l))for(var i in a(t,o),l[t]=!0,n[t])l[i]=!0}t(s.require,c),t(s.optional,c),t(s.modify,c)}n[r]=l,o.pop()}}return function(e){var t=n[e];return t||(a(e,r),t=n[e]),t}}function a(e){for(var t in e)return!0;return!1}return function(o,i,l){var s=function(e){var t={};for(var n in e){var r=e[n];for(var a in r)if("meta"!=a){var o=r[a];t[a]="string"==typeof o?{title:o}:o}}return t}(o),c=function(e){var n;return function(r){if(r in e)return r;if(!n)for(var a in n={},e){var o=e[a];t(o&&o.alias,(function(t){if(t in n)throw new Error(t+" cannot be alias for both "+a+" and "+n[t]);if(t in e)throw new Error(t+" cannot be alias of "+a+" because it is a component.");n[t]=a}))}return n[r]||r}}(s);i=i.map(c),l=(l||[]).map(c);var u=n(i),d=n(l);i.forEach((function e(n){var r=s[n];t(r&&r.require,(function(t){t in d||(u[t]=!0,e(t))}))}));for(var p,f=r(s),h=u;a(h);){for(var m in p={},h){var g=s[m];t(g&&g.modify,(function(e){e in d&&(p[e]=!0)}))}for(var b in d)if(!(b in u))for(var y in f(b))if(y in u){p[b]=!0;break}for(var v in h=p)u[v]=!0}var w={getIds:function(){var e=[];return w.load((function(t){e.push(t)})),e},load:function(t,n){return function(t,n,r,a){var o=a?a.series:void 0,i=a?a.parallel:e,l={},s={};function c(e){if(e in l)return l[e];s[e]=!0;var a,u=[];for(var d in t(e))d in n&&u.push(d);if(0===u.length)a=r(e);else{var p=i(u.map((function(e){var t=c(e);return delete s[e],t})));o?a=o(p,(function(){return r(e)})):r(e)}return l[e]=a}for(var u in n)c(u);var d=[];for(var p in s)d.push(l[p]);return i(d)}(f,u,t,n)}};return w}}();e.exports=t},2703:(e,t,n)=>{"use strict";var r=n(414);function a(){}function o(){}o.resetWarningCache=a,e.exports=function(){function e(e,t,n,a,o,i){if(i!==r){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:a};return n.PropTypes=n,n}},5697:(e,t,n)=>{e.exports=n(2703)()},414:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},4448:(e,t,n)=>{"use strict";var r=n(7294),a=n(3840);function o(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n