Closed greenkeeper[bot] closed 5 years ago
devDependency
bootstrap was updated from 3.4.0
to 4.2.1
.Update to this version instead 🚀
Bump to v4.2.1 to republish package on npm. See v4.2.0 release notes for changes introduced in v4.2.
The new version differs by 424 commits.
9e4e947
Bump to v4.2.1 (#27892)
d50ed9a
Update README.md
680f40c
Add 4.1 to previous releases
c5bd6a1
Update webpack.md
140abf4
Remove unneeded redirects.
1bded2f
Update docs-navbar.html
eda851e
Prep for v4.2.0 release
2c0cd7d
Remove dead link entry for translations. (#27891)
12c4d3c
README.md: Add Open Collective (#27864)
1960a52
List v3.4.0 in versions page. (#27860)
07b4b59
Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" (#27855)
8ee2065
Update grid doc for consistent use of container. (#27776)
dac464a
Use theme-color function for colors (#27848)
ee72e78
dist
ffd3402
Link to v3.4 docs (#27842)
There are 250 commits in total.
See the full diff
devDependency
bootstrap was updated from 3.4.0
to 4.3.0
.Update to this version instead 🚀
.stretched-link
utility to make any anchor the size of it's nearest position: relative
parent, perfect for entirely clickable cards!.text-break
utility for applying word-break: break-word
.rounded-sm
and .rounded-lg
for small and large border-radius
..modal-dialog-scrollable
modifier class for scrolling content within a modal..list-group-horizontal
modifier classes for displaying list groups as a horizontal row.null
for variables that by default inherit their values from other elements (e.g., $headings-color
was inherit
and is now null
until you modifier it in your custom CSS).background-color
like our buttons.href
HTML attribute to avoid JavaScript errors. Please try to use valid selectors or the data-target
HTML attribute/target
option where available.white-space: nowrap
to .dropdown-toggle
(before v4.2.1 it was on all .btn
s) so carets don't wrap to new lines.img-retina
, invisible
, float
, and size
mixins are now deprecated and will be removed in v5.The new version differs by 186 commits.
1ded0d6
Release v4.3.0 (#28228)
3aa0770
docs snippets: a few more minor tweaks (#28225)
adf16da
toasts.md: Remove useless div
s.
2bfe581
Remove stray parameter from capture.
bbf8b76
Cosmetic changes in snippets.
7a9a8db
docs: remove -ms-overflow-style: -ms-autohiding-scrollbar
(#28220)
24253b1
migration.md: use https. (#28221)
545f3fa
Prevent text selection in placeholder images (#28218)
94acdee
Revert "Silence mkdir. (#28184)" (#28209)
6c7dcc6
placeholder.svg: Partially revert the changes from c0e42cb. (#28216)
1145365
Reword footer text.
bd328bf
Use the site.repo
variable.
a920429
Change footer link to point to the docs team page
c56b10c
Offcanvas example: transition the transform (#28203)
52e6ce4
Update devDependencies. (#28175)
There are 186 commits in total.
See the full diff
Version 4.1.3 of bootstrap was just published.
The version 4.1.3 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.3:not(:root)
selector from oursvg
Reboot styles, resolving an issue that caused all inline SVGs ignorevertical-align
styles via single class due to higher specificity.package.json
to a separate file to avoid unintended inherited browser settings across npm projects..form-control
s now have a fixedheight
to compensate for differences in computed height across differenttype
s. This also fixes some IE alignment issues.Noto Color Emoji
to our system font stack for better rendering in Linux OSes.Commits
The new version differs by 6294 commits ahead by 6294, behind by 321.
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/11c04d60b
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 bugd7acc97
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 250 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: