Skip to content

Releases: stevdza-san/KotlinBootstrap

v0.1.5

04 Sep 05:34
Compare
Choose a tag to compare
  • Updated to Kotlin 2.0.10

v0.1.3

16 Jun 20:36
Compare
Choose a tag to compare
  • Fixed an issue with BSInput component, which was associated with onEnterClick() lambda.

v0.1.2

16 Jun 19:58
Compare
Choose a tag to compare
  • Update to Kotlin 1.9.23
  • Update to Kobweb 0.18.0
  • Update to Compose 1.6.2

v0.1.1

09 Mar 06:46
Compare
Choose a tag to compare
  • Kotlin version updated to 1.9.22

v0.1.0

25 Jan 21:58
Compare
Choose a tag to compare
  • Kobweb version updated to v0.15.4

v0.0.8

21 Nov 10:23
Compare
Choose a tag to compare
BSButton component updated, added a new icon parameter.
BSDropdown component updated, added a new 'selectedItem' parameter.

v0.0.6

25 Sep 21:55
Compare
Choose a tag to compare
  • Removed Silk dependency.
  • Removed kobweb.core dependency.

v0.0.5

15 Sep 19:15
322b634
Compare
Choose a tag to compare
  • 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

15 Sep 06:41
Compare
Choose a tag to compare
  • 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

08 Sep 10:06
Compare
Choose a tag to compare
  • Fixed a bug on a BSSelect component, which caused onItemSelect() lambda not to trigger, on some web browsers.
  • BSPagination component added.