Skip to content

v0.8.0

Choose a tag to compare

@adaptive-shield-matrix adaptive-shield-matrix released this 26 Nov 13:20
· 44 commits to main since this release

[0.8.0] - 2025-11-26

🚀 Features

  • (check) Add check variant with single value
  • (check) Allow disabling deselection, for a radio-like behavior
  • (wrapper) Add border wrapper class
  • (check) Narroweded types for const values
  • (check) Add check boolean and check boolean single variant

🐛 Bug Fixes

  • (demos) Demo generation should only use DemoNavDataProps and not NavProps

🚜 Refactor

  • Use common interfaces instead of defining props
  • (logo) Allow passing href and logo url
  • (check) Allow passing disabled prop
  • (check) Extract innerClass function
  • (disabled) Add disabled prop to lib/input, use centrally defined disabled classs
  • (card classes) Separate class parts
  • (check/boolean) Add optionClass to props for styling
  • (i18n) Add ru and tj translations, disassemble all t4 files into tb text blocks
  • (i18n) Remove all translations except english, allow passing own/custom translation files using texts property
  • (i18n) Extract texts into separate files

📚 Documentation

  • (ui) Update available ui component and files

🎨 Styling

  • (check) Align content left

⚙️ Miscellaneous Tasks

  • (utils) Add common used props as interfaces