Skip to content

Releases: natura-cosmeticos/natds-android

Version 3.0.0 - Shortcut Icon

28 Oct 14:14
Compare
Choose a tag to compare

Release 3.0.0 - DS Android
Hi today we’re releasing the new version of Nat DS For Android!

What’s new:
⚠️ ⚠️ ⚠️ Breaking change: Shortcut icon parameter ⚠️ ⚠️ ⚠️

Now to set a Shortcut icon, you should pass only the icon name thru iconName attribute.
Shortcut component is no longer supporting any drawable as an icon parameter.

You can check more info at Shortcut documentation

`<com.natura.android.shortcut.Shortcut
    android:id="@+id/shortcutOutlined"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    app:iconName="outlined-default-mockup"
    app:textLabel="Shortcut outlined sample"
    app:type="outlined" />`

Version 2.7.1 - Product Icons

21 Oct 17:37
Compare
Choose a tag to compare

Release 2.7.1 - DS Android

Hi today we’re releasing the new version of Nat DS For Android!

What’s new:

🎸 New product icons

Now Nat DS Android support the following icons:

⭐ outlined-action-requestspecial
⭐ outlined-product-perfumeryfeminine
⭐ outlined-product-perfumerymasculine
⭐ outlined-product-perfumerytbs
⭐ outlined-content-productshowcase

Version 2.7.0 - Tag and Menu With Tag

22 Sep 00:34
Compare
Choose a tag to compare

Release 2.7.0 - DS Android

Hi today we’re releasing the new version of Nat DS For Android!

What’s new:

🎸 Tag Component

Tags are used to label, categorize, or organize items using keywords that describe them.

🎸 Menu with tag

Now it is possible to set a menu to receive an alert tag to inform something.

Both increments were a contribution from @dbnaza from Squad Global Core! Thanks @dbnaza for your contribution 👏 👏 👏 👏 👏

Version 2.6.0 - New icons and adjusting shortcut label size

15 Sep 15:38
Compare
Choose a tag to compare

Release 2.6.0 - DS Android

Hi today we’re releasing the new version of Nat DS For Android!

What’s new:

🎸 New Icons

We add more 20 new icons in the lib!

🎸 Shortcut label size

Now shotcut label can be as big as necessary

Version 2.5.0 - Support Android 11

03 Sep 18:21
Compare
Choose a tag to compare

Release 2.5.0- DS Android

Hi today we’re releasing the new version of Nat DS For Android!

What’s new:

🎸 Support Android 11

Now our lib targetSdk=30

Version 2.4.1 - Fix Textfield state handling

31 Aug 12:21
Compare
Choose a tag to compare

Release 2.4.1 - DS Android
Hi today we’re releasing the new version of Nat DS For Android!

What’s new:
🐛 Fix state handling when using more than one TextField in the same screen
Problem reported at issue #102

Version 2.4.0 - Button Default sizes

19 Aug 19:46
Compare
Choose a tag to compare

Release 2.4.0- DS Android

Hi today we’re releasing the new version of Nat DS For Android!

What’s new:

🎸 Button Default Size

Now you can use buttons with predetermined heights: small, medium and large.

🎸 Textfield label

Textfields labels are limited to 2 lines.

🎸Snapshot version

Now you can test your implementation in the Design System once the Pull Request pipeline has finished running.

🎸Typography Styles

The documentation now shows how to use bold and italic style in typography.

🎸Screenshot tests

Now the pipeline runs screenshot tests.

Version 2.3.1 - Bug fix

29 Jul 22:33
Compare
Choose a tag to compare

Release 2.3.1 - DS Android

Hi today we’re releasing the new version of Nat DS For Android!

What’s new:

🐛 Remove param of AppBar Top Theme  

Fix excessive padding between buttons of AppBar Top

Version 2.3.0 - App Bar Top and Shortcut

24 Jul 23:29
Compare
Choose a tag to compare

Release 2.3.0 - DS Android

Hi today we’re releasing the new version of Nat DS For Android!

What’s new:

🎸 App Bar Top

App Bar Top with brand logo is available

🎸 Shortcut 

Shortcut component is available

Version 2.2.1 - Badge component

24 Jul 16:49
Compare
Choose a tag to compare

Release 2.2.1 - DS Android

Hi today we’re releasing the new version of Nat DS For Android!

What’s new:

🎸 Badge Component

The Badge is a screen element used to signal the user's points of attention.

🐛 Changing Natura logo image extension  

Fix in build problems changing image extension from png to webP