aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-06-04Backport #30742XhmikosR6-60/+29
Update to `@rollup/plugin-babel`
2020-06-04Prevent conflicts with components with classes (#30830)Martijn Cuppens1-1/+1
2020-06-04v5: Add border-radius to .card-img-overlay (#30817)Mark Otto1-0/+1
Allows use of background-color and more. Fixes #29033 for v5.
2020-06-04Simplify list-group borders in cards (#30808)Mark Otto2-6/+21
2020-06-04v4: Add z-index to .custom-check to fix custom checks in CSS columns (#30810)Mark Otto1-0/+1
For some reason, custom checks in CSS columns need a new stacking order to maintain visibility. This PR adds `z-index: 1` to trigger that new stacking order. Since v5's forms are being redone entirely, and we're dropping IE10/11 there, I think this is totally fine to ship with v4 only. Will need to check v5's forms it in Edge though. Fixes #29607. Co-authored-by: XhmikosR <[email protected]>
2020-06-04fix(custom forms): nullify box-shadow for custom forms' states (#30957)Gaël Poupard1-3/+3
Co-authored-by: XhmikosR <[email protected]>
2020-06-04fix(forms): IE11 misalign validation tooltips in input-groups (#30960)Gaël Poupard1-0/+1
2020-05-29docs(cards): fix card-img-bottom example (#30925)Gaël Poupard1-5/+23
2020-05-26docs(CDN): improve wording to match master and fix #30873 (#30896)Gaël Poupard1-1/+1
2020-05-14v4: Update docs callout for responsive SVG images (#30809)Mark Otto1-2/+2
Turns out this applies to IE11 as well as IE10, so this clarifies the docs callout. Closes #25242. Co-authored-by: XhmikosR <[email protected]>
2020-05-14v4: Mention Bootstrap Icons in extend/icons.md (#30813)Mark Otto1-3/+17
- Closes #30796
2020-05-13Fix release script docs (#30797)XhmikosR1-1/+1
2020-05-12Distv4.5.0XhmikosR48-2033/+1787
2020-05-12Bump version to 4.5.0.XhmikosR236-64/+65
2020-05-12Wording fixesMark Otto1-2/+2
2020-05-12Move the input groups validation workaround in docs.XhmikosR2-6/+72
2020-05-12Remove mention of build toolsXhmikosR1-1/+1
They are not included in npm.
2020-05-12Grammar fixesXhmikosR4-6/+6
2020-05-12Include the newly added utilities/interactions.scss fileXhmikosR1-1/+2
We missed it in #30562
2020-05-12Update devDependencies and gems.XhmikosR4-433/+351
2020-05-12Backport d59de33 from #30772XhmikosR1-0/+39
Add a test about the scrollbar issue on non-integer width
2020-05-12Avoid bad scrollbar replacement into width valuesGiovanni Mendoza1-1/+1
Refs #30772
2020-05-12Update codeql.yml (#30777)XhmikosR1-2/+0
Remove moot fail-fast option
2020-05-12Improve build/zip-examples.js (#30759)XhmikosR1-12/+20
* remove favicons meta tags * copy the two brand images we use in the examples * copy dist and brand images into an assets folder
2020-05-12Removed role="document" from the modal dialog (#30755)Rohit Sharma2-26/+26
2020-05-12CI: simplify cacheXhmikosR1-4/+6
While it might not be possible to invalidate the cache by changing test.yml, this should speed things up a lot due to `bundle i` taking most of the time.
2020-05-12Partially revert "Use regex.test() when we want to check for a Boolean. ↵XhmikosR1-2/+2
(#29969)" This partially reverts commit 6c464938039e4fb23af4a35146250da9e1630de4.
2020-05-12collapse.js: combine classesXhmikosR1-4/+2
2020-05-12Minor lint tweaks and rules cleanupXhmikosR14-18/+9
2020-05-12build-plugins.js: add missing shebang (#30743)XhmikosR1-0/+2
2020-05-12dropdown.js: switch to a ternaryXhmikosR1-4/+3
2020-05-12tests: switch to strictEqual/notStrictEqualXhmikosR5-27/+27
2020-05-12scrollspy.js add more testsXhmikosR1-0/+137
2020-05-12Remove variables used once.XhmikosR2-4/+2
2020-05-12Join/break a few lines, no functional changesXhmikosR6-36/+23
2020-05-12README.md: change Tests badge to point to v4-devXhmikosR1-1/+1
2020-05-12package.json: add a docs-build scriptXhmikosR1-6/+7
Make the `docs-compile` one an alias of `docs-build`.
2020-05-12CI: stop updating RubyGems since it's not neededXhmikosR1-3/+0
2020-05-11Add new interaction utilities and role attr to Reboot (#30562)Mark Otto6-0/+42
- Adds .user-select-* utils from v5 - Adds button role attribute util, one of the top requested features in our issues for adding pointer cursors - Adds new docs page to demonstrate both - Includes Sass list for customizing user select
2020-05-10Backport #29272 and adapt if for v4-devXhmikosR1-4/+4
docs: fix tap targets
2020-05-10Add `loading="lazy"` in imagesXhmikosR5-12/+12
Backport of #30199 after adapting it for v4-dev.
2020-05-10v4: Update homepage, examples, and general docs stylesMark Otto20-72/+172
- Refreshes the look and feel of the homepage with fresh colors, new content, and simplified styles. - Updates docs button styles - Replaces bytesize icons with Bootstrap icons - Adds themes callout to examples page
2020-05-07Update devDependencies and gemsXhmikosR4-914/+265
2020-05-07Revert "Avoid bad scrollbar replacement into width values (#30690)"XhmikosR1-5/+2
This reverts commit 5f00bba6529d53d850a0d24ff0415782c8acebe4.
2020-05-07ensure build plugins can exit in error (#30744)Johann-S1-15/+24
Co-authored-by: XhmikosR <[email protected]>
2020-05-07enforce element check on scrollspy targetJohann-S3-3/+3
2020-05-07Update jQuery to v3.5.1.XhmikosR4-8/+8
2020-05-07scrollspy.js: remove temporary variable (#30724)XhmikosR1-2/+1
2020-05-07Backport #30723XhmikosR3-18/+23
Move babel whitelist helpers to a common file
2020-05-07Update codeql.yml (#30719)XhmikosR1-1/+0
Remove `pull_request` event since it's not supported.