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

Release 10.10.0 #951

Merged
merged 35 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f3619f2
SWED-2276 import & adapt for atlas icons
goldenraphti Dec 18, 2023
c38a516
SWED-2276 fix linter import font-icons
goldenraphti Dec 18, 2023
20aab21
SWED-2276 update jest tests
goldenraphti Dec 18, 2023
9ea7c64
SWED-2276 update alert component wherever used
goldenraphti Dec 20, 2023
3ce64f4
SWED-2276 style alert component icons
goldenraphti Dec 20, 2023
6141ce6
SWED-2276 add basic custom icon
goldenraphti Dec 21, 2023
7243459
SWED-2276 move accordion internal icon to custom via CSS
goldenraphti Dec 21, 2023
1b83741
SWED-2276 add support for custom icons & fix mask
goldenraphti Dec 24, 2023
0973c8b
SWED-2276 fix E2E tests icons
goldenraphti Dec 24, 2023
dd266f0
SWED-2276 update package-lock
goldenraphti Jan 3, 2024
356b1bb
SWED-2276 update E2E screenshots
goldenraphti Jan 3, 2024
f08a7aa
SWED-2276 style i tags + icon docs & tests
goldenraphti Jan 4, 2024
6a926f1
SWED-2276 fix & skip flaky E2E tests
goldenraphti Jan 4, 2024
38cd81f
SWED-2276 update icons topbar with custom icons
goldenraphti Jan 4, 2024
9621a38
SWED-2276 update login alert with custom icon
goldenraphti Jan 4, 2024
d0743e7
SWED-2276 tests E2E screenshots
goldenraphti Jan 5, 2024
71e0b6b
SWED-2276 fix E2E visual + swepay-icon media-object
goldenraphti Jan 5, 2024
292fc74
SWED-2276 refactor CSS Alert component clean
goldenraphti Jan 5, 2024
0ac98ae
SWED-2276 defensive CSS iconography base selector
goldenraphti Jan 5, 2024
147f30f
SWED-2276 fix custom chevron icon rotation
goldenraphti Jan 15, 2024
7037f95
SWED-2276 style constrain aspect ratio swepay-icon
goldenraphti Jan 16, 2024
ea7f386
SWED-2276 fix style for swepay-icons using mask
goldenraphti Jan 17, 2024
2c99df6
Release 10.9.1
goldenraphti Jan 24, 2024
7eec3ca
SWED-2276 fix comments PR icon implementation Steph
goldenraphti Jan 30, 2024
cf0c2de
Merge branch 'develop' into feature/SWED-2276-icon_library_atlas
goldenraphti Jan 30, 2024
60ae86f
SWED-2276 add more custom icons + improve hamburger menu + release notes
goldenraphti Jan 31, 2024
8bc6279
Bump codecov/codecov-action from 3.1.4 to 4.0.0
dependabot[bot] Feb 1, 2024
b7e3e63
Merge pull request #927 from SwedbankPay/feature/SWED-2276-icon_libra…
goldenraphti Feb 1, 2024
88d6320
SWED-2444 fix dead links get started pages
goldenraphti Feb 1, 2024
230de6b
Merge pull request #946 from SwedbankPay/dependabot/github_actions/co…
goldenraphti Feb 1, 2024
812f671
Merge pull request #948 from SwedbankPay/feature/SWED-2444-bugfix_dea…
goldenraphti Feb 1, 2024
3331143
Bump codecov/codecov-action from 4.0.0 to 4.0.1
dependabot[bot] Feb 2, 2024
8cec5b4
Merge pull request #949 from SwedbankPay/dependabot/github_actions/co…
goldenraphti Feb 2, 2024
5f6d768
release 10.10.0 preparation
goldenraphti Feb 5, 2024
e923015
release 10.10.0 - ✍️ update Release_notes
goldenraphti Feb 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading