]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Helmut Granda [Wed, 26 Sep 2018 20:59:19 +0000 (15:59 -0500)]
Adds a note about the limitations on content being larger than the image.
In the event that the content is larger than the image, the content will continue to be displayed outside the image itself. There are some workarounds but they apply only to browsers that support this option and IE11 is not one of them.
Martijn Cuppens [Mon, 10 Sep 2018 18:59:04 +0000 (20:59 +0200)]
Move media from layout to components
XhmikosR [Wed, 17 Oct 2018 08:44:45 +0000 (11:44 +0300)]
Simplify .gitattributes.
Mark Otto [Mon, 15 Oct 2018 13:17:42 +0000 (06:17 -0700)]
Add a CODEOWNERS file (#27271)
XhmikosR [Mon, 15 Oct 2018 12:24:21 +0000 (15:24 +0300)]
Move docs .eslintrc in site/.
XhmikosR [Mon, 15 Oct 2018 10:12:31 +0000 (13:12 +0300)]
Update devDependencies and gems.
XhmikosR [Mon, 15 Oct 2018 09:46:12 +0000 (12:46 +0300)]
Include `css-copy` in the `css` script.
Martijn Cuppens [Mon, 15 Oct 2018 11:19:41 +0000 (13:19 +0200)]
Rename everything to skippy and center skippy (#27420)
XhmikosR [Mon, 15 Oct 2018 08:49:15 +0000 (11:49 +0300)]
Combine examples and simple layouts.
XhmikosR [Mon, 15 Oct 2018 09:24:53 +0000 (12:24 +0300)]
Tighten stylelint config. (#27336)
Also improve its formatting.
Martijn Cuppens [Sun, 14 Oct 2018 15:19:57 +0000 (17:19 +0200)]
Change h1 to h2
XhmikosR [Sun, 14 Oct 2018 18:49:01 +0000 (21:49 +0300)]
Reduce indentation.
XhmikosR [Sun, 14 Oct 2018 11:57:42 +0000 (14:57 +0300)]
Travis: add `--clean` in `bundle install` command.
XhmikosR [Fri, 28 Sep 2018 14:45:05 +0000 (17:45 +0300)]
build/generate-sri.js: add popperjs.
XhmikosR [Sat, 13 Oct 2018 13:17:28 +0000 (16:17 +0300)]
Move periods outside of links.
XhmikosR [Sat, 13 Oct 2018 13:05:43 +0000 (16:05 +0300)]
js/tests/visual: fix popper script.
Broken after
787441d .
XhmikosR [Sat, 13 Oct 2018 10:07:23 +0000 (13:07 +0300)]
Fix a few links.
* fix `/versions/` link
* add missing trailing slashes
* fix a couple of redirects
XhmikosR [Sat, 13 Oct 2018 10:07:16 +0000 (13:07 +0300)]
Remove the unused `jobs` Jekyll variable.
XhmikosR [Fri, 28 Sep 2018 14:39:55 +0000 (17:39 +0300)]
Update popper.js in docs.
XhmikosR [Fri, 28 Sep 2018 15:09:49 +0000 (18:09 +0300)]
docs: fix bundle SRI hash.
Also, remove popper.js from this script since it's not present in the repo.
XhmikosR [Fri, 28 Sep 2018 10:59:45 +0000 (13:59 +0300)]
Fix invalid selectors in tests and examples.
XhmikosR [Sat, 13 Oct 2018 13:45:17 +0000 (16:45 +0300)]
Add a release npm script.
XhmikosR [Sat, 13 Oct 2018 13:40:38 +0000 (16:40 +0300)]
Remove sri-toolbox dependency.
We can achieve the same very easily.
XhmikosR [Sat, 13 Oct 2018 10:29:20 +0000 (13:29 +0300)]
Update Travis config.
* remove `dist: trusty` since it's the default
* disable email notifications
m5o [Fri, 12 Oct 2018 08:36:24 +0000 (10:36 +0200)]
update holder.js image dimensions for sizing example
* update holder.js image dimensions for sizing example
* use `100%` instead of `100%`
* :memo: https://github.com/imsky/holder#fluid-placeholders
m5o [Thu, 11 Oct 2018 20:25:27 +0000 (22:25 +0200)]
refine deprecated holder.js color syntax
* refine deprecated holder.js color syntax
* remove `#55595c:#373a3c`
* harmonize with all other holder.js examples
XhmikosR [Sat, 6 Oct 2018 08:49:39 +0000 (11:49 +0300)]
Update devDependencies and gems.
XhmikosR [Wed, 19 Sep 2018 06:53:17 +0000 (09:53 +0300)]
Rename script.
Mark Otto [Wed, 19 Sep 2018 02:54:56 +0000 (19:54 -0700)]
Add overflow-auto and overflow-hidden utilities
Spencer Davies [Thu, 4 Oct 2018 19:51:07 +0000 (13:51 -0600)]
fix - small grammar error
"given move to" -> "given the move to"
Tanmay Gupta [Tue, 2 Oct 2018 20:38:46 +0000 (02:08 +0530)]
updated README (#27349)
XhmikosR [Wed, 26 Sep 2018 13:05:27 +0000 (16:05 +0300)]
Tweak build/build-plugins.js.
Johann-S [Wed, 26 Sep 2018 08:39:01 +0000 (10:39 +0200)]
remove useless iife
XhmikosR [Wed, 26 Sep 2018 12:41:30 +0000 (15:41 +0300)]
Remove unneeded `path.resolve`.
XhmikosR [Wed, 26 Sep 2018 07:54:46 +0000 (10:54 +0300)]
Include the plugin's filename in the license header.
Helmut Granda [Tue, 25 Sep 2018 15:55:35 +0000 (18:55 +0300)]
Add license headers in js/dist files
By implementing the same approach of rollup.config.js
and replicate it in build-plugins.js, individual plugins
will display license headers.
Howard Cox [Wed, 5 Sep 2018 09:50:50 +0000 (12:50 +0300)]
Prevent pointer events on disabled list-group-item
Howard Cox [Mon, 11 Jun 2018 13:52:56 +0000 (16:52 +0300)]
Prevent pointer-events on disabled anchor dropdown-item
Fixes #26695
XhmikosR [Tue, 25 Sep 2018 14:23:40 +0000 (17:23 +0300)]
Fix examples after the recent JS changes.
`https://example.com` isn't a valid selector.
Florian Lacreuse [Tue, 25 Sep 2018 07:36:38 +0000 (09:36 +0200)]
Add explanation about accordion wrapper.
XhmikosR [Tue, 18 Sep 2018 18:49:18 +0000 (21:49 +0300)]
Make release-zip include the root folder.
Also, now it should work cross-platform assuming `zip` is present.
719media [Wed, 19 Sep 2018 17:18:20 +0000 (10:18 -0700)]
Update forms.md
fix duplicate id attribute
Mark Otto [Wed, 19 Sep 2018 05:14:45 +0000 (22:14 -0700)]
Remove flex utilities from .list-group-item's as they're display: block; meaning the utilities have no affect. Closes #27162.
Mark Otto [Wed, 19 Sep 2018 04:42:38 +0000 (21:42 -0700)]
dist
Mark Otto [Wed, 19 Sep 2018 04:35:56 +0000 (21:35 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Wed, 19 Sep 2018 04:35:40 +0000 (21:35 -0700)]
dist
Martijn Cuppens [Wed, 19 Sep 2018 04:33:31 +0000 (06:33 +0200)]
Allow multiple ways of padding declaration for modal header (#26976)
* #26967: Allow multiple ways of padding declaration for modal header
* #26976: split vertical and horizontal modal padding
Mark Otto [Wed, 19 Sep 2018 04:27:02 +0000 (21:27 -0700)]
Add new variables for form feedback tooltips (#26959)
Fixes #26886
XhmikosR [Wed, 19 Sep 2018 01:31:51 +0000 (04:31 +0300)]
docs: switch to font-weight 600. (#27226)
Segoe UI doesn't have font-weight: 500 making things not looking as expected.
Johann-S [Tue, 18 Sep 2018 13:52:10 +0000 (15:52 +0200)]
use bsCustomFileInput in our documentation (#27264)
Mark Otto [Sun, 16 Sep 2018 22:43:49 +0000 (15:43 -0700)]
Consistently re-use input variables
Christopher Morrissey [Tue, 18 Sep 2018 12:55:48 +0000 (08:55 -0400)]
feature(carousel): carousel-item interval (#26667)
adds the ability to assign data-interval to an individual carousel-item
Martijn Cuppens [Tue, 18 Sep 2018 12:35:25 +0000 (14:35 +0200)]
Variable .btn and .form-control font sizes (#26908)
ysds [Tue, 18 Sep 2018 12:29:02 +0000 (21:29 +0900)]
Bring the focused button in input group to the front (#26910)
Mark Otto [Mon, 17 Sep 2018 19:02:56 +0000 (12:02 -0700)]
Document input group wrapping behavior and override via utility class
Fixes #25409
Nabil Kadimi [Tue, 18 Sep 2018 10:10:02 +0000 (11:10 +0100)]
Switch to `.btn-secondary` for the search button so that it's accessible (#27255)
Mark Otto [Mon, 17 Sep 2018 19:07:31 +0000 (12:07 -0700)]
Clarify docs for custom form structure
Fixes #25440
XhmikosR [Fri, 14 Sep 2018 13:09:12 +0000 (16:09 +0300)]
docs: use the bundle dist file.
Mark Otto [Mon, 17 Sep 2018 19:36:49 +0000 (12:36 -0700)]
dist
Mark Otto [Mon, 17 Sep 2018 19:34:41 +0000 (12:34 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Mon, 17 Sep 2018 19:34:34 +0000 (12:34 -0700)]
dist
XhmikosR [Mon, 17 Sep 2018 06:57:07 +0000 (09:57 +0300)]
Switch to find-unused-sass-variables for finding unused Sass variables.
Martijn Cuppens [Mon, 17 Sep 2018 12:34:34 +0000 (14:34 +0200)]
#27220: cleanup .btn-link hover/focus properties (#27250)
Mark Otto [Sun, 16 Sep 2018 20:47:48 +0000 (13:47 -0700)]
Update copy
XhmikosR [Tue, 11 Sep 2018 03:37:11 +0000 (06:37 +0300)]
Remove background-colors example and show only the code.
This is to avoid confusion.
Catalin Zalog [Sun, 16 Sep 2018 21:32:11 +0000 (00:32 +0300)]
_variables.scss comments/spacing consistency (#27247)
* style: `_variables.scss` comments consistency
* style: `_variables.scss` spacing consistency
Nabil Kadimi [Sun, 16 Sep 2018 18:02:30 +0000 (19:02 +0100)]
Typo (#27248)
XhmikosR [Sat, 15 Sep 2018 23:23:07 +0000 (02:23 +0300)]
Update svgo.yml.
Mark Otto [Sat, 15 Sep 2018 21:24:59 +0000 (00:24 +0300)]
Simplify HTML and CSS
- Remove iframes
- Turn into larger click areas
- Drop entire team.scss file for components and utilities
XhmikosR [Fri, 14 Sep 2018 05:22:16 +0000 (08:22 +0300)]
browsers-devices.md: Use Jekyll variable.
XhmikosR [Fri, 14 Sep 2018 05:05:37 +0000 (08:05 +0300)]
Restore team page.
XhmikosR [Sat, 15 Sep 2018 12:24:43 +0000 (15:24 +0300)]
Travis CI: Actually don't install `npm@5` at all.
XhmikosR [Sat, 15 Sep 2018 11:57:59 +0000 (14:57 +0300)]
Travis: Don't install npm@5 when the current npm is newer.
Johann-S [Fri, 14 Sep 2018 20:31:06 +0000 (22:31 +0200)]
speed up browser tests
XhmikosR [Fri, 14 Sep 2018 14:49:59 +0000 (17:49 +0300)]
Use https in more places and fix a few redirects.
XhmikosR [Fri, 14 Sep 2018 13:04:25 +0000 (16:04 +0300)]
Update popper.min.js to v1.14.4.
XhmikosR [Fri, 14 Sep 2018 13:04:01 +0000 (16:04 +0300)]
Update anchor.min.js to v4.1.1.
Martijn Cuppens [Fri, 14 Sep 2018 12:31:48 +0000 (14:31 +0200)]
Selector improvement (#27219)
Johann-S [Wed, 12 Sep 2018 08:08:39 +0000 (10:08 +0200)]
throw error when folks try to use a bad selector
Johann-S [Thu, 13 Sep 2018 07:42:15 +0000 (09:42 +0200)]
refactor karma config in one file
Johann-S [Thu, 13 Sep 2018 07:02:14 +0000 (09:02 +0200)]
do not use coverage files on browserstack
Andres Galante [Tue, 11 Sep 2018 10:56:56 +0000 (07:56 -0300)]
creates variables for navbar brand colors #27187
Johann-S [Mon, 10 Sep 2018 09:01:14 +0000 (11:01 +0200)]
collapse children with no data-parent
Herst [Sat, 1 Sep 2018 17:21:27 +0000 (19:21 +0200)]
Remove certain Chromium entries from Wall of Bugs
XhmikosR [Sun, 9 Sep 2018 15:43:04 +0000 (18:43 +0300)]
Update devDependencies.
Herst [Mon, 3 Sep 2018 15:55:04 +0000 (17:55 +0200)]
Added type="button" to <button>s without any type (#27174)
(again)
https://github.com/twbs/bootlint/wiki/W007
Roman O [Fri, 8 Jun 2018 13:37:33 +0000 (16:37 +0300)]
Ignore percentage values for compare in maps
Martijn Cuppens [Thu, 2 Aug 2018 18:51:18 +0000 (20:51 +0200)]
Set .btn base color
Martijn Cuppens [Tue, 31 Jul 2018 17:37:01 +0000 (19:37 +0200)]
Move transparent background to .btn and remove background-image
Martijn Cuppens [Tue, 21 Aug 2018 19:54:04 +0000 (21:54 +0200)]
Set max-width to 100%
Fixes #27114
Martijn Cuppens [Tue, 28 Aug 2018 18:11:08 +0000 (20:11 +0200)]
Remove `-webkit-text-decoration-skip`
Martijn Cuppens [Sun, 26 Aug 2018 14:15:43 +0000 (16:15 +0200)]
#27112: fix border focus border color
ysds [Wed, 29 Aug 2018 17:48:41 +0000 (02:48 +0900)]
Move CSS of hover underline to base from color variants
Mark Otto [Sun, 29 Jul 2018 22:46:27 +0000 (01:46 +0300)]
Add new docs Versions page.
Johann-S [Fri, 31 Aug 2018 19:00:29 +0000 (21:00 +0200)]
add information about valid selectors (#27137)
Johann-S [Wed, 1 Aug 2018 08:11:10 +0000 (10:11 +0200)]
move away from sauce labs to browserstack
XhmikosR [Wed, 29 Aug 2018 12:39:34 +0000 (15:39 +0300)]
build-plugins.js: Remove redundant space
XhmikosR [Tue, 28 Aug 2018 12:13:26 +0000 (15:13 +0300)]
Update devDependencies.
ysds [Sun, 26 Aug 2018 23:36:54 +0000 (08:36 +0900)]
Remove extra line break
Martijn Cuppens [Sun, 26 Aug 2018 11:53:36 +0000 (13:53 +0200)]
Simpler carousel indicators css (#26996)