Skip to content

Commit

Permalink
Release 10.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti authored Nov 12, 2024
2 parents de95d75 + 121abfc commit ccaf736
Show file tree
Hide file tree
Showing 229 changed files with 4,606 additions and 4,851 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/janitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: ./.github/scripts/variables.sh --brand ${{ matrix.brand }} --ref ${{ github.ref }}

- name: Azure Login
uses: azure/login@v2.1.1
uses: azure/login@v2.2.0
with:
creds: ${{ secrets.AZURE_CREDENTIALS_STAGE }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "{ \"latestVersion\" : \"${{ steps.variables.outputs.BRANCH }}\" }" > ./dist/latestVersion.json
- name: Azure Login
uses: azure/login@v2.1.1
uses: azure/login@v2.2.0
with:
creds: ${{ secrets.AZURE_CREDENTIALS_STAGE }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Tests and linting
run: npm run lint && npm run test:coverage

- uses: codecov/codecov-action@v4.5.0
- uses: codecov/codecov-action@v4.6.0
# with:
# files: ./coverage/lcov.info
# fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "{ \"latestVersion\" : \"${{ steps.variables.outputs.VERSION }}\" }" > ./dist/latestVersion.json
- name: Azure Login
uses: azure/login@v2.1.1
uses: azure/login@v2.2.0
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down
19 changes: 0 additions & 19 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ GitHub Actions will also create and deploy a release on Azure for the PayEx bran
| `.prettierignore` | List of files/directories ESLint will ignore (similar to `.gitignore`) |
| `.prettierrc.json` | [Prettier][prettier] configuration. |
| `.stylelintrc` | [Stylelint][stylelint] configuration. |
| `CHANGELOG.md` | Collection of changes made to the project. Insert your changes here. |
| `RELEASE_NOTES.md` | Collection of changes made to the project. Insert your changes here. |
| `jest.config.js` | [jest][jest] configuration. |
| `jest.setup.js` | Script file that will run before jest executes the tests, polyfills and other useful snippets. |
| `webpack.config.js` | [Webpack][webpack] configuration. |
Expand Down
31 changes: 23 additions & 8 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
# Changelog

## \[10.12.2\] - 14.08.2024
## \[10.13.0\] - 11.11.2024

## Component changes
## Identity

- Colors

- Typography
- updated primary color from current value `#FDC129` to actual Brand guideline's `#FDC92A`

- change font family of "title 6"/h6 from Arial to the brand's headline font (e.g. "SwedbankPay Headline Bold" or "Futura PT W08 Demi" depending on brand)
- Logotypes
- updated logotype to the new fixed version
- update Documentation to enforce recommended pathname use

## Component changes

- Progress-steps
- Toggle
- updated colors
- added new theme colors (white and gray)
- Expandable PayEx (contribution from Simon Wahlstrom 💫)
- font family change for PayEx expandables
- Button PayEx (contribution from Johanna Prinz 💫)
- font family change
- colors updated
- Table PayEx (contribution from Johanna Prinz 💫)
- colors updated
- hover color fixed

- fix UI of the horizontal yellow line when the 1st and last steps are in state “ongoing selected”
## Technical changes

- Dropdown
- fix script for initating for a specific `id` (`init(id)`)
- updated dependencies
Loading

0 comments on commit ccaf736

Please sign in to comment.