Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs/1396 documentation whats new page update june 2024 #1397

Merged
35 changes: 34 additions & 1 deletion website/src/categories/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ eleventyNavigation:
<div class="ds-tokens__heading-wrapper">
<h1 class="ds-heading-1">{{title}}</h1>
<p class="ds-tokens__heading-description">
Find out what's happening world of Sanoma Learing Design System.
Find out what's happening in the world of Sanoma Learing Design System.
DanielleRameau marked this conversation as resolved.
Show resolved Hide resolved
DanielleRameau marked this conversation as resolved.
Show resolved Hide resolved
</p>
</div>
</header>
Expand All @@ -21,6 +21,39 @@ eleventyNavigation:

<section>

## Enhancements and Insights: New Components, Bug Fixes, Styling, and Workshops
<small>June 2024</small>

### 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)

### 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)
- [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](/components/blob/main/packages/components/dialog/CHANGELOG.md)
- [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.

### 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.

</section>

<section>

## Version 1.0 Milestone, Developer-Focused Enhancements, and Issue Tracking
<small>May 2024</small>

Expand Down
Loading