1.2 Angry Acromantula Release
✨ New features
-
Circular progress.
Progress got a new display variant -circular. This option is very useful in situations where you want to show little progress, or as a loading indicator for TextInput Islands. -
Striped DataTable.
DataTable got a new property -striped. StripedDataTablehas two patterns -oddoreven. Use striped prop to increase a level of accessibility of your tables. -
New TypeScript features.
In 1.2 we added typescript generic for DataTable, Select and ScrollableSelector. You can pass your own type of value and have a code hints in IDE to prevent potential errors
✅ Changes and improvements
- Select: added
clearableprop - DatePicker: added
clearableprop - DataTable: added clear button for search field
- ScrollableSelector: added
ScrollableSelectorOptionComponentprop
🔬 Test
- increased test coverage to 87% (old value is 79%)
- added new tests for DataTable, ScrollableSelector, Select, DatePicker
🔧 Build
- changed some lint rules