-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
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
sync dev with master
add enhanced flag to table meta
* fix(docs): polyfilling suggestions * Update README.md
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
* 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
* docs: update contributing formatting for logos * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md
* docs: animate logo on load * Update index.vue * Update index.vue * Update index.vue * Update index.vue * Update index.vue * Update index.vue * Update index.vue * Update index.vue * Update index.vue * Update index.vue
jacobmllr95
approved these changes
Jul 9, 2019
#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
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.
Prep for release
v2.0.0-rc.26
Notable changes:
Fixes
b-collapse
: fix memory leak from$root
listenerb-table
: add clearfix to table cells in case label wraps in stacked mode on small screensFeatures
b-dropdown
,b-nav-item-dropdown
: add newlazy
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)core-js
orpolyfill.io
polyfills.Types
bv-toast
: addnoCloseButton
property toBvToastOptions
declaration fileOther