Skip to content

Releases: natura-cosmeticos/natds-rn

natds-rn v7.4.2 released! πŸš€

01 Oct 12:41
Compare
Choose a tag to compare

What’s Changed

  • fix(deps): update dependency @naturacosmeticos/natds-themes to ^0.12.0 (in PR #180)
  • feat(dialog): add a new subcomponent (in PR #192)

natds-rn v7.4.1 released! πŸš€

13 Sep 16:23
6446d28
Compare
Choose a tag to compare

What’s Changed

  • fix(radioButton): deprecated secundary color (in PR #191)
  • chore(release-drafter): remove unnecessary description (in PR #189)

natds-rn v7.4.0 released! πŸš€

07 Sep 13:01
Compare
Choose a tag to compare

What’s Changed

  • feat(logo): create new component (in PR #181)

natds-rn v7.3.3 released! πŸš€

02 Sep 20:26
Compare
Choose a tag to compare

What’s Changed

  • perf(thouchableripple): remove ripple effect (in PR #188)

natds-rn v7.3.0 released! πŸš€

10 Aug 17:53
Compare
Choose a tag to compare

What’s Changed

🧩 Components

  • Counter: new component! πŸŽ‰ (in PR #184)

natds-rn v7.2.0 released! πŸš€

11 Aug 21:22
Compare
Choose a tag to compare

7.1.0 (2021-07-30)

🧩 Components

natds-rn v7.1.0 released! πŸš€

21 Jun 17:53
Compare
Choose a tag to compare

7.1.0 (2021-06-21)

🧩 Components

  • textfield: update component to meet new specifications (#177) (af3cf56)
    • Adding surface color background to the field that was previously missing;
    • Updating Read Only styles and behavior to better fit design definitions;
    • Adding new icons to helper texts when the component show visual feedback for validation error or success for accessibility purposes;
    • Updating size names to fit new design definitions (previous used sizes are now DEPRECATED);
    • Adding action attribute that was not developed before;
    • Adding number option in attribute type that was not developed before;
    • Fixing placeholder not showing properly for size medium bug on Android;
    • Refactoring code for good practices and reusability extracting components InputBox, InputFeedbackContainer, InputHelperText, InputLabel;
    • Updating documentation with new features.

v7.0.0 released! πŸš€

06 May 12:17
Compare
Choose a tag to compare

⚠️ BREAKING CHANGE ⚠️

Update of Avon's main colors generate a visual breaking change

natds-rn v6.1.0 released! πŸš€

20 Apr 20:07
Compare
Choose a tag to compare

6.1.0 (2021-04-20)

🧩 Components

  • icon: update icon component (#169) (f3a06f4)
    • Add accessibilityRole as a property you can define when using the component;
    • Change the default accessibilityRole from "text" to "image";
    • Fix the Icon size options that weren't working in the Interactive section of the sample app;
    • Refactor and add new tests to Icon component

6.0.0 (2021-04-14)

15 Apr 13:44
Compare
Choose a tag to compare

Feature

  • Button: add option with icon at start or end

BREAKING CHANGE: the button sizes has changed to 'semi', 'semiX' and 'medium'. The previous sizes has been deprecated.

For previous names compatibility, use:

  • small -> semi
  • medium -> semix
  • large -> medium