Skip to content

Commit b6d50e9

Browse files
committed
chore: update changelog
1 parent 0485cfb commit b6d50e9

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

CHANGELOG.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10-
## [0.47.0] - 2024-08-28
10+
## [0.47.0] - 2024-09-02
1111

1212
### Breaking changes
1313

14-
Redesigned the pre-built UI with a modern monochrome aesthetic, creating a cleaner and more unified visual experience.
14+
Redesigned the pre-built UI with a modern monochrome aesthetic, creating a cleaner and more unified visual experience. Please double check any custom styles you added still looks good with the new UI.
1515

1616
### Details
1717

18-
#### The value of the following palette variables have changed
19-
20-
- **--palette-textTitle** changed from `rgb(34, 34, 34)` to `rgb(0, 0, 0)`
21-
- **--palette-textLabel** changed from rgb`(34, 34, 34)` to `rgb(0, 0, 0)`
22-
- **--palette-textInput** changed from `rgb(34, 34, 34)` to `rgb(0, 0, 0)`
23-
- **--palette-textPrimary** changed from `rgb(101, 101, 101)` to `rgb(128, 128, 128)`
24-
- **--palette-textLink** changed from `rgb(0, 118, 255)` to `rgb(0, 122, 255)`
25-
- **--palette-textGray** changed from `rgb(128, 128, 128)` to `rgb(54, 54, 54)`
26-
27-
#### Provider Button Style has changed
28-
29-
- Adjusted the layout of the provider buttons. Previously, the logo and text had fixed spacing and were centered within the button. Now, the logo is aligned to the left, and the text is centered within the remaining space, enhancing visual balance and consistency across different button text lengths.
30-
31-
#### Icon updates
32-
18+
- Changed a lot of the default styles to fit the new UI
19+
- `--palette-textTitle` changed from `rgb(34, 34, 34)` to `rgb(0, 0, 0)`
20+
- `--palette-textLabel` changed from rgb`(34, 34, 34)` to `rgb(0, 0, 0)`
21+
- `--palette-textInput` changed from `rgb(34, 34, 34)` to `rgb(0, 0, 0)`
22+
- `--palette-textPrimary` changed from `rgb(101, 101, 101)` to `rgb(128, 128, 128)`
23+
- `--palette-textLink` changed from `rgb(0, 118, 255)` to `rgb(0, 122, 255)`
24+
- `--palette-textGray` changed from `rgb(128, 128, 128)` to `rgb(54, 54, 54)`
25+
- Adjusted the layout of the provider buttons. Now:
26+
- The logo is aligned to the left, and the text is centered within the entire button, enhancing visual balance and consistency across different button text lengths.
27+
- The button now has a fixed height of 40px.
28+
- We add an animation to the button when hovering over it if the text is too long.
3329
- Changed the Email Icon used in the "Verify Email" UI
34-
3530
- Changed the SMS Icon used in the "Link sent to phone" UI
36-
3731
- Changed the button arrow icons
32+
- Updated some translation strings to fit the new UI
33+
- `EMAIL_VERIFICATION_SEND_TITLE`
34+
- `PWLESS_LINK_SENT_RESEND_DESC_END_EMAIL`
3835

3936
## [0.46.0] - 2024-08-26
4037

0 commit comments

Comments
 (0)