From f752fd69eee57f743acd2654addc39baaece8dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Rameau?= <111998351+DanielleRameau@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:22:49 +0200 Subject: [PATCH 01/12] Update whats-new.md --- website/src/categories/whats-new.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/website/src/categories/whats-new.md b/website/src/categories/whats-new.md index 6e546d263b..5b4f5fdcb5 100644 --- a/website/src/categories/whats-new.md +++ b/website/src/categories/whats-new.md @@ -21,6 +21,34 @@ eleventyNavigation:
+## Enhancements and Insights: New Components, Bug Fixes, Styling, and Workshops +June 2024 + +### New components +- format date component +- search field +- button bar + +### Bug fixes in several components +- checkbox +- avatar +- tabs +- tooltip +- accordion +- select +- spinner +- switch + +### Styling updates in: +- dialog +- warning color palettes + +### Data Grid Workshop +We recently conducted a workshop with all UX designers across our products to define the requirements for our data grid. It marked our first large-scale collaboration on a common component, which was a great experience. Together, we identified the core functionalities of our data grid. Currently, the SL Design System team is in the process of planning the design and development of these features. + +### Combobox survey +We sent out a survey to gather input from all UX Designers to define the core functionalities of our combobox. The SL Design System is currently developing the basic design and will incorporate additional features based on any essential requirements identified by the CFAs for our combobox component. + ## Version 1.0 Milestone, Developer-Focused Enhancements, and Issue Tracking May 2024 From 0504727b2b5357f2339d3b1f13034464ce4b8c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Rameau?= <111998351+DanielleRameau@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:30:23 +0200 Subject: [PATCH 02/12] Update whats-new.md --- website/src/categories/whats-new.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/src/categories/whats-new.md b/website/src/categories/whats-new.md index 5b4f5fdcb5..bcdfbabe8e 100644 --- a/website/src/categories/whats-new.md +++ b/website/src/categories/whats-new.md @@ -9,7 +9,7 @@ eleventyNavigation:

{{title}}

- Find out what's happening world of Sanoma Learing Design System. + Find out what's happening in the world of Sanoma Learing Design System.

@@ -25,12 +25,12 @@ eleventyNavigation: June 2024 ### New components -- format date component -- search field -- button bar +- [format date component](https://storybook.sanomalearning.design/?path=/story/utilities-format-date--basic&args=dateStyle:medium;locale:en-GB;month:2-digit) +- [search field] (/categories/components/search-field/usage/) +- [button bar] (/categories/components/button-bar/usage/) ### Bug fixes in several components -- checkbox +- [checkbox] (https://github.com/sl-design-system/components/blob/main/packages/components/checkbox/CHANGELOG.md) - avatar - tabs - tooltip From 6aa8ccf74b775777f70dd6ecb1b70b7db79277de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Rameau?= <111998351+DanielleRameau@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:30:52 +0200 Subject: [PATCH 03/12] Update whats-new.md --- website/src/categories/whats-new.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/categories/whats-new.md b/website/src/categories/whats-new.md index bcdfbabe8e..f5dcf6ef47 100644 --- a/website/src/categories/whats-new.md +++ b/website/src/categories/whats-new.md @@ -26,11 +26,11 @@ eleventyNavigation: ### New components - [format date component](https://storybook.sanomalearning.design/?path=/story/utilities-format-date--basic&args=dateStyle:medium;locale:en-GB;month:2-digit) -- [search field] (/categories/components/search-field/usage/) -- [button bar] (/categories/components/button-bar/usage/) +- [search field](/categories/components/search-field/usage/) +- [button bar](/categories/components/button-bar/usage/) ### Bug fixes in several components -- [checkbox] (https://github.com/sl-design-system/components/blob/main/packages/components/checkbox/CHANGELOG.md) +- [checkbox](https://github.com/sl-design-system/components/blob/main/packages/components/checkbox/CHANGELOG.md) - avatar - tabs - tooltip From 5642da440e65ce34dade916c90fa39460ec9fd84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Rameau?= <111998351+DanielleRameau@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:34:22 +0200 Subject: [PATCH 04/12] Update whats-new.md --- website/src/categories/whats-new.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/website/src/categories/whats-new.md b/website/src/categories/whats-new.md index f5dcf6ef47..95642c3704 100644 --- a/website/src/categories/whats-new.md +++ b/website/src/categories/whats-new.md @@ -30,14 +30,14 @@ eleventyNavigation: - [button bar](/categories/components/button-bar/usage/) ### Bug fixes in several components -- [checkbox](https://github.com/sl-design-system/components/blob/main/packages/components/checkbox/CHANGELOG.md) -- avatar -- tabs -- tooltip -- accordion -- select -- spinner -- switch +- [checkbox](/components/blob/main/packages/components/checkbox/CHANGELOG.md) +- [avatar](/components/blob/main/packages/components/avatar/CHANGELOG.md) +- [tabs](/components/blob/main/packages/components/tabs/CHANGELOG.md) +- [tooltip](components/blob/main/packages/components/tooltip/CHANGELOG.md) +- [accordion](components/blob/main/packages/components/accordion/CHANGELOG.md) +- [select](/components/blob/main/packages/components/select/CHANGELOG.md) +- [spinner](/components/blob/main/packages/components/spinner/CHANGELOG.md) +- [switch](/components/blob/main/packages/components/switch/CHANGELOG.md) ### Styling updates in: - dialog From c5c37776876c331e651c1df281c77f3a401c97bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Rameau?= <111998351+DanielleRameau@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:36:53 +0200 Subject: [PATCH 05/12] Update whats-new.md --- website/src/categories/whats-new.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/categories/whats-new.md b/website/src/categories/whats-new.md index 95642c3704..771d05725f 100644 --- a/website/src/categories/whats-new.md +++ b/website/src/categories/whats-new.md @@ -39,9 +39,9 @@ eleventyNavigation: - [spinner](/components/blob/main/packages/components/spinner/CHANGELOG.md) - [switch](/components/blob/main/packages/components/switch/CHANGELOG.md) -### Styling updates in: -- dialog -- warning color palettes +### Styling updates in +- [dialog](/components/blob/main/packages/components/dialog/CHANGELOG.md) +- warning color palettes for Sanoma Learning and Editorial suite (see Figma) ### Data Grid Workshop We recently conducted a workshop with all UX designers across our products to define the requirements for our data grid. It marked our first large-scale collaboration on a common component, which was a great experience. Together, we identified the core functionalities of our data grid. Currently, the SL Design System team is in the process of planning the design and development of these features. From ab81f9398c83d882670948d212487d733ec37cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Rameau?= <111998351+DanielleRameau@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:40:55 +0200 Subject: [PATCH 06/12] Update whats-new.md --- website/src/categories/whats-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/categories/whats-new.md b/website/src/categories/whats-new.md index 771d05725f..3f9dc97af1 100644 --- a/website/src/categories/whats-new.md +++ b/website/src/categories/whats-new.md @@ -41,7 +41,7 @@ eleventyNavigation: ### Styling updates in - [dialog](/components/blob/main/packages/components/dialog/CHANGELOG.md) -- warning color palettes for Sanoma Learning and Editorial suite (see Figma) +- [Updated warning color palettes for Sanoma Learning and Editorial suite](https://storybook.sanomalearning.design/?path=/story/components-button--all) (this change impacts the styling of multiple components) ### Data Grid Workshop We recently conducted a workshop with all UX designers across our products to define the requirements for our data grid. It marked our first large-scale collaboration on a common component, which was a great experience. Together, we identified the core functionalities of our data grid. Currently, the SL Design System team is in the process of planning the design and development of these features. From 49c8e21061858f7a8bfcc08930f353781643e7e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Rameau?= <111998351+DanielleRameau@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:41:30 +0200 Subject: [PATCH 07/12] Update whats-new.md --- website/src/categories/whats-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/categories/whats-new.md b/website/src/categories/whats-new.md index 3f9dc97af1..e6c6a0990b 100644 --- a/website/src/categories/whats-new.md +++ b/website/src/categories/whats-new.md @@ -41,7 +41,7 @@ eleventyNavigation: ### Styling updates in - [dialog](/components/blob/main/packages/components/dialog/CHANGELOG.md) -- [Updated warning color palettes for Sanoma Learning and Editorial suite](https://storybook.sanomalearning.design/?path=/story/components-button--all) (this change impacts the styling of multiple components) +- [warning color palettes of Sanoma Learning and Editorial suite](https://storybook.sanomalearning.design/?path=/story/components-button--all) (this change impacts the styling of multiple components) ### Data Grid Workshop We recently conducted a workshop with all UX designers across our products to define the requirements for our data grid. It marked our first large-scale collaboration on a common component, which was a great experience. Together, we identified the core functionalities of our data grid. Currently, the SL Design System team is in the process of planning the design and development of these features. From 3d40d29891a6812657d3b9f7e13366000c6dfe11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Rameau?= <111998351+DanielleRameau@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:51:41 +0200 Subject: [PATCH 08/12] Update whats-new.md --- website/src/categories/whats-new.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/src/categories/whats-new.md b/website/src/categories/whats-new.md index e6c6a0990b..d4ccd44c5b 100644 --- a/website/src/categories/whats-new.md +++ b/website/src/categories/whats-new.md @@ -25,9 +25,10 @@ eleventyNavigation: June 2024 ### New components -- [format date component](https://storybook.sanomalearning.design/?path=/story/utilities-format-date--basic&args=dateStyle:medium;locale:en-GB;month:2-digit) -- [search field](/categories/components/search-field/usage/) -- [button bar](/categories/components/button-bar/usage/) +- [format date component](https://storybook.sanomalearning.design/?path=/story/utilities-format-date--basic&args=dateStyle:medium;locale:en-GB;month:2-digit) (draft) +- [search field](/categories/components/search-field/usage/) (preview) +- [button bar](/categories/components/button-bar/usage/) (stable) +- [emoji browser](https://storybook.sanomalearning.design/?path=/story/components-emoji-browser--basic&globals=viewport:default) (draft) ### Bug fixes in several components - [checkbox](/components/blob/main/packages/components/checkbox/CHANGELOG.md) From a9e265720761aaafcdc44ea3bd79870155938a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Rameau?= <111998351+DanielleRameau@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:53:57 +0200 Subject: [PATCH 09/12] Update whats-new.md --- website/src/categories/whats-new.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/categories/whats-new.md b/website/src/categories/whats-new.md index d4ccd44c5b..0b1f7e9ebe 100644 --- a/website/src/categories/whats-new.md +++ b/website/src/categories/whats-new.md @@ -49,6 +49,10 @@ We recently conducted a workshop with all UX designers across our products to de ### Combobox survey We sent out a survey to gather input from all UX Designers to define the core functionalities of our combobox. The SL Design System is currently developing the basic design and will incorporate additional features based on any essential requirements identified by the CFAs for our combobox component. + +
+ +
## Version 1.0 Milestone, Developer-Focused Enhancements, and Issue Tracking May 2024 From f55ada0c7afb69e0361d4879ddc03dd096c1edde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Rameau?= <111998351+DanielleRameau@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:00:52 +0200 Subject: [PATCH 10/12] Update whats-new.md --- website/src/categories/whats-new.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/website/src/categories/whats-new.md b/website/src/categories/whats-new.md index 0b1f7e9ebe..2d371f6e15 100644 --- a/website/src/categories/whats-new.md +++ b/website/src/categories/whats-new.md @@ -9,7 +9,7 @@ eleventyNavigation:

{{title}}

- Find out what's happening in the world of Sanoma Learing Design System. + Find out what's happening in the world of Sanoma Learning Design System.

@@ -25,20 +25,20 @@ eleventyNavigation: June 2024 ### New components -- [format date component](https://storybook.sanomalearning.design/?path=/story/utilities-format-date--basic&args=dateStyle:medium;locale:en-GB;month:2-digit) (draft) -- [search field](/categories/components/search-field/usage/) (preview) - [button bar](/categories/components/button-bar/usage/) (stable) - [emoji browser](https://storybook.sanomalearning.design/?path=/story/components-emoji-browser--basic&globals=viewport:default) (draft) +- [format date component](https://storybook.sanomalearning.design/?path=/story/utilities-format-date--basic&args=dateStyle:medium;locale:en-GB;month:2-digit) (draft) +- [search field](/categories/components/search-field/usage/) (preview) ### Bug fixes in several components -- [checkbox](/components/blob/main/packages/components/checkbox/CHANGELOG.md) -- [avatar](/components/blob/main/packages/components/avatar/CHANGELOG.md) -- [tabs](/components/blob/main/packages/components/tabs/CHANGELOG.md) -- [tooltip](components/blob/main/packages/components/tooltip/CHANGELOG.md) - [accordion](components/blob/main/packages/components/accordion/CHANGELOG.md) +- [avatar](/components/blob/main/packages/components/avatar/CHANGELOG.md) +- [checkbox](/components/blob/main/packages/components/checkbox/CHANGELOG.md) - [select](/components/blob/main/packages/components/select/CHANGELOG.md) - [spinner](/components/blob/main/packages/components/spinner/CHANGELOG.md) - [switch](/components/blob/main/packages/components/switch/CHANGELOG.md) +- [tabs](/components/blob/main/packages/components/tabs/CHANGELOG.md) +- [tooltip](components/blob/main/packages/components/tooltip/CHANGELOG.md) ### Styling updates in - [dialog](/components/blob/main/packages/components/dialog/CHANGELOG.md) From 407b8d8aad0ae14acfa9f1c922c976601c3064bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Rameau?= <111998351+DanielleRameau@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:50:33 +0200 Subject: [PATCH 11/12] Update whats-new.md --- website/src/categories/whats-new.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/src/categories/whats-new.md b/website/src/categories/whats-new.md index 2d371f6e15..c03a335316 100644 --- a/website/src/categories/whats-new.md +++ b/website/src/categories/whats-new.md @@ -25,10 +25,10 @@ eleventyNavigation: June 2024 ### New components -- [button bar](/categories/components/button-bar/usage/) (stable) -- [emoji browser](https://storybook.sanomalearning.design/?path=/story/components-emoji-browser--basic&globals=viewport:default) (draft) -- [format date component](https://storybook.sanomalearning.design/?path=/story/utilities-format-date--basic&args=dateStyle:medium;locale:en-GB;month:2-digit) (draft) -- [search field](/categories/components/search-field/usage/) (preview) +- [button bar](/categories/components/button-bar/usage/) +- [emoji browser](https://storybook.sanomalearning.design/?path=/story/components-emoji-browser--basic&globals=viewport:default) +- [format date component](https://storybook.sanomalearning.design/?path=/story/utilities-format-date--basic&args=dateStyle:medium;locale:en-GB;month:2-digit) +- [search field](/categories/components/search-field/usage/) ### Bug fixes in several components - [accordion](components/blob/main/packages/components/accordion/CHANGELOG.md) From 7d28b7c59e905ce6f62be1768bafcfca0d119c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Rameau?= <111998351+DanielleRameau@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:53:08 +0200 Subject: [PATCH 12/12] Update whats-new.md --- website/src/categories/whats-new.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/src/categories/whats-new.md b/website/src/categories/whats-new.md index c03a335316..54ca6ca8b9 100644 --- a/website/src/categories/whats-new.md +++ b/website/src/categories/whats-new.md @@ -25,10 +25,10 @@ eleventyNavigation: June 2024 ### New components -- [button bar](/categories/components/button-bar/usage/) -- [emoji browser](https://storybook.sanomalearning.design/?path=/story/components-emoji-browser--basic&globals=viewport:default) -- [format date component](https://storybook.sanomalearning.design/?path=/story/utilities-format-date--basic&args=dateStyle:medium;locale:en-GB;month:2-digit) -- [search field](/categories/components/search-field/usage/) +- [button bar](/categories/components/button-bar/usage/) +- [emoji browser](https://storybook.sanomalearning.design/?path=/story/components-emoji-browser--basic&globals=viewport:default) +- [format date component](https://storybook.sanomalearning.design/?path=/story/utilities-format-date--basic&args=dateStyle:medium;locale:en-GB;month:2-digit) +- [search field](/categories/components/search-field/usage/) ### Bug fixes in several components - [accordion](components/blob/main/packages/components/accordion/CHANGELOG.md)