aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-05-07package.json: fix release script for v4.XhmikosR1-1/+1
2020-05-06Wording fixesMark Otto1-2/+2
2020-05-06Update browser-bugs.mdXhmikosR1-0/+7
Add a danger callout that the page is outdated
2020-05-06Fix typo (#30745)Quy1-1/+1
Use possessive form of it
2020-05-04Revert "v4: Add Release Drafter (#30701)" (#30711)XhmikosR2-54/+0
This reverts commit f93e58eddb395ddbb52f2d26aeeae45e0e2d46e5.
2020-05-02search.js: make the check for URL stricter (#30695)XhmikosR1-6/+6
2020-05-02Avoid bad scrollbar replacement into width values (#30690)Johann-S1-2/+5
2020-05-02Backport #30130XhmikosR5-1/+65
Add a script to zip the built examples
2020-05-02fix package.json add extension in main fieldJohann-S1-1/+1
2020-05-02Backport #30685Martijn Cuppens1-0/+3
`<pre>`: Disable auto-hiding scrollbar in IE & legacy Edge
2020-05-02Backport the CodeQL Action additionXhmikosR1-0/+28
2020-05-02Fix redirectXhmikosR1-2/+2
2020-05-02Backport #30362XhmikosR1-2/+1
Remove unneeded og:image:secure_url from social.html The image is always available over HTTPS anyway
2020-05-01v4: Add Release Drafter (#30701)Mark Otto2-0/+54
* Create release-drafter.yml * Create release-notes.yml
2020-04-30v4: Change input group validation examples (#30180)Shohei Yoshida1-57/+60
* Change input group examples * Update forms.md * Update site/docs/4.4/components/forms.md Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-30Fixes #30503 to replace renamed position utility (#30505)Mark Otto2-10/+1
2020-04-28CI: remove no longer needed steps (#30674)XhmikosR1-2/+0
The latest `actions/setup-node` prints this info by default
2020-04-28Update devDependencies and gems.XhmikosR3-228/+211
2020-04-28Prevent list group style leaks (#30660)Martijn Cuppens1-2/+2
2020-04-28CI: set `CI_BRANCH_BASE` to v4-devXhmikosR1-0/+1
This is so that bundlewatch compares against v4-dev and not master.
2020-04-28Backport 9b97dc6XhmikosR1-21/+21
Tweak syntax highlighting colors to be WCAG2AA valid. Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-28Backport #30633Martijn Cuppens1-3/+3
Remove caret element
2020-04-28Backport #30605Martijn Cuppens1-12/+19
grid: checks for `$grid-columns > 0`
2020-04-28Backport #30606 (#30612)Catalin Zalog1-3/+5
checks for `$grid-row-columns`
2020-04-28feat: checks for `$grid-breakpoints` map list (#30609)Catalin Zalog1-4/+6
Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-28v5: Improve the responsiveness of our Dashboard example (#30573)Mark Otto1-3/+3
Cleans up some column classes to ensure things line up across all viewports. Also fixes some broken padding on the .navbar-brand. Co-authored-by: XhmikosR <[email protected]>
2020-04-28Delete appearance from `button.close` (#30582)k-utsumi1-1/+0
2020-04-28Revert "Add dependabot config for v4 (#30008)"XhmikosR1-23/+0
This reverts commit 04b8219c18a91da1d481bdb95edca7af1705e73c.
2020-04-18Deprecate `bg-gradient-variant` mixin (#30594)Martijn Cuppens2-2/+3
Co-authored-by: XhmikosR <[email protected]>
2020-04-17collapse: fix error with jQuery v3.5.0.XhmikosR1-1/+1
2020-04-17Fix tests for jQuery v3.5.0.XhmikosR2-26/+26
2020-04-17Update jQuery to v3.5.0.XhmikosR4-8/+8
2020-04-13Add dependabot config for v4 (#30008)XhmikosR1-0/+23
2020-04-13Update clipboard.js to v2.0.6XhmikosR1-3/+3
2020-04-13Update bs-custom-file-input.js to v1.3.4XhmikosR1-3/+3
2020-04-13Update devDependencies and gemsXhmikosR3-1343/+711
2020-04-13Backport #30555Martijn Cuppens1-1/+2
Use `box-shadow` mixin for `.form-select`
2020-04-13Backport #30512Martijn Cuppens1-6/+6
Use `box-shadow` mixin for `.btn`
2020-04-13Backport #30542XhmikosR2-2/+1
Remove redundant class and line height
2020-04-13Add v4-dev in bundlewatch config. (#30541)XhmikosR1-1/+7
2020-04-13Replace bundlesize with bundlewatch. (#30538)XhmikosR4-331/+105
2020-04-13Fix spinner-grow animation (#30504)Mark Otto1-0/+1
* Fix spinner-grow animation Safari seems to be interpreting the old keyframes animation as incomplete. Adding `transform` to the second frame seems to resolve the issue. Co-Authored-By: Martijn Cuppens <[email protected]>
2020-04-13Add `.card-footer` color (#30515)Catalin Zalog1-0/+1
2020-04-13Backport #30497Martijn Cuppens2-19/+17
Fix card list group borders & radii
2020-04-13Backport #30480Martijn Cuppens1-2/+2
Use `box-shadow` mixin for form controls
2020-04-13Backport #30391Martijn Cuppens1-4/+14
transition() mixin prevent redundant 'transition: none' and pass `null`
2020-04-10 v4 tabs - accessibility issue when using ul/li semantic (#30381)Laussel Loïc5-71/+67
Add aria-role presentation on li element when ul element has role tablist and remove dropdown from visual tests as they've been removed from doc
2020-04-07Fix event propagation from inactive and disabled dropdowns (#30510) (#30511)luktom2-3/+67
2020-04-01Backport #30353 (#30361)Martijn Cuppens2-12/+9
Remove appearance from date inputs Co-authored-by: XhmikosR <[email protected]>
2020-03-31Switch to string constants. (#30490)XhmikosR12-551/+469
This allows the minifier to mangle the constants. It also allows the linter to find unused strings properly. While at it, remove a few unused properties. File Before After Diff -------------------------------------------------------- bootstrap.bundle.min.js 22.09 kB 21.13 kB -0.96 kB (-4.35 %) bootstrap.min.js 15.4 kB 14.46 kB -0.94 kB (-3.86 %)