-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: release 2.0.0-rc.17 #2978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… provided (fixes #2933) (#2936) * fix(form-group): don't render aria-labelledby on group when label-for provided (fixes #2933) Only render the `aria-labelledby` attribute on the `form-group` when `label-for` is not provided. Fixes #2933 * Update form-group.js * Update form-group.html * Update form-group.spec.js * Update form-group.js * Update form-group.js
* chore(unit testing): more test conversions * Update card.spec.js * Delete card.html * Delete card.js * Update card.spec.js * Update embed.spec.js * Delete embed.html * Delete embed.js * Update embed.spec.js * Update card.spec.js
* chore(dropdown): switch to `::` from `:` psuedo selectors * Update _utilities.scss * Update _dropdown.scss * Create _nav-item-dropdown.scss * Create index.scss * Update index.scss * Update _utilities.scss * Update _dropdown.scss * Create _navbar.scss * Create index.scss * Update index.scss * Update index.scss * Update _nav-item-dropdown.scss * Update _navbar.scss * Update _dropdown.scss * Update index.scss * Update _dropdown.scss * Update _dropdown-text.scss * Update _dropdown-form.scss
* Delete progress.html * Delete progress.js * Delete navbar.html * Delete navbar.js * Delete navbar-dropdown.spec.js * Create nav-item-dropdown.spec.js * Update collapse.html * Update nav-item-dropdown.spec.js * Create media-aside.spec.js * Update media-aside.spec.js * Create media-body.spec.js * Update media.spec.js * Delete media.html * Delete media.js * Update media.spec.js * Update media.spec.js * Update media.spec.js * Update media.spec.js * Create input-group-text.spec.js * Update input-group-text.spec.js * Update input-group-text.spec.js * Update input-group-text.spec.js * Create input-group-append.spec.js * Create input-group-prepend.spec.js * Update input-group.spec.js * Delete input-group.html * Delete input-group.js * Update input-group.spec.js * Update input-group.spec.js * Update input-group.spec.js * Update container.spec.js * Update container.spec.js * Update row.spec.js * Create form-row.spec.js * Update container.spec.js * Update row.spec.js * Update list-group-item.spec.js * Update input-group-append.spec.js * Update input-group-prepend.spec.js * Update input-group-text.spec.js * Update form-row.spec.js * Update row.spec.js * Update form-row.spec.js * Update col.spec.js * Update col.spec.js * Update col.spec.js * Update col.spec.js * Update col.js * Update col.spec.js * Delete row.html * Delete container.html * Delete col.html * Delete col.js * Delete container.js * Delete row.js
* Update alert.js * Update alert.js * Update alert.js * Update alert.spec.js * Update alert.spec.js * Update alert.js * Update alert.js * Update alert.spec.js * Update alert.js * Update alert.js * Update alert.js * Update alert.js * add support for countodown number (via `show` prop) as a string number * Update alert.js * Update alert.spec.js * Update alert.spec.js * Update alert.spec.js * Update alert.spec.js * Update alert.spec.js * Update alert.spec.js * Update alert.js * Update alert.js * Update alert.js * Update alert.js * Update alert.spec.js * Update alert.js * Update package.json * Update README.md * Update alert.spec.js * Update alert.js
* docs(table): make examples work better on small screens Reduces columns used, and adds responsive tables where needed * Update README.md
* feat(docs): add algolia search * Update search.vue * Update search.vue * add algolia API key + search improvemnts * Update styles.scss * Update styles.scss * Update search.vue * Update _slug.vue * Update _slug.vue * Update index.js * Update play.vue * Update index.js * Update styles.scss * Update componentdoc.vue * Update importdoc.vue * Update nuxt.config.js * Update importdoc.vue * Update importdoc.vue * Update componentdoc.vue * Update nuxt.config.js * Update styles.scss * Update importdoc.vue * Update styles.scss * Update styles.scss * Update nuxt.config.js * Update styles.scss * Update styles.scss * Update componentdoc.vue * Update importdoc.vue * Update styles.scss * Update styles.scss * Update styles.scss * Update styles.scss * Update styles.scss * Update search.vue
Codecov Report
@@ Coverage Diff @@
## master #2978 +/- ##
========================================
+ Coverage 92.03% 99.03% +7%
========================================
Files 205 207 +2
Lines 3240 3742 +502
Branches 959 1123 +164
========================================
+ Hits 2982 3706 +724
+ Misses 190 28 -162
+ Partials 68 8 -60
Continue to review full report at Codecov.
|
jacobmllr95
approved these changes
Apr 4, 2019
* feat(table): Add TypeScript definitions for table fields * Changes from code review VueVariant -> TableVariant interface TableFieldArray -> type TableFieldArray Make fields optional * Update README.md * Update README.md * Update index.d.ts * Updates from code review * Update index.d.ts * Update index.d.ts Change to `?:`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Preparation for release 2.0.0-rc.17
Live Preview: https://deploy-preview-2978--bootstrap-vue.netlify.com/
Notable Changes
Fixes
b-collapse
&v-b-toggle
: better collapsed state synchronizationb-link
&b-button
: support handling multiple click event listenersb-form-group
: improvements toaria-*
attributesb-modal
; fix backdrop fade animation when closingb-modal
: prevent page scroll/jump as modal opens on long pagesb-modal
: fixed stacked modal z-index calculations which may have originally obscured other overlay components such as notifications and toastsb-modal
: prevent close on backdrop when click initiated inside modal contentb-pagination
: reset to page 1 when total-rows or per-page changesb-tooltip
&b-popover
: prevent duplicateshow
/shown
event emits when.sync
prop modifier usedutils/env
: check for undefined on global process var (fixes browser build)utils/get
: handle case when nested value is falsy (affectedb-table
when using nested keys)Enhancements
v-b-scrollspy
: support when vue-router is inhash
based route modeb-alert
: refactored code for better event emittingb-form-textarea
: improved computedHeight calculation when in auto resize modeb-modal
: auto return focus to trigger element using previous document.activeElement if no return focus element specifiedb-pagination-nav
: better auto page detection for IEOther
vue-test-utils