From 649a716d31d32768c7157c0b626b1c0d87ccba4d Mon Sep 17 00:00:00 2001 From: huayunh Date: Tue, 22 Dec 2020 20:44:52 -0500 Subject: [PATCH 1/2] Add files to summarize efforts on the design side --- src/docs/release-notes/R18/R18.mdx | 10 ++++++++++ src/docs/release-notes/R18/Summary.mdx | 1 + 2 files changed, 11 insertions(+) create mode 100644 src/docs/release-notes/R18/R18.mdx create mode 100644 src/docs/release-notes/R18/Summary.mdx 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 From 885249d504987cd2dcff6ae0e35621ebe72e9de4 Mon Sep 17 00:00:00 2001 From: huayunh Date: Tue, 22 Dec 2020 20:47:31 -0500 Subject: [PATCH 2/2] Add R18 notes to the queue --- src/docs/release-notes/index.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) 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',