You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-19Lines changed: 16 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,34 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [unreleased]
9
9
10
-
## [0.47.0] - 2024-08-28
10
+
## [0.47.0] - 2024-09-02
11
11
12
12
### Breaking changes
13
13
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.
15
15
16
16
### Details
17
17
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.
33
29
- Changed the Email Icon used in the "Verify Email" UI
34
-
35
30
- Changed the SMS Icon used in the "Link sent to phone" UI
36
-
37
31
- Changed the button arrow icons
32
+
- Updated some translation strings to fit the new UI
0 commit comments