Skip to content

chore: release 2.0.1 #4060

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 28 commits into from
Sep 13, 2019
Merged

chore: release 2.0.1 #4060

merged 28 commits into from
Sep 13, 2019

Conversation

tmorehouse
Copy link
Member

@tmorehouse tmorehouse commented Sep 9, 2019

Prep work for forthcoming 2.0.1 release

This release will include minor bug fixes and a few documentation updates.

Fixes

  • b-media, b-media-aside: fix vertical align class when vertial-align is set as 'top' or 'bottom'
  • b-table: properly handle filter as an object when using providers, and prevent duplicate provider calls on mount
  • b-table: remove extra slashes in mixins imports
  • tooltips, popovers: check document.body instead of document for IE11 support
  • v-b-tooltip, v-b-popover: add missing disabled config option for directives
  • v-b-tooltip, v-b-popover: don't show if no title/content provided

tmorehouse and others added 11 commits September 7, 2019 16:51
* chore(b-toaster): clean out old toaster scss comments

* Update _toaster-transition.scss
* chore(docs): link to options prop details section

* 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 README.md

* Prettify + correct typos
* chore(docs): minor updates to tooltip/popover docs

* Update README.md

* Update README.md

* Update README.md

* Update README.md
* chore(deps): update all non-major dependencies

* Update modal.js

* Update bv-tooltip.js

* Update bv-modal.js

* Update pagination.js

* Update pagination-nav.js

* Update toast.js

* Update mixin-provider.js

* Update mixin-provider.js

* Update mixin-provider.js

* Update bv-modal.js

* chore(nuxt.config.js): update `manifest` to `pwa.manifest` (#4028)

* Update bv-modal.js

* Update bv-modal.js

* fix `eslint` dependency
…ixes #4052) (#4055)

* fix(b-media): fix vertical align class when top or bottom selected (fixes #4052)

* Update media-aside.js

* Update media.spec.js

* Update media-aside.spec.js
* docs(b-nav): add name to default tab route in vue-router example

* Update README.md

* Update README.md
@codecov
Copy link

codecov bot commented Sep 9, 2019

Codecov Report

Merging #4060 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4060      +/-   ##
==========================================
- Coverage   99.86%   99.86%   -0.01%     
==========================================
  Files         238      238              
  Lines        4475     4470       -5     
  Branches     1257     1260       +3     
==========================================
- Hits         4469     4464       -5     
  Misses          5        5              
  Partials        1        1
Impacted Files Coverage Δ
src/directives/tooltip/tooltip.js 100% <ø> (ø) ⬆️
src/components/modal/modal.js 99.59% <ø> (-0.01%) ⬇️
src/directives/popover/popover.js 100% <ø> (ø) ⬆️
src/components/modal/helpers/bv-modal.js 100% <ø> (ø) ⬆️
src/components/table/table.js 100% <ø> (ø) ⬆️
.../components/popover/helpers/bv-popover-template.js 100% <ø> (ø) ⬆️
src/components/pagination-nav/pagination-nav.js 100% <ø> (ø) ⬆️
src/components/toast/toast.js 100% <ø> (ø) ⬆️
src/mixins/pagination.js 100% <ø> (ø) ⬆️
src/components/table/helpers/mixin-provider.js 100% <100%> (ø) ⬆️
... and 7 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 ce7f946...389eec5. Read the comment docs.

tmorehouse and others added 3 commits September 10, 2019 08:45
* docs(accessibility): add sub section on application testing

* Update README.md
* Updated README.md

Fixed typo

* Update README.md
Closing tag in the first exemple is 'b-popover' instead of 'b-tooltip'
@jacobmllr95 jacobmllr95 added the PR: Patch Requires patch version bump label Sep 10, 2019
renovate bot and others added 7 commits September 10, 2019 13:56
* chore(docs): ensure opengraph and twitter meta is provided

* Update nuxt.config.js

* Update nuxt.config.js

* Update nuxt.config.js

* Update nuxt.config.js
…r IE11 support (fixes #4074) (#4075)

* fix(tooltip, popover): check `document.body` instead of `document` for IE11 support (fixes #4074)

* lint
…vent duplicate provider calls on mount (fixes #4065) (#4068)
@tmorehouse tmorehouse marked this pull request as ready for review September 11, 2019 17:32
@tmorehouse tmorehouse marked this pull request as ready for review September 13, 2019 19:22
@tmorehouse tmorehouse merged commit 10d7a0f into master Sep 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Patch Requires patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants