Bug Fixes
- button: allow custom size classes to be passed to the size prop (#1389) (96fb934)
- carousel: clear timers on beforeDestroy (53ea1b4)
- carousel: uncaught typeerror on empty slides. (#1401) (a2ee9b6)
- dropdowns: prevent memory leak on destroy (#1392) (05a5c50), closes #1391
- form-group: import b-form-row directly from layout (b43d7c8)
- id mixin: set prop type to String (37ab5cb)
- table: better custom css specificity for when nesting tables (4a2d121)
- table: correct fixd-top row scoped slot properties (7e042f1)
- table: initial busy of true always makes table busy (#1400) (5daa0df), closes #1398
- table: use stable sort algorithm to prevent SSR issues (#1399) (552c438)
- detach clickout listener in beforeDestroy (89618de)
- detach listenOnRoot handlers in beforeDestroy (7f7eba1)
- SFC transpilation in es buld (#1410) (ce80809)
Features
- form-group: new prop for label-class, deprecate prop feedback in favor of invalid-feedback (#1412) (7d61cb4)
- pagination+pagination-nav: remove need for custom active focus style (#1384) (1e1b099)
- table: add responsive stacked table option (#1407) (df23115)
- table: add toggleDetails method to scoped item slots (#1404) (a9c4b7d)
- tabs: add name to helper component for better debugging (51ef9e3)
- tabs: add no-body prop to b-tab (#1385) (ef3ff06)
- tooltip+popover: programmatically disable/enable tooltip or popover (#1387) (8104cb4)