-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: release v2.6.0 #4808
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.6.0 #4808
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: WhiteSource Renovate <renovatebot@gmail.com>
…element is RTL (#4802) * chore(spinbuttons): prevent buttons from re-ordering when parent element * Update form-spinbutton.js * Update form-spinbutton.spec.js
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #4808 +/- ##
==========================================
+ Coverage 99.93% 99.93% +<.01%
==========================================
Files 263 269 +6
Lines 5847 6111 +264
Branches 1526 1595 +69
==========================================
+ Hits 5843 6107 +264
Misses 3 3
Partials 1 1
Continue to review full report at Codecov.
|
* chore(docs): tweak backers/donors * Update contributors-container.js * Update contributors.vue * Update contributors.vue * Update contributors.vue * Update contributors-container.js * Update contributors.vue * Update contributors.vue * Update contributors.vue * Update contributors.vue * Update contributors.vue * Update contributors-container.js * Update contributors-container.js * Update contributors-container.js * Update contributors-container.js * Update contributors.vue * Update contributors-container.js * Update contributors.vue * Update contributors.vue * Update contributors.vue * Update contributors.vue * Update contributors.vue * Update contributors.vue * Update contributors.vue * Update contributors.vue * Update contributors.vue * Update contributors.vue * Update contributors.vue * Update contributors.vue * Update contributors-container.js * Update contributors.vue * Update contributors-container.js * Update contributors.vue * Update contributors-container.js * Update contributors.vue Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* chore: minor tweaks to docs for SEO * Update package.json * Update package.json * Update package.json * Update package.json * Update package.json
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
…for icon (#4795) Co-authored-by: Troy Morehouse Co-authored-by: Jacob Müller
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
…4823) Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
…ent displayed date format (closes #4797) (#4835) * feat(b-calendar): made date format to be configurable * Added new prop `formatLong` that defaults to current layout * Allows for better control on display (e.g. in combination with layouts defined in other components like vue-i18n) * feat(b-form-datepicker): Added format option for display of formatted date string * docs(b-calendar): Updated prop list * docs(b-form-datepicker): Updated prop list * Fixed prop default value * fix(b-form-datepicker): prop default value * docs(b-calendar): change prop name and referenced default format * docs(b-form-datepicker): change prop name and referenced default format * fix(b-calendar): rename prop and enforce gregorian calendar * fix(b-form-datepicker): rename prop in component and in forwarding to b-calendar * chore(b-calendar): file formating * docs(b-calendar): add styling subsection on new prop * Fixed referenced filename * docs(b-form-datepicker): add styling subsection on new prop * Removed fixed calendar type from prop dateFormatOptions * Removed fixed calendar type from prop dateFormatOptions * Update package.json * Update package.json * Update README.md * Update README.md * Update calendar.js * 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 * Minor tweaks * Enhance docs Co-authored-by: Troy Morehouse <troymore@nbnet.nb.ca> Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Closed
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
…timepicker` (#4783) Co-authored-by: Jacob Müller
jacobmllr95
approved these changes
Mar 3, 2020
When are you going to release this version? |
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
@nilay-patel-9spl will be released tonight |
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
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
: allow customization of in-component displayed date format (closes BCalendar and BFormDatepicker should have date format option #4797) (feat(b-calendar, b-form-datepicker): allow customization of in-component displayed date format (closes #4797) #4835)b-form-datepicker
: addbutton-content
optionally scoped slot for icon (feat(b-form-datepicker): addbutton-content
optionally scoped slot for icon #4795)b-form-datepicker
: addcalendar-width
prop (closes Form Datepicker Width #4817) (feat(b-form-datepicker): add calendar-width prop (closes #4817) #4822)b-pagination
,b-pagination-nav
: improve aria accessibility - changes to inner structure and aria attributes (closes: b-pagination config #4811, b-pagination-nav ARIA default value #4160) (feat(b-pagination, b-pagination-nav): improve aria accessibility (closes: #4811, #4160) #4810)b-tabs
: add ability to provide custom tab button attributes (closes: feat(b-tab): add ability to specify button attributes #4803)b-time
,b-form-timepicker
: new componentsb-time
andb-form-timepicker
(feat(b-time, b-form-timepicker): new componentsb-time
andb-form-timepicker
#4783) (also closes b-form-datepicker label-no-date-selected problem #4846)Fixes
b-form-datepicker
: menu focus handling for Firefox and Safari on MacOS, and fix v-model update issue (closes Form Datepicker in Modal #4814, Datepicker doesn't update value without hovering over it #4827) (fix(b-form-datepicker): menu focus handling for Firefox and Safari on MacOS (closes #4814, #4827) #4824)b-form-spinbutton
: prevent buttons from re-ordering when parent element is RTL (fix(b-form-spinbutton): prevent buttons from re-ordering when parent element is RTL #4802)b-form-spinbutton
: prevent double increment/decrement on mobile/touch devices (fixes B-form-spinbutton (and components using it) have double detection of click #4838)Other