Skip to content

Releases: mik-tf/dioxus-bootstrap-css

v0.5.5

23 Jun 23:01

Choose a tag to compare

v0.5.4

23 Jun 16:15

Choose a tag to compare

What's Changed

  • fix(ci): format button class construction by @mik-tf in #41
  • feat(tools): add Bootstrap RSX converter by @mik-tf in #42
  • fix(tools): reduce converter noise and manage imports by @mik-tf in #43
  • fix(tools): preserve spinner style attributes by @mik-tf in #44
  • fix(ci): format button class construction by @mik-tf in #45

Full Changelog: v0.5.3...v0.5.4

v0.5.3

23 Jun 00:47

Choose a tag to compare

What's Changed

  • Release dioxus-bootstrap-css 0.5.2 by @mik-tf in #39

Full Changelog: v0.5.1...v0.5.3

v0.5.2

22 Jun 02:27

Choose a tag to compare

Full Changelog: v0.5.1...v0.5.2

v0.5.1

19 Jun 04:44
a34ce7d

Choose a tag to compare

What's Changed

  • chore: docs.rs badge/metadata + Dependabot by @mik-tf in #24
  • test: unit-test carousel slide class/style logic by @mik-tf in #32
  • ci: run Playwright e2e suite on PRs by @mik-tf in #18
  • ci: bump actions off Node 20 + group Dependabot updates by @mik-tf in #33
  • chore(deps-dev): bump @playwright/test from 1.58.2 to 1.61.0 by @dependabot[bot] in #31
  • fix(ci): reuse cached dx in e2e instead of failing the install by @mik-tf in #36
  • ci: add MSRV (1.85) build job by @mik-tf in #35
  • chore(deps): bump actions/setup-node from 4 to 6 in the actions group across 1 directory by @dependabot[bot] in #34
  • chore(deps): update gloo-timers requirement from 0.3 to 0.4 by @dependabot[bot] in #30
  • release: v0.5.1 by @mik-tf in #37

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

19 Jun 03:41
243e2e4

Choose a tag to compare

What's Changed

  • docs: stop hardcoding the version in the README quick start by @mik-tf in #12
  • test: compile doc examples + run cargo test in CI by @mik-tf in #13
  • feat: forward-compat theme construction (builders + docs, not non_exhaustive) by @mik-tf in #14
  • fix: match Bootstrap 5.3 Sass weights for derived theme tokens by @mik-tf in #15
  • docs: clarify the two theme components + host-provides-CSS usage by @mik-tf in #16
  • release: v0.5.0 by @mik-tf in #17

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Jun 02:48
0c64df4

Choose a tag to compare

What's Changed

  • fix: drop redundant clone on Copy EventHandler in Toast (fixes CI) by @mik-tf in #3
  • Add BootstrapThemeProvider for runtime Bootstrap 5.3 CSS variable theming by @enaut in #2
  • ci: add publish-on-tag release workflow by @mik-tf in #9
  • docs: align repo URLs with the dioxus-bootstrap-css name by @mik-tf in #10
  • release: v0.4.0 — runtime CSS variable theming by @mik-tf in #11

New Contributors

  • @mik-tf made their first contribution in #3
  • @enaut made their first contribution in #2

Full Changelog: v0.3.1...v0.4.0