Skip to content

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

nuxt: v0.17.2

20 Apr 23:59
62dcef3
Compare
Choose a tag to compare

0.17.2 (2024-04-20)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

bootstrapvuenext: v0.17.2

20 Apr 23:59
62dcef3
Compare
Choose a tag to compare

0.17.2 (2024-04-20)

Bug Fixes

  • BTable: allow for inferred nested objects for items fixes #1851 (b7a4520)
  • BTableLite: create clone of items thats used internally to fix toggleDetails flipping -- immutable object does not work with the mutation fixes #1852 (b7a4520)

nuxt: v0.17.1

18 Apr 19:59
dc0d7c9
Compare
Choose a tag to compare

0.17.1 (2024-04-18)

Bug Fixes

  • Some prop types were build wrong because of vue bug (3459a54)

Dependencies

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

bootstrapvuenext: v0.17.1

18 Apr 19:59
dc0d7c9
Compare
Choose a tag to compare

0.17.1 (2024-04-18)

Bug Fixes

  • BPopover: fix injection out of setup context. (#1848) (fe9b46e)
  • Some prop types were build wrong because of vue bug (3459a54)

nuxt: v0.17.0

14 Apr 20:34
Compare
Choose a tag to compare

0.17.0 (2024-04-14)

⚠ BREAKING CHANGES

  • BDropdown: replace "container" prop with "teleportTo"
  • BPopover: replace "container" prop with "teleportTo"
  • BTable: deprecate noSortReset, use mustSort
  • BFormTags: remove input event -- use https://github.com/update:modelValue

Features

  • BDropdown: add teleportDisabled prop (de60ce3)
  • BDropdown: replace "container" prop with "teleportTo" (de60ce3)
  • BFormTags: remove input event -- use https://github.com/update:modelValue (de60ce3)
  • BPopover: add teleportDisabled prop (de60ce3)
  • BPopover: replace "container" prop with "teleportTo" (de60ce3)
  • BTable: add functional syntax for sortAsc/sortDesc/sortDefault sortAsc(fieldKey) to specify the sort content for that specific field (de60ce3)
  • BTable: add prop multisort (de60ce3)
  • BTable: allow Numberish values => string is interpreted as is with maxHeight, numbers are converted to ${number}px maxHeight (de60ce3)
  • BTable: deprecate noSortReset, use mustSort (de60ce3)
  • export component prop types (de60ce3)
  • utils: inject getId to allow for custom id generation (#1836) (c9e60f5)

Bug Fixes

  • BTable: fix handleFieldSorting algorithm to properly handle multisort with mustSort (de60ce3)
  • BTable: generic types (de60ce3)
  • BTable: set sort values to undefined so we dont accidentally wipe user defined comparer functions (de60ce3)
  • BTable: stickyHeader true causes maxHeight 300px (de60ce3)
  • generics: use generic constraints for BTable & BTableLite (de60ce3)
  • some migration issues with defineModel (de60ce3)
  • types generation -- use interfaces for componentprops (de60ce3)

Dependencies

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

bootstrapvuenext: v0.17.0

14 Apr 20:34
Compare
Choose a tag to compare

0.17.0 (2024-04-14)

⚠ BREAKING CHANGES

  • BDropdown: replace "container" prop with "teleportTo"
  • BPopover: replace "container" prop with "teleportTo"
  • BTable: deprecate noSortReset, use mustSort
  • BFormTags: remove input event -- use https://github.com/update:modelValue
  • BFormCheckboxGroup: BFormCheckboxGroup no longer emits 'change' and 'input' events, listen for 'update:modelValue' instead
  • BRadioGroup: BRadioGroup no longer emits 'change' and 'input' events, listen for 'update:modelValue' instead
  • BCheckbox: Implement reverse and without label (#1825)
  • BCollapse: change open/close to show/hide in expose and slots
  • BDropdown: change open/close to show/hide in expose and slots
  • remove Booleanish type and useBooleanish composable, replace plain boolean type fixes #1774

Features

  • BCheckbox: Implement reverse and without label (#1825) (6c69ff9)
  • BDropdown: add teleportDisabled prop (de60ce3)
  • BDropdown: replace "container" prop with "teleportTo" (de60ce3)
  • BFormCheckbox: Add 'reverse' property to checkbox and checkboxgroup (6c69ff9)
  • BFormCheckboxGroup: BFormCheckboxGroup no longer emits 'change' and 'input' events, listen for 'update:modelValue' instead (6c69ff9)
  • BFormCheckbox: Handle no-label case (6c69ff9)
  • BFormFile: add properties placement and browser as in BootstrapVue (2fe4e69)
  • BFormTags: remove input event -- use https://github.com/update:modelValue (de60ce3)
  • BModal: add bodyClass and bodyAttrs props (3809a6b)
  • BOffcanvas: add props backdropBlur and shadow to customize the BOverlay instance (b90e340)
  • BOffcanvas: adding attrs and class props (d259701)
  • BPopover: add teleportDisabled prop (de60ce3)
  • BPopover: replace "container" prop with "teleportTo" (de60ce3)
  • BRadioGroup: BRadioGroup no longer emits 'change' and 'input' events, listen for 'update:modelValue' instead (6c69ff9)
  • BTable: add functional syntax for sortAsc/sortDesc/sortDefault sortAsc(fieldKey) to specify the sort content for that specific field (de60ce3)
  • BTable: add prop multisort (de60ce3)
  • BTable: allow Numberish values => string is interpreted as is with maxHeight, numbers are converted to ${number}px maxHeight (de60ce3)
  • BTable: deprecate noSortReset, use mustSort (de60ce3)
  • export component prop types (de60ce3)
  • remove Booleanish type and useBooleanish composable, replace plain boolean type fixes #1774 (d3a51d3)
  • utils: inject getId to allow for custom id generation (#1836) (c9e60f5)

Bug Fixes

  • BCollapse: change open/close to show/hide in expose and slots (cd7aaf2)
  • BDropdown: change open/close to show/hide in expose and slots (cd7aaf2)
  • BDropdown: ignore keynav inside form (#1812) (584a986), closes #1742
  • BFormCheckbox: Prevent empty string being cast to true fixes #1822 (51d7c01)
  • BFormFile: add properties placement and browser as in BootstrapVue (#1797) (2fe4e69)
  • BFormSelect: array of numbers or dates (#1839) (6ea7598)
  • BFormTags: limitTagsText props is not used fixes #1804 (0ce4174)
  • BPopover and Btooltip: Fixes bootstrap-vue-next#1232 - do not create a new app fro each tooltip or popover (#1837) (259a5af)
  • BTable: BTable rowDblClicked event not working fixes #1795 (bf9c8c4)
  • BTable: fix handleFieldSorting algorithm to properly handle multisort with mustSort (de60ce3)
  • BTable: generic types (de60ce3)
  • BTable: set sort values to undefined so we dont accidentally wipe user defined comparer functions (de60ce3)
  • BTable: stickyHeader true causes maxHeight 300px (de60ce3)
  • generics: use generic constraints for BTable & BTableLite (de60ce3)
  • some migration issues with defineModel (de60ce3)
  • types generation -- use interfaces for componentprops (de60ce3)

nuxt: v0.16.6

23 Feb 15:24
Compare
Choose a tag to compare

0.16.6 (2024-02-22)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

bootstrapvuenext: v0.16.6

23 Feb 15:24
Compare
Choose a tag to compare

0.16.6 (2024-02-22)

Features

  • BTable: allow primaryKey dot notation for attribute path (78b1b32)
  • BTable: check selection also using primaryKey attribute (c540889)
  • BTable: Enable more sorting options to get closer to BSV parity (#1771) (cafb4c4)
  • BTable: Enable using fromatter function for sortByFormatted (cafb4c4)
  • BTable: Implement sortByFormatted (cafb4c4)

Bug Fixes

  • BTable: fix sort descending and add tests (cafb4c4)

nuxt: v0.16.5

19 Feb 18:50
Compare
Choose a tag to compare

0.16.5 (2024-02-19)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

bootstrapvuenext: v0.16.5

19 Feb 18:50
Compare
Choose a tag to compare

0.16.5 (2024-02-19)

Features

  • BTooltip: add prop interactive (f683df2)

Bug Fixes

  • events: update events for BTransition (c1171d9)