|
4 | 4 | > [standard-version](https://github.com/conventional-changelog/standard-version) for commit
|
5 | 5 | > guidelines.
|
6 | 6 |
|
| 7 | +<a name="2.0.0-rc.19"></a> |
| 8 | + |
| 9 | +## [v2.0.0-rc.19](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.18...v2.0.0-rc.19) |
| 10 | + |
| 11 | +Released 2019-04-21 |
| 12 | + |
| 13 | +### Bug Fixes v2.0.0-rc.19 |
| 14 | + |
| 15 | +- **b-link:** ensure href prop is not passed to router-links (fixes |
| 16 | + [#3066](https://github.com/bootstrap-vue/bootstrap-vue/issues/3066)) |
| 17 | + ([#3084](https://github.com/bootstrap-vue/bootstrap-vue/issues/3084)) |
| 18 | + ([f679c11](https://github.com/bootstrap-vue/bootstrap-vue/commit/f679c11)) |
| 19 | +- **col, form-group:** implement self overwriting lazy props getter (fixes: |
| 20 | + [#3080](https://github.com/bootstrap-vue/bootstrap-vue/issues/3080)) |
| 21 | + ([#3125](https://github.com/bootstrap-vue/bootstrap-vue/issues/3125)) |
| 22 | + ([92756bd](https://github.com/bootstrap-vue/bootstrap-vue/commit/92756bd)) |
| 23 | +- **docs:** improve <b-modal> prevent closing example |
| 24 | + ([#3054](https://github.com/bootstrap-vue/bootstrap-vue/issues/3054)) |
| 25 | + ([f609316](https://github.com/bootstrap-vue/bootstrap-vue/commit/f609316)) |
| 26 | +- **docs:** improve code highlighting + table styles |
| 27 | + ([#3078](https://github.com/bootstrap-vue/bootstrap-vue/issues/3078)) |
| 28 | + ([d4b9895](https://github.com/bootstrap-vue/bootstrap-vue/commit/d4b9895)) |
| 29 | +- **docs:** info modal in complete <b-table> example (closes |
| 30 | + [#3144](https://github.com/bootstrap-vue/bootstrap-vue/issues/3144)) |
| 31 | + ([#3145](https://github.com/bootstrap-vue/bootstrap-vue/issues/3145)) |
| 32 | + ([9dfe0bf](https://github.com/bootstrap-vue/bootstrap-vue/commit/9dfe0bf)) |
| 33 | +- **docs:** overall improvements |
| 34 | + ([#3129](https://github.com/bootstrap-vue/bootstrap-vue/issues/3129)) |
| 35 | + ([be53376](https://github.com/bootstrap-vue/bootstrap-vue/commit/be53376)) |
| 36 | +- **form-textarea:** improve auto-row height calculation timing (closes |
| 37 | + [#3103](https://github.com/bootstrap-vue/bootstrap-vue/issues/3103)) |
| 38 | + ([#3105](https://github.com/bootstrap-vue/bootstrap-vue/issues/3105)) |
| 39 | + ([dfc662e](https://github.com/bootstrap-vue/bootstrap-vue/commit/dfc662e)) |
| 40 | +- **modal:** clear internal return_focus after modal closes (fixes |
| 41 | + [#3067](https://github.com/bootstrap-vue/bootstrap-vue/issues/3067)) |
| 42 | + ([#3068](https://github.com/bootstrap-vue/bootstrap-vue/issues/3068)) |
| 43 | + ([971556f](https://github.com/bootstrap-vue/bootstrap-vue/commit/971556f)) |
| 44 | +- **modal:** ensure that v-model is updated when show or hide is canceled |
| 45 | + ([#3131](https://github.com/bootstrap-vue/bootstrap-vue/issues/3131)) |
| 46 | + ([6726a33](https://github.com/bootstrap-vue/bootstrap-vue/commit/6726a33)) |
| 47 | +- **modal:** fix close on click-out for IE11 |
| 48 | + ([#3117](https://github.com/bootstrap-vue/bootstrap-vue/issues/3117)) |
| 49 | + ([9b09e52](https://github.com/bootstrap-vue/bootstrap-vue/commit/9b09e52)) |
| 50 | +- **modal:** handle HMR when defining property on Vue prototype |
| 51 | + ([#3123](https://github.com/bootstrap-vue/bootstrap-vue/issues/3123)) |
| 52 | + ([a4e7f21](https://github.com/bootstrap-vue/bootstrap-vue/commit/a4e7f21)) |
| 53 | +- **nuxt module:** ensure that css and transpile are arrays (fixes: |
| 54 | + [#3141](https://github.com/bootstrap-vue/bootstrap-vue/issues/3141)) |
| 55 | + ([#3142](https://github.com/bootstrap-vue/bootstrap-vue/issues/3142)) |
| 56 | + ([239da77](https://github.com/bootstrap-vue/bootstrap-vue/commit/239da77)) |
| 57 | +- **tab:** don't use `aria-expanded` on the panel |
| 58 | + ([#3143](https://github.com/bootstrap-vue/bootstrap-vue/issues/3143)) |
| 59 | + ([381eacf](https://github.com/bootstrap-vue/bootstrap-vue/commit/381eacf)) |
| 60 | +- **table:** prevent hover style on busy/empty row (closes |
| 61 | + [#3079](https://github.com/bootstrap-vue/bootstrap-vue/issues/3079)) |
| 62 | + ([#3086](https://github.com/bootstrap-vue/bootstrap-vue/issues/3086)) |
| 63 | + ([c53ffd4](https://github.com/bootstrap-vue/bootstrap-vue/commit/c53ffd4)) |
| 64 | +- **utils:** improve `dom`, `env`, `inspect` and test utils |
| 65 | + ([#3085](https://github.com/bootstrap-vue/bootstrap-vue/issues/3085)) |
| 66 | + ([bd85049](https://github.com/bootstrap-vue/bootstrap-vue/commit/bd85049)) |
| 67 | + |
| 68 | +### Features v2.0.0-rc.19 |
| 69 | + |
| 70 | +- **docs/playground:** add support for exporting to CodePen and CodeSandbox |
| 71 | + ([#3071](https://github.com/bootstrap-vue/bootstrap-vue/issues/3071)) |
| 72 | + ([ccb1614](https://github.com/bootstrap-vue/bootstrap-vue/commit/ccb1614)) |
| 73 | +- **dropdown:** use semantic `<ul>` and `<li>` markup (closes |
| 74 | + [#3072](https://github.com/bootstrap-vue/bootstrap-vue/issues/3072)) |
| 75 | + ([#3087](https://github.com/bootstrap-vue/bootstrap-vue/issues/3087)) |
| 76 | + ([58ad66b](https://github.com/bootstrap-vue/bootstrap-vue/commit/58ad66b)) |
| 77 | +- **form-checkbox, form-radio:** add `aria-labelledby` prop (closes: |
| 78 | + [#3139](https://github.com/bootstrap-vue/bootstrap-vue/issues/3139)) |
| 79 | + ([#3140](https://github.com/bootstrap-vue/bootstrap-vue/issues/3140)) |
| 80 | + ([f82f566](https://github.com/bootstrap-vue/bootstrap-vue/commit/f82f566)) |
| 81 | +- **form-group:** make `aria-live` attribute on feedback configurable (closes |
| 82 | + [#3057](https://github.com/bootstrap-vue/bootstrap-vue/issues/3057)) |
| 83 | + ([#3058](https://github.com/bootstrap-vue/bootstrap-vue/issues/3058)) |
| 84 | + ([6161b8a](https://github.com/bootstrap-vue/bootstrap-vue/commit/6161b8a)) |
| 85 | +- **modal:** support for optionally scoped slots and new `Vue.prototype.$bvModal` helper |
| 86 | + ([#3056](https://github.com/bootstrap-vue/bootstrap-vue/issues/3056)) |
| 87 | + ([b647830](https://github.com/bootstrap-vue/bootstrap-vue/commit/b647830)) |
| 88 | +- **table:** add new prop `table-class` for applying classes to table root element (closes |
| 89 | + [#3138](https://github.com/bootstrap-vue/bootstrap-vue/issues/3138)) |
| 90 | + ([#3148](https://github.com/bootstrap-vue/bootstrap-vue/issues/3148)) |
| 91 | + ([5deb5db](https://github.com/bootstrap-vue/bootstrap-vue/commit/5deb5db)) |
| 92 | +- **tabs:** add `fill`, `justified` and `active-class` props (closes |
| 93 | + [#3053](https://github.com/bootstrap-vue/bootstrap-vue/issues/3053), |
| 94 | + [#2518](https://github.com/bootstrap-vue/bootstrap-vue/issues/2518)) |
| 95 | + ([#3061](https://github.com/bootstrap-vue/bootstrap-vue/issues/3061)) |
| 96 | + ([b6557ad](https://github.com/bootstrap-vue/bootstrap-vue/commit/b6557ad)) |
| 97 | +- **toast:** add Bootstrap v4.3 Toasts |
| 98 | + ([#3093](https://github.com/bootstrap-vue/bootstrap-vue/issues/3093)) |
| 99 | + ([c31b4ff](https://github.com/bootstrap-vue/bootstrap-vue/commit/c31b4ff)) |
| 100 | +- **toast:** updates to toaster SCSS and structure and enable hover-pause |
| 101 | + ([#3135](https://github.com/bootstrap-vue/bootstrap-vue/issues/3135)) |
| 102 | + ([263f206](https://github.com/bootstrap-vue/bootstrap-vue/commit/263f206)) |
| 103 | + |
7 | 104 | <a name="2.0.0-rc.18"></a>
|
8 | 105 |
|
9 | 106 | ## [v2.0.0-rc.18](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.17...v2.0.0-rc.18)
|
|
0 commit comments