8000 Releases · bootstrap-vue-next/bootstrap-vue-next · GitHub
[go: up one dir, main page]

Skip to content

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

nuxt: v0.30.1

06 Jun 15:39
dbe5aff
Compare
Choose a tag to compare

0.30.1 (2025-06-06)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

bootstrapvuenext: v0.30.1

06 Jun 15:39
dbe5aff
Compare
Choose a tag to compare

0.30.1 (2025-06-06)

Bug Fixes

  • BLink: add active to default exactActiveClass fixes #2693 (45bb9c5)
  • BTabs: correct id/index on ssr (f68d393)
  • BTabs: correct id/index on ssr (#2726) (f68d393)
  • BToast: stop countdown if modelValue is set to 0 fixes #2730 (45bb9c5)
  • useBLinkHelper: add exactActiveClass to the props that are used for BLink. (45bb9c5)
  • useShowHide: update the registry id when it changes in the component. fixes #2729 (45bb9c5)

nuxt: v0.30.0

31 May 12:42
41dddcd
Compare
Choose a tag to compare

0.30.0 (2025-05-31)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

nuxt: v0.29.4

31 May 09:46
f1905e8
Compare
Choose a tag to compare

0.29.4 (2025-05-31)

Performance Improvements

  • use getter functions over computed in some cases (34d2a8f)

Dependencies

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

bootstrapvuenext: v0.30.0

31 May 12:42
41dddcd
Compare
Choose a tag to compare

0.30.0 (2025-05-31)

⚠ BREAKING CHANGES

  • BTabs: change modelValue to have id, and add v-model:index for the old value

Features

  • BAccordion: add model index to control the index of open item/items. If free is true it is an array of open items (1fa8e5e)
  • BAccordion: modelValue is array id prop free is true (1fa8e5e)
  • BTab: expose activate and deactivate (1fa8e5e)
  • BTabs: change modelValue to have id, and add v-model:index for the old value (1fa8e5e)

Bug Fixes

  • BAccordion: modelValue is now undefined if no items open. (1fa8e5e)
  • BAccordion: reactivity working in v-for (1fa8e5e)
  • BAccordion: ssr fixes. (1fa8e5e)
  • BTab: click event is now preventable. (1fa8e5e)
  • BTabs: fix focus on keyboard navigation (1fa8e5e)
  • BTabs: fix initial value and some ssr errors (1fa8e5e)
  • BTabs: posible loop if activate-tab event is prevented. (1fa8e5e)
  • BTabs: reactivity in v-for fixed (1fa8e5e)

bootstrapvuenext: v0.29.4

31 May 09:46
f1905e8
Compare
Choose a tag to compare

0.29.4 (2025-05-31)

Features

  • BFormTags: added feedbackAriaLive prop (#2696) (b65c1e4)
  • BModal: use css var for zindex, add helper vars and ontop class (#2556) (98eecae)
  • BModal: use css var for zindex, add helper vars and stack position classess (98eecae)
  • BPopover: add titleClass and bodyClass, remove unneeded customClass prop since class is inherited to the same place (08c89fd)
  • BTableLite: add table-colgroup slot (#2680) (16ebcce)
  • BToast: add noProgress prop, make progress show as default if modelValue is number. fix(useToastController): if using the deprecated show method the countdown didn't start. (90b578d)

Bug Fixes

  • BModal: ensure clicking inside and releasing outside does not close modal (85e987c)
  • BModal: ensure clicking inside and releasing outside does not close modal (#2703) (#2704) (85e987c)
  • BToast: race condition if using setInterval to update countdown (1e383ce)
  • scss: moved all scss styles out of components (43ef54d)

Performance Improvements

  • use getter functions over computed in some cases (34d2a8f)

nuxt: v0.29.3

11 May 14:53
dc85d94
Compare
Choose a tag to compare

0.29.3 (2025-05-11)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

bootstrapvuenext: v0.29.3

11 May 14:53
dc85d94
Compare
Choose a tag to compare

0.29.3 (2025-05-11)

Bug Fixes

  • BTableSimple: fixed and nobordercollapse to work fixes #2685 (c61f532)

nuxt: v0.29.2

07 May 16:16
ce869f0
Compare
Choose a tag to compare

0.29.2 (2025-05-07)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

bootstrapvuenext: v0.29.2

07 May 16:16
ce869f0
Compare
Choose a tag to compare

0.29.2 (2025-05-07)

Features

  • BTable: implement 'fixed' and 'noBorderCollapse' props (#2681) (9486276)
0