Skip to content

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

Compare
Choose a tag to compare
@lauralucca lauralucca released this 21 Jun 17:53
· 304 commits to master since this release

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.