Releases: stevdza-san/KotlinBootstrap
Releases · stevdza-san/KotlinBootstrap
v0.1.5
- Updated to Kotlin 2.0.10
v0.1.3
v0.1.2
- Update to Kotlin 1.9.23
- Update to Kobweb 0.18.0
- Update to Compose 1.6.2
v0.1.1
- Kotlin version updated to 1.9.22
v0.1.0
- Kobweb version updated to v0.15.4
v0.0.8
BSButton component updated, added a new icon parameter.
BSDropdown component updated, added a new 'selectedItem' parameter.
v0.0.6
- Removed Silk dependency.
- Removed kobweb.core dependency.
v0.0.5
- Moved ButtonBadge.kt, ButtonSize.kt, ButtonType.kt, ButtonVariant.kt into a new package/directory. [From: com.stevdza.san.kotlinbs.models], [To: com.stevdza.san.kotlinbs.models.button]
- BSButton component improved. New 'borderRadius' parameter added, as well as 'customization' that you can use to fully customize the look of your button.
- BSIcon component added.
- BSIconButton component added.
- BSIcons object added. It contains over 2.000 different bootstrap icons that you can use.
- BSSelect modifier fixed.
v0.0.4
- Moved ButtonBadge.kt, ButtonSize.kt, ButtonType.kt, ButtonVariant.kt into a new package/directory. [From: com.stevdza.san.kotlinbs.models], [To: com.stevdza.san.kotlinbs.models.button]
- BSButton component improved. New 'borderRadius' parameter added, as well as 'customization' that you can use to fully customize the look of your button.
- BSIcon component added.
- BSIconButton component added.
- BSIcons object added. It contains over 2.000 different bootstrap icons that you can use.
- BSSelect modifier fixed.
v0.0.3
- Fixed a bug on a BSSelect component, which caused onItemSelect() lambda not to trigger, on some web browsers.
- BSPagination component added.