1.1 Angry Acromantula Release
✨ New features
-
DataTable Actions.
DataTable component has the ability to create your own custom actions in header. You can create simple action, context menu actions or popup actions. Also Sorting and Filtering features implemented via new DataTable actions. -
Indicators.
A lot of components have a new property - indicator. The indicator shows a counter or a simple indicator to show the user notifications of changes. Indicator feature supports Button, NavigationListItem, TabList and ToolbarAction.
✅ Changes and improvements
- DatePicker: properties minDate and maxDate allow to set minimum and maximum date. Previously this properties works only for years.
- Progress: added new prop SegmentedItem which allows you to set a custom component for segment of Progress.
- NavigationList: added new prop actions to specify custom action of your list. This action is placed at the top right corner of NavigationList and can be a simple action or context menu.
- DataTable: added indicator for filters
- DataTable: removed the name of the field by which sorting is performed
- changed font-size for
ButtonwithisIcon=true - fixed variant of
ButtonforDataTableHeaderSearchbutton on mobile devices
🔗 Dependencies
- updated TypeScript version up to 4.9
🔧 Build
- added code formatter