-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: release v2.7.0 #4917
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.7.0 #4917
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: Renovate Bot <bot@renovateapp.com>
…fixes #4912) (#4913) * fix(b-form-file): fix value prop validation when using directory mode Fixes #4912 * Update form-file.js * Update form-file.js * Update form-file.js * Update form-file.js * Update form-file.js * Update form-file.js * Update form-file.js Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* feat(`b-overlay`): new component `b-overlay` * overlay files * Update index.js * Update index.d.ts * Update index.js * Update overlay.js * Update overlay.js * Update overlay.js * Update overlay.js * Update overlay.js * Update overlay.spec.js * Update overlay.js * Update overlay.spec.js * Update package.json * Update README.md * Update package.json * Update README.md * Update README.md * Update package.json * Update package.json * Update README.md * Update package.json * Update README.md * Update overlay.js * Update package.json * Update package.json * Update package.json * Update package.json * 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 * Update README.md * Update overlay.js * Update package.json * Update overlay.js * Update package.json * Update README.md * Update README.md * Update overlay.js * Update README.md * Update overlay.js * Update overlay.js * Update README.md * Update README.md * Update README.md * Update overlay.spec.js * Update overlay.spec.js * Update overlay.spec.js * Update overlay.spec.js * Update README.md * Update README.md * Update overlay.js * Update package.json * Update README.md * Update overlay.js * Update README.md * add fade transition support * Update overlay.js * Update README.md * Update overlay.spec.js * Update overlay.js * Update README.md * Update overlay.spec.js * Update overlay.spec.js * Update package.json * Update README.md * Update README.md * Update README.md * Update README.md * Update overlay.spec.js * Update README.md Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
…constrain today/current month buttons between `min` and `max` (closes #4899) (#4906) * feat(b-calendar, b-for-datepicker): add new initial-date prop (closes #4899) * Update date.js * Update date.spec.js * Update date.spec.js * Update form-datepicker.js * Update date.js * Update calendar.js * Update date.js * Update form-datepicker.js * Update form-datepicker.js * Update package.json * Update package.json * Update README.md * Update README.md * Update README.md * Fix typos Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #4917 +/- ##
==========================================
+ Coverage 99.93% 99.93% +<.01%
==========================================
Files 269 271 +2
Lines 6114 6148 +34
Branches 1595 1605 +10
==========================================
+ Hits 6110 6144 +34
Misses 3 3
Partials 1 1
Continue to review full report at Codecov.
|
Co-authored-by: Jacob Müller
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* docs: better PR detection for docs header * Update nuxt.config.js * Update header.vue * Update header.vue * Update header.vue * Update nuxt.config.js * Update header.vue Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* Update link to 4.4 * Update README.md Co-authored-by: Troy Morehouse <troymore@nbnet.nb.ca> 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>
Co-authored-by: Jacob Müller
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@6.4.0...6.4.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jacob Müller
jacobmllr95
approved these changes
Mar 14, 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-overlay
: new componentb-overlay
for obscuring content (feat(b-overlay
): new componentb-overlay
#4907)b-calendar
,b-form-datepicker
: add newinitial-date
prop, and constrain today/current month buttons betweenmin
andmax
(closes Datepicker should auto-navigate to max date (month) if set, not to current date (month) #4899) (feat(b-calendar, b-for-datepicker): add newinitial-date
prop, and constrain today/current month buttons betweenmin
andmax
(closes #4899) #4906)b-form-datepicker
,b-form-timepicker
: add support for icon button only mode (closes Datepicker with typeable and mask options or as icon-button #4888) (feat(b-form-datepicker, b-form-timepicker): add support for icon button only mode (closes #4888) #4915)icons
: add animated icon options (closes spinning icons #4720) (feature(b-icon): add animated icon options (closes #4720) #4934, chore(icons): updates to CSS animations #4945, chore(icons): additional adjustment for stacked animations #4948)Fixes
b-form-file
: fix value prop validation when using directory mode (fixes Form File Input (b-form-file) does not work correctly when directories are dropped onto it #4912) (fix(b-form-file): fix value prop validation when using directory mode (fixes #4912) #4913)b-form-file
: make sure to catch all errors when resetting the input (closes Crash on iOS when resetting b-form-file #4837) (fix(b-form-file): make sure to catch all errors when resetting the input (closes #4837) #4936)Other
deps
: update devDependency rollup to 2.0.x