-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: release v2.0.0-rc.16 #2876
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
fix typo in b-form-input modifiers section
Codecov Report
@@ Coverage Diff @@
## master #2876 +/- ##
==========================================
+ Coverage 86.76% 92.03% +5.26%
==========================================
Files 197 205 +8
Lines 3280 3240 -40
Branches 965 959 -6
==========================================
+ Hits 2846 2982 +136
+ Misses 316 190 -126
+ Partials 118 68 -50
Continue to review full report at Codecov.
|
…ode into additional mixins + tests (#2884)
jacobmllr95
approved these changes
Mar 22, 2019
…ontextual state and validation example (#2896) Fixed closing tag in Contextual state and validation example.
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 v2.0.0-rc.15
Live preview: https://deploy-preview-2876--bootstrap-vue.netlify.com/
Notable changes
Fixes
b-collapse
&v-b-toggle
: persist toggle state on trigger element and prevent multiple state eventsb-dropdown
: fixno-caret
prop whendropleft
setb-table
: Fix bug in range selection modeb-table
: fix header sorting aria-label mismatchb-table
: fix header/footer SSR mismatch warningsFeatures
b-alert
: remove need for custom transition CSS/SCSSb-carousel
: new propno-hover-pause
for disabling pause on hover behaviourb-form-checkbox
&b-form-radio
: allow no label in plain mode + newaria-label
propb-form-datalist
: new helper component for generating<datalist>
for form inputs.b-form-file
: add in prop and scoped slot for formatting selected file namesb-table
: add support for keyboard navigation when rows selectable or a row-clicked handler presentOther