-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: release 2.0.1 #4060
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
chore: release 2.0.1 #4060
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
* chore(b-toaster): clean out old toaster scss comments * Update _toaster-transition.scss
* chore(docs): link to options prop details section * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Prettify + correct typos
…style css scope (#4040)
* chore(docs): minor updates to tooltip/popover docs * Update README.md * Update README.md * Update README.md * Update README.md
* chore(deps): update all non-major dependencies * Update modal.js * Update bv-tooltip.js * Update bv-modal.js * Update pagination.js * Update pagination-nav.js * Update toast.js * Update mixin-provider.js * Update mixin-provider.js * Update mixin-provider.js * Update bv-modal.js * chore(nuxt.config.js): update `manifest` to `pwa.manifest` (#4028) * Update bv-modal.js * Update bv-modal.js * fix `eslint` dependency
* docs(b-nav): add name to default tab route in vue-router example * Update README.md * Update README.md
Codecov Report
@@ Coverage Diff @@
## master #4060 +/- ##
==========================================
- Coverage 99.86% 99.86% -0.01%
==========================================
Files 238 238
Lines 4475 4470 -5
Branches 1257 1260 +3
==========================================
- Hits 4469 4464 -5
Misses 5 5
Partials 1 1
Continue to review full report at Codecov.
|
* docs(accessibility): add sub section on application testing * Update README.md
* Updated README.md Fixed typo * Update README.md
Closing tag in the first exemple is 'b-popover' instead of 'b-tooltip'
* chore(docs): ensure opengraph and twitter meta is provided * Update nuxt.config.js * Update nuxt.config.js * Update nuxt.config.js * Update nuxt.config.js
jacobmllr95
approved these changes
Sep 11, 2019
This was referenced Sep 12, 2019
Sync dev with master
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.
Prep work for forthcoming 2.0.1 release
This release will include minor bug fixes and a few documentation updates.
Fixes
b-media
,b-media-aside
: fix vertical align class whenvertial-align
is set as'top'
or'bottom'
b-table
: properly handlefilter
as an object when using providers, and prevent duplicate provider calls on mountb-table
: remove extra slashes in mixins importsdocument.body
instead ofdocument
for IE11 supportv-b-tooltip
,v-b-popover
: add missingdisabled
config option for directivesv-b-tooltip
,v-b-popover
: don't show if no title/content provided