Commits on Source 3
-
BREAKING CHANGE: `GlCollapse` now has its own implementation and does not rely on `BCollapse` anymore. Drops support of the `toggle` directive for toggling the `GlCollapse`'s state. Going forward, the `v-model` should be used instead. Drops support of `hide`, `show` events. Also drops supports of: - `appear` prop - `v-b-toggle`, which can be used to trigger multiple collapse elements - turn a group of collapse components into an accordion with `accordion` prop - navbar support with `is-nav` prop - $root event - `show` and `hide` events See bootstrap doc (https://bootstrap-vue.org/docs/components/collapse#collapse) for details.
-
Peter Hegman authored
Remove BCollapse component Closes #3041 See merge request !4934 Merged-by:
Peter Hegman <phegman@gitlab.com> Approved-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Approved-by:
Peter Hegman <phegman@gitlab.com> Reviewed-by:
Peter Hegman <phegman@gitlab.com> Reviewed-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Co-authored-by:
Paul Gascou-Vaillancourt <paul.gascvail@gmail.com>
-
semantic-release-bot authored
# [109.0.0](v108.10.0...v109.0.0) (2025-03-03) ### Code Refactoring * **GlCollapse:** remove `BCollapse` component ([f53fdd4f](f53fdd4f)) ### BREAKING CHANGES * **GlCollapse:** `GlCollapse` now has its own implementation and does not rely on `BCollapse` anymore. Drops support of the `toggle` directive for toggling the `GlCollapse`'s state. Going forward, the `v-model` should be used instead. Drops support of `hide`, `show` events. Also drops supports of: - `appear` prop - `v-b-toggle`, which can be used to trigger multiple collapse elements - turn a group of collapse components into an accordion with `accordion` prop - navbar support with `is-nav` prop - $root event - `show` and `hide` events See bootstrap doc (https://bootstrap-vue.org/docs/components/collapse#collapse) for details.