-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: release v2.9.0 #4993
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.9.0 #4993
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: sync dev with master
…icon avatars (closes #4990) (#4991) * feat(b-avatar): add `img-alt` prop for adding alt attribute to image avatars (closes #4990) * Update package.json * Update avatar.js * Update package.json * Update avatar.js * Update avatar.js * Update avatar.js Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #4993 +/- ##
==========================================
+ Coverage 99.93% 99.93% +<.01%
==========================================
Files 273 275 +2
Lines 6408 6423 +15
Branches 1615 1620 +5
==========================================
+ Hits 6404 6419 +15
Misses 3 3
Partials 1 1
Continue to review full report at Codecov.
|
Co-authored-by: Renovate Bot
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jacob Müller
Co-authored-by: Renovate Bot <bot@renovateapp.com>
… events (#5004) * feat(b-form-datepicker, b-form-timepicker): emit shown and hidden events * Update form-timepicker.js * Update package.json * Update package.json Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* chore(docs): prompt user for issue type when reporting docs issue * Create DOCS_ISSUE_TEMPLATE.md * Update feedback.js * Update DOCS_ISSUE_TEMPLATE.md * Update DOCS_ISSUE_TEMPLATE.md Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
Co-authored-by: Jacob Müller
Co-authored-by: Renovate Bot <bot@renovateapp.com>
…ss` and `link-class` prop (#5014) * feat(b-drodpown-item-button): add button-class prop Add the button class prop to the b-dropdown-item-button and also add a test to ensure its working as expected. * Update dropdown-item-button.js * Update package.json * Update dropdown-item.js * Update package.json * Update dropdown-item.spec.js Add new test to ensure the linkClass prop value is applied correctly to the a element. Co-authored-by: pburdette <pburdette@gitlab.com> Co-authored-by: Troy Morehouse <troymore@nbnet.nb.ca>
* chore(docs): minor updates to modal props meta * Update package.json * Update package.json * Update package.json Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
jacobmllr95
approved these changes
Mar 25, 2020
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-aspect
: new custom component<b-aspect>
(feat(b-aspect): new custom component<b-aspect>
#5008)b-avatar
: addalt
prop for addingalt
attribute to image and icon avatars (closes Alt tag in new component Avatar #4990) (feat(b-avatar): addalt
prop for adding alt attribute to image and icon avatars (closes #4990) #4991)b-drodpown-item-button
,b-drodpown-item-button
: addbutton-class
andlink-class
prop (feat(b-drodpown-item-button, b-drodpown-item-button): addbutton-class
andlink-class
prop #5014)b-form-datepicker
,b-form-timepicker
: emitshown
andhidden
events (feat(b-form-datepicker, b-form-timepicker): emitshown
andhidden
events #5004)b-navbar-toggle
: make default slot scoped (feat(b-navbar-toggle): make default slot scoped #4995)Fixes
docs
: ensure that the IconsPlugin is imported when exporting from playground to CodePen, CodeSandbox, and JsFiddle (fix(docs): ensure that the IconsPlugin is imported when exporting from playground to CodePen, CodeSandbox, and JsFiddle #5003)Other