Skip to content

Commit

Permalink
Release 10.8.4
Browse files Browse the repository at this point in the history
Release 10.8.4
  • Loading branch information
goldenraphti authored Jul 3, 2023
2 parents 6daab8b + af5a15b commit 26b7be3
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 24 deletions.
13 changes: 3 additions & 10 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
# Changelog

## [10.8.3] - 05.06.2023
## [10.8.4] - 03.07.2023

## Component changes

### Non breaking UI changes

- Expandable
- style new UI
- new UI
- can add icons to the title
- Expand scoping of css for icons to include `.material-icons-outlined` where it's missing

- New payment-card icon

## Design Guide documentation changes

## Deleted features

## Packages maintenance

## Testing

- continue expand E2E tests to new components
- expandable

## Contributors info
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.3",
"version": "10.8.4",
"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.3
10.8.4
</span>
</div>
`;
19 changes: 19 additions & 0 deletions src/App/Home/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ import CodeTags from "@components/CodeTags";
const basename = process.env.basename;

export const changeLogs = [
{
version: "10.8.4",
title: "New expandable UI before summer break 🏖️",
text: (
<>
<p>
We&apos;re getting ready for summer break, and we&apos;re bringing you
a new UI for the expandable to play with during the holidays when
you're on the beach 🎾🏄‍♂️🌊🌞.
</p>
<p>
Some small things are also tagging along for the ride. Consistent
styling for{" "}
<CodeTags type="secondary" code=".material-icons-outlined" /> 🎨, and
increasing our E2E testing coverage 🤖.
</p>
</>
),
},
{
version: "10.8.3",
title: "Harder, Bigger, Rounder, Stronger 🤖",
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.3
10.8.4
</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.3
10.8.4
</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.3
10.8.4
</span>
<div
className="d-flex align-items-center"
Expand Down
2 changes: 1 addition & 1 deletion src/App/routes/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ module.exports = [
rootPath: "/components/expandable",
componentPath: "components/Expandable",
icon: "expand",
statusBadges: ["javascript"],
statusBadges: ["javascript", "updated"],
},
{
title: "Input field",
Expand Down

0 comments on commit 26b7be3

Please sign in to comment.