Releases: natura-cosmeticos/natds-android
Version 5.3.1 - Fixes ValueText Highlight label width and adds alertDialog variation
Release 5.3.1 - DS Android
Hi today we’re releasing the new version of Nat DS For Android!
What’s new:
🎸 Alert Dialog
AlertDialog variation for Dialog component was added
🐛 Fix ValueText Highlight layout
Fixes the width of the hightlight label value so that it does not exceed one line
Version 5.2.0 - Adds Shortcut with badge notify and update Dialog to accept text param
Release 5.2.0 - DS Android
Hi today we’re releasing the new version of Nat DS For Android!
What’s new:
🎸 Shortcut with new Badge
Notification attribute (badge) can be inserted in the Shortcut component
🎸 Dialog with new param
Dialog component can be created by sending a text-only content instead of passing a complete layout
Version 5.1.0 - Upgrade Textfield
Release 5.1.0 - DS Android
Hi today we’re releasing the new version of Nat DS For Android!
What’s new:
🎸 Textfield support all brands
The component textfield can be use for all brands now.
🎸 Aesop Theme
NatDs Android now supports Aesop theme!
Version 5.0.1 - Breaking Change: New NatDs Theme Names
Release 5.0.0 - DS Android
Hi today we’re releasing the new version of Nat DS For Android!
What’s new:
⚠️ Nat DS Theme names has changed
Nat DS Themes are generated from Nat DS Commons.
Natura Themes:
Theme.Natura -> Theme.Natura.Light
Theme.Natura.NoActionBar -> Theme.Natura.Light.NoActionBar
Theme.NaturaDark -> Theme.Natura.Dark
Theme.NaturaDark.NoActionBar -> Theme.Natura.Dark.NoActionBar
Avon Themes:
Theme.Avon -> Theme.Avon.Light
Theme.Avon.NoActionBar -> Theme.Avon.Light.NoActionBar
Theme.AvonDark -> Theme.Avon.Dark
Theme.AvonDark.NoActionBar -> Theme.Avon.Dark.NoActionBar
The Body Shop Themes:
Theme.BodyShop -> Theme.TheBodyShop.Light
Theme.BodyShop.NoActionBar -> Theme.TheBodyShop.Light.NoActionBar
Theme.BodyShopDark -> Theme.TheBodyShop.Dark
Theme.BodyShopDark.NoActionBar -> Theme.TheBodyShop.Dark.NoActionBar
Version 4.1.0 - Icon Button Component
Release 3.4.0 - DS Android
Hi today we’re releasing the new version of Nat DS For Android!
What’s new:
🎸 Icon Button Component
Now Nat DS Android has an IconButton component available. Check the documentation for more info
Version 4.0.0 - Nat DS Android without Nat DS Icons
Release 4.0.0 - DS Android
Hi today we’re releasing the new version of Nat DS For Android!
What’s new:
⚠️ Nat DS Icons is no longer part of Nat DS Android
In order to be more agile Nat DS Icons is now a new dependency.
To keep everything like before, you MUST add Nat DS Icons dependency to your project to use icons as drawables.
The icons are still available as resource (@drawable/outlined_action_send for ex).
Int this version all old icons with the prefix ds_ic were removed. To use Nat DS Icons, you should follow the name pattern: iconType_category_iconName
IconType: filled or outlined
category: its possible to check the categories supported in Nat DS Portal
iconName: its also possible to check icons names in Nat DS Portal
Version 3.4.0 - Progress Indicator component
Release 3.4.0 - DS Android
Hi today we’re releasing the new version of Nat DS For Android!
What’s new:
🎸 Nat DS Progress Indicator component
Now Nat DS Android has Progress Indicator available. Check the documentation to more info
Version 3.3.0 - Adding Button Default Height
Release 3.3.0 - DS Android
Hi today we’re releasing the new version of Nat DS For Android!
What’s new:
🎸 Now default buttons has an standard height
Version 3.2.0 - New Icons
Release 3.2.0 - DS Android
Hi today we’re releasing the new version of Nat DS For Android!
What’s new:
🎸 New icons:
- outlined-action-frame
- outlined-content-handcare
⭐ Update Icons:
- filled-content-channel
Version 3.1.0 - Shortcut Label for large contents
Release 3.1.0 - DS Android
Hi today we’re releasing the new version of Nat DS For Android!
What’s new:
🎸 New behavior for large contents at shortcut labels
Now, a big label receive ellipsis to avoid break the content to another line.