diff --git a/src/docs/release-notes/R18/R18.mdx b/src/docs/release-notes/R18/R18.mdx new file mode 100644 index 000000000..ee588ea75 --- /dev/null +++ b/src/docs/release-notes/R18/R18.mdx @@ -0,0 +1,10 @@ +### Stickersheet Components + +- Rewired all the components using Figma's newly-released variants and auto-layout +- Added images, tiles and patterns +- Added more components (badges, dialogs, form controls, icon buttons, menus, side sheets, steppers and toggle buttons) +- Reorganized the stickersheet structure + +### Documentation Site + +- Updated [the iconography page](/style/iconography) to enable users to download icons and search by tag names diff --git a/src/docs/release-notes/R18/Summary.mdx b/src/docs/release-notes/R18/Summary.mdx new file mode 100644 index 000000000..a0990367e --- /dev/null +++ b/src/docs/release-notes/R18/Summary.mdx @@ -0,0 +1 @@ +TBD diff --git a/src/docs/release-notes/index.tsx b/src/docs/release-notes/index.tsx index 6e2e8e443..4ef6a00aa 100644 --- a/src/docs/release-notes/index.tsx +++ b/src/docs/release-notes/index.tsx @@ -1,6 +1,7 @@ import React from 'react'; // Full Release Notes +import R18 from './R18/R18.mdx'; import R17 from './R17/R17.mdx'; import R16 from './R16/R16.mdx'; import R15 from './R15/R15.mdx'; @@ -14,6 +15,7 @@ import R8 from './R8/R8.mdx'; import R7 from './R7/R7.mdx'; // Summaries (for Landing Page) +import R18Summary from './R18/Summary.mdx'; import R17Summary from './R17/Summary.mdx'; import R16Summary from './R16/Summary.mdx'; import R15Summary from './R15/Summary.mdx'; @@ -34,6 +36,13 @@ export type ReleaseInfo = { summary: JSX.Element; }; const Releases: ReleaseInfo[] = [ + { + title: 'R18', + date: 'December 2020', + version: '2.3.6', + details: , + summary: , + }, { title: 'R17', date: 'September 2020',