Skip to content

Commit

Permalink
release 10.9.0 preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Nov 24, 2023
1 parent 5a13a5d commit 1395898
Show file tree
Hide file tree
Showing 15 changed files with 72 additions and 33 deletions.
19 changes: 8 additions & 11 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
# Changelog

## \[10.8.7\] - 07.11.2023

## Bug Fixes
## \[10.9.0\] - 24.11.2023

## Component changes

### Non breaking UI changes

- Typography

- update typography values (line-heights)
- add text-wrap balance for headings & pretty for paragraphs (progressive enhancement)

- new Colors

- Colors utilities:
- Colors ( & colors utilities):

- some colors variables got updated
- removed the possibility to combine text-color utility classes WITH `.text-muted` to decrease their opacity
- `.text-muted` class still exist, but it will always mean a full opacity color

- npm packages dependencies upgrades

### Non breaking UI changes
## Maintenance

## Testing
- npm packages dependencies upgrades

## Design System website

- Update the Colors page for SwedbankPay side
- Update the Identity/Colors page for SwedbankPay side
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swedbankpay/design-guide",
"version": "10.8.7",
"version": "10.9.0",
"description": "Swedbank Pay Design Guide",
"main": "src/scripts/main/index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`ComponentsDocumentation: index renders 1`] = `
className="dg-current-version text-uppercase"
>
Design Guide – v.
10.8.7
10.9.0
</span>
</div>
`;
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 51 additions & 9 deletions src/App/Home/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,65 @@ import CodeTags from "@components/CodeTags";
const basename = process.env.basename;

export const changeLogs = [
{
version: "10.9.0",
title: "Colors and Typography refresher 🎨",
text: (
<>
<p>The Design system never sleeps.</p>
<p>
🖋️ We&apos;ve been updating the typography values (font-sizes,
line-heights).
<br />
We&apos;re also leveraging the new{" "}
<CodeTags type="secondary" code="text-wrap" /> CSS property (
<CodeTags type="secondary" code="balance" /> for headers, and{" "}
<CodeTags type="secondary" code="pretty" /> for paragraphs).
</p>
<p>
🎨 Colors gor refreshed too. Some colors variables got updated, and
we&apos;ve rewritten the Identity Color documentation page (for the
SwedbankPay side).
</p>
</>
),
},
{
version: "10.8.7",
title: "The one with the Playbook 📕 & a new experimental Topbar 🧪",
text: (
<>
<p>
<span className="font-italic">
<p>
<span className="font-italic">
Get ready for a release that&apos;s as charming as a storybook!
</span>
</p>
<p><strong>📖 Introducing the Playbook:</strong> We&apos;re thrilled to unveil our new Playbook section, designed to present our comprehensive Design System. It&apos;s your ultimate guide to demystify the world of design and UI. <a href={`${basename}playbook`}>Explore it here</a></p>
<p><strong>🏗️ The New Topbar (Experimental Release):</strong> We&apos;re rolling out the first partial release of the new Topbar version, currently in its experimental phase. By default, there won&apos;t be any changes, but you have the opportunity to opt-in and join the experimental Topbar experience. We&apos;ve also set up a dedicated page to guide you through the migration process: <a href={`${basename}components/topbar-migrating-to-v2`}>Topbar Migration to v2</a>.
<br />We encourage you to report any bugs you encounter. The Topbar is a complex component, and your unique use cases provide invaluable feedback. Your input is greatly appreciated! 😉</p>
</span>
</p>
<p>
<strong>📖 Introducing the Playbook:</strong> We&apos;re thrilled to
unveil our new Playbook section, designed to present our comprehensive
Design System. It&apos;s your ultimate guide to demystify the world of
design and UI. <a href={`${basename}playbook`}>Explore it here</a>
</p>
<p>
<strong>🏗️ The New Topbar (Experimental Release):</strong> We&apos;re
rolling out the first partial release of the new Topbar version,
currently in its experimental phase. By default, there won&apos;t be
any changes, but you have the opportunity to opt-in and join the
experimental Topbar experience. We&apos;ve also set up a dedicated
page to guide you through the migration process:{" "}
<a href={`${basename}components/topbar-migrating-to-v2`}>
Topbar Migration to v2
</a>
.
<br />
We encourage you to report any bugs you encounter. The Topbar is a
complex component, and your unique use cases provide invaluable
feedback. Your input is greatly appreciated! 😉
</p>
</>
),
}
,{
},
{
version: "10.8.6",
title: "The one with little handy UI helpers",
text: (
Expand Down
2 changes: 1 addition & 1 deletion src/App/Identity/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`Core: index renders 1`] = `
className="dg-current-version text-uppercase"
>
Design Guide – v.
10.8.7
10.9.0
</span>
</div>
`;
2 changes: 1 addition & 1 deletion src/App/Patterns/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`Patterns: index renders 1`] = `
className="dg-current-version text-uppercase"
>
Design Guide – v.
10.8.7
10.9.0
</span>
</div>
`;
2 changes: 1 addition & 1 deletion src/App/Utilities/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`Utilities: index renders 1`] = `
className="dg-current-version text-uppercase"
>
Design Guide - v.
10.8.7
10.9.0
</span>
<div
className="d-flex align-items-center"
Expand Down

0 comments on commit 1395898

Please sign in to comment.