aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-10-13Prepare v4.5.3. (#31880)v4.5.3XhmikosR70-1378/+1429
2020-10-13Update devDependenciesXhmikosR2-159/+174
2020-10-13Remove the unused js/dist/index.js.mapXhmikosR2-3/+1
2020-10-13Update .eslintrc.jsonXhmikosR1-30/+26
Enforce ES5 for tests
2020-10-09Backport #31809 (#31851)Ankit Mishra1-0/+8
carousel: add missing `to` and `nextwhenvisible` description
2020-10-09Backport #31826 (#31846)Martijn Cuppens1-0/+1
Fix for alert-dismissible close button not clickable with stretched-link
2020-10-05Update .text-break for wider browser supportMark Otto1-2/+2
2020-10-05Backport versions update from #31754 and reverse order of versions to match v5Mark Otto1-2/+3
2020-10-05Backport color-adjust for v4Mark Otto1-0/+1
Keeps checkboxes, radios, and switches with their intended design when printing. Backports #29714
2020-10-05Backport Reboot's th updatesMark Otto2-3/+8
Manually backports #30781 to v4.
2020-10-02buttons plugin : avoid multiple change event trigger (#31000)Laussel Loïc3-6/+37
- add unit test to count how many events are thrown when widget contains multiple tags inside label - add a parameter to toggle, if click event is provided onto an input then don't trigger another change event already thrown by the browser - simplify the case where toggle interface is called click provide from input itself OR it's a button without label. If label is present, then browser propagate click event from childrens through label and then cause multiple calls to toggle - the test assumes that `.btn` class is always set onto the label if there's one, otherwise need to update this plugin and look for label around the input Test with keyboard, mouse and js click call Co-authored-by: XhmikosR <[email protected]>
2020-09-30Update .gitignore (#31783)XhmikosR1-0/+3
Add vscode and netlify folders
2020-09-30Compress the new imagesXhmikosR2-0/+0
2020-09-30Add new Bootstrap Icons homepage imagesMark Otto3-1/+1
2020-09-30Stylelint: enable `--rd` optionXhmikosR1-1/+1
2020-09-30Stylelint: replace deprecated optionsXhmikosR8-16/+18
2020-09-30Update devDependencies and gemsXhmikosR4-109/+268
2020-09-30typography.md: update wording about RFS and Bootstrap version.XhmikosR1-1/+1
2020-09-30docs: link to the Asynchronous functions sectionXhmikosR1-1/+1
2020-09-30Add new variable for -padding-xMark Otto2-1/+2
(cherry picked from commit fe77208a01b9b41ce13a9c68139d9f1618c48ec9)
2020-09-28Backport #31300 (#31769)Mark Otto3-13/+32
* Manually backport JS bundle guidance Co-authored-by: XhmikosR <[email protected]>
2020-09-24add suggested fix for gpu accelerationJohann-S1-1/+7
2020-09-24Update popovers.mdXhmikosR1-1/+1
2020-09-24v4: Mention GPU acceleration fix in docs calloutMark Otto1-0/+7
Closes #22610
2020-09-21Update devDependenciesXhmikosR4-98/+98
2020-09-21icons.md: add icofont like in v5XhmikosR1-0/+1
2020-09-21Backport #31689XhmikosR6-7/+7
docs: fix a few redirects * Fix GitHub's permanent redirects * Fix a11yproject redirects
2020-09-21Backport #31516XhmikosR1-0/+1
Add new icons set - CoreUI Icons
2020-09-21Add parentheses around multiple spread conditionsXhmikosR6-7/+7
2020-09-21Cache a few variables.XhmikosR4-9/+12
2020-09-21Unbreak lines and remove a TODO commentXhmikosR3-10/+4
2020-09-21Backport 65d130fbd85abd8143c553e75e24bc5a11d36877XhmikosR1-1/+1
Mention the quotes requirement in the docs too
2020-09-21Add a comment for escape-svg functionMark Otto1-0/+3
Closes #30835 by leaving a comment in the source that the escape-svg() function must have quotes around data URIs. (cherry picked from commit 849fea5a1ec6a2c39451fefb21a70c6dc9ceac42)
2020-09-21ensure `hidePrevented.bs.modal` can be prevented (#31696)Joakim Riedel2-1/+40
2020-09-20Add new Chinese Simplified translation (#31540)Mr. Will1-0/+5
2020-09-19Docs: Add top/bottom margin to highlighted code samples (#31706)Patrick H. Lauke2-9/+9
Backport of #31036 to v4
2020-09-18Update _custom-forms.scss (#31693)Mark Otto1-1/+1
Typo in box-shadow attribute, global variable used instead of local. Co-authored-by: Arthur Shlain <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-09-18Dropdown: fix variable always evaluating to true (#31673)XhmikosR1-1/+1
2020-09-15Update devDependencies and gems (#31624)XhmikosR4-396/+582
* Update devDependencies and gems * Bump bundlewatch limits
2020-09-10Comply to the new rulesXhmikosR35-582/+614
2020-09-10Switch to xo and remove babel-eslintXhmikosR7-280/+549
2020-09-04docs(build tools): mention how to get the sources (#31589)Gaël Poupard1-2/+3
2020-08-06Prepare v4.5.2. (#31444)v4.5.2XhmikosR69-139/+135
2020-08-06Remove undefined `$ignore-warning`Martijn Cuppens1-1/+1
2020-08-06Deprecate the `make-container-max-widths` mixinXhmikosR1-0/+1
2020-08-06Restore make-container-max-widths mixinMark Otto1-0/+9
2020-08-06Remove flex: 1 0 100% from rows (#31439) (#31445)XhmikosR1-1/+0
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-08-04Prepare v4.5.1. (#31408)v4.5.1XhmikosR69-1012/+443
2020-08-04Backport #31339 (#31414)XhmikosR2-1/+21
* Backport #31339 Add view on GitHub links for easier content editing from the docs
2020-08-03Remove overflow: hidden from toasts (#31381) (#31407)XhmikosR1-1/+1
Co-authored-by: Mark Otto <[email protected]>