Skip to content
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

Update bootstrap to the latest version 🚀 #4022

Merged
merged 36 commits into from Jul 25, 2018

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jul 12, 2018

Version 4.1.2 of bootstrap was just published.

Dependency bootstrap
Current Version 3.3.7
Type devDependency

The version 4.1.2 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of bootstrap.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v4.1.2
  • Fixed an XSS vulnerability in tooltip, collapse, and scrollspy plugins
  • Improved how we query elements in our JavaScript plugins
  • Inline SVGs now have the same vertical alignment as images
  • Fixed issues with double transitions on carousels
  • Added Edge and IE10-11 fallbacks to our floating labels example
  • Various improvements to form controls, including disabled states on file inputs and unified focus styles for selects

Checkout the v4.1.2 ship list and GitHub project for the full details.

Commits

The new version differs by 6255 commits ahead by 6255, behind by 321.

  • 1f46337 Update README.md
  • c4ccfbe Ship v4.1.2
  • a49f5ca Clean up npm scripts a bit more.
  • 6589408 Update scripts.
  • de7bef8 update card columns docs to make copy more accurate
  • 5a11ba5 clarify docs dev and add 4.0 link
  • aedd700 change dist to only affect main since docs css isn't distributed
  • 4518288 Move copy tasks back to css-main and js-compile so docs-github task runs properly
  • 159aebc Update watch scripts to properly copy JS files
  • 01f568d fixes #26637
  • 50ff31b Optimised Google Analytics Loading
  • 01c70b1 new url
  • a0551c7 remove reference to breakpoint-specific gutter widths which are not implemented
  • df24f88 Make navbar download the same as homepage download
  • 1c92bac remove jobs link

There are 250 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@sbrunner sbrunner force-pushed the greenkeeper/bootstrap-4.1.2 branch 7 times, most recently from 6278297 to 9a7b78a Compare July 19, 2018 09:06
@sbrunner sbrunner self-assigned this Jul 19, 2018
@sbrunner sbrunner force-pushed the greenkeeper/bootstrap-4.1.2 branch 4 times, most recently from e0227ad to 9cd2d48 Compare July 20, 2018 13:18
With:

!python3
 -*- coding: utf-8 -*-

import glob
import re

for f in glob.glob('contribs/**/*.scss', recursive=True):
    with open(f, encoding='utf-8') as s:
        text = s.read()

    def calc(value):
        number = float(value.group(1)) / 1.6
        number = str(int(number)) if number == int(number) else "{:.2f}".format(number)
        return number + 'rem'

    text = re.sub(r'\b([\.0-9]+)rem\b', calc, text)

    with open(f, 'w', encoding='utf-8') as s:
        s.write(text)
@sbrunner sbrunner force-pushed the greenkeeper/bootstrap-4.1.2 branch from d5cd8b8 to cf3669d Compare July 24, 2018 12:09
greenkeeper bot added a commit that referenced this pull request Jul 24, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 24, 2018

Version 4.1.3 just got published.

Update to this version instead 🚀

Release Notes v4.1.3
  • Fixed: Removed the :not(:root) selector from our svg Reboot styles, resolving an issue that caused all inline SVGs ignore vertical-align styles via single class due to higher specificity.
  • Fixed: Moved the browserslist config from our package.json to a separate file to avoid unintended inherited browser settings across npm projects.
  • Fixed: Buttons in custom file inputs are once again clickable when focused.
  • Improved: Bootstrap's plugins can now be imported separately in any contexts because they are now UMD ready.
  • Improved: .form-controls now have a fixed height to compensate for differences in computed height across different types. This also fixes some IE alignment issues.
  • Improved: Added Noto Color Emoji to our system font stack for better rendering in Linux OSes.
Commits

The new version differs by 39 commits.

  • 3b55873 Ship v4.1.3
  • 72447ad dist
  • d180452 fix(tests): visual plugins tests
  • c74a327 Allow background images for active buttons
  • f87d5ea Clarify to close #26329
  • 6cca02f fix .modal-dialog-centered on IE10/11
  • c04d60b Fix modal overflow style nesting (#26742)
  • 23e4d48 Merge branch 'document-tooltip-flickering' of https://github.com/simPod/bootstrap into simPod-document-tooltip-flickering
  • 6f52b2e #26912: fix custom file input z-index
  • c45e559 Fix property order
  • 9007754 Remove :not(:root) from the workaround for SVG overflow bug
  • d7acc97 Lower the specificity of vertical-align of SVG
  • 3cfa060 Add Noto Color Emoji to font stack
  • bdb6723 Clarify custom select styles
  • 4693672 Update validation tooltips to use tooltip vars (#26887)

There are 39 commits in total.

See the full diff

@@ -1,13 +1,13 @@
/**
* Fonts definition
*/
*h
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

???

@sbrunner sbrunner force-pushed the greenkeeper/bootstrap-4.1.2 branch from c513872 to b85ce2d Compare July 25, 2018 08:18
@sbrunner sbrunner merged commit 282abd0 into master Jul 25, 2018
@greenkeeper greenkeeper bot deleted the greenkeeper/bootstrap-4.1.2 branch July 25, 2018 08:45
@sbrunner sbrunner added this to the dummy milestone Jul 31, 2018
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.

None yet

1 participant