-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: release v2.5.0 #4773
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 v2.5.0 #4773
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
Codecov Report
@@ Coverage Diff @@
## master #4773 +/- ##
=========================================
Coverage ? 99.93%
=========================================
Files ? 263
Lines ? 5847
Branches ? 1526
=========================================
Hits ? 5843
Misses ? 3
Partials ? 1
Continue to review full report at Codecov.
|
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
chore: sync dev with master
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
…n` (#4744) Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* fix(b-form-tag): improve accessibility of individual tags * Update form-tag.js * Update form-tags.js * Update form-tags.js * Update form-tags.js * Update form-tags.js * Update config-defaults.js * Update package.json * Update form-tags.js * Update package.json * Update form-tags.js * Update form-tags.js * Update form-tags.js * Update form-tags.js * Update form-tags.js * Update form-tags.js * Update form-tag.js * Update form-tag.js * Update form-tag.js * Update form-tag.js * Update form-tags.js * Update form-tag.js * Update form-tags.js * Update form-tags.js * Update README.md * Update form-tags.js * Update README.md * Update package.json * Update form-tags.js * Update README.md * Prettify * Update README.md * Update README.md Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
jacobmllr95
approved these changes
Feb 17, 2020
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
Fixed a mistake in the js code 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.
Features
b-calendar, b-form-datepicker
: new components<b-calendar>
and<b-form-datepicker>
(closes [Component] Datepicker #3676, [feature] calendar & datepicker component #1428) (feat(b-calendar, b-form-datepicker): new componentsb-calendar
andb-form-datepicker
(closes #3676, #1428) #4712)`b-form-spinbutton
: new components<b-form-spinbutton>
(feat(b-form-spinbutton): new form control componentb-form-spinbutton
#4744)b-form-tags
: improve accessibility for screen reader users (fix(b-form-tags): improve accessibility for screen reader users #4775)v-b-hover
: new directive for reacting to hover changes (feat(v-b-hover): new directive for reacting to hover changes #4771)Fixes
b-modal
: additional fixes for show transition behaviour (closes "show" class is added to modals too late #4761) (fix(b-modal): additional fixes for show transition behaviour (closes #4761) #4777)b-form-tags
: improve accessibility for screen reader users (fix(b-form-tags): improve accessibility for screen reader users #4775)Other