Skip to content

Commit

Permalink
Release 10.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti authored Feb 6, 2024
2 parents 98a3238 + e923015 commit 35fd52a
Show file tree
Hide file tree
Showing 170 changed files with 3,682 additions and 1,890 deletions.
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@v3.1.4
- uses: codecov/codecov-action@v4.0.1
# with:
# files: ./coverage/lcov.info
# fail_ci_if_error: true
Expand Down
29 changes: 13 additions & 16 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
# Changelog

## \[10.9.1\] - 24.01.2024
## \[10.10.0\] - 06.02.2024

## Component changes

### Non breaking UI changes

- PayEx - non-breaking UI updates
- color variables updates (brand-secondary hover, btn-secondary-hover, disabled, ...)
- input fields colors (for states disabled & success)
- badge colors
- skip-link font
- link
- hover state colors on bright mode
- hover state for inline links
- code tags secondary & tertiary background colors
-

### Bugfix

- Tooltip
- fix position tooltip (it got detached from its parent element a few versions back)
- Icons migration step 1 (NON BREAKING ... for now and until next major release. But we're moving away from Google's material-icons)
- Import Atlas icons (via CDN via CSS) for Atlas icons
- Add custom icons "Swepay-icons": svg icons saved locally to complement the ones missing from Atlas icons set (called Swepay-icons but supported for both Swedbankpay AND PayEx sides)
- Add support in the components styles for the Atlas icons and our new custom made "Swepay-icons"

## Maintenance

- npm packages dependencies upgrades

## Design System website

- Update iconography page

- Add sections about new Atlas and custom icons
- Improve sections about sizes
- Update status of material-icons

- Deadlink fix (thanks Yvonne for the heads-up)
Loading

0 comments on commit 35fd52a

Please sign in to comment.