From 3a27c0528ca1a24f3ba687393b1c266a2a1b107e Mon Sep 17 00:00:00 2001 From: Brigette Lundeen Date: Mon, 11 Feb 2019 16:39:57 -0800 Subject: [PATCH 1/3] moving Color Palette sidebar link to prototypes section to only show locally --- docs/src/components/Sidebar/Sidebar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/components/Sidebar/Sidebar.tsx b/docs/src/components/Sidebar/Sidebar.tsx index 02853c35df..26469f640b 100644 --- a/docs/src/components/Sidebar/Sidebar.tsx +++ b/docs/src/components/Sidebar/Sidebar.tsx @@ -225,9 +225,6 @@ class Sidebar extends React.Component { Introduction - - Color Palette - Shorthand Props @@ -327,6 +324,9 @@ class Sidebar extends React.Component { > Important and mention messages + + Color Palette + )} From c2c5c551f4bc2a2cee8b346bb470e15dcacf9670 Mon Sep 17 00:00:00 2001 From: Brigette Lundeen Date: Mon, 11 Feb 2019 16:45:30 -0800 Subject: [PATCH 2/3] adding changelog entry - do i need one for this?? --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f269619b3..4b1bc916e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Focus the last focused element which triggered `Popup` on ESC @sophieH29 ([#861](https://github.com/stardust-ui/react/pull/861)) - Changing the focus zone to embed for gridBehavior @kolaps33 ([#844] (https://github.com/stardust-ui/react/pull/844)) - Add polyfills to correctly work in IE11 @layershifter ([#868](https://github.com/stardust-ui/react/pull/868)) +- Move color palette link to prototypes section @codepretty ([#884](https://github.com/stardust-ui/react/pull/884)) ### Documentation - Add screener with steps testing documentation @silviuavram ([#856](https://github.com/stardust-ui/react/pull/856)) From 3994d31071cf7e0a6e4c3b51918509b348bc6bd8 Mon Sep 17 00:00:00 2001 From: Brigette Lundeen Date: Tue, 12 Feb 2019 09:46:54 -0800 Subject: [PATCH 3/3] move changlog entry to documentation section --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b1bc916e0..a6014b9cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,10 +31,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Focus the last focused element which triggered `Popup` on ESC @sophieH29 ([#861](https://github.com/stardust-ui/react/pull/861)) - Changing the focus zone to embed for gridBehavior @kolaps33 ([#844] (https://github.com/stardust-ui/react/pull/844)) - Add polyfills to correctly work in IE11 @layershifter ([#868](https://github.com/stardust-ui/react/pull/868)) -- Move color palette link to prototypes section @codepretty ([#884](https://github.com/stardust-ui/react/pull/884)) ### Documentation - Add screener with steps testing documentation @silviuavram ([#856](https://github.com/stardust-ui/react/pull/856)) +- Move color palette link to prototypes section @codepretty ([#884](https://github.com/stardust-ui/react/pull/884)) ## [v0.20.0](https://github.com/stardust-ui/react/tree/v0.20.0) (2019-02-06)