]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Stefan Wrobel [Wed, 25 Jul 2018 00:24:20 +0000 (17:24 -0700)]
Add .text-decoration-none utility class (#25933)
ref: https://github.com/twbs/bootstrap/pull/23881#issuecomment-
337789596
Andrew [Wed, 25 Jul 2018 00:23:17 +0000 (19:23 -0500)]
add 'lighter' and 'bolder' font weight classes (#26580)
* add 'lighter' and 'bolder' font weight classes
these are 2 special values for font weight, that will give their content a font-weight value of 100 more or less than their inherited font-weight.
probably doesn't fully fulfill this issue, https://github.com/twbs/bootstrap/issues/23969, but it's a start
* Update .stylelintrc
* add 'lighter' and 'bolder' variables per @mdo 's request.
Mark Otto [Tue, 24 Jul 2018 02:25:52 +0000 (19:25 -0700)]
Ship v4.1.3
Mark Otto [Tue, 24 Jul 2018 00:51:14 +0000 (17:51 -0700)]
dist
Johann-S [Mon, 23 Jul 2018 18:49:21 +0000 (20:49 +0200)]
fix(tests): visual plugins tests
Martijn Cuppens [Wed, 28 Feb 2018 18:37:13 +0000 (19:37 +0100)]
Allow background images for active buttons
Mark Otto [Sat, 21 Jul 2018 00:11:23 +0000 (19:11 -0500)]
Clarify to close #26329
Mohammad Younes [Wed, 11 Apr 2018 21:48:45 +0000 (00:48 +0300)]
fix `.modal-dialog-centered` on IE10/11
Joshua David [Fri, 22 Jun 2018 04:13:44 +0000 (14:13 +1000)]
Fix modal overflow style nesting (#26742)
Nest `.modal` styling directly under `.modal-open`
to avoid issues when bootstrap is nested.
Mark Otto [Fri, 20 Jul 2018 23:34:57 +0000 (18:34 -0500)]
Merge branch 'document-tooltip-flickering' of https://github.com/simPod/bootstrap into simPod-document-tooltip-flickering
Martijn Cuppens [Wed, 18 Jul 2018 15:37:32 +0000 (17:37 +0200)]
#26912: fix custom file input z-index
ysds [Fri, 20 Jul 2018 14:33:26 +0000 (23:33 +0900)]
Fix property order
ysds [Fri, 20 Jul 2018 14:26:23 +0000 (23:26 +0900)]
Remove `:not(:root)` from the workaround for SVG overflow bug
* `svg:not(:root)` specificity is very high (https://github.com/necolas/normalize.css/issues/718)
* Bootstrap do not support SVG documents (See #26878)
ysds [Fri, 20 Jul 2018 03:21:19 +0000 (12:21 +0900)]
Lower the specificity of vertical-align of SVG
Mark Otto [Mon, 16 Jul 2018 05:29:11 +0000 (22:29 -0700)]
Add Noto Color Emoji to font stack
Fixes #26227
Mark Otto [Mon, 16 Jul 2018 05:22:55 +0000 (22:22 -0700)]
Clarify custom select styles
Fixes #26281
Mark Otto [Fri, 20 Jul 2018 23:21:40 +0000 (18:21 -0500)]
Update validation tooltips to use tooltip vars (#26887)
Updates the properties and values for which we have existing variables to match our tooltips. Come 4.2, we'll create new tooltips for these.
Mark Otto [Mon, 16 Jul 2018 05:51:47 +0000 (22:51 -0700)]
Improve responsive table docs
- Splits the examples with code snippets
- Adds note about possible broken visuals
Closes #25813
Johann-S [Wed, 27 Jun 2018 09:33:07 +0000 (11:33 +0200)]
feat(plugins): allow to import separate plugins
XhmikosR [Mon, 16 Jul 2018 16:07:34 +0000 (19:07 +0300)]
Move the browserslist config to a separate file.
Mark Otto [Mon, 16 Jul 2018 05:46:37 +0000 (22:46 -0700)]
Merge branch 'v4-dev' of https://github.com/Varunram/bootstrap into Varunram-v4-dev
Mark Otto [Mon, 16 Jul 2018 05:27:36 +0000 (22:27 -0700)]
More wordsmithing
Mark Otto [Sun, 15 Jul 2018 21:16:35 +0000 (14:16 -0700)]
dist
Lefteris Psitopoulos [Thu, 15 Mar 2018 19:20:03 +0000 (21:20 +0200)]
#25842 Remove max-width from table class
Mark Otto [Sun, 15 Jul 2018 21:00:23 +0000 (14:00 -0700)]
Form control heights (#26820)
* Redo input height on .form-control
- Use the already present -height variables on .form-control
- Consolidate the select size and multiple overrides into the .form-control base class instead of sm/lg modifiers
- Remove the Sass extends from input groups since it picks up too many selectors
* Prevent height on textareas
ysds [Sun, 15 Jul 2018 04:31:20 +0000 (13:31 +0900)]
Fix custom range thumb style (#26385)
* Fix focus box shadow of custom ranges
* Put `:focus` selector right after `.custom-range`
* Remove unnecessary `outline: none`
* Fix box-shadow issues in IE/Edge
* Better align
* Fix thumb vertical positions in IE/Edge
* Fix incorrect formula of thumb vertical positions in Webkit
* Fix an incorrect comment
* Fix incorrect box-shadow-width
Andrew Luca [Sun, 15 Jul 2018 04:29:19 +0000 (07:29 +0300)]
Fix `custom-forms` heights and position (#25602)
Now `.custom-control` will have height equal to `$font-size-base`
Fix custom checkbox and radio top position (we can't subtract rem from unit)
`$line-height-base - $custom-control-indicator-size` is not valid
Because `$line-height-base` is a unitless variable and `$custom-control-indicator-size`
is a unit (rem) variable
Mark Otto [Sat, 14 Jul 2018 23:27:58 +0000 (16:27 -0700)]
fixes #26579
Mark Otto [Sat, 14 Jul 2018 22:14:29 +0000 (15:14 -0700)]
Update cursor on floating labels example (#26826)
Mark Otto [Sat, 14 Jul 2018 21:07:14 +0000 (14:07 -0700)]
Merge branch 'examples-cleanup' of https://github.com/MartijnCuppens/bootstrap into MartijnCuppens-examples-cleanup
Mark Otto [Sat, 14 Jul 2018 21:04:39 +0000 (14:04 -0700)]
Merge branch 'box-shadow_issue_26377' of https://github.com/parammittal16/bootstrap into parammittal16-box-shadow_issue_26377
Mark Otto [Fri, 13 Jul 2018 16:31:55 +0000 (09:31 -0700)]
Update issue templates
Mark Otto [Fri, 13 Jul 2018 16:30:58 +0000 (09:30 -0700)]
Update issue template
Mark Otto [Thu, 12 Jul 2018 15:47:40 +0000 (08:47 -0700)]
Update README.md
Mark Otto [Thu, 12 Jul 2018 07:04:51 +0000 (00:04 -0700)]
Ship v4.1.2
Simon Podlipsky [Thu, 12 Jul 2018 14:31:20 +0000 (17:31 +0300)]
Reword
XhmikosR [Thu, 12 Jul 2018 06:43:15 +0000 (09:43 +0300)]
Clean up npm scripts a bit more.
`docs-serve` was duplicated. Also, extend the existent `docs-serve` script for `docs-github-serve`.
XhmikosR [Thu, 12 Jul 2018 05:29:23 +0000 (08:29 +0300)]
Update scripts.
Mark Otto [Mon, 9 Jul 2018 02:23:40 +0000 (19:23 -0700)]
update card columns docs to make copy more accurate
closes #26586, closes #26587
Mark Otto [Sat, 7 Jul 2018 22:21:25 +0000 (15:21 -0700)]
clarify docs dev and add 4.0 link
Mark Otto [Tue, 3 Jul 2018 17:10:09 +0000 (10:10 -0700)]
change dist to only affect main since docs css isn't distributed
Mark Otto [Tue, 3 Jul 2018 08:12:38 +0000 (01:12 -0700)]
Move copy tasks back to css-main and js-compile so docs-github task runs properly
Mark Otto [Tue, 3 Jul 2018 07:43:57 +0000 (00:43 -0700)]
Update watch scripts to properly copy JS files
- Updates nodemon scripts to watch specific directories instead of ignoring several
- Split watch tasks for CSS and JS into main and docs
- Add docs-watch script to serve the docs instead of just build
- Add new start script so that instead of two tabs, one for docs-watch and one for watch, we just run npm start
Mark Otto [Wed, 27 Jun 2018 02:57:07 +0000 (19:57 -0700)]
fixes #26637
Christian Oliff [Fri, 20 Apr 2018 07:27:01 +0000 (16:27 +0900)]
Optimised Google Analytics Loading
Mark Otto [Mon, 25 Jun 2018 01:28:52 +0000 (18:28 -0700)]
new url
Josh Wand [Tue, 19 Jun 2018 19:06:20 +0000 (12:06 -0700)]
remove reference to breakpoint-specific gutter widths which are not implemented
see #22944 and #24620
Theodore Dubois [Mon, 14 May 2018 00:53:37 +0000 (17:53 -0700)]
Make navbar download the same as homepage download
Mark Otto [Sat, 23 Jun 2018 04:50:59 +0000 (21:50 -0700)]
remove jobs link
Mark Otto [Thu, 21 Jun 2018 04:31:38 +0000 (07:31 +0300)]
Reorganize docs for easier deploys
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
Mark Otto [Thu, 12 Jul 2018 04:42:55 +0000 (21:42 -0700)]
dist
Johann-S [Wed, 11 Jul 2018 08:40:06 +0000 (10:40 +0200)]
fix(modal): fix unit test and resetting style
Catalin Zalog [Thu, 1 Mar 2018 08:30:47 +0000 (10:30 +0200)]
fix(modal): removes .navbar-toggler margin
XhmikosR [Tue, 10 Jul 2018 20:26:30 +0000 (23:26 +0300)]
Update tooltips.md
Simon Podlipsky [Tue, 10 Jul 2018 11:54:45 +0000 (14:54 +0300)]
Document tooltip flickering in combination with some overflow settings
Andrew [Tue, 10 Jul 2018 00:59:22 +0000 (19:59 -0500)]
correct spelling errors (#26837)
XhmikosR [Mon, 9 Jul 2018 13:41:47 +0000 (16:41 +0300)]
Add missing role="button" in .navbar's .dropdown-toggle
Fixes #26830
parammittal16 [Sun, 8 Jul 2018 00:38:14 +0000 (06:08 +0530)]
Replace shadow with shadow-sm
XhmikosR [Fri, 6 Jul 2018 09:11:26 +0000 (12:11 +0300)]
Update devDependencies.
Only bundlesize is kept back for Node.js 10.x compatibility.
XhmikosR [Fri, 6 Jul 2018 09:06:18 +0000 (12:06 +0300)]
Update gems.
Martijn Cuppens [Thu, 5 Jul 2018 20:42:01 +0000 (22:42 +0200)]
Remove .border-bottom & .border-top classes from examples
Johann-S [Wed, 4 Jul 2018 07:26:13 +0000 (09:26 +0200)]
Merge pull request #26799 from Kirlovon/v4-dev
Fixed logo in README
Kirill Reunov [Tue, 3 Jul 2018 20:34:49 +0000 (23:34 +0300)]
Fixed logo in README
Christian Oliff [Tue, 3 Jul 2018 06:55:07 +0000 (15:55 +0900)]
OS X is now macOS (#26796)
* OS X is now macOS
* Update browser-bugs.yml
Patrick H. Lauke [Mon, 2 Jul 2018 18:52:28 +0000 (19:52 +0100)]
Fix incorrect visibility utility description regarding screen readers (#26786)
Martijn Cuppens [Wed, 27 Jun 2018 18:15:23 +0000 (20:15 +0200)]
Add js maps & tweak docs
Supergibbs [Fri, 29 Jun 2018 00:39:03 +0000 (17:39 -0700)]
Support nuget contentFiles, used for some project types
XhmikosR [Wed, 27 Jun 2018 06:33:53 +0000 (09:33 +0300)]
.browserslistrc: add `not dead`.
Johann-S [Mon, 30 Apr 2018 08:49:43 +0000 (10:49 +0200)]
fix(tooltip): get tip on placement change
XhmikosR [Sat, 23 Jun 2018 22:23:47 +0000 (01:23 +0300)]
Add broken-link-checker.
jakubhonisek [Mon, 25 Jun 2018 13:29:34 +0000 (15:29 +0200)]
feat(dropdown): add original click event
Mark Otto [Sun, 24 Jun 2018 20:13:42 +0000 (13:13 -0700)]
dist
Christian Oliff [Sun, 24 Jun 2018 20:11:39 +0000 (05:11 +0900)]
Fixes Edge and IE label overlapping issue (#25919)
The 'Floating labels' example is only supported on Chrome, Safari and Firefox. On Edge and IE the label is displayed always and any text input overlaps the label which makes it unreadable.
The fix here targets Edge and IE and makes the form behave normally, the labels are hidden and the placeholder color is standard.
Mark Otto [Sun, 24 Jun 2018 20:07:49 +0000 (13:07 -0700)]
Update box-shadows on .custom-select (#26754)
- Fixes #25656 where custom selects had the wrong focus shadow
- Fixes #26668 where custom selects had no inset shadow (also closes #26572 which had the wrong form classes on the first example anyway)
Martijn Cuppens [Sun, 24 Jun 2018 19:01:11 +0000 (21:01 +0200)]
Render inline svg like img (#25874)
XhmikosR [Thu, 21 Jun 2018 13:59:47 +0000 (16:59 +0300)]
Move `eslint-plugin-compat` to the extends array.
Mark Otto [Fri, 22 Jun 2018 05:55:23 +0000 (22:55 -0700)]
dist
Martijn Cuppens [Sat, 19 May 2018 15:31:24 +0000 (17:31 +0200)]
Remove disabled class from wrapper
`disabled` class is not needed for wrapper.
Martijn Cuppens [Thu, 21 Jun 2018 15:20:03 +0000 (17:20 +0200)]
Update folder structure (#26729)
XhmikosR [Thu, 21 Jun 2018 14:02:23 +0000 (17:02 +0300)]
Change karma tests to run sequential.
I was getting port in use errors.
XhmikosR [Wed, 20 Jun 2018 05:50:02 +0000 (08:50 +0300)]
Update all devDependencies apart from bundlesize and babel.
Newer bundlesize versions still don't work with node.js 10.x.
babel has some bugs that we need to be fixed.
XhmikosR [Sun, 3 Jun 2018 15:40:31 +0000 (18:40 +0300)]
Update gems.
XhmikosR [Sun, 3 Jun 2018 15:37:24 +0000 (18:37 +0300)]
Update package-lock.json with npm 6.3.1.
Martijn Cuppens [Thu, 21 Jun 2018 13:51:16 +0000 (15:51 +0200)]
Remove inkscape data from brand svgs (#26708)
Martijn Cuppens [Mon, 11 Jun 2018 14:03:00 +0000 (16:03 +0200)]
Fix node_modules path (#26653)
sts-ryan-holton [Mon, 11 Jun 2018 13:14:02 +0000 (14:14 +0100)]
Add additional wording to the Introduction section of Bootstrap docs about the bootstrap bundle js (#26688)
Christian Oliff [Tue, 5 Jun 2018 17:11:08 +0000 (02:11 +0900)]
HTTPS link (#26663)
saves a redirect
XhmikosR [Tue, 5 Jun 2018 12:21:40 +0000 (15:21 +0300)]
Fix markdown code inside HTML code. (#26662)
Patrick H. Lauke [Sun, 3 Jun 2018 17:25:17 +0000 (18:25 +0100)]
Limit .close hover/focus to non-disabled controls (#26654)
Johann-S [Fri, 1 Jun 2018 12:44:21 +0000 (14:44 +0200)]
refactor(plugins): query elements without jquery
Martijn Cuppens [Fri, 1 Jun 2018 15:00:36 +0000 (17:00 +0200)]
Stricter stylelint rules
XhmikosR [Fri, 25 May 2018 14:49:00 +0000 (17:49 +0300)]
sw.js: change to a relative link for the workbox files.
This was broken after the docs refactoring.
Johann-S [Tue, 1 May 2018 12:09:24 +0000 (14:09 +0200)]
chore(bundlesize): increase bootstrap.js max size
Johann-S [Mon, 30 Apr 2018 14:37:45 +0000 (16:37 +0200)]
refactor(plugins): improve how we query elements
XhmikosR [Sat, 26 May 2018 06:36:48 +0000 (09:36 +0300)]
Generate safari-pinned-tab.svg again.
Johann-S [Wed, 30 May 2018 07:50:13 +0000 (09:50 +0200)]
fix(scrollspy): xss in target option
Johann-S [Wed, 30 May 2018 07:46:50 +0000 (09:46 +0200)]
fix(collapse): xss in parent option
Johann-S [Wed, 30 May 2018 07:41:05 +0000 (09:41 +0200)]
fix(tooltip): xss in container option
marcosfreitas [Thu, 31 May 2018 16:36:50 +0000 (13:36 -0300)]
Changed Node.js download page (#26638)
Link to the more user-friendly Node download page (rather than just the raw directory view)
Andres Galante [Thu, 31 May 2018 07:02:14 +0000 (04:02 -0300)]
Fix inline labels with a custom select (#26615)
Add an sr-only class to the label on inline labels with a custom select