Skip to content

chore: release v2.0.0-rc.26 #3610

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 51 commits into from
Jul 9, 2019
Merged

chore: release v2.0.0-rc.26 #3610

merged 51 commits into from
Jul 9, 2019

Conversation

tmorehouse
Copy link
Member

@tmorehouse tmorehouse commented Jul 2, 2019

Prep for release v2.0.0-rc.26

Notable changes:

Fixes

  • b-collapse: fix memory leak from $root listener
  • b-table: add clearfix to table cells in case label wraps in stacked mode on small screens
  • docs playground: fix undefined variable when used in IE 11

Features

  • b-dropdown, b-nav-item-dropdown: add new lazy prop (for improved performance if you have many dropdowns in a single component/app)
  • tooltip, popover: add support for contextual variants and custom class (components and directives), and configurable via SCSS vars, and bootstrap SCSS theme maps.

Performance

  • b-link: convert from functional component to regular component (reduces computation time for generating click handlers during render/re-render)
  • remove default array/object polyfills. Users of legacy browsers should be using core-js or polyfill.io polyfills.

Types

  • bv-toast: add noCloseButton property to BvToastOptions declaration file

Other

  • Additional documentation updates / fixes
  • Improved docs landing page, general styles, and smaller docs bundle sizes

@codecov
Copy link

codecov bot commented Jul 2, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3610      +/-   ##
==========================================
+ Coverage   99.26%   99.26%   +<.01%     
==========================================
  Files         224      224              
  Lines        4333     4350      +17     
  Branches     1234     1231       -3     
==========================================
+ Hits         4301     4318      +17     
  Misses         26       26              
  Partials        6        6
Impacted Files Coverage Δ
src/mixins/toolpop.js 100% <ø> (ø) ⬆️
src/mixins/dropdown.js 100% <ø> (ø) ⬆️
src/components/dropdown/dropdown.js 100% <ø> (ø) ⬆️
src/components/nav/nav-item-dropdown.js 100% <ø> (ø) ⬆️
src/components/tooltip/tooltip.js 100% <100%> (ø) ⬆️
src/utils/tooltip.class.js 92.44% <100%> (+0.08%) ⬆️
src/utils/router.js 100% <100%> (ø) ⬆️
src/components/collapse/collapse.js 100% <100%> (ø) ⬆️
src/components/link/link.js 100% <100%> (ø) ⬆️
src/components/carousel/carousel-slide.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 e973e07...4c70da2. Read the comment docs.

renovate bot and others added 19 commits July 2, 2019 09:44
* docs(getting started): add section on required HTML tags

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
* fest(docs): use SVG logo on index page

* Optimize static assets

* Update logo.svg

* Update nuxt.config.js

* use b-img for logo

* Update index.vue
* docs: minor tweaks

* Update footer.vue

* Update footer.vue

* Update footer.vue

* Update footer.vue

* Update footer.vue

* Update footer.vue

* Update footer.vue

* Update footer.vue

* Update play.vue

* add footer to docs pages

* Update footer.vue

* Update docs.js

* Update footer.vue

* Update footer.vue

* Update footer.vue

* Update footer.vue

* Update docs.js

* Update styles.scss

* Update play.vue

* Update footer.vue

* Update play.vue

* Update README.md

* Update README.md

* Prettify
…on (#3625)

* docs: add section on transpiling source code to getting started section

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
* docs: add a few media queries to landing page

* Update index.vue

* Update index.vue

* Update index.vue

* Update nuxt.config.js

* Update styles.scss
@tmorehouse tmorehouse requested review from jacobmllr95 and pi0 July 9, 2019 07:04
@tmorehouse tmorehouse marked this pull request as ready for review July 9, 2019 07:04
renovate bot and others added 12 commits July 9, 2019 11:57
#3651)

On small screens, some of the examples were too wide causing the page to scale down and slightly break layout.

This PR adds the responsive prop to some of the wider examples.
…kground color level (#3653)

* chore: add in support for specifying tooltip variant background color level

* Update _tooltip.scss

* Update _variables.scss

* Update README.md

* Update README.md

* Update README.md

* Update _popover.scss

* Update README.md
* docs: add homepage link to sidebar navigation

* Update sidebar.vue

* Update sidebar.vue
@tmorehouse tmorehouse merged commit a0736a8 into master Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants