Skip to content

Conversation

tmorehouse
Copy link
Member

@tmorehouse tmorehouse commented Mar 10, 2020

Features

Fixes

Other

  • deps: update devDependency rollup to 2.0.x
  • minor docs updates

renovate bot and others added 6 commits March 7, 2020 16:03
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>
@tmorehouse tmorehouse added the PR: Minor Requires minor version bump label Mar 10, 2020
@codecov
Copy link

codecov bot commented Mar 10, 2020

Codecov Report

Merging #4917 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
src/icons/icons.js 100% <ø> (ø) ⬆️
src/components/index.js 100% <ø> (ø) ⬆️
src/icons/plugin.js 100% <ø> (ø) ⬆️
src/index.js 100% <ø> (ø) ⬆️
src/components/overlay/index.js 100% <100%> (ø)
src/components/form-timepicker/form-timepicker.js 100% <100%> (ø) ⬆️
src/components/calendar/calendar.js 100% <100%> (ø) ⬆️
src/utils/bv-form-btn-label-control.js 100% <100%> (ø) ⬆️
src/components/form-datepicker/form-datepicker.js 100% <100%> (ø) ⬆️
src/components/form-file/form-file.js 96.22% <100%> (+0.14%) ⬆️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 24e9b11...ca29664. Read the comment docs.

…on only mode (closes #4888) (#4915)

Co-authored-by: Jacob Müller
jacobmllr95 and others added 15 commits March 10, 2020 08:52
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: 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>
@tmorehouse tmorehouse marked this pull request as ready for review March 13, 2020 16:22
@tmorehouse tmorehouse requested a review from jacobmllr95 March 13, 2020 16:22
tmorehouse and others added 3 commits March 13, 2020 17:32
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>
@tmorehouse tmorehouse merged commit d3517a4 into master Mar 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Minor Requires minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants