contacts
contacts copied to clipboard
An in-range update of bootstrap is breaking the build π¨
The dependency bootstrap was updated from 4.1.3
to 4.2.1
.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
bootstrap is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
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
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 :palm_tree:
- The
dependency
bootstrap was updated from4.2.1
to4.3.0
.
Your tests are still failing with this version. Compare changes
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 from4.3.0
to4.3.1
.
Your tests are still failing with this version. Compare changes
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
- The
dependency
bootstrap was updated from4.4.0
to4.4.1
.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
Release Notes for v4.4.1
Commits
The new version differs by 218 commits.
dca1ab7
Release v4.4.1.
b07b6f7
Fix dart Sass compatibility for subtract (#29763)
0d148d8
V4: Add :disabled for disabled fieldset (#29762)
c24aaa6
Fix dart Sass compatibility (#29755)
301ee19
Update Gemfile.lock
593574d
Release v4.4.0 (#29735)
d61bba5
Backport #29734
7aa1722
Update change-version.js (#29736)
340009e
Update devDependencies and gems.
bdd8752
Switch to the Coveralls Action (#29478)
e0a2d58
Backport #29624
136afcf
Update anchor.js to v4.2.1 (#29662)
eb1e1cf
Fixed input-height-sm and input-height-lg calculations (#29653)
5be0fe8
package.json: Add funding property (#29646)
a0bb417
Fix icons link.
There are 218 commits in total.
See the full diff
- The
dependency
bootstrap was updated from4.4.1
to4.5.0
.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
Release Notes for v4.5.0
Highlights
- New interaction utilities. Quickly set
user-select
with the new utilities and Sass map. - New Reboot style for pointer cursors. We now include a
role="button"
selector in Reboot to setcursor: pointer
on non-<button>
element buttons. - Examples are now downloadable. We've added a script to zip up and offer all our Examples as their own download from the docs.
- Added guidance to our docs for how to workaround our longstanding input group rounded corner bug.
- Redesigned docs homepage and navbar to increment us towards v5's new docs design.
- Deprecated
bg-gradient-variant
mixin as it's being removed in v5 - Updated to jQuery v3.5.1, Jekyll v4, and dropped Node.js < 10.
CSS
- #29413: Prevent vertical offset on progress bar in IE11
- #29745: Add
display: flex
on.breadcrumb-item
- #29819: Allow percentages in container widths
- #29937: Add missing Noto Sans font to font stack
- #29946: Added new variable for padding on dropdown header
- #30004: Fixes disabled
.btn
cursor - #30036: Added focus state to
.btn-link
- #30043: Fix IE auto-size input-group to column
- #30049: Prevent grid with default cols from breaking when large pre is present by setting
min-width: 0
- #30074: Use
word-wrap
in.text-break
for IE and Edge compatibility. - #30166: Avoid
border-radius
functions returning negative values - #30183: Remove unnecessary reduce motion when
$enable-transition: false
- #30244: Fix centered modal scrolling issue
- #30262: Prevent link underline change from affecting some components
- #30361: Remove appearance from date inputs
- #30391: Prevent redundant
transition: none in
transition()` mixin - #30497: Fix card list group borders & radii
- #30504: Fix
spinner-grow
animation in Safari - #30515: Add
.card-footer
color - #30555, #30512, #30480: Use
box-shadow
mixin for.form-select
,.btn
, and other form controls - #30562: Added new interaction utilities for
user-select
and a new -role="button"
in Reboot to setcursor: pointer
. - #30582: Delete unncecessary
appearance: none
frombutton.close
- #30594: Deprecate
bg-gradient-variant
mixin - #30605, #30606: Grid now checks for for
$grid-columns > 0
- #30609: Checks for an empty
$grid-breakpoints
map list to remove all breakpoints - #30660: Prevent list group style leaks
- #30685: Disable auto-hiding scrollbar in legacy Edge
- #30755: Removed role="document" from the modal dialog
JavaScript
- #29968: sanitizer.js: Add srcset in the allowed attributes
- #29969: Use
regex.test()
when we want to check for a Boolean on popovers/tooltips - #30381: Updated tab.js to address accessibility issue when using ul/li semantic
- #30383: ensure
totype
always return stringified null when null passed - #30388: enable button toggle on label when checkbox is inside
- #30490: Switch to string constants to save ~5% on file size
- #30510, #30511: Fix event propagation from inactive and disabled dropdowns
- #30744: ensure build plugins can exit in error
- #30772: Prevent scrollbar replacement on non-integer width
- 22f75c: scrollspy: only accept valid Elements as input for target
Docs
- Redesigned docs homepage
- Improved tap target sizing in our navigation
- Added examples for our input group border-radius workaround
- Added warning to browser bugs page that it's no longer maintained
- Added
loading="lazy"
for images - #29782: Improve wrapping and hit area of accordion example titles
- #29820: move width after
make-container()
mixin - #29956: Add Microsoft Edge for macOS to supported browsers
- #30130: Added ability to zip and download our Examples
- #30175: Add version number in page title
- #30180: Changed input group validation examples to reflect issues with input group.
- #30207: Headings hierarchy in theming.md
- #30325: Updated modal docs to simplify
data-target
usage and more - #30416: Clarify card group behavior
- #30469: Remove holder.js leftovers
- #30505: Use existing position utility in navbar example
- #30695: make the check for URL stricter in our docs search
Examples
Dependencies
- Updated jQuery to v3.5.1
- Replaced bundlesize with bundlewatch
- Updated to Jekyll v4
- Drop Node.js < 10
- Misc devDependencies updates
Commits
The new version differs by 371 commits.
7a6da5e
Dist
109ad5d
Bump version to 4.5.0.
4a0ddb0
Wording fixes
0f26be5
Move the input groups validation workaround in docs.
842b0d2
Remove mention of build tools
32932d2
Grammar fixes
4a26e51
Include the newly added utilities/interactions.scss file
0f3eda8
Update devDependencies and gems.
30e7df6
Backport d59de33 from #30772
f1827ce
Avoid bad scrollbar replacement into width values
eb1df3e
Update codeql.yml (#30777)
df91d2c
Improve build/zip-examples.js (#30759)
d2f9fbd
Removed role="document" from the modal dialog (#30755)
bad48dc
CI: simplify cache
86f2c01
Partially revert "Use regex.test() when we want to check for a Boolean. (#29969)"
There are 250 commits in total.
See the full diff