Skip to content

1.2 Angry Acromantula Release

Choose a tag to compare

@apcom52 apcom52 released this 02 Mar 12:14
· 1320 commits to stable since this 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. Striped DataTable has two patterns - odd or even. 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 clearable prop
  • DatePicker: added clearable prop
  • DataTable: added clear button for search field
  • ScrollableSelector: added ScrollableSelectorOptionComponent prop

🔬 Test

  • increased test coverage to 87% (old value is 79%)
  • added new tests for DataTable, ScrollableSelector, Select, DatePicker

🔧 Build

  • changed some lint rules