Releases: natura-cosmeticos/natds-rn
Releases Β· natura-cosmeticos/natds-rn
natds-rn v7.4.2 released! π
natds-rn v7.4.1 released! π
natds-rn v7.4.0 released! π
Whatβs Changed
- feat(logo): create new component (in PR #181)
natds-rn v7.3.3 released! π
Whatβs Changed
- perf(thouchableripple): remove ripple effect (in PR #188)
natds-rn v7.3.0 released! π
natds-rn v7.2.0 released! π
natds-rn v7.1.0 released! π
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 nowDEPRECATED
); - Adding
action
attribute that was not developed before; - Adding
number
option in attributetype
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! π
Update of Avon's main colors generate a visual breaking change
natds-rn v6.1.0 released! π
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 theInteractive
section of the sample app; - Refactor and add new tests to
Icon
component
- Add
6.0.0 (2021-04-14)
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