UNPKG

bootstrap-vue

Version:

BootstrapVue, with over 40 plugins and more than 80 custom components, custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-AR

811 lines (695 loc) 167 kB
# Changelog > All notable changes to this project will be documented in this file. See > [standard-version](https://github.com/conventional-changelog/standard-version) for commit > guidelines. <a name="2.4.1"></a> ## [v2.4.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.4.0...v2.4.1) Released: 2020-02-12 ### Bug Fixes v2.4.1 - **b-form-input, b-form-textarea:** handle change event for all mobile device keyboards (closes [#4724](https://github.com/bootstrap-vue/bootstrap-vue/issues/4724)) ([#4739](https://github.com/bootstrap-vue/bootstrap-vue/issues/4739)) ([166a932](https://github.com/bootstrap-vue/bootstrap-vue/commit/166a932fb11fa552714aba7df67992e1265b9047)) - **b-tooltip, v-b-tooltip:** fix arrow margin ([#4727](https://github.com/bootstrap-vue/bootstrap-vue/issues/4727)) ([865a655](https://github.com/bootstrap-vue/bootstrap-vue/commit/865a6557fbf49115c05326f9a96c4f9fdf135e96)) ### Other v2.4.1 - dev dependency updates - minor docs updates <a name="2.4.0"></a> ## [v2.4.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.3.0...v2.4.0) Released: 2020-02-01 ### Features v2.4.0 - **b-modal:** add `ignore-enforce-focus-selector` prop (closes [#4537](https://github.com/bootstrap-vue/bootstrap-vue/issues/4537)) ([#4702](https://github.com/bootstrap-vue/bootstrap-vue/issues/4702)) ([c3ac992](https://github.com/bootstrap-vue/bootstrap-vue/commit/c3ac99283927b5261d1df05d3c479c534011d7c5)) - **b-nav-item-dropdown:** add `boundary` prop, applicable when not in `b-navbar` (closes [#4684](https://github.com/bootstrap-vue/bootstrap-vue/issues/4684)) ([#4691](https://github.com/bootstrap-vue/bootstrap-vue/issues/4691)) ([3a50ad8](https://github.com/bootstrap-vue/bootstrap-vue/commit/3a50ad85e85e1c6dc55a36665062180687078708)) ### Bug Fixes v2.4.0 - **b-dropdown:** focus-in handling for Safari and Firefox on macOS/iOS (closes [#4328](https://github.com/bootstrap-vue/bootstrap-vue/issues/4328)) ([#4426](https://github.com/bootstrap-vue/bootstrap-vue/issues/4426)) ([2eab55b](https://github.com/bootstrap-vue/bootstrap-vue/commit/2eab55b4672a35a487b30f0f64c63b887b361473)) - **b-form-input, b-form-textarea:** properly handle out-of-sync values (closes [#4695](https://github.com/bootstrap-vue/bootstrap-vue/issues/4695)) ([#4701](https://github.com/bootstrap-vue/bootstrap-vue/issues/4701)) ([954176d](https://github.com/bootstrap-vue/bootstrap-vue/commit/954176d733dccdd074f5b6cb31c4041081a3b206)) <a name="2.3.0"></a> ## [v2.3.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.2.2...v2.3.0) Released: 2020-01-24 ### Features v2.3.0 - **b-button-close:** add `content` prop ([#4574](https://github.com/bootstrap-vue/bootstrap-vue/issues/4574)) ([7379c6d](https://github.com/bootstrap-vue/bootstrap-vue/commit/7379c6dd0bac76307720645080741b3b0ed7ed99)) - **b-form-tags:** new option to specify input type (closes [#4644](https://github.com/bootstrap-vue/bootstrap-vue/issues/4644)) ([#4645](https://github.com/bootstrap-vue/bootstrap-vue/issues/4645)) ([b899fac](https://github.com/bootstrap-vue/bootstrap-vue/commit/b899faceb4c1fd8562454fa93432e70d7113401b)) - **b-pagination, b-pagination-nav:** add page button class props and option to show first/last page numbers (closes [#4597](https://github.com/bootstrap-vue/bootstrap-vue/issues/4597), [#4533](https://github.com/bootstrap-vue/bootstrap-vue/issues/4533)) ([#4622](https://github.com/bootstrap-vue/bootstrap-vue/issues/4622)) ([3a3ee1d](https://github.com/bootstrap-vue/bootstrap-vue/commit/3a3ee1dc9312a1a8c530a5ea42d1d239d5a24351)) - **icons:** add stacking support ([#4658](https://github.com/bootstrap-vue/bootstrap-vue/issues/4658)) ([b185cdb](https://github.com/bootstrap-vue/bootstrap-vue/commit/b185cdb686ddddcde1b98585b1fbc48859fc541a)) ### Bug Fixes v2.3.0 - **v-b-modal:** only unbind/rebind during componentUpdated hook if trigger element or modal ID changes (closes [#4669](https://github.com/bootstrap-vue/bootstrap-vue/issues/4669)) ([#4672](https://github.com/bootstrap-vue/bootstrap-vue/issues/4672)) ([e53a05d](https://github.com/bootstrap-vue/bootstrap-vue/commit/e53a05d960a9de0ca9636ee31e0197e7e554ddbc)) - **utils:** pass all Array/Object util shortcuts as functions, for handling late loaded polyfills ([#4647](https://github.com/bootstrap-vue/bootstrap-vue/issues/4647)) ([f584425](https://github.com/bootstrap-vue/bootstrap-vue/commit/f5844256a03d2f4b8006900419acfa2c5e3803c3)) <a name="2.2.2"></a> ## [v2.2.2](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.2.1...v2.2.2) Released: 2020-01-15 ### Bug Fixes v2.2.2 - **nuxt module:** remove unnecessary export statements ([#4624](https://github.com/bootstrap-vue/bootstrap-vue/issues/4624)) ([27f066c](https://github.com/bootstrap-vue/bootstrap-vue/commit/27f066cfa07ee311fe1e312d9a9ebd0eb76750c7)) ### Other v2.2.2 - dev dependencies updates - minor docs updates <a name="2.2.1"></a> ## [v2.2.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.2.0...v2.2.1) Released: 2020-01-13 ### Bug Fixes v2.2.1 - **icons:** make icon transform props work with IE11 (closes [#4607](https://github.com/bootstrap-vue/bootstrap-vue/issues/4607)) ([#4608](https://github.com/bootstrap-vue/bootstrap-vue/issues/4608)) ([899779f](https://github.com/bootstrap-vue/bootstrap-vue/commit/899779f20015f719198a763136137eea01aa11ea)) - **types:** add missing declarations for `b-form-select-option` & `b-form-select-option-group` ([#4595](https://github.com/bootstrap-vue/bootstrap-vue/issues/4595)) ([8d60832](https://github.com/bootstrap-vue/bootstrap-vue/commit/8d60832d38e74231a4bda15aa045b84aae97d2ed)) - **types:** include named export BootstrapVue in declaration file ([#4590](https://github.com/bootstrap-vue/bootstrap-vue/issues/4590)) ([603307a](https://github.com/bootstrap-vue/bootstrap-vue/commit/603307aeccf6141b94eff2186baee4ec43439033)) - **modal, tooltips, popovers**: remove `nextTick` delay when updating content in transporter portal (closes [#4589](https://github.com/bootstrap-vue/bootstrap-vue/issues/4589)) ([#4604](https://github.com/bootstrap-vue/bootstrap-vue/issues/4604)) ([0e3e7e0](https://github.com/bootstrap-vue/bootstrap-vue/commit/0e3e7e03370685367ac69949e596c9fff5c68163)) - **utils:** correct `identity` spelling error ([#4579](https://github.com/bootstrap-vue/bootstrap-vue/issues/4579)) ([7fed191](https://github.com/bootstrap-vue/bootstrap-vue/commit/7fed1911d6d9f7eae81526010483c71e1679e770)) ### Docs v2.2.1 - add live validation examples in validation reference section ([#4584](https://github.com/bootstrap-vue/bootstrap-vue/issues/4584)) ([aca4a5c](https://github.com/bootstrap-vue/bootstrap-vue/commit/aca4a5c8f9a9ed0d7526de396ff072f0c1f4ebdf)) ### Other v2.2.1 - dev dependencies updates <a name="2.2.0"></a> ## [v2.2.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.1.0...v2.2.0) Released: 2020-01-08 ### Overview v2.2.0 - New optional icon components based on `BootstrapIcons v1.0.0-alpha2` - New tagged input component `<b-form-tags>` - Support for `Bootstrap v4.4.1` CSS/SCSS ### Features v2.2.0 - **icons:** new optional icon components ([#4489](https://github.com/bootstrap-vue/bootstrap-vue/issues/4489)) ([d2bef17](https://github.com/bootstrap-vue/bootstrap-vue/commit/d2bef1715636fcb83de6d51808683e6feda671d0)) - **b-collapse:** add new prop `appear` to animate an initially visible collapse ([#4317](https://github.com/bootstrap-vue/bootstrap-vue/issues/4317)) ([136a72b](https://github.com/bootstrap-vue/bootstrap-vue/commit/136a72b0352d4bb1339ab31f791087cbcda42fa5)) - **b-collapse:** add optional scoping to default slot ([#4405](https://github.com/bootstrap-vue/bootstrap-vue/issues/4405)) ([8e95bac](https://github.com/bootstrap-vue/bootstrap-vue/commit/8e95bacf9d00562f2676689d067ae0db009cbbb6)) - **b-container:** add support for bootstrap v4.4.x new responsive containers ([0e318f4](https://github.com/bootstrap-vue/bootstrap-vue/commit/0e318f4755e65eb569dcc579938d0d72c02abd62)) - **b-dropdown:** add splitClass property to dropdown component ([#4394](https://github.com/bootstrap-vue/bootstrap-vue/issues/4394)) ([a5f342e](https://github.com/bootstrap-vue/bootstrap-vue/commit/a5f342e0e4de2186259e36e42cecda8c20e1c8ab)) - **b-dropdown-form:** new `form-class` prop for adding classes to the form element (closes [#4474](https://github.com/bootstrap-vue/bootstrap-vue/issues/4474)) ([#4475](https://github.com/bootstrap-vue/bootstrap-vue/issues/4475)) ([eef4200](https://github.com/bootstrap-vue/bootstrap-vue/commit/eef4200976f7921b1bb03f50c0ece8ee7c41ed0e)) - **b-form-select:** add group/tree support and dedicated option and option-group components (closes [#3222](https://github.com/bootstrap-vue/bootstrap-vue/issues/3222)) ([#4267](https://github.com/bootstrap-vue/bootstrap-vue/issues/4267)) ([f1ed017](https://github.com/bootstrap-vue/bootstrap-vue/commit/f1ed0177c20f9d7e7e340a8815d1b6bc66f7cb76)) - **b-form-select:** support paths for `valueField`, `textField`, `htmlField` and `disabledField` props ([#4386](https://github.com/bootstrap-vue/bootstrap-vue/issues/4386)) ([ed3b736](https://github.com/bootstrap-vue/bootstrap-vue/commit/ed3b7360af415dc3cc56f0b6662c9d48cc165781)) - **b-form-tags:** new tagged input component ([#4409](https://github.com/bootstrap-vue/bootstrap-vue/issues/4409)) ([00eb9d9](https://github.com/bootstrap-vue/bootstrap-vue/commit/00eb9d9fd460adca8227b3b344284b5cc49a734f)) - **b-row:** add Bootstrap v4.4 row columns support ([#4439](https://github.com/bootstrap-vue/bootstrap-vue/issues/4439)) ([833b028](https://github.com/bootstrap-vue/bootstrap-vue/commit/833b028a2d6101d01b7012a7378359db1c801695)) - **b-table:** better sort labeling for screen readers (closes [#4487](https://github.com/bootstrap-vue/bootstrap-vue/issues/4487)) ([#4488](https://github.com/bootstrap-vue/bootstrap-vue/issues/4488)) ([d4e66fa](https://github.com/bootstrap-vue/bootstrap-vue/commit/d4e66fa48fdd1cd7fd4b93907fe999de3fc577f8)) - **b-table, b-table-lite:** new `tbody-tr-attr` prop for arbitrary row attributes (closes [#1864](https://github.com/bootstrap-vue/bootstrap-vue/issues/1864)) ([#4481](https://github.com/bootstrap-vue/bootstrap-vue/issues/4481)) ([4acf6ed](https://github.com/bootstrap-vue/bootstrap-vue/commit/4acf6ed863dd5edd85897a01b099c42322097d1b)) - **b-tooltip:** add `noninteractive` prop (closes [#4556](https://github.com/bootstrap-vue/bootstrap-vue/issues/4556)) ([#4563](https://github.com/bootstrap-vue/bootstrap-vue/issues/4563)) ([b3ad726](https://github.com/bootstrap-vue/bootstrap-vue/commit/b3ad7264d9b10fb1b8dfba70c62eed11a56519d6)) - **build:** configure pre-commit hook (closes [#4532](https://github.com/bootstrap-vue/bootstrap-vue/issues/4532)) ([#4552](https://github.com/bootstrap-vue/bootstrap-vue/issues/4552)) ([1bf9e59](https://github.com/bootstrap-vue/bootstrap-vue/commit/1bf9e59e8888a7a2cd6f135665103419f603a32d)) ### Bug Fixes v2.2.0 - **b-table, b-table-lite:** handle edge case with row events when table is removed from dom. instantiate row event handlers only when listeners are registered (fixes [#4384](https://github.com/bootstrap-vue/bootstrap-vue/issues/4384)) ([#4388](https://github.com/bootstrap-vue/bootstrap-vue/issues/4388)) ([9a81cd4](https://github.com/bootstrap-vue/bootstrap-vue/commit/9a81cd414a2c534b96de0d82c3d00d94651e5a7b)) - **b-toast:** fix interal `ensureToaster` method call when toaster name changes ([#4468](https://github.com/bootstrap-vue/bootstrap-vue/issues/4468)) ([744bb7a](https://github.com/bootstrap-vue/bootstrap-vue/commit/744bb7a77092a04184af31bf285e432110e1ab44)) - **tooltips, popovers:** fix memory leak (closes [#4400](https://github.com/bootstrap-vue/bootstrap-vue/issues/4400)) ([#4401](https://github.com/bootstrap-vue/bootstrap-vue/issues/4401)) ([c71352d](https://github.com/bootstrap-vue/bootstrap-vue/commit/c71352d674347e5e2d72fe8b82334fc87a4ffd8c)) - **docs:** handle undocumented breaking changes in babel-standalone for IE11 ([#4484](https://github.com/bootstrap-vue/bootstrap-vue/issues/4484)) ([56f8bb5](https://github.com/bootstrap-vue/bootstrap-vue/commit/56f8bb5af7fb7188da035210e8be28d7ae1c7bc1)) <a name="2.1.0"></a> ## [v2.1.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.4...v2.1.0) Released: 2019-11-12 ### Features v2.1.0 - auto-generate file `web-types.json` for WebStorm, and files `vetur-tags.json` and `vetur-attributes.json` for Vetur (closes [#4107](https://github.com/bootstrap-vue/bootstrap-vue/issues/4107)) ([#4110](https://github.com/bootstrap-vue/bootstrap-vue/issues/4110)) ([1a3e6a5](https://github.com/bootstrap-vue/bootstrap-vue/commit/1a3e6a5)) - **b-dropdown:** add `block` support to toggle button (closes [#4266](https://github.com/bootstrap-vue/bootstrap-vue/issues/4266)) ([#4269](https://github.com/bootstrap-vue/bootstrap-vue/issues/4269)) ([30029e3](https://github.com/bootstrap-vue/bootstrap-vue/commit/30029e3)) - **b-form-group:** allow setting label cols props to `auto` (closes [#4217](https://github.com/bootstrap-vue/bootstrap-vue/issues/4217)) ([#4218](https://github.com/bootstrap-vue/bootstrap-vue/issues/4218)) ([21a822b](https://github.com/bootstrap-vue/bootstrap-vue/commit/21a822b)) - **b-form-input, b-form-textarea:** add `lazy` modifier prop to update v-model on change/blur event ([#4169](https://github.com/bootstrap-vue/bootstrap-vue/issues/4169)) ([55787dd](https://github.com/bootstrap-vue/bootstrap-vue/commit/55787dd)) - **b-form-input, b-form-textarea:** add `v-model` debouncing feature, and deprecate `<b-table>` prop `filter-debounce` (closes [#4150](https://github.com/bootstrap-vue/bootstrap-vue/issues/4150)) ([#4314](https://github.com/bootstrap-vue/bootstrap-vue/issues/4314)) ([3ecdfa2](https://github.com/bootstrap-vue/bootstrap-vue/commit/3ecdfa2)) - **b-img, b-img-lazy:** add support for `srcset` and `sizes` props (closes [#4348](https://github.com/bootstrap-vue/bootstrap-vue/issues/4348)) ([#4350](https://github.com/bootstrap-vue/bootstrap-vue/issues/4350)) ([f419cb4](https://github.com/bootstrap-vue/bootstrap-vue/commit/f419cb4)) - **b-pagination, b-pagination-nav:** add `pills` style option ([#4236](https://github.com/bootstrap-vue/bootstrap-vue/issues/4236)) ([605d4c4](https://github.com/bootstrap-vue/bootstrap-vue/commit/605d4c4)) - **b-table:** add `selectRow()` and `unselectRow()` methods to cell and row-details slot scopes, and new prop `no-select-on-click` ([#4283](https://github.com/bootstrap-vue/bootstrap-vue/issues/4283)) ([64b881f](https://github.com/bootstrap-vue/bootstrap-vue/commit/64b881f)) - **b-table:** default the row select feature `selected-variant` to the `active` variant ([#4128](https://github.com/bootstrap-vue/bootstrap-vue/issues/4128)) ([af372b0](https://github.com/bootstrap-vue/bootstrap-vue/commit/af372b0)) - **b-table, b-table-lite:** add in head/foot row variant prop (addresses [#4215](https://github.com/bootstrap-vue/bootstrap-vue/issues/4215)) ([#4216](https://github.com/bootstrap-vue/bootstrap-vue/issues/4216)) ([b222c7c](https://github.com/bootstrap-vue/bootstrap-vue/commit/b222c7c)) - **b-table, b-table-lite:** add prop `details-td-class` for applying classes to the details row `<td>` ([#4276](https://github.com/bootstrap-vue/bootstrap-vue/issues/4276)) ([702a1ef](https://github.com/bootstrap-vue/bootstrap-vue/commit/702a1ef)) - **b-tabs:** emit cancelable BvEvent before changing tabs via new `activate-tab` event (closes [#4273](https://github.com/bootstrap-vue/bootstrap-vue/issues/4273)) ([#4274](https://github.com/bootstrap-vue/bootstrap-vue/issues/4274)) ([9b195dd](https://github.com/bootstrap-vue/bootstrap-vue/commit/9b195dd)) - **v-b-visible:** make `v-b-visible` directive available for public use ([#4318](https://github.com/bootstrap-vue/bootstrap-vue/issues/4318)) ([5fa7e22](https://github.com/bootstrap-vue/bootstrap-vue/commit/5fa7e22)) ### Bug Fixes v2.1.0 - **b-dropdown:** handle issue with touch devices on MacOS using Safari/Firefox (Fixes [#4328](https://github.com/bootstrap-vue/bootstrap-vue/issues/4328), [#4344](https://github.com/bootstrap-vue/bootstrap-vue/issues/4344)) ([#4329](https://github.com/bootstrap-vue/bootstrap-vue/issues/4329)) ([2779a0a](https://github.com/bootstrap-vue/bootstrap-vue/commit/2779a0a)) - **b-nav-form, b-nav-text:** ensure these sub-components have `<li>` as root element for accessibility ([#4100](https://github.com/bootstrap-vue/bootstrap-vue/issues/4100)) ([6774800](https://github.com/bootstrap-vue/bootstrap-vue/commit/6774800)) - **b-pagination, b-pagination-nav:** add UP/DOWN keyboard navigation support for JAWS (fixes [#4322](https://github.com/bootstrap-vue/bootstrap-vue/issues/4322)) ([#4325](https://github.com/bootstrap-vue/bootstrap-vue/issues/4325)) ([c686088](https://github.com/bootstrap-vue/bootstrap-vue/commit/c686088)) - **b-table, b-table-lite, b-table-simple:** fix issue with sticky columns when table is not responsive but has sticky headers (fixes [#4354](https://github.com/bootstrap-vue/bootstrap-vue/issues/4354)) ([#4356](https://github.com/bootstrap-vue/bootstrap-vue/issues/4356)) ([56b3958](https://github.com/bootstrap-vue/bootstrap-vue/commit/56b3958)) - **b-table, b-table-lite, b-tbody:** fix delegated event handlers when transition + minor adjustment to row `key` generation (fixes [#4370](https://github.com/bootstrap-vue/bootstrap-vue/issues/4370), [#4360](https://github.com/bootstrap-vue/bootstrap-vue/issues/4360)) ([#4372](https://github.com/bootstrap-vue/bootstrap-vue/issues/4372)) ([030a3d8](https://github.com/bootstrap-vue/bootstrap-vue/commit/030a3d8)) - **b-tabs:** allow space to trigger tab activation when `no-key-nav` is enabled (fixes [#4323](https://github.com/bootstrap-vue/bootstrap-vue/issues/4323)) ([#4326](https://github.com/bootstrap-vue/bootstrap-vue/issues/4326)) ([731365b](https://github.com/bootstrap-vue/bootstrap-vue/commit/731365b)) - **v-b-modal:** ensure trigger element is keyboard accessible if not a link or button, for A11Y ([#4365](https://github.com/bootstrap-vue/bootstrap-vue/issues/4365)) ([f54ca29](https://github.com/bootstrap-vue/bootstrap-vue/commit/f54ca29)) - **v-b-modal:** open modal using `ENTER` key on non-button elements for A11Y ([#4364](https://github.com/bootstrap-vue/bootstrap-vue/issues/4364)) ([0d27d7b](https://github.com/bootstrap-vue/bootstrap-vue/commit/0d27d7b)) - **v-b-tooltip, v-b-popover:** ensure reference to trigger element is passed to title/content function (fixes [#4331](https://github.com/bootstrap-vue/bootstrap-vue/issues/4331)) ([#4332](https://github.com/bootstrap-vue/bootstrap-vue/issues/4332)) ([ea0cbda](https://github.com/bootstrap-vue/bootstrap-vue/commit/ea0cbda)) - **v-b-visible:** fix type error in `componentUpdated` hook + minor docs update/fixes ([#4327](https://github.com/bootstrap-vue/bootstrap-vue/issues/4327)) ([5f3ba9e](https://github.com/bootstrap-vue/bootstrap-vue/commit/5f3ba9e)) - **web-types:** update web-types code generation to match latest schema ([#4271](https://github.com/bootstrap-vue/bootstrap-vue/issues/4271)) ([009431e](https://github.com/bootstrap-vue/bootstrap-vue/commit/009431e)) ### Other v2.1.0 - **b-table:** deprecate prop `filter-debounce` in favour of `b-form-input` debouncing - documentation updates and fixes <a name="2.0.4"></a> ## [v2.0.4](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.3...v2.0.4) Released: 2019-10-11 ### Bug Fixes v2.0.4 - **b-carousel:** disable the next/prev controls when the carousel is sliding (closes [#4210](https://github.com/bootstrap-vue/bootstrap-vue/issues/4210)) ([#4212](https://github.com/bootstrap-vue/bootstrap-vue/issues/4212)) ([64d556d](https://github.com/bootstrap-vue/bootstrap-vue/commit/64d556d)) - **b-dropdown-form:** fix SCSS styling when placed in a nav dropdown (fixes [#4220](https://github.com/bootstrap-vue/bootstrap-vue/issues/4220)) ([#4223](https://github.com/bootstrap-vue/bootstrap-vue/issues/4223)) ([b852bba](https://github.com/bootstrap-vue/bootstrap-vue/commit/b852bba)) - **types:** correct the declared export name for `BCardSubTitle` component ([#4229](https://github.com/bootstrap-vue/bootstrap-vue/issues/4229)) ([9f216df](https://github.com/bootstrap-vue/bootstrap-vue/commit/9f216df)) ### Performance v2.0.4 - **b-table, b-table-lite:** improve render performance for large tables (closes [#4211](https://github.com/bootstrap-vue/bootstrap-vue/issues/4211), [#4155](https://github.com/bootstrap-vue/bootstrap-vue/issues/4155)) ([#4213](https://github.com/bootstrap-vue/bootstrap-vue/issues/4213)) ([f3f42f2](https://github.com/bootstrap-vue/bootstrap-vue/commit/f3f42f2)) ### Other v2.0.4 - add `"sass"` entry in `package.json` - minor docs fixes and updates <a name="2.0.3"></a> ## [v2.0.3](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.2...v2.0.3) Released: 2019-10-05 ### Bug Fixes v2.0.3 - **b-form-file:** fix prop type checking for `value` prop ([#4168](https://github.com/bootstrap-vue/bootstrap-vue/issues/4168)) ([a8e2e56](https://github.com/bootstrap-vue/bootstrap-vue/commit/a8e2e56)) - **b-nav-item-dropdown:** focus-out handling when new focus comes from another `dropdown-toggle` (closes [#4113](https://github.com/bootstrap-vue/bootstrap-vue/issues/4113)) ([#4139](https://github.com/bootstrap-vue/bootstrap-vue/issues/4139)) ([9c37875](https://github.com/bootstrap-vue/bootstrap-vue/commit/9c37875)) - **b-table:** minor code optimizations to filter debouncing ([#4167](https://github.com/bootstrap-vue/bootstrap-vue/issues/4167)) ([018eef1](https://github.com/bootstrap-vue/bootstrap-vue/commit/018eef1)) - **b-table, b-table-lite, b-table-simple:** disable sticky header max-height on printers / print media ([#4147](https://github.com/bootstrap-vue/bootstrap-vue/issues/4147)) ([24c62c5](https://github.com/bootstrap-vue/bootstrap-vue/commit/24c62c5)) - **b-tooltip, b-popover:** add `SVGElement` as acceptable prop type (closes [#4173](https://github.com/bootstrap-vue/bootstrap-vue/issues/4173)) ([#4174](https://github.com/bootstrap-vue/bootstrap-vue/issues/4174)) ([fab7fea](https://github.com/bootstrap-vue/bootstrap-vue/commit/fab7fea)) - **v-b-modal:** bind to inner link or button for dropdown items or nav items (fixes [#4149](https://github.com/bootstrap-vue/bootstrap-vue/issues/4149)) ([#4187](https://github.com/bootstrap-vue/bootstrap-vue/issues/4187)) ([5c28bd2](https://github.com/bootstrap-vue/bootstrap-vue/commit/5c28bd2)) ### Performance v2.0.3 - **b-table, b-table-lite:** delegate row event handlers to the tbody element ([#4192](https://github.com/bootstrap-vue/bootstrap-vue/issues/4192)) ([3f0d46a](https://github.com/bootstrap-vue/bootstrap-vue/commit/3f0d46a)) - **tables:** make `b-th` extend `b-td` instead of using functional wrappers ([#4156](https://github.com/bootstrap-vue/bootstrap-vue/issues/4156)) ([c9715a8](https://github.com/bootstrap-vue/bootstrap-vue/commit/c9715a8)) - **tables:** improve provide/inject performance (addresses [#4155](https://github.com/bootstrap-vue/bootstrap-vue/issues/4155)) ([#4164](https://github.com/bootstrap-vue/bootstrap-vue/issues/4164)) ([152fefc](https://github.com/bootstrap-vue/bootstrap-vue/commit/152fefc)) ### Docs v2.0.3 - add prop descriptions to component reference tables (closes [#3647](https://github.com/bootstrap-vue/bootstrap-vue/issues/3647)) ([#4161](https://github.com/bootstrap-vue/bootstrap-vue/issues/4161)) ([fdd2a83](https://github.com/bootstrap-vue/bootstrap-vue/commit/fdd2a83)) - add quick links (page table of contents) to docs pages for small screens, and add table of contents to section index pages (instead of a redirect to first child page) ([#4145](https://github.com/bootstrap-vue/bootstrap-vue/issues/4145)) ([22268aa](https://github.com/bootstrap-vue/bootstrap-vue/commit/22268aa)) <a name="2.0.2"></a> ## [v2.0.2](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.1...v2.0.2) Released: 2019-09-20 This patch release includes a few minor bug fixes and documentation updates. ### Bug Fixes v2.0.2 - **b-popover, b-tooltip:** ensure prop `boundary-padding` is passed to popper instance (fixes [#4131](https://github.com/bootstrap-vue/bootstrap-vue/issues/4131)) ([#4133](https://github.com/bootstrap-vue/bootstrap-vue/issues/4133)) ([a54a647](https://github.com/bootstrap-vue/bootstrap-vue/commit/a54a647)) - **b-collapse:** make `id` prop not required ([#4109](https://github.com/bootstrap-vue/bootstrap-vue/issues/4109)) ([4f935ce](https://github.com/bootstrap-vue/bootstrap-vue/commit/4f935ce)) - **tables:** add in missing Bootstrap variant class `bg-active` for dark tables ([#4098](https://github.com/bootstrap-vue/bootstrap-vue/issues/4098)) ([d9900ab](https://github.com/bootstrap-vue/bootstrap-vue/commit/d9900ab)) - **tables:** ensure row variant `active` (class `table-active`) takes precedence over other row variants (addresses [#3008](https://github.com/bootstrap-vue/bootstrap-vue/issues/3008)) ([#4127](https://github.com/bootstrap-vue/bootstrap-vue/issues/4127)) ([fdb8bb6](https://github.com/bootstrap-vue/bootstrap-vue/commit/fdb8bb6)) - **tooltips, popovers:** hide trigger element `title` attribute during show delay (fixes [#4114](https://github.com/bootstrap-vue/bootstrap-vue/issues/4114)) ([#4120](https://github.com/bootstrap-vue/bootstrap-vue/issues/4120)) ([2dd8d5a](https://github.com/bootstrap-vue/bootstrap-vue/commit/2dd8d5a)) <a name="2.0.1"></a> ## [v2.0.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0...v2.0.1) Released: 2019-09-13 This patch release includes a few minor bug fixes and documentation updates. ### Bug Fixes v2.0.1 - **b-media:** fix vertical align class when `top` or `bottom` selected (fixes [#4052](https://github.com/bootstrap-vue/bootstrap-vue/issues/4052)) ([#4055](https://github.com/bootstrap-vue/bootstrap-vue/issues/4055)) ([9ccfe4c](https://github.com/bootstrap-vue/bootstrap-vue/commit/9ccfe4c)) - **b-table:** handle filter as an object when using items provider, and prevent duplicate provider calls on mount (fixes [#4065](https://github.com/bootstrap-vue/bootstrap-vue/issues/4065)) ([#4068](https://github.com/bootstrap-vue/bootstrap-vue/issues/4068)) ([9ddd115](https://github.com/bootstrap-vue/bootstrap-vue/commit/9ddd115)) - **b-table:** remove extra slashes in mixins imports ([#4087](https://github.com/bootstrap-vue/bootstrap-vue/issues/4087)) ([77f5be1](https://github.com/bootstrap-vue/bootstrap-vue/commit/77f5be1)) - **tooltips, popovers:** check `document.body` instead of `document` for IE11 support (fixes [#4074](https://github.com/bootstrap-vue/bootstrap-vue/issues/4074)) ([#4075](https://github.com/bootstrap-vue/bootstrap-vue/issues/4075)) ([1eda4fe](https://github.com/bootstrap-vue/bootstrap-vue/commit/1eda4fe)) - **v-b-tooltip, v-b-popover:** add missing `disabled` config option ([#4057](https://github.com/bootstrap-vue/bootstrap-vue/issues/4057)) ([f488dc1](https://github.com/bootstrap-vue/bootstrap-vue/commit/f488dc1)) - **v-b-tooltip, v-b-popover:** don't show if no title/content provided (closes [#4064](https://github.com/bootstrap-vue/bootstrap-vue/issues/4064)) ([#4076](https://github.com/bootstrap-vue/bootstrap-vue/issues/4076)) ([0b7de29](https://github.com/bootstrap-vue/bootstrap-vue/commit/0b7de29)) <a name="2.0.0"></a> ## [v2.0.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.28...v2.0.0) Released: 2019-09-06 > **BootstrapVue 2.0.0 stable** introduces several new features and bug fixes. Please note that this > release also _includes several breaking changes_. **Notable improvements:** - Tooltips and popovers have been completely re-written for better reactivity and stability. The directive versions are now reactive to trigger element `title` attribute changes and configuration changes. The component versions now perform better when quickly hovering/un-hovering the trigger element. Component and directive versions now have a default delay of `50`ms (affects `'hover'` and `'focus'` triggers only). They can now have a trigger of `'manual'` (when used by itself) of which they can only be opened or closed programmatically. Users can now optionally specify the ID that the tooltip or popover uses. For accessibility reasons, the `title` attribute is removed from the trigger element (target) only when the tooltip or popover is showing, and is restored when hidden. - Modals, tooltips, popovers, and toasts now work with scoped style classes (requires the use of vue-loader's `/deep/`, `::v-deep` or `>>>` [deep selectors](https://vue-loader.vuejs.org/guide/scoped-css.html#child-component-root-elements) for targeting inner elements, just like with any other component). - New SVG background image based sorting indicator icons for `<b-table>`, with the ability to place them on either the right (default) or left of the table cell headers (via a new prop). - Programmatic selection of `<b-table>` selectable rows. - Ability to provide your own custom footer structure for `<b-table>` and `<b-table-lite>`. ### Breaking changes and deprecated features removal v2.0.0 **Please carefully read the following before upgrading to v2.0.0 stable!** - Vue `2.6`+ is now **required** at a minimum, `2.6.10`+ is recommended. Some components will fail to work as expected if using Vue `2.5` (notably tooltips and popovers, but other components may be affected as well). - All **deprecated features** have been removed in v2.0.0 stable in order to reduce bundle size and simplify code. **Two notable breaking changes are:** - **changes to the table slot naming syntax:** the table slot syntax introduced in rc.28 has been modified in v2.0.0 stable for better compatibility with the new Vue `v-slot` syntax and its limitations (which currently are not documented in the Vue.JS docs). - **the removal of the deprecated `/es` build directory:** Users should now be importing the new top-level named exports when importing individual components, directives, and plugins. Read the following migration guide for more details. ### Migration guide v2.0.0 - **Removal of the deprecated `/es` build directory**. Users should now be using the new simplified import syntax introduced in v2.0.0-rc.22. Users should be importing the top-level _named exports_ instead. - `b-dropdown`: removal of deprecated `text` slot. Use the `button-content` slot instead. - `b-form-*` controls, `b-form-group`, `b-form-invalid-feedback` and `b-form-valid-feedback`: validation prop `state` now only accepts `true`, `false`, or `null` values. Passing the strings `'invalid'` or `'valid'` will no longer work. - `b-form-group`: removal of the deprecated `horizontal` and `breakpoint` props. Use props `label-cols{-{breakpoint}}` instead. - `b-img-lazy`, `b-card-img-lazy`: now rely only on `IntersectionObserver` support (native or via a polyfill) to determine when to show the image. If `IntersectionObserver` support is not detected, then the image will _always_ be shown. Use a polyfill if you need to support older browsers (e.g. IE11) - `b-modal`: the deprecated `BvModalEvent` method `cancel()` has been removed. Use the method `preventDefault()` instead. - `b-modal`: the deprecated `BvModalEvent` property `modalId` has been removed. Use the property `componentId` instead. - `b-nav`: removal of the deprecated `is-nav` prop. Use `b-navbar-nav` component instead when placing navs in `b-navbar`. - `b-nav-item-dropdown`: deprecated props `extra-menu-classes` and `extra-toggle-classes` have been removed. Used props `menu-class` and `toggle-class` (respectively) instead. - `b-table` and `b-table-lite`: **table cell field, header and footer scoped slot naming convention has changed**. Users should be using the new table round bracketed slot naming syntax: use slot `cell(field)` instead of `field` or `[field]`, use slot `head(field)` instead of `HEAD_field` or `HEAD[field]`, use `foot(field)` instead of `FOOT_field` or `FOOT[field]`. This change was _required_ for better compatibility with the new Vue `v-slot` syntax. The square bracket syntax introduced in `2.0.0-rc.28` has been replaced with the round bracket syntax to reduce possible confusion and potential future issues with Vue 2.6's new [dynamic slot name](https://vuejs.org/v2/guide/components-slots.html#Dynamic-Slot-Names) syntax. - `b-table`: the `filter` prop will no longer accept a function reference (previously deprecated). Instead, pass a function to the `filter-function` prop when using a custom filter function. The prop `filter` is only to be used for the filter's _criteria_ (i.e. the search value, search `RegExpr`, etc). - `b-table`: passing an object as a `fields` definition will no longer work. Use the _array of strings_ or _array of objects_ (or a combination of the two) fields definition format instead. - `b-table`: sorting icon SASS variables have been changed to handle the new SVG backgrounds. If you previously had custom CSS styling/icons, they will not work as expected - but sorting will still work. the SVG backgrounds can be controlled via SASS variables. - `b-tab`: removal of deprecated `href` prop. Use `<b-nav>` for controlling panes that change with URL changes. - `b-tabs`: removal of deprecated `tabs` slot. Use slot `tabs-end` instead. - `b-tabs`: removal of deprecated `bottom` prop. Use the `end` prop instead. - Tooltip SCSS: deprecated variable `$bv-tooltip-bg-level` has been removed. Use variable `$b-tooltip-bg-level` instead. - Popover SCSS: deprecated variables `$bv-popover-bg-level`, `$bv-popover-border-level`, and `$bv-popover-color-level` have been removed. Use variables `$b-popover-bg-level`, `$b-popover-border-level`, and `$b-popover-color-level` (respectively) instead. Please refer to the [documentation](https://bootstrap-vue.js.org/) for the latest usage and examples, and below for a list of fixes and new features. ### Bug Fixes v2.0.0 - **b-dropdown-\*:** ensure class bindings are placed on root element for all dropdown sub-components (closes [#4022](https://github.com/bootstrap-vue/bootstrap-vue/issues/4022)) ([#4024](https://github.com/bootstrap-vue/bootstrap-vue/issues/4024)) ([81efb89](https://github.com/bootstrap-vue/bootstrap-vue/commit/81efb89)) - **b-form-textarea:** handle initial auto-height when in modal, tabs, or other component with transition or which uses `v-show` (fixes [#3936](https://github.com/bootstrap-vue/bootstrap-vue/issues/3936), [#3702](https://github.com/bootstrap-vue/bootstrap-vue/issues/3702)) ([#3937](https://github.com/bootstrap-vue/bootstrap-vue/issues/3937)) ([be3ac62](https://github.com/bootstrap-vue/bootstrap-vue/commit/be3ac62)) - **b-link:** only add the `nativeOn` property to componentData when rendering a router link ([#3976](https://github.com/bootstrap-vue/bootstrap-vue/issues/3976)) ([62fb0b6](https://github.com/bootstrap-vue/bootstrap-vue/commit/62fb0b6)) - **b-modal:** ensure non-prop attributes are transferred to the modal outer wrapper `div` (closes [#3896](https://github.com/bootstrap-vue/bootstrap-vue/issues/3896)) ([#3921](https://github.com/bootstrap-vue/bootstrap-vue/issues/3921)) ([8bf3a55](https://github.com/bootstrap-vue/bootstrap-vue/commit/8bf3a55)) - **b-modal:** fix scroll to top issue when modal has `no-fade` set ([#4004](https://github.com/bootstrap-vue/bootstrap-vue/issues/4004)) ([332b79f](https://github.com/bootstrap-vue/bootstrap-vue/commit/332b79f)) - **b-table, b-table-lite:** handle edge case where field slot returns no vNodes (fixes [#3919](https://github.com/bootstrap-vue/bootstrap-vue/issues/3919)) ([#3920](https://github.com/bootstrap-vue/bootstrap-vue/issues/3920)) ([a392059](https://github.com/bootstrap-vue/bootstrap-vue/commit/a392059)) - **b-table, b-table-lite:** render header when not always stacked mode (fixes [#3886](https://github.com/bootstrap-vue/bootstrap-vue/issues/3886)) ([#3887](https://github.com/bootstrap-vue/bootstrap-vue/issues/3887)) ([2302b31](https://github.com/bootstrap-vue/bootstrap-vue/commit/2302b31)) - **b-table, b-table-lite:** generate `:key` for `row-details` row based on the `primary-key` field value if available ([#4025](https://github.com/bootstrap-vue/bootstrap-vue/issues/4025)) ([c7cb16f](https://github.com/bootstrap-vue/bootstrap-vue/commit/c7cb16f)) - **v-b-toggle:** don't override `role` if element has a `role` assigned ([#3889](https://github.com/bootstrap-vue/bootstrap-vue/issues/3889)) ([5d155ba](https://github.com/bootstrap-vue/bootstrap-vue/commit/5d155ba)) - **tooltip, popover:** overall code refactor for better reactivity and performance (fixes: [#1990](https://github.com/bootstrap-vue/bootstrap-vue/issues/1990), [#2937](https://github.com/bootstrap-vue/bootstrap-vue/issues/2937), [#3480](https://github.com/bootstrap-vue/bootstrap-vue/issues/3480), [#3717](https://github.com/bootstrap-vue/bootstrap-vue/issues/3717), [#3854](https://github.com/bootstrap-vue/bootstrap-vue/issues/3854), closes [#3451](https://github.com/bootstrap-vue/bootstrap-vue/issues/3451)) ([#3908](https://github.com/bootstrap-vue/bootstrap-vue/issues/3908)) ([eebab43](https://github.com/bootstrap-vue/bootstrap-vue/commit/eebab43)) ### Features v2.0.0 - **b-carousel:** add prop `no-wrap` for disabling wrapping to start/end (closes [#3902](https://github.com/bootstrap-vue/bootstrap-vue/issues/3902)) ([#3905](https://github.com/bootstrap-vue/bootstrap-vue/issues/3905)) ([2c8bd23](https://github.com/bootstrap-vue/bootstrap-vue/commit/2c8bd23)) - **b-dropdown:** add `role=presentation` to `<li>` elements for improved a11y ([#3996](https://github.com/bootstrap-vue/bootstrap-vue/issues/3996)) ([464d257](https://github.com/bootstrap-vue/bootstrap-vue/commit/464d257)) - **b-img-lazy:** switch IntersectionObserver to use private `v-b-visible` directive ([#3977](https://github.com/bootstrap-vue/bootstrap-vue/issues/3977)) ([249ccfa](https://github.com/bootstrap-vue/bootstrap-vue/commit/249ccfa)) - **b-modal:** add scoped style support when portalled (non-static modal) ([#3962](https://github.com/bootstrap-vue/bootstrap-vue/issues/3962)) ([77ad6b9](https://github.com/bootstrap-vue/bootstrap-vue/commit/77ad6b9)) - **b-nav:** add card header support ([#3883](https://github.com/bootstrap-vue/bootstrap-vue/issues/3883)) ([4046a53](https://github.com/bootstrap-vue/bootstrap-vue/commit/4046a53)) - **b-pagination:** if number of pages changes, try and keep current page active (closes [#3716](https://github.com/bootstrap-vue/bootstrap-vue/issues/3716)) ([#3990](https://github.com/bootstrap-vue/bootstrap-vue/issues/3990)) ([ae8ce78](https://github.com/bootstrap-vue/bootstrap-vue/commit/ae8ce78)) - **b-modal:** add prop for auto focusing one of the built in-buttons once `shown` (closes [#3945](https://github.com/bootstrap-vue/bootstrap-vue/issues/3945)) ([#3979](https://github.com/bootstrap-vue/bootstrap-vue/issues/3979)) ([6f2827e](https://github.com/bootstrap-vue/bootstrap-vue/commit/6f2827e)) - **b-table:** allow field definition properties `filterByFormatted` and `sortByFormatted` to accept a formatter function reference (closes [#3892](https://github.com/bootstrap-vue/bootstrap-vue/issues/3892)) ([#3898](https://github.com/bootstrap-vue/bootstrap-vue/issues/3898)) ([5492b38](https://github.com/bootstrap-vue/bootstrap-vue/commit/5492b38)) - **b-table:** new sorting icons using SVG, plus option to place icon on left of header cell (closes [#3687](https://github.com/bootstrap-vue/bootstrap-vue/issues/3687), [#3696](https://github.com/bootstrap-vue/bootstrap-vue/issues/3696), [#3918](https://github.com/bootstrap-vue/bootstrap-vue/issues/3918), [#3966](https://github.com/bootstrap-vue/bootstrap-vue/issues/3966)) ([#3968](https://github.com/bootstrap-vue/bootstrap-vue/issues/3968)) ([c4442f4](https://github.com/bootstrap-vue/bootstrap-vue/commit/c4442f4)) - **b-table:** add `filter-debounce` prop for debouncing filter updates ([#3891](https://github.com/bootstrap-vue/bootstrap-vue/issues/3891)) ([03536a5](https://github.com/bootstrap-vue/bootstrap-vue/commit/03536a5)) - **b-table:** add `selectAllRows()` and `clearSelected()` to thead/tfoot slot scopes (addresses [#3901](https://github.com/bootstrap-vue/bootstrap-vue/issues/3901)) ([#3907](https://github.com/bootstrap-vue/bootstrap-vue/issues/3907)) ([86c53dd](https://github.com/bootstrap-vue/bootstrap-vue/commit/86c53dd)) - **b-table, b-table-lite:** switch slot name syntax to use round brackets instead of square brackets ([#3986](https://github.com/bootstrap-vue/bootstrap-vue/issues/3986)) ([fca7bd5](https://github.com/bootstrap-vue/bootstrap-vue/commit/fca7bd5)) - **b-table, b-table-lite:** remove deprecated slot names, introduce new slot names ([#3866](https://github.com/bootstrap-vue/bootstrap-vue/issues/3866)) ([249efd9](https://github.com/bootstrap-vue/bootstrap-vue/commit/249efd9)) - **b-table, b-table-lite:** use `aria-details` rather than `aria-describedby` when details row showing (addresses [#3801](https://github.com/bootstrap-vue/bootstrap-vue/issues/3801)) ([#3992](https://github.com/bootstrap-vue/bootstrap-vue/issues/3992)) ([f6f73c7](https://github.com/bootstrap-vue/bootstrap-vue/commit/f6f73c7)) - **b-table, b-table-lite:** add support for custom header attributes (closes [#2244](https://github.com/bootstrap-vue/bootstrap-vue/issues/2244)) ([#3876](https://github.com/bootstrap-vue/bootstrap-vue/issues/3876)) ([8784f31](https://github.com/bootstrap-vue/bootstrap-vue/commit/8784f31)) - **b-table, b-table-lite:** add new scoped slot `custom-foot` to allow user to create their own table footer (closes [#3960](https://github.com/bootstrap-vue/bootstrap-vue/issues/3960)) ([#4027](https://github.com/bootstrap-vue/bootstrap-vue/issues/4027)) ([cbeeef9](https://github.com/bootstrap-vue/bootstrap-vue/commit/cbeeef9)) - **b-table, b-table-lite, b-table-simple:** add `no-border-collapse` prop and SCSS ([#3987](https://github.com/bootstrap-vue/bootstrap-vue/issues/3987)) ([253b4f6](https://github.com/bootstrap-vue/bootstrap-vue/commit/253b4f6)) - **b-toast:** add support for scoped styles ([#3963](https://github.com/bootstrap-vue/bootstrap-vue/issues/3963)) ([ca1b5de](https://github.com/bootstrap-vue/bootstrap-vue/commit/ca1b5de)) - **tooltip, popover:** overall code refactor for better reactivity and performance (fixes: [#1990](https://github.com/bootstrap-vue/bootstrap-vue/issues/1990), [#2937](https://github.com/bootstrap-vue/bootstrap-vue/issues/2937), [#3480](https://github.com/bootstrap-vue/bootstrap-vue/issues/3480), [#3717](https://github.com/bootstrap-vue/bootstrap-vue/issues/3717), [#3854](https://github.com/bootstrap-vue/bootstrap-vue/issues/3854), closes [#3451](https://github.com/bootstrap-vue/bootstrap-vue/issues/3451)) ([#3908](https://github.com/bootstrap-vue/bootstrap-vue/issues/3908)) ([eebab43](https://github.com/bootstrap-vue/bootstrap-vue/commit/eebab43)) ### Deprecation removals v2.0.0 - **b-dropdown:** remove deprecated slot `text` ([#3868](https://github.com/bootstrap-vue/bootstrap-vue/issues/3868)) ([29eb8b1](https://github.com/bootstrap-vue/bootstrap-vue/commit/29eb8b1)) - **b-form-group:** remove deprecated prop `horizontal` and `breakpoint` ([#3879](https://github.com/bootstrap-vue/bootstrap-vue/issues/3879)) ([b301822](https://github.com/bootstrap-vue/bootstrap-vue/commit/b301822)) - **b-nav, b-nav-item-dropdown:** remove deprecated slot and props ([#3867](https://github.com/bootstrap-vue/bootstrap-vue/issues/3867)) ([21fab35](https://github.com/bootstrap-vue/bootstrap-vue/commit/21fab35)) - **b-modal:** remove `BvModalEvent` deprecations ([#3864](https://github.com/bootstrap-vue/bootstrap-vue/issues/3864)) ([90c299c](https://github.com/bootstrap-vue/bootstrap-vue/commit/90c299c)) - **b-table, b-table-lite:** switch slot name syntax to use round brackets instead of square brackets ([#3986](https://github.com/bootstrap-vue/bootstrap-vue/issues/3986)) ([fca7bd5](https://github.com/bootstrap-vue/bootstrap-vue/commit/fca7bd5)) - **b-table, b-table-lite:** remove deprecated slot names, introduce new slot names ([#3866](https://github.com/bootstrap-vue/bootstrap-vue/issues/3866)) ([249efd9](https://github.com/bootstrap-vue/bootstrap-vue/commit/249efd9)) - **b-tabs:** remove deprecations ([#3863](https://github.com/bootstrap-vue/bootstrap-vue/issues/3863)) ([0edac49](https://github.com/bootstrap-vue/bootstrap-vue/commit/0edac49)) - **tooltip/popover:** remove SCSS deprecations ([#3869](https://github.com/bootstrap-vue/bootstrap-vue/issues/3869)) ([bea49d4](https://github.com/bootstrap-vue/bootstrap-vue/commit/bea49d4)) - **build:** remove deprecated `es/` build ([#3604](https://github.com/bootstrap-vue/bootstrap-vue/issues/3604)) ([3828f59](https://github.com/bootstrap-vue/bootstrap-vue/commit/3828f59)) <br> <hr> <a name="2.0.0-rc.28"></a> ## [v2.0.0-rc.28](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.27...v2.0.0-rc.28) Released: 2019-08-12 **This release is expected to be the last RC release. Next release (hopefully) will be v2.0.0 stable.** ### Bug Fixes v2.0.0-rc.28 - **b-modal:** prevent page scroll when tabbing to bottom of modal + better tab containment in enforceFocus (closes [#3842](https://github.com/bootstrap-vue/bootstrap-vue/issues/3842)) ([#3846](https://github.com/bootstrap-vue/bootstrap-vue/issues/3846)) ([ed99f9c](https://github.com/bootstrap-vue/bootstrap-vue/commit/ed99f9c)) - **b-carousel:** reset `touchDeltaX` to prevent click transformed in swipe ([#3734](https://github.com/bootstrap-vue/bootstrap-vue/issues/3734)) ([0e54839](https://github.com/bootstrap-vue/bootstrap-vue/commit/0e54839)) - **b-table:** better detection of active text selection during click events ([#3763](https://github.com/bootstrap-vue/bootstrap-vue/issues/3763)) ([1a9c688](https://github.com/bootstrap-vue/bootstrap-vue/commit/1a9c688)) - **b-tabs:** fix nav item `id` and `aria-controls` on tab buttons ([#3832](https://github.com/bootstrap-vue/bootstrap-vue/issues/3832)) ([06c6119](https://github.com/bootstrap-vue/bootstrap-vue/commit/06c6119)) ### Features v2.0.0-rc.28 - **form controls:** add support for control sizing of `b-form-file`, `b-form-checkbox`, and `b-form-radio` (closes [#3745](https://github.com/bootstrap-vue/bootstrap-vue/issues/3745)) ([#3794](https://github.com/bootstrap-vue/bootstrap-vue/issues/3794)) ([18c3957](https://github.com/bootstrap-vue/bootstrap-vue/commit/18c3957)) - **b-form-file, b-form-checkbox, b-form-radio:** make input element inherit non-prop attributes (addresses [#3752](https://github.com/bootstrap-vue/bootstrap-vue/issues/3752)) ([#3754](https://github.com/bootstrap-vue/bootstrap-vue/issues/3754)) ([722f9db](https://github.com/bootstrap-vue/bootstrap-vue/commit/722f9db)) - **b-table:** allow users to specify top-level keys to be ignored or included when filtering, plus add option to filter based on formatted value (closes [#3749](https://github.com/bootstrap-vue/bootstrap-vue/issues/3749)) ([#3786](https://github.com/bootstrap-vue/bootstrap-vue/issues/3786)) ([142b31b](https://github.com/bootstrap-vue/bootstrap-vue/commit/142b31b)) - **b-table:** make sorting by formated value opt-in per field + add TypeScript declarations for locale options ([#3778](https://github.com/bootstrap-vue/bootstrap-vue/issues/3778)) ([9716850](https://github.com/bootstrap-vue/bootstrap-vue/commit/9716850)) - **b-table:** programmatic row selection (closes [#3064](https://github.com/bootstrap-vue/bootstrap-vue/issues/3064), [#3370](https://github.com/bootstrap-vue/bootstrap-vue/issues/3370)) ([#3844](https://github.com/bootstrap-vue/bootstrap-vue/issues/3844)) ([9a4fe24](https://github.com/bootstrap-vue/bootstrap-vue/commit/9a4fe24)) - **b-table-simple:** new `<table>` wrapper component that allows users to render their own `<thead>`, `<tfoot>`, `<body>` ([#3799](https://github.com/bootstrap-vue/bootstrap-vue/issues/3799)) ([998bd4f](https://github.com/bootstrap-vue/bootstrap-vue/commit/998bd4f)) - **b-table, b-table-lite:** new field scoped slot naming convention + new fallback scoped slots, deprecated old field slot convention (closes [#3731](https://github.com/bootstrap-vue/bootstrap-vue/issues/3731)) ([#3741](https://github.com/bootstrap-vue/bootstrap-vue/issues/3741)) ([f53360d](https://github.com/bootstrap-vue/bootstrap-vue/commit/f53360d)) - **b-table, b-table-lite:** place `<tfoot>` after `<tbody>` element per HTML5 spec ([#3807](https://github.com/bootstrap-vue/bootstrap-vue/issues/3807)) ([e885d6d](https://github.com/bootstrap-vue/bootstrap-vue/commit/e885d6d)) - **tables:** add sticky header support (closes [#2085](https://github.com/bootstrap-vue/bootstrap-vue/issues/2085)) ([#3831](https://github.com/bootstrap-vue/bootstrap-vue/issues/3831)) ([a5f7266](https://github.com/bootstrap-vue/bootstrap-vue/commit/a5f7266)) - **tables:** create table child element helper components, plus new `sort-null-last` and `table-variant` props. ([#3808](https://github.com/bootstrap-vue/bootstrap-vue/issues/3808)) ([981114b](https://github.com/bootstrap-vue/bootstrap-vue/commit/981114b)) - **tables:** add support for sticky columns ([#3847](https://github.com/bootstrap-vue/bootstrap-vue/issues/3847)) ([5b5f2b8](https://github.com/bootstrap-vue/bootstrap-vue/commit/5b5f2b8)) - **b-toast:** add SCSS variabl