Skip to content
Commit f53fdd4f authored by Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt Committed by Chaoyue Zhao
Browse files

refactor(GlCollapse): remove `BCollapse` component

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.
parent b198e757
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment