Skip to content

Releases: bootstrap-vue-next/bootstrap-vue-next

nuxt: v0.21.2

10 Jun 16:33
Compare
Choose a tag to compare

0.21.2 (2024-06-10)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • bootstrap-vue-next bumped to 0.21.2
    • peerDependencies
      • bootstrap-vue-next bumped to 0.21.2

nuxt: v0.21.1

10 Jun 16:23
Compare
Choose a tag to compare

0.21.1 (2024-06-10)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • bootstrap-vue-next bumped to 0.21.1
    • peerDependencies
      • bootstrap-vue-next bumped to 0.21.1

bootstrapvuenext: v0.21.2

10 Jun 16:33
Compare
Choose a tag to compare

0.21.2 (2024-06-10)

Bug Fixes

bootstrapvuenext: v0.21.1

10 Jun 16:23
Compare
Choose a tag to compare

0.21.1 (2024-06-10)

Bug Fixes

nuxt: v0.21.0

06 Jun 01:53
Compare
Choose a tag to compare

0.21.0 (2024-06-06)

⚠ BREAKING CHANGES

  • remove binputgroupappend binputgroupprepend => use component binputgrouptext

Features

  • bimg prop tag (5e511a6)
  • remove binputgroupappend binputgroupprepend => use component binputgrouptext (5e511a6)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • bootstrap-vue-next bumped to 0.21.0
    • peerDependencies
      • bootstrap-vue-next bumped to 0.21.0

bootstrapvuenext: v0.21.0

06 Jun 01:53
Compare
Choose a tag to compare

0.21.0 (2024-06-06)

⚠ BREAKING CHANGES

  • remove binputgroupappend binputgroupprepend => use component binputgrouptext

Features

  • bimg prop tag (5e511a6)
  • remove binputgroupappend binputgroupprepend => use component binputgrouptext (5e511a6)

Bug Fixes

nuxt: v0.20.0

02 Jun 15:49
Compare
Choose a tag to compare

0.20.0 (2024-06-02)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • bootstrap-vue-next bumped to 0.20.0
    • peerDependencies
      • bootstrap-vue-next bumped to 0.20.0

bootstrapvuenext: v0.20.0

02 Jun 15:49
Compare
Choose a tag to compare

0.20.0 (2024-06-02)

⚠ BREAKING CHANGES

  • BFormFile: remove props placement and browser
  • BFormFile: remove unneeded input-group div

Features

  • BDropdown: add skipWrapper and wrapperClass props (bb5cdc5)
  • BFormFile: add option to remove the default button and/or styles (14534d1)

Bug Fixes

  • BDropdown: fix wrapper class, skip wrapper in input-group (bb5cdc5)
  • BFormFile: remove props placement and browser (14534d1)
  • BFormFile: remove unneeded input-group div (14534d1)
  • BOverlay: fix noWrap (#1933) (55672ff)
  • BTable: fixed aria-sort for th gets changed back to 'none' when no longer sorting (379b838)

nuxt: v0.19.0

26 May 19:34
Compare
Choose a tag to compare

0.19.0 (2024-05-26)

Bug Fixes

  • nuxt: dont teleport everything to #teleports -- selectively teleport based on body fixes #1898 (e986e94)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • bootstrap-vue-next bumped to 0.19.0
    • peerDependencies
      • bootstrap-vue-next bumped to 0.19.0

bootstrapvuenext: v0.19.0

26 May 19:34
Compare
Choose a tag to compare

0.19.0 (2024-05-26)

⚠ BREAKING CHANGES

  • Bimg: converge props start, end, & center into single "placement" prop
  • BCardImg: converge placment props into single "placement" prop. top, bottom, start,end, center => placement
  • BLink: remove prop append -- vue router deprecation
  • BTable: remove prop noSortReset, use mustSort ... by default sortability can be reset by clicking (3) times [asc => desc => undefined => asc...]
  • BAvatar: remove icon prop - use svg in slot if needed
  • BBadge: revamp, remove prop textIndicator -- use prop placement (bootstrap also says parent elements should have position-relative class... Not sure how much this affects things)
  • BCard: remove prop overlay, add it into the imgPlacement prop (imgPlacement="overlay")
  • BAvatar: remove props badgeTop, badgeStart -- use badgePlacement instead
  • BAvatar: remove prop badgeOffset, no alternative added

Features

  • BAvatar: add prop badgeDotIndicator (cf9b942)
  • BAvatar: add prop badgePill (cf9b942)
  • BAvatar: remove icon prop - use svg in slot if needed (cf9b942)
  • BAvatar: remove prop badgeOffset, no alternative added (cf9b942)
  • BAvatar: remove props badgeTop, badgeStart -- use badgePlacement instead (cf9b942)
  • BBadge: add prop placement with directions to place on element (cf9b942)
  • BBadge: dotindicator follows placement of prop placement (cf9b942)
  • BBadge: revamp, remove prop textIndicator -- use prop placement (bootstrap also says parent elements should have position-relative class... Not sure how much this affects things) (cf9b942)
  • BBadge: when dotIndicator is true, use class visually-hidden on text (cf9b942)
  • BCardImg: converge placment props into single "placement" prop. top, bottom, start,end, center => placement (cf9b942)
  • BCard: remove prop overlay, add it into the imgPlacement prop (imgPlacement="overlay") (cf9b942)
  • Bimg: converge props start, end, & center into single "placement" prop (cf9b942)
  • BInput: Alias BFormInput to BInput (6ceeac5)
  • BLink: add prop stretched to add class "stretched-link" (cf9b942)
  • BLink: remove prop append -- vue router deprecation (cf9b942)
  • BLink: use prop replace (cf9b942)
  • BOffcanvas: allow specifying a width (#1903) (01f87b8)
  • BTable: adds the ability to filter by formatter Solves #1413 (e7130aa)
  • BTable: remove prop noSortReset, use mustSort ... by default sortability can be reset by clicking (3) times [asc => desc => undefined => asc...] (cf9b942)
  • BTableSImple: add prop tableAttrs & tableClasses -- previously could not modify table attributes when isResponsive === true (cf9b942)
  • move unplugin-vue-components component resolver to main package (cf9b942)
  • move unplugin-vue-components component resolver to main package (#1918) (cf9b942)

Bug Fixes

  • BCardBody: unnecessary "card-body" class when props.overlay is true (cf9b942)
  • BTab: use correct buttonId (#1906) (2e20c94)
  • incorrect classes and placements on bcardimg and bcard (cf9b942)

Reverts