Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

chore: release main #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Sep 29, 2023

🤖 I have created a release beep boop

nuxt: 0.13.0

0.13.0 (2023-09-29)

⚠ BREAKING CHANGES

  • release for 0.11.0

Features

Bug Fixes

Miscellaneous Chores

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • bootstrap-vue-next bumped to 0.13.0
    • peerDependencies
      • bootstrap-vue-next bumped to 0.13.0
bootstrapvuenext: 0.13.0

0.13.0 (2023-09-29)

⚠ BREAKING CHANGES

feat\

  • remove deprecated dark props. Use useColorMode composable or directive (002b75a)
  • standardize class props. ig labelClasses => labelClass... In addition, they have type any instead of the sometimes mix of Object or String (002b75a)

Features

  • Balert: adapt close button for better customization. (ebbdca3)
  • BAlert: re-add closeContent prop and emit closed. (ddcc3ed)
  • BAvatar: link and router support. (ba06fa2)
  • BCarouselSlide: add prop imgSrcset (4917666)
  • BDropdown: support boundary prop (c58578f)
  • BDropdown: support boundary prop (#1337) (c58578f)
  • BFormFile: add in BFormFile (85396d3)
  • BFormInput: debounce support fixes #737 (7bc0135)
  • BFormInput: debounce support fixes #737 (#1371) (7bc0135)
  • BFormInput: new add prop debounceMaxWait (7bc0135)
  • BFormSpinButton: rename to BFormSpinbutton for compat (8162c61)
  • BFormSpinButton: rename to BFormSpinbutton for compat docs: add defaults in data.ts files refactor: BListGroupItem does not extend BLink fixes #1394 refactor(useBLinkHelper): blink decomposition fixes #1385 fix: "active" prop fixes #1395 fix(BLink): router-link-active class not being applied fixes #1395 (8162c61)
  • BFormTextarea: debounce support (7bc0135)
  • BFormTextarea: new add prop debounceMaxWait (7bc0135)
  • BLink: add new link helpers (icon, offset, underline, opacity, etc) (79dbf8e)
  • BLink: adds clicked to click event. (f865571)
  • BModal: adapt close button for better customization. Allow toggle directive. (cb76f59)
  • BModal: add prop backdropVariant to customize the backdrop (cb3464d)
  • BModal: adds teleport to property. (1a8d11b)
  • BModal: change teleport properties. (b4ca798)
  • BModal: passify modelValue (6a63ee4)
  • BNav: add prop underline (512de8d)
  • BNavbar: add auto-close to disable collapse closing (d6a42db)
  • BNavItem: add prop linkAttrs so you can add specific attributes to the link that aren't included as props (14d1ebf)
  • BNavItemDropdown: adds open, close and toggle methods. (683c51d)
  • BOffcanvas & BModal body scrolling prevented (af0a97d)
  • BOffcanvas: adapt close button for better customization. (d1a811c)
  • BOffcanvas: adds teleport to property. (45969c8)
  • BOffcanvas: change teleport properties. (d259aab)
  • BOffcanvas: expose hide and show to programmatically control BOffcanvas. (da99fa1)
  • BOffcanvas: wrap backdrop in a slot so you can customize it further (cb3464d)
  • BPopover: add noninteractive prop (cd8cbec)
  • BPopover: expose hide, show and toggle methods (591dea0)
  • BTable: added tbodyTrClass prop to update the tbody > rows styles based on function results (2ca32a8)
  • BTable: corrected field object formatter type (4f177dd)
  • BTable: corrected item rendering logic, allowing easier updates to the renderItem function which can now include more logic for rendering beside formatting (bfed14c)
  • BTable: do not require sortDesc when using sortBy (d47d56c)
  • BTableLite: implemented BTableLite a lighter version of BTable component (ecd8c39)
  • BTable: removed items cloning when emitting to the filtered handler to deliver reactive items (aa9db63)
  • BTable: sortBy & sortDesc now can be used to pre-sort the table items without making any fields sortable (3bec258)
  • BTable: striped columns (3ea84f6)
  • BTable: the selection box is now can be modified through CSS using the .b-table-selection-icon and .selected selectors (aa7d9b9)
  • BTable: the sort-by prop is now has a shell value to be more flexible and can be used as a v-model, read-only prop, or don't be passed at all. (480ac8b)
  • BTable: updated table field formatter to a reusable type (08a9bbb)
  • BToast: I did not eat today and I I have been working for 12 hours straight on this. Enjoy donate at https://opencollective.com/bootstrap-vue-next (a393473)
  • BToggle: Add collapsed/not-collapsed classes (#1353) (ff771c3)
  • BToggle: Reactive targets (e55a371)
  • BTooltip: add type interfaces for BPopover props (6dff95a)
  • BTooltip: expose hide, show and toggle methods from BPopover (a7d9718)
  • build on top of #1474 , globally extend multiple components to include textVariant, bgVariant, and basic variant props. Where variant props override bg & text variant props. Variant props use text-bg- classes & bg & text variant props use bg- & text- classes. This allows more control over how you want to develop colors (0b6595b)
  • defineExpose reset on BFormFile input (b23e51d)
  • number props can now accept string | number for more versatility (002b75a)
  • nuxt: automatically transform asset urls for vite fixes #1470 (#1478) (3b61ee1)
  • remove deprecated text-muted class. Props that require them (TextColorVariant) should update to use body-secondary instead... Example components are BCardSubtitle, BFormText etc (77fe9cd)
  • reusing logical of import from nuxt\src\utils\parseActiveImports.ts (c4dc367)
  • simplify close button attribtues. (2fcc8ea)
  • useToast: add the ability to programatically hide toasts (6dff95a)

Bug Fixes

  • "active" prop fixes #1395 (8162c61)
  • BAlert: remove deprecated property and aria-label for BButton. (ebeb6d1)
  • BBadge: use text-bg-variant classes for setting badge background and foreground color (aec73a6)
  • BCardBody: rename prop bodyBgVariant to bgVariant to fit with the expected prop structure (0b6595b)
  • BCardBody: rename prop bodyBgVariant to bgVariant to fit with the expected prop structure (0b6595b)
  • BCardBody: rename prop bodyTag to tag to fit with the expected prop structure (0b6595b)
  • BCardBody: rename prop bodyTextVariant to textVariant to fit with the expected prop structure (0b6595b)
  • BCarousel: carousel-item class disappears after transition (4a6d6cc)
  • BDropdown: dropdown not automatically flipping (9157407)
  • BDropdownItem: missing BLinkProps fixes #1383 (4aa4a40)
  • BDropdown: set aria-disabled attr when disabled (6c26d13)
  • BFormCheckbox: can use primitives and arrays. fixes #1382 (8a588c9)
  • BForm: expose the form so you can programatically submit fixes bootstrap-vue-next#913 (4269fa5)
  • BFormFile: ModelValue not synced up when using reset (af0a97d)
  • BFormFile: unnecessary wrapper element (af0a97d)
  • BFormGroup: allow Booleanish and null for state prop (f952450), closes #1167
  • BFormInput: expose input ref from BFormInput (2eb461b)
  • BFormNav: not wrapped in li fixes #1346 (#1347) (bf6e082)
  • BFormRadio: update value with empty string. (1a0f733)
  • BFormRadio: use of primitives. (abc4365)
  • BLink: fixed :active-class prop not beign added to the classes when the :active prop is set to true (0ae54ae)
  • BLink: incorrectly collaping BCollapse when not in a nav fixes #1313 (9a6ae63)
  • BLink: prevented blink from having 'active' class when the link is active and have :active-class prop passed to it (e9874d8)
  • BLink: router-link-active class not being applied fixes #1395 (8162c61)
  • BModal remove aria-labelledby when not present (6d6acca)
  • BModal, BOffcanvas: use onKeyDown vs onKeyUp (e8b3c3c)
  • BModal: Allow prevent hide event. (41cfe62)
  • BModal: remove deprecated property and aria-label for BButton. (cedbaed)
  • BModal: scoped slots fixes #1418 (186e97a)
  • BNavForm: incorrect grid classes causing issues fixes #1410 (186e97a)
  • BNavItem: BNavItem emitting click event when disabled fixes #1284 (8eb7371)
  • BNavItem: don't stop click event for toggle directive. (4428dce)
  • BNavItemDropdown: all props and emits from dropdown (764685d)
  • BNavItem: fixed :active-class prop not beign added to the classes when the :active prop is set to true (92690de)
  • BOffcanvas: Aria enhancements -- multiple Offcanvas causes duplicate id (e8bcda5)
  • BOffcanvas: import BButton (65d25fa)
  • BOffcanvas: import BButton (#1359) (65d25fa)
  • BOffcanvas: remove deprecated property and aria-label for BButton. (68a55f8)
  • BOffcanvas: respect manually set property id. (ae3f09f)
  • BOffcanvas: toggle offcanvas with toggle directive. (e4d47f5)
  • BPopover: check if focus is on trigger #1352 (22989cb)
  • BTab: aria-labelledby static fixes #1457 (88fe921)
  • BTable: fix reactivity when using mapping (5e5d3dc)
  • BTableLite: slot typo in head for dynamic slot (341d054)
  • BTable: support multi select mode for macOS users (3a76884)
  • BTooltip BPopover, directives, don't show item when both content and title are empty (04f3ca2)
  • build issue (a8aff52)
  • defineExpose focus and blur on Input items (1248cea)
  • defineSlot issues (bb72530)
  • import interface from other vue file (bb72530)
  • Invalid button code in dropdown component (#1309) (60ce945)
  • no-dupe issues (85396d3)
  • no-dupe-keys issues (bb72530)
  • offcanvas.spec: fix to property test. (b22a986)
  • omit: can properly omit number values (6902826)
  • package: EXPORTS_TYPES_SHOULD_BE_FIRST (5dbf5b8)
  • prop active and activeClass across the library have been standardized and now is more in line with Bootstrap-vue fixes #1378 (4aa4a40)
  • props.strategy for floatingui elements not being reactive (d50d41f)
  • readonly some refs (af0a97d)
  • regression from 0.10.8 fixes #1398 (3e93c5c)
  • regression from 0.10.8 fixes #1398 (3e93c5c)
  • remove unused refs on BCloseButton. (ee7c91e)
  • replace some instances of TS 'as' with 'satisfies' (14d1ebf)
  • scss (02750f5)
  • some scoped slots fixes (fdcb8cd)
  • tests (a7acb09)
  • types generation (1a63e2f)
  • types generation (9537680)
  • use 'floatingStyles' over manual styles (1773407)
  • useFormInput: event issues not working as intended fixes #1089 (0b3fcc5)
  • useToast: global sharing system minor improvements (d0d9458)
  • using index.ts file (319c20e)

Performance Improvements

  • toRef > computed improvements (0b6595b)
  • usseSafeScrollLock: use document.body over document.querySelector('body') (88aae2d)

Reverts

  • BTable dark variants come back (77fe9cd)
  • BTable dark variants come back (c8cc69d)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch from a0b59ab to ae4966d Compare September 29, 2023 13:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BNavItem doesn't support active with "to" BListGroupItem uses BLink but does not extend from BLink refactor: BLink stuffs
0 participants