-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from warp-ds/android-update-v0.0.36
Update android whats new for v0.0.36
- Loading branch information
Showing
3 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
title: 'WARP Android release v.0.0.36' | ||
date: 2024-12-13 | ||
--- | ||
|
||
Bugfixes & token updates | ||
--- | ||
|
||
# Warp Android release 0.0.36 | ||
|
||
## 2024-12-13 | ||
|
||
#### WarpBadge enhancements | ||
- Added WarpBadge tests and generated paparazzi screenshots. | ||
- Introduced icon support for WarpBadge. | ||
```kotlin | ||
WarpBadge( | ||
text = "Icon", | ||
style = WarpBadgeStyle.Sponsored, | ||
alignment = Alignment.CenterEnd, | ||
icon = icons.awardMedal | ||
) | ||
``` | ||
|
||
#### Checkbox update | ||
- Introduced checkbox with no label support. | ||
|
||
#### WarpTab improvements | ||
- Truncated long text to prevent overflow. | ||
|
||
#### Style dictionary tokens | ||
- Updated style dictionary tokens for consistent theming. | ||
- Updated Finn gray tokens. | ||
|
||
#### WarpCallout | ||
- Made the popover WarpCallout component non-blocking. | ||
|
||
#### Checkbox component | ||
- Fixed checkbox click area when there is no label. | ||
- Updated screenshots for the checkbox with no label. | ||
|
||
#### WarpTheme | ||
- Added an optional `forceDarkmode` parameter to all themes. | ||
|
||
#### WarpButton | ||
- Changed the default modifier for the small button modifier. | ||
|
||
### Miscellaneous | ||
- Updated paparazzi screenshots for changed tokens. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters