-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: release v2.12.0 #5135
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.12.0 #5135
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
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: yukidaruma <yukidaruma@users.noreply.github.com> Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Codecov Report
@@ Coverage Diff @@
## master #5135 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 279 279
Lines 8697 8697
Branches 2486 2486
=========================================
Hits 8697 8697
Continue to review full report at Codecov.
|
Co-authored-by: Renovate Bot <bot@renovateapp.com>
…5137) Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jacob Müller
Co-authored-by: Jacob Müller
Co-authored-by: Jacob Müller
Co-authored-by: Jacob Müller
Co-authored-by: Jacob Müller
Co-authored-by: Renovate Bot <bot@renovateapp.com>
…to options prop (#5146)
…mpare branch (#5157) Co-authored-by: Troy Morehouse <troymore@nbnet.nb.ca>
…untdown timeout (#5158)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* feat(b-sidebar): add backdrop support * Update sidebar.js * Update sidebar.js * Update _sidebar.scss * Update sidebar.spec.js * Update sidebar.spec.js * Update _sidebar.scss * Update _sidebar.scss * Update styles.scss * Update _sidebar.scss * Update sidebar.js * Update sidebar.js * Update sidebar.js * lint * Update sidebar.js * Update package.json * Update sidebar.spec.js * Update sidebar.js * Update sidebar.spec.js * Update sidebar.spec.js * Update sidebar.spec.js * Update sidebar.spec.js * Update sidebar.spec.js * Update sidebar.spec.js * Update README.md * Update README.md * Update README.md * Update README.md * Update dom.js * Update sidebar.js * Update dom.js * Update modal.js * Update modal.js * Update modal.js * Update dom.js * Update modal.js * lint * Update sidebar.js * Update sidebar.js * Update sidebar.js * Update sidebar.js * lint * Update sidebar.js * Update README.md * Update README.md * Update sidebar.js * Update sidebar.js * Update sidebar.spec.js * Update sidebar.spec.js * Update sidebar.spec.js * Update sidebar.spec.js * Update sidebar.spec.js * Update sidebar.spec.js * Update sidebar.spec.js * Update sidebar.js * Update sidebar.js * Update sidebar.js * Update package.json * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update sidebar.js * Update _sidebar.scss * Update README.md * Update _sidebar.scss * Update dom.js Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore: migrate to new domain * Create CNAME * Update ignore files
* feat: improve CI workflow * Update styles.scss * Update README.md * Update styles.scss * Update styles.scss * Update README.md Co-authored-by: Troy Morehouse <troymore@nbnet.nb.ca>
jacobmllr95
approved these changes
Apr 19, 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 v2.12.0
b-avatar
: and support for badges on avatars (feat(b-avatar): and support for badges on avatars #5124)b-avatar
: if variant is empty string (ornull
), then remove spacing around image (closes Removing borders from b-avatar (image version) #5154) (feat(b-avatar): if variant is empty string, then remove spacing around image (closes #5154) #5156)b-form-datepicker
: add pass through propdate-info-fn
(closes <b-form-datepicker> cannot use <b-calendar> dateInfoFn #4826) (feat(b-form-datepicker): add pass through propdate-info-fn
(closes #4826) #5150)b-form-rating
: newb-form-rating
custom component (feat(b-form-rating): newb-form-rating
custom component #5132)b-calendar, b-form-datepicker
: add scoped slots for date/month navigation buttons (closes Bootstrap Customization breaks component UI #5117) (feat(b-calendar, b-form-datepicker): add scoped slots for date navigation buttons (closes #5117) #5147)b-calendar, b-form-datepicker
: add propweekday-header-format
to specify weekday name header length (closes Bootstrap Calendar zh. Option to remove extra words #5171) feat(b-calendar, b-form-datepicker): add propweekday-header-format
to specify weekday header length (closes #5171) #5175b-sidebar
: add optional backdrop support (feat(b-sidebar): add optional backdrop support #5182)icons
: newthrob
andfade
animations (feat(icons): newthrob
andfade
animations #5122)custom components
: avoid using padding/margin utility classes where possible (closes Bootstrap Customization breaks component UI #5117) (feat(custom components): avoid using padding/margin utility classes where possible (closes #5117) #5121)Fixes v2.12.0
b-alert
: fix memory leak by using the correct method to clear the countdown timeout (fix(b-alert): memory leak by using the correct method to clear the countdown timeout #5158)b-avatar
: fix button type font size inheritance issue (fix(b-avatar): fix button type font size inheritance #5177)b-calendar
: useIntl.NumberFormat
for formatting the number in the date buttons (closes Bootstrap Calendar zh. Option to remove extra words #5171) (fix(b-calendar): useIntl.NumberFormat
for formatting the number in the date buttons (closes #5171) #5179)b-form-datepicker
: make datepicker respectno-highlight-today
prop (fix(b-form-datepicker): make datepicker respectno-highlight-today
prop #5159)Other v2.12.0