-
Notifications
You must be signed in to change notification settings - Fork 70
Update bootstrap to the latest version 🚀 #36
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
Conversation
Version 4.1.0 just got published.
Update to this version instead 🚀
Release Notes
v4.1.0- Added new custom range form control.
- Added new
.carousel-fade
modifier to switch carousel from horizontal sliding to crossfade. - Added new
.dropdown-item-text
for plaintext dropdown items. - Added new
.flex-fill
,.flex-grow-*
, and.flex-shrink-*
utilities. - Added new
.table-borderless
variant for tables. - Added new
.text-monospace
utility. - Added new
.text-body
(default body color),.text-black-50
(50% opacity black), and.text-white-50
(50% opacity white) utilities. - Added new
.shadow-*
utilities for quickly addingbox-shadow
s. - Added ability to disable Popper's positioning in dropdowns.
- Fixed longstanding issue with Chrome incorrectly rendering cards across CSS columns.
- Deprecated
.text-hide
—you'll see a warning during compilation—as it's a dated and undocumented feature. - Fixed up Dashboard and Offcanvas examples across Firefox and IE.
- Breadcrumbs can now use non-string values as dividers.
- Updated our Theming docs to confirm you cannot use CSS variables in media queries (sorry folks!).
Be sure to look at the ship list and project board for more details on all our fixes.
Commits
The new version differs by 176 commits.
9d7157a
Update docs-navbar.html
0396f6a
Merge branch 'v4-dev' into ship-v4.1.0
4555329
Update package-lock.json
91730a6
vnu.jar: Ignore all wrong language code warnings.
537af3e
re-run dist
be3946d
Update docs version switcher to include latest and link to 4.0 docs
40576f9
Update redirects to work for 4.1 docs move
7f34ddd
bump version to 4.1.0
3c0ea4e
update docs path from docs/4.0/ to docs/4.1/
7748ae9
closes #26213
4880385
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
013a748
add examples to theming docs section on css vars in media queries, closes #26205
2d941d0
Remove note about multiple inputs (#26194)
d8a39c9
docs: Switch to StackPath's URL.
10c64bd
Fix broken URI fragments and redirects.
There are 176 commits in total.
See the full diff
Version 4.1.1 just got published.
Update to this version instead 🚀
Release Notes
v4.1.1Our first patch release for Bootstrap 4! Here's a quick rundown of some of the changes:
- Added validation styles for file inputs
- Improved printing of dark tables
- Suppressed that
text-hide
deprecation notice by default - Cleaned up some JS globals and improve coverage
- Bumped dependencies, namely Jekyll
- Fixed docs issue with incorrect name for our monospace font utility
Checkout the v4.1.1 ship list and GitHub project for the full details.
Commits
The new version differs by 37 commits ahead by 37, behind by 8.
779ad9f
Bump version to v4.1.1
496311b
dist
139e892
Simplify custom file inner height for generated browse button
7c53a8a
Update README.md
447f9f6
Doc update - remove media-breakpoint-up(xs) (#26316)
c111323
Add comment in docs JS files.
30cb1a2
Pass docs version to search form and switch to the new index.
b5988a4
Change accordion example id (#26391)
4bc5cc1
Closes #26300: Add cursor pointer to carousel indicators
74057dc
Remove unnecessary resetting of left round (#26238)
793698a
add validation styles for .form-control-file (#26181)
755fdac
Replace reboot monospace hack with system font stack
3d0d5f1
workaround for IE that check indicator does not appear (#25944)
0ee779b
Print color fix dark tables and dark theads (#26193)
9faf8e8
Update Jekyll to 3.8.0. (#26352)
There are 37 commits in total.
See the full diff
Version 4.1.2 just got published.
Update to this version instead 🚀
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 81 commits.
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 81 commits in total.
See the full diff
Version 4.1.3 just got published.
Update to this version instead 🚀
Release Notes
v4.1.3- Fixed: Removed the
: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. - 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-control
s now have a fixedheight
to compensate for differences in computed height across differenttype
s. 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/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 39 commits in total.
See the full diff
- The
dependency
bootstrap was updated from3.4.0
to4.2.1
.
Update to this version instead 🚀
Release Notes for v4.2.1
Bump to v4.2.1 to republish package on npm. See v4.2.0 release notes for changes introduced in v4.2.
Commits
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
- The
dependency
bootstrap was updated from3.4.0
to4.3.0
.
Update to this version instead 🚀
Release Notes for v4.3.0
Highlights
- New: Added
.stretched-link
utility to make any anchor the size of it's nearestposition: relative
parent, perfect for entirely clickable cards! - New: Added
.text-break
utility for applyingword-break: break-word
- New: Added
.rounded-sm
and.rounded-lg
for small and largeborder-radius
. - New: Added
.modal-dialog-scrollable
modifier class for scrolling content within a modal. - New: Added responsive
.list-group-horizontal
modifier classes for displaying list groups as a horizontal row. - Improved: Reduced our compiled CSS by using
null
for variables that by default inherit their values from other elements (e.g.,$headings-color
wasinherit
and is nownull
until you modifier it in your custom CSS). - Improved: Badge focus styles now match their
background-color
like our buttons. - Fixed: Silenced bad selectors in our JS plugins for the
href
HTML attribute to avoid JavaScript errors. Please try to use valid selectors or thedata-target
HTML attribute/target
option where available. - Fixed: Reverted v4.2.1's change to the breakpoint and grid container Sass maps that blocked folks from upgrading when modifying those default variables.
- Fixed: Restored
white-space: nowrap
to.dropdown-toggle
(before v4.2.1 it was on all.btn
s) so carets don't wrap to new lines. - Deprecated:
img-retina
,invisible
,float
, andsize
mixins are now deprecated and will be removed in v5.
Links
Commits
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
- The
dependency
bootstrap was updated from3.4.1
to4.3.1
.
Update to this version instead 🚀
Release Notes for v4.3.1
- Security: Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by implementing a new HTML sanitizer
- Fixed a small issue with our RFS (responsive font sizes) mixins
Commits
The new version differs by 6 commits.
8fa0d30
Release v4.3.1. (#28252)
dae20da
Remove unneeded glob. (#28249)
10b97f6
Fix npm package contents
7bc4d2e
Add sanitize template option for tooltip/popover plugins.
bf2515a
Update RFS to v8.0.1 (#28245)
45ced60
Update font size (#28232)
See the full diff
Version 4.0.0 of bootstrap was just published.
The version 4.0.0 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.0.0Our first stable v4 release! 🎉
Highlights:
border-color
for them darkened from$gray-200
to$gray-300
..order-0
classes to reset column order.Project board
For more details, visit #25098.
Commits
The new version differs by 5969 commits ahead by 5969, behind by 321.
8a628b9
Remove -Pre from Nuget install info since we're stable now /cc @supergibbs
572d00a
Bump version to 4.0.0
bffa438
Update progress.md (#25355)
45d2f2e
Restore sidebar nav link to Approach page
20a9c7f
dist
91d5846
Improve examples' screenshots compression.
6902219
Consistently sized 960x600 wide images.
b00bbf0
Only 2-col on sm+
9b0fcbf
Prevent print utils from overriding all other display utils (#25269)
a0936c3
Outline button hover color (#25339)
b1a7548
Use .list-group-item-action for list group item variant (#25338)
4c96f58
Fix input height border (#25331)
18f6915
dist
f4132db
Add order-last grid class (#24915)
a531b46
Using the expected variable to set the custom select height. (#25169)
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 🌴