]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
XhmikosR [Wed, 17 Jun 2020 06:18:56 +0000 (09:18 +0300)]
Fix typo
XhmikosR [Wed, 17 Jun 2020 05:36:29 +0000 (08:36 +0300)]
Update issue templates from main.
XhmikosR [Wed, 17 Jun 2020 05:34:49 +0000 (08:34 +0300)]
Remove unused issue templates
XhmikosR [Wed, 17 Jun 2020 05:32:42 +0000 (08:32 +0300)]
Update links to point to v4-dev or main branches
XhmikosR [Fri, 12 Jun 2020 18:12:53 +0000 (21:12 +0300)]
Split GitHub Actions.
XhmikosR [Fri, 12 Jun 2020 09:58:43 +0000 (12:58 +0300)]
Stylelint: remove redundant inline suppressions
XhmikosR [Fri, 12 Jun 2020 08:23:44 +0000 (11:23 +0300)]
Update .gitattributes (#30934)
This requires git >= 2.10 but it was released almost 4 years ago.
XhmikosR [Tue, 9 Jun 2020 05:10:42 +0000 (08:10 +0300)]
Backport #30973
Remove the class `.nav-item` from `.nav-link` inside the non `ul` or `ol` based navs.
This makes the consistency for `.nav-item` (This class will not be required on the `.nav-link`).
`.nav-item` was only required when you use `.nav-fill` or `.nav-justified` on the `.nav`. In other cases, it was redundant. And the purpose of `.nav-item` on `.nav-link`s can be achieved via flexbox utilities as well (Mentioned in the docs also).
Gaël Poupard [Mon, 8 Jun 2020 17:47:43 +0000 (19:47 +0200)]
Prevent `.row` from shrinking in flex container (#30940)
Martijn Cuppens [Tue, 23 Jun 2020 06:28:13 +0000 (08:28 +0200)]
Remove duplicate properties after #30922 (#31148)
Gaël Poupard [Mon, 15 Jun 2020 05:41:12 +0000 (07:41 +0200)]
fix(custom forms): disabled checked states weren't overriding background-image (#30922)
k-utsumi [Sat, 13 Jun 2020 21:25:39 +0000 (06:25 +0900)]
Avoid duplication of container breakpoints (#30969)
Gaël Poupard [Sat, 13 Jun 2020 06:38:13 +0000 (08:38 +0200)]
Floating labels examples in IE (#30965)
* docs(example): drop IE workaround since it works fine in IE
* Serial comma
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
Gaël Poupard [Wed, 10 Jun 2020 13:12:12 +0000 (15:12 +0200)]
Backport #30979 (#30999)
fix(grid)[manual backport]: zero min-width on .col has too much side-effects
Laussel Loïc [Wed, 10 Jun 2020 12:45:31 +0000 (14:45 +0200)]
avoid preventing input event onclick (#30992)
* instead of stopping event if onclick is triggered on input, call toggle method only if its not on checkbox inside a label
* add unit test
* add a dedicated test to ensure click event is forward to label
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Gaël Poupard [Wed, 3 Jun 2020 13:28:46 +0000 (15:28 +0200)]
docs(toasts): centered examples flexbugs #3 in IE11
Gaël Poupard [Wed, 3 Jun 2020 13:27:50 +0000 (15:27 +0200)]
fix(toasts): IE11 shrinks toasts when in flex container, unless we specify flex-basis
XhmikosR [Thu, 4 Jun 2020 08:02:44 +0000 (11:02 +0300)]
visual/modal.html: fix close buttons placement
XhmikosR [Thu, 4 Jun 2020 07:46:51 +0000 (10:46 +0300)]
Bump bundlewatch limits
XhmikosR [Thu, 4 Jun 2020 07:41:47 +0000 (10:41 +0300)]
Backport #30936
Add role="dialog" in modals via JavaScript
XhmikosR [Thu, 4 Jun 2020 07:04:33 +0000 (10:04 +0300)]
Backport #30932
Restore word-break: break-word on .text-break to fix text breaking on flex containers
XhmikosR [Thu, 4 Jun 2020 06:51:46 +0000 (09:51 +0300)]
Update devDependencies and gems
XhmikosR [Thu, 28 May 2020 14:54:02 +0000 (17:54 +0300)]
CI: update to `actions/cache@2`
XhmikosR [Tue, 26 May 2020 16:20:49 +0000 (19:20 +0300)]
Remove ESLint `object-curly-newline` rule.
XhmikosR [Tue, 26 May 2020 16:20:15 +0000 (19:20 +0300)]
Backport #30742
Update to `@rollup/plugin-babel`
Martijn Cuppens [Fri, 15 May 2020 12:59:06 +0000 (14:59 +0200)]
Prevent conflicts with components with classes (#30830)
Mark Otto [Fri, 15 May 2020 12:42:31 +0000 (05:42 -0700)]
v5: Add border-radius to .card-img-overlay (#30817)
Allows use of background-color and more. Fixes #29033 for v5.
Mark Otto [Thu, 14 May 2020 17:48:46 +0000 (10:48 -0700)]
Simplify list-group borders in cards (#30808)
Mark Otto [Thu, 4 Jun 2020 13:11:33 +0000 (06:11 -0700)]
v4: Add z-index to .custom-check to fix custom checks in CSS columns (#30810)
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 <xhmikosr@gmail.com>
Gaël Poupard [Thu, 4 Jun 2020 06:34:30 +0000 (08:34 +0200)]
fix(custom forms): nullify box-shadow for custom forms' states (#30957)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Gaël Poupard [Thu, 4 Jun 2020 06:27:08 +0000 (08:27 +0200)]
fix(forms): IE11 misalign validation tooltips in input-groups (#30960)
Gaël Poupard [Fri, 29 May 2020 15:01:40 +0000 (17:01 +0200)]
docs(cards): fix card-img-bottom example (#30925)
Gaël Poupard [Tue, 26 May 2020 15:48:53 +0000 (17:48 +0200)]
docs(CDN): improve wording to match master and fix #30873 (#30896)
Mark Otto [Thu, 14 May 2020 06:18:01 +0000 (23:18 -0700)]
v4: Update docs callout for responsive SVG images (#30809)
Turns out this applies to IE11 as well as IE10, so this clarifies the docs callout.
Closes #25242.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Thu, 14 May 2020 06:06:08 +0000 (23:06 -0700)]
v4: Mention Bootstrap Icons in extend/icons.md (#30813)
- Closes #30796
XhmikosR [Wed, 13 May 2020 06:13:27 +0000 (09:13 +0300)]
Fix release script docs (#30797)
XhmikosR [Tue, 12 May 2020 16:53:07 +0000 (19:53 +0300)]
Dist
XhmikosR [Tue, 12 May 2020 16:04:19 +0000 (19:04 +0300)]
Bump version to 4.5.0.
Mark Otto [Tue, 12 May 2020 15:59:51 +0000 (18:59 +0300)]
Wording fixes
XhmikosR [Tue, 12 May 2020 07:14:10 +0000 (10:14 +0300)]
Move the input groups validation workaround in docs.
XhmikosR [Tue, 12 May 2020 06:46:44 +0000 (09:46 +0300)]
Remove mention of build tools
They are not included in npm.
XhmikosR [Tue, 12 May 2020 06:45:21 +0000 (09:45 +0300)]
Grammar fixes
XhmikosR [Tue, 12 May 2020 06:03:58 +0000 (09:03 +0300)]
Include the newly added utilities/interactions.scss file
We missed it in #30562
XhmikosR [Tue, 12 May 2020 05:36:45 +0000 (08:36 +0300)]
Update devDependencies and gems.
XhmikosR [Tue, 12 May 2020 04:59:22 +0000 (07:59 +0300)]
Backport
d59de33 from #30772
Add a test about the scrollbar issue on non-integer width
Giovanni Mendoza [Tue, 14 Jan 2020 00:42:22 +0000 (18:42 -0600)]
Avoid bad scrollbar replacement into width values
Refs #30772
XhmikosR [Mon, 11 May 2020 18:04:27 +0000 (21:04 +0300)]
Update codeql.yml (#30777)
Remove moot fail-fast option
XhmikosR [Mon, 11 May 2020 15:01:18 +0000 (18:01 +0300)]
Improve build/zip-examples.js (#30759)
* remove favicons meta tags
* copy the two brand images we use in the examples
* copy dist and brand images into an assets folder
Rohit Sharma [Mon, 11 May 2020 09:45:42 +0000 (15:15 +0530)]
Removed role="document" from the modal dialog (#30755)
XhmikosR [Sun, 10 May 2020 18:27:44 +0000 (21:27 +0300)]
CI: simplify cache
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.
XhmikosR [Sat, 9 May 2020 13:50:47 +0000 (16:50 +0300)]
Partially revert "Use regex.test() when we want to check for a Boolean. (#29969)"
This partially reverts commit
6c464938039e4fb23af4a35146250da9e1630de4 .
XhmikosR [Fri, 8 May 2020 18:45:02 +0000 (21:45 +0300)]
collapse.js: combine classes
XhmikosR [Fri, 8 May 2020 16:19:14 +0000 (19:19 +0300)]
Minor lint tweaks and rules cleanup
XhmikosR [Tue, 5 May 2020 18:20:44 +0000 (21:20 +0300)]
build-plugins.js: add missing shebang (#30743)
XhmikosR [Fri, 8 May 2020 14:28:43 +0000 (17:28 +0300)]
dropdown.js: switch to a ternary
XhmikosR [Fri, 8 May 2020 13:36:20 +0000 (16:36 +0300)]
tests: switch to strictEqual/notStrictEqual
XhmikosR [Fri, 8 May 2020 06:08:39 +0000 (09:08 +0300)]
scrollspy.js add more tests
XhmikosR [Fri, 8 May 2020 07:21:50 +0000 (10:21 +0300)]
Remove variables used once.
XhmikosR [Fri, 8 May 2020 07:21:04 +0000 (10:21 +0300)]
Join/break a few lines, no functional changes
XhmikosR [Thu, 7 May 2020 19:50:27 +0000 (22:50 +0300)]
README.md: change Tests badge to point to v4-dev
XhmikosR [Thu, 7 May 2020 08:35:25 +0000 (11:35 +0300)]
package.json: add a docs-build script
Make the `docs-compile` one an alias of `docs-build`.
XhmikosR [Thu, 7 May 2020 08:17:02 +0000 (11:17 +0300)]
CI: stop updating RubyGems since it's not needed
Mark Otto [Mon, 11 May 2020 17:57:29 +0000 (10:57 -0700)]
Add new interaction utilities and role attr to Reboot (#30562)
- 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
XhmikosR [Sun, 10 May 2020 07:03:13 +0000 (10:03 +0300)]
Backport #29272 and adapt if for v4-dev
docs: fix tap targets
XhmikosR [Sun, 10 May 2020 05:13:02 +0000 (08:13 +0300)]
Add `loading="lazy"` in images
Backport of #30199 after adapting it for v4-dev.
Mark Otto [Sat, 9 May 2020 21:33:01 +0000 (00:33 +0300)]
v4: Update homepage, examples, and general docs styles
- 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
XhmikosR [Thu, 7 May 2020 06:19:26 +0000 (09:19 +0300)]
Update devDependencies and gems
XhmikosR [Wed, 6 May 2020 15:14:10 +0000 (18:14 +0300)]
Revert "Avoid bad scrollbar replacement into width values (#30690)"
This reverts commit
5f00bba6529d53d850a0d24ff0415782c8acebe4 .
Johann-S [Wed, 6 May 2020 04:52:06 +0000 (06:52 +0200)]
ensure build plugins can exit in error (#30744)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Johann-S [Tue, 5 May 2020 19:42:58 +0000 (21:42 +0200)]
enforce element check on scrollspy target
XhmikosR [Tue, 5 May 2020 05:09:49 +0000 (08:09 +0300)]
Update jQuery to v3.5.1.
XhmikosR [Mon, 4 May 2020 16:43:50 +0000 (19:43 +0300)]
scrollspy.js: remove temporary variable (#30724)
XhmikosR [Mon, 4 May 2020 17:11:30 +0000 (20:11 +0300)]
Backport #30723
Move babel whitelist helpers to a common file
XhmikosR [Mon, 4 May 2020 16:24:26 +0000 (19:24 +0300)]
Update codeql.yml (#30719)
Remove `pull_request` event since it's not supported.
XhmikosR [Sun, 3 May 2020 12:14:33 +0000 (15:14 +0300)]
package.json: fix release script for v4.
Mark Otto [Wed, 6 May 2020 15:59:16 +0000 (18:59 +0300)]
Wording fixes
XhmikosR [Wed, 6 May 2020 15:27:04 +0000 (18:27 +0300)]
Update browser-bugs.md
Add a danger callout that the page is outdated
Quy [Wed, 6 May 2020 03:54:42 +0000 (20:54 -0700)]
Fix typo (#30745)
Use possessive form of it
XhmikosR [Mon, 4 May 2020 17:00:19 +0000 (20:00 +0300)]
Revert "v4: Add Release Drafter (#30701)" (#30711)
This reverts commit
f93e58eddb395ddbb52f2d26aeeae45e0e2d46e5 .
XhmikosR [Thu, 30 Apr 2020 18:07:26 +0000 (21:07 +0300)]
search.js: make the check for URL stricter (#30695)
Johann-S [Wed, 29 Apr 2020 19:28:20 +0000 (21:28 +0200)]
Avoid bad scrollbar replacement into width values (#30690)
XhmikosR [Wed, 29 Apr 2020 18:21:53 +0000 (21:21 +0300)]
Backport #30130
Add a script to zip the built examples
Johann-S [Wed, 29 Apr 2020 15:25:18 +0000 (17:25 +0200)]
fix package.json add extension in main field
Martijn Cuppens [Wed, 29 Apr 2020 15:03:41 +0000 (17:03 +0200)]
Backport #30685
`<pre>`: Disable auto-hiding scrollbar in IE & legacy Edge
XhmikosR [Wed, 29 Apr 2020 14:13:32 +0000 (17:13 +0300)]
Backport the CodeQL Action addition
XhmikosR [Wed, 29 Apr 2020 14:09:38 +0000 (17:09 +0300)]
Fix redirect
XhmikosR [Tue, 28 Apr 2020 18:47:59 +0000 (21:47 +0300)]
Backport #30362
Remove unneeded og:image:secure_url from social.html
The image is always available over HTTPS anyway
Mark Otto [Fri, 1 May 2020 08:22:10 +0000 (01:22 -0700)]
v4: Add Release Drafter (#30701)
* Create release-drafter.yml
* Create release-notes.yml
Shohei Yoshida [Thu, 30 Apr 2020 06:29:03 +0000 (15:29 +0900)]
v4: Change input group validation examples (#30180)
* Change input group examples
* Update forms.md
* Update site/docs/4.4/components/forms.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
Mark Otto [Thu, 30 Apr 2020 06:11:51 +0000 (23:11 -0700)]
Fixes #30503 to replace renamed position utility (#30505)
XhmikosR [Tue, 28 Apr 2020 15:06:03 +0000 (18:06 +0300)]
CI: remove no longer needed steps (#30674)
The latest `actions/setup-node` prints this info by default
XhmikosR [Tue, 28 Apr 2020 13:45:36 +0000 (16:45 +0300)]
Update devDependencies and gems.
Martijn Cuppens [Tue, 28 Apr 2020 07:24:17 +0000 (09:24 +0200)]
Prevent list group style leaks (#30660)
XhmikosR [Mon, 27 Apr 2020 08:39:58 +0000 (11:39 +0300)]
CI: set `CI_BRANCH_BASE` to v4-dev
This is so that bundlewatch compares against v4-dev and not master.
XhmikosR [Sun, 26 Apr 2020 07:38:48 +0000 (10:38 +0300)]
Backport
9b97dc6
Tweak syntax highlighting colors to be WCAG2AA valid.
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
Martijn Cuppens [Fri, 24 Apr 2020 19:56:15 +0000 (21:56 +0200)]
Backport #30633
Remove caret element
Martijn Cuppens [Sat, 18 Apr 2020 10:09:01 +0000 (12:09 +0200)]
Backport #30605
grid: checks for `$grid-columns > 0`
Catalin Zalog [Fri, 17 Apr 2020 18:37:09 +0000 (21:37 +0300)]
Backport #30606 (#30612)
checks for `$grid-row-columns`
Catalin Zalog [Fri, 17 Apr 2020 17:18:51 +0000 (20:18 +0300)]
feat: checks for `$grid-breakpoints` map list (#30609)
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
Mark Otto [Wed, 15 Apr 2020 04:22:55 +0000 (21:22 -0700)]
v5: Improve the responsiveness of our Dashboard example (#30573)
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 <xhmikosr@gmail.com>