Skip to content

Releases: hfhbd/bootstrap-compose

Bootstrap 5.2.1: Support OffCanvas with Breakpoints

10 Sep 16:49
82bbe48
Compare
Choose a tag to compare

What's Changed

  • Faster docs by @hfhbd in #261
  • Bump kotlinx-uuid-core from 0.0.15 to 0.0.16 by @dependabot in #262
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev770 to 1.2.0-alpha01-dev774 by @dependabot in #263
  • Bump kotlinx-uuid-core from 0.0.16 to 0.0.17 by @dependabot in #264
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev774 to 1.2.0-alpha01-dev778 by @dependabot in #265
  • Bump bootstrap to 5.2.1 by @hfhbd in #266
  • Bump bootstrap icons to 1.9.1 by @hfhbd in #267
  • Faster Icon Generating by @hfhbd in #268
  • Support OffCanvas with breakpoints by @hfhbd in #269

Full Changelog: v0.1.7...v0.1.8

Fix SpacingSpecs.Sides Vertical & Horizontal values

25 Aug 10:54
b8414ea
Compare
Choose a tag to compare

What's Changed

  • Bump js from 1.7.0 to 1.7.10 by @dependabot in #240
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev741 to 1.2.0-alpha01-dev745 by @dependabot in #241
  • Bump detekt-formatting from 1.20.0 to 1.21.0 by @dependabot in #243
  • Bump io.gitlab.arturbosch.detekt from 1.20.0 to 1.21.0 by @dependabot in #242
  • Bump Gradle to 7.5 by @hfhbd in #246
  • Update NPM dependencies by @hfhbd in #248
  • Check Dependency Alerts in PR by @hfhbd in #250
  • Fix SpacingSpecs.Sides Vertical & Horizontal values by @luca992 in #253
  • Remove Dependency Review until fix by @hfhbd in #254
  • Add licensee by @hfhbd in #256
  • Use new GitHub Pages action by @hfhbd in #257
  • Bump actions/configure-pages from 1 to 2 by @dependabot in #258
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev745 to 1.2.0-alpha01-dev764 by @dependabot in #259
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev764 to 1.2.0-alpha01-dev770 by @dependabot in #260

New Contributors

Full Changelog: v0.1.6...v0.1.7

Bump Compose 1.2.0-alpha01-dev741 and Kotlin to 1.7.0

06 Jul 07:18
44cbc2f
Compare
Choose a tag to compare

What's Changed

  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev709 to 1.2.0-alpha01-dev712 by @dependabot in #229
  • Remove Arrays by @hfhbd in #230
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev712 to 1.2.0-alpha01-dev713 by @dependabot in #231
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev713 to 1.2.0-alpha01-dev716 by @dependabot in #232
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev716 to 1.2.0-alpha01-dev724 by @dependabot in #233
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev724 to 1.2.0-alpha01-dev725 by @dependabot in #234
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev725 to 1.2.0-alpha01-dev729 by @dependabot in #235
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev729 to 1.2.0-alpha01-dev731 by @dependabot in #236
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev731 to 1.2.0-alpha01-dev741 by @dependabot in #238
  • Bump kotlinx-uuid-core from 0.0.14 to 0.0.15 by @dependabot in #226
  • Update yarn.lock file by @hfhbd in #239

Full Changelog: v0.1.5...v0.1.6

Add attrs parameter for icons

12 Jun 20:34
86d91b5
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Dependabot: Support JetBrains Compose Repo by @hfhbd in #222
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev686 to 1.2.0-alpha01-dev707 by @dependabot in #223
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev707 to 1.2.0-alpha01-dev709 by @dependabot in #225
  • Add attrs parameter for icons by @hfhbd in #228

Full Changelog: v0.1.4...v0.1.5

Navbar: Add additional content parameter

06 Jun 14:19
677ea14
Compare
Choose a tag to compare

What's Changed

  • Add additional container content parameter by @hfhbd in #221

Full Changelog: v0.1.3...v0.1.4

Fix Navbar attrs when toggler = false

06 Jun 13:19
d7b0342
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.1.2...v0.1.3

Add Floating Form

05 Jun 15:58
e1871f2
Compare
Choose a tag to compare
Add Floating Form Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.1...v0.1.2

Fix Bootstrap Icon artefact name

04 Jun 18:10
992d8e1
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.1.0...v0.1.1

Bootstrap Icons and SCSS Support

04 Jun 17:38
92acc51
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.0.52...v0.1.0

Include CSS

31 May 18:29
ddf89d5
Compare
Choose a tag to compare
Include CSS Pre-release
Pre-release

CSS

You don't need a custom bootstrap CSS file anymore, just use:

// build.gradle.kts
kotlin {
    js(IR) {
        browser {
            binaries.executable()
            webpackTask {
                cssSupport.enabled = true
            }
        }
    }
}

What's Changed

  • Bump actions/checkout from 2 to 3 by @dependabot in #167
  • Bump org.jetbrains.compose from 1.1.0 to 1.1.1 by @dependabot in #168
  • Bump kotlinx-coroutines-core from 1.6.0 to 1.6.1 by @dependabot in #170
  • Bump actions/upload-artifact from 2 to 3 by @dependabot in #173
  • Bump actions/download-artifact from 2 to 3 by @dependabot in #174
  • Bump actions/setup-java from 2 to 3 by @dependabot in #172
  • Create GradleWrapper.yml by @hfhbd in #175
  • Update Gradle Wrapper from 7.2 to 7.4.2 by @github-actions in #176
  • Bump Kotlin to 1.6.21 by @hfhbd in #179
  • Bump org.jetbrains.compose from 0.0.0-on-rebase-12-apr-2022-dev670 to 1.2.0-alpha01-dev675 by @dependabot in #181
  • Include CSS and load it at start by @hfhbd in #182
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev675 to 1.2.0-alpha01-dev679 by @dependabot in #183
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev679 to 1.2.0-alpha01-dev683 by @dependabot in #184
  • Bump org.jetbrains.compose from 1.2.0-alpha01-dev683 to 1.2.0-alpha01-dev686 by @dependabot in #188
  • Use kotlin js plugin by @hfhbd in #189
  • Delete GradleWrapper.yml by @hfhbd in #191
  • Fix js publishing by @hfhbd in #192

New Contributors

  • @github-actions made their first contribution in #176

Full Changelog: v0.0.51...v0.0.52