Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #1801

Merged
merged 1 commit into from Apr 14, 2024
Merged

chore: release main #1801

merged 1 commit into from Apr 14, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 28, 2024

🤖 I have created a release beep boop

nuxt: 0.17.0

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: 0.17.0

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 Remove Booleanish type. Replace with boolean #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)

This PR was generated with Release Please. See documentation.

Copy link

stackblitz bot commented Feb 28, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@VividLemon
Copy link
Member

CONTAINS A BREAKING CHANGE. UPDATE COMMIT MESSAGE

Copy link
Member

@VividLemon VividLemon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIX COMMIT MESSAGE

@github-actions github-actions bot force-pushed the release-please--branches--main branch from 41a1395 to 8fe5f76 Compare March 1, 2024 17:45
@github-actions github-actions bot force-pushed the release-please--branches--main branch 4 times, most recently from 723a2aa to 9e5c6e4 Compare March 12, 2024 17:30
@github-actions github-actions bot force-pushed the release-please--branches--main branch 3 times, most recently from 1b5db97 to e17243f Compare March 19, 2024 14:27
@github-actions github-actions bot force-pushed the release-please--branches--main branch 4 times, most recently from 533577d to 217770e Compare April 2, 2024 15:01
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 217770e to 29eb3b9 Compare April 4, 2024 15:31
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from 3f27b66 to 4383ec8 Compare April 14, 2024 20:22
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 4383ec8 to 80817c3 Compare April 14, 2024 20:33
@VividLemon VividLemon merged commit 9728bf4 into main Apr 14, 2024
Copy link
Contributor Author

Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment