]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
XhmikosR [Tue, 27 Nov 2018 13:28:37 +0000 (15:28 +0200)]
Inline bootstrap-stack.svg.
It's pretty small compressed; a little less than 1 KB with gzip.
XhmikosR [Tue, 27 Nov 2018 07:44:45 +0000 (09:44 +0200)]
Use an SVG for the stack image.
Image by @mdo.
XhmikosR [Sat, 17 Nov 2018 11:31:49 +0000 (13:31 +0200)]
Move examples images in assets/img/examples/ folder.
XhmikosR [Thu, 15 Nov 2018 06:46:30 +0000 (08:46 +0200)]
Use srcset for examples too.
XhmikosR [Thu, 15 Nov 2018 06:22:10 +0000 (08:22 +0200)]
homepage: use srcset.
This should reduce the amount of bytes for non-2x displays.
Christian Oliff [Mon, 26 Nov 2018 13:28:33 +0000 (22:28 +0900)]
Update migration page to indicate the info can be used for 4.1.x as well as 4.0.x
XhmikosR [Mon, 26 Nov 2018 20:14:51 +0000 (22:14 +0200)]
Update package-lock.json.
Christian Oliff [Mon, 26 Nov 2018 14:57:33 +0000 (23:57 +0900)]
Change OS X to macOS in Sass comments (#27729)
It's been macOS for 3 years now and we use just 'macOS' elsewhere in the Bootstrap documentation.
https://en.wikipedia.org/wiki/MacOS
Johann-S [Sun, 25 Nov 2018 16:20:55 +0000 (17:20 +0100)]
Add test to make sure we enforce focus on modal (#27723)
XhmikosR [Sun, 25 Nov 2018 09:49:14 +0000 (11:49 +0200)]
ship.sh: add missing period.
ysds [Sun, 25 Nov 2018 11:05:31 +0000 (20:05 +0900)]
Grow button width to the parent button group (#27717)
XhmikosR [Sat, 24 Nov 2018 16:22:59 +0000 (18:22 +0200)]
Dist
XhmikosR [Sat, 24 Nov 2018 16:14:31 +0000 (18:14 +0200)]
Update devDependencies.
m5o [Sat, 24 Nov 2018 12:25:18 +0000 (13:25 +0100)]
prevent text selection for floating labels example (#27719)
* prevent text selection for floating labels
* expand the click target by no selecting the label text
* use `pointer-events: none;` instead of `user-select`
* thx @MartijnCuppens
Martijn Cuppens [Fri, 23 Nov 2018 13:21:02 +0000 (14:21 +0100)]
Add opacity transition
XhmikosR [Fri, 23 Nov 2018 13:00:03 +0000 (15:00 +0200)]
Revert "Replace anchor.js with jekyll-anchor-headings."
This reverts commit
b04f97f60be64549a37e0c71d676ab67e70891fa .
ysds [Fri, 23 Nov 2018 12:41:42 +0000 (21:41 +0900)]
Fix body scrolling issue when modal open (#27698)
Pixelastic [Thu, 22 Nov 2018 14:34:34 +0000 (15:34 +0100)]
Update DocSearch.js to latest version
The latest (2.6.2) docsearch.js version now displays results as standard `<a href>` links, allowing users to `ctrl`-click on them to trigger default browser behavior of opening in a new tab.
To maintain backward compatibility, this behavior has only been enabled to users that didn't define their own `handleSelected` method.
This PR updates your `docsearch()` code to take advantage of the new `<a href>` template, by removing your custom `handleSelected` and moving its behavior to the `transformData` call. Namely, what you wanted to avoid was jumping to the first `<h1>` of the pages, which would prevent users from seeing the header. This PR checks if the suggestion targets the `#content` anchor (meaning it goes to this first `<h1>`) and remove it.
Behavior should be the same, but at least now you can enjoy the `ctrl`-click :)
XhmikosR [Thu, 22 Nov 2018 09:09:35 +0000 (11:09 +0200)]
Update devDependencies.
ysds [Thu, 22 Nov 2018 08:29:33 +0000 (17:29 +0900)]
Fixed a fixed height issue of input-group size option (#27687)
Roy Klutman [Wed, 21 Nov 2018 22:24:13 +0000 (23:24 +0100)]
Add border-radius to dropdown items (#27703)
m5o [Wed, 21 Nov 2018 18:59:21 +0000 (19:59 +0100)]
Placeholders: use our gray colors (#27701)
Previously we were using the old holder.js colors.
Martijn Cuppens [Wed, 21 Nov 2018 18:51:47 +0000 (19:51 +0100)]
Sass precision documentation (#27705)
XhmikosR [Wed, 21 Nov 2018 13:24:38 +0000 (15:24 +0200)]
reboot: Fix mailto address (#27700)
XhmikosR [Wed, 21 Nov 2018 13:11:31 +0000 (15:11 +0200)]
docs: fix path to assets. (#27696)
Martijn Cuppens [Tue, 20 Nov 2018 19:53:10 +0000 (20:53 +0100)]
Use wrapping span instead of div (#27695)
XhmikosR [Fri, 16 Nov 2018 15:54:12 +0000 (17:54 +0200)]
docs-sidebar.html: remove commented out code.
Leftover from old times.
XhmikosR [Fri, 16 Nov 2018 15:52:02 +0000 (17:52 +0200)]
Reindent.
XhmikosR [Wed, 14 Nov 2018 13:59:15 +0000 (15:59 +0200)]
Remove holder.js.
XhmikosR [Wed, 14 Nov 2018 13:52:02 +0000 (15:52 +0200)]
Use the new include in examples too.
m5o [Wed, 14 Nov 2018 13:10:23 +0000 (15:10 +0200)]
Fix placeholder image replacement.
XhmikosR [Mon, 12 Nov 2018 20:54:33 +0000 (22:54 +0200)]
Tweak placeholder.svg.
* always include the title
* make it possible to skip adding the title by passing `title=' '`
* remove viewBox since we don't need it
Martijn Cuppens [Thu, 8 Nov 2018 17:33:02 +0000 (19:33 +0200)]
Replace holder.js with SVGs.
XhmikosR [Tue, 13 Nov 2018 14:10:43 +0000 (16:10 +0200)]
Replace anchor.js with jekyll-anchor-headings.
This allows us to generate the anchor links on build time.
https://github.com/allejo/jekyll-anchor-headings
XhmikosR [Tue, 20 Nov 2018 09:36:37 +0000 (11:36 +0200)]
Remove `sudo` from Travis config. (#27693)
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
Tieson Trowbridge [Mon, 11 Jun 2018 20:06:53 +0000 (23:06 +0300)]
Allows both OL and UL lists for tab buttons
ysds [Tue, 20 Nov 2018 07:08:34 +0000 (16:08 +0900)]
Add documentation about .text-decoration-none (#27686)
ysds [Mon, 19 Nov 2018 17:44:08 +0000 (02:44 +0900)]
Add documentation about viewport sizing utilities (#27688)
ysds [Sun, 18 Nov 2018 08:15:49 +0000 (17:15 +0900)]
Add documentation about .font-weight-bolder/lighter (#27678)
Martijn Cuppens [Sun, 18 Nov 2018 08:09:41 +0000 (09:09 +0100)]
Prevent text decoration skip inc and reorder comments (#27673)
Martijn Cuppens [Sat, 17 Nov 2018 19:36:11 +0000 (20:36 +0100)]
Spinners cleanup
ysds [Sat, 17 Nov 2018 12:10:38 +0000 (21:10 +0900)]
Support custom-select sizing in input-group (#27677)
Christian Oliff [Sat, 17 Nov 2018 12:01:16 +0000 (21:01 +0900)]
Enforce lowercase class name in .stylelintrc (#27668)
Martijn Cuppens [Sat, 17 Nov 2018 09:16:16 +0000 (10:16 +0100)]
Inherit card header color (#27681)
XhmikosR [Fri, 16 Nov 2018 06:50:04 +0000 (08:50 +0200)]
Update devDependencies and gems.
Iurii Kucherov [Fri, 16 Nov 2018 06:44:52 +0000 (08:44 +0200)]
Update autoprefixer link to `.browserslistrc` file (#27675)
XhmikosR [Thu, 15 Nov 2018 06:24:34 +0000 (08:24 +0200)]
Use fancy apostrophe in HTML files.
For Markdown files, this isn't needed because the Markdown converter takes care of this.
Johann-S [Wed, 14 Nov 2018 09:16:56 +0000 (10:16 +0100)]
some cleaning and changes for readability
Martijn Cuppens [Tue, 13 Nov 2018 20:11:59 +0000 (21:11 +0100)]
Keep input group & form label font size in sync with form control font size (#27663)
XhmikosR [Tue, 13 Nov 2018 06:41:12 +0000 (08:41 +0200)]
Dist
Mark Otto [Wed, 19 Sep 2018 05:01:16 +0000 (08:01 +0300)]
Clean up some docs for toasts
- Add headings to examples section
- Clarify styles and customization options in examples
- Add dismiss buttons to all toasts
- Missing period added for consistency
- Update roles, tweak text
Mark Otto [Wed, 19 Sep 2018 05:00:22 +0000 (22:00 -0700)]
Nest the `.toast.show` and use `display: block;` as inherit causes broken styles
Laussel LOïc [Wed, 5 Sep 2018 20:13:50 +0000 (23:13 +0300)]
Update toast documentation following pull #27155
Also remove close button everywhere just let it when autohide is set to false
Johann-S [Tue, 18 Sep 2018 12:37:40 +0000 (14:37 +0200)]
Remove the show delay for our toast plugin
Laussel Loïc [Fri, 31 Aug 2018 07:18:28 +0000 (09:18 +0200)]
Implement `data-dismiss="toast"` to allow user to interact itself with the component (#27155)
Johann-S [Thu, 23 Aug 2018 19:06:35 +0000 (21:06 +0200)]
Fix toast documentation page.
Johann-S [Thu, 23 Aug 2018 16:31:25 +0000 (19:31 +0300)]
Create toast JS plugin, add unit tests.
Mark Otto [Mon, 3 Jul 2017 23:09:28 +0000 (16:09 -0700)]
Add new toasts component
Martijn Cuppens [Tue, 13 Nov 2018 06:30:17 +0000 (07:30 +0100)]
Customize browse text of the custom file input with HTML (#27651)
XhmikosR [Sun, 11 Nov 2018 13:47:23 +0000 (15:47 +0200)]
Spinners: show all color variants.
XhmikosR [Sun, 11 Nov 2018 09:19:27 +0000 (11:19 +0200)]
Bump bootstrap.min.css bundle size.
XhmikosR [Fri, 14 Sep 2018 05:52:25 +0000 (08:52 +0300)]
spinners: use the animation shorthand property.
Mark Otto [Sun, 2 Jul 2017 01:51:53 +0000 (04:51 +0300)]
Add Bootstrap's very first spinners omfg it's actually happening
XhmikosR [Mon, 12 Nov 2018 19:23:53 +0000 (21:23 +0200)]
Jekyll: Add wdm gem for Windows. (#27658)
Christian Oliff [Mon, 12 Nov 2018 16:46:21 +0000 (01:46 +0900)]
Update clipboard.js to v2.0.3 (#27657)
XhmikosR [Sun, 11 Nov 2018 12:45:48 +0000 (14:45 +0200)]
Replace `data-src` with `src="..."` in docs. (#27649)
Patrick H. Lauke [Sun, 11 Nov 2018 09:12:29 +0000 (09:12 +0000)]
Minor/Docs: tweak accordion example heading level (#27620)
Martijn Cuppens [Sun, 11 Nov 2018 09:04:04 +0000 (10:04 +0100)]
Allow to add more embed responsive ratios (#25894)
XhmikosR [Fri, 9 Nov 2018 13:23:23 +0000 (15:23 +0200)]
Redirect `/extend/` to `/extend/approach/`.
Martijn Cuppens [Sun, 11 Nov 2018 08:52:06 +0000 (09:52 +0100)]
Remove custom properties from examples so that they work in IE (#27634)
jvitela [Fri, 6 Jul 2018 08:09:22 +0000 (11:09 +0300)]
Fix modal positioning on Android.
When the address bar is hidden, sometimes the visual position of the controls is out of sync with its logical position.
XhmikosR [Mon, 5 Nov 2018 21:16:25 +0000 (23:16 +0200)]
Dashboard example: update 3rd-party libs and use the same CDN.
XhmikosR [Mon, 5 Nov 2018 11:24:55 +0000 (13:24 +0200)]
Add an examples layout.
Reduces duplication and makes maintenance easier.
XhmikosR [Mon, 5 Nov 2018 11:23:37 +0000 (13:23 +0200)]
Move analytics to an include file.
XhmikosR [Mon, 5 Nov 2018 09:31:40 +0000 (11:31 +0200)]
Move stylesheets to an include.
Johann-S [Thu, 8 Nov 2018 15:22:45 +0000 (16:22 +0100)]
use bsCustomFileInput in our docs (#27631)
sts-ryan-holton [Wed, 7 Nov 2018 20:54:40 +0000 (20:54 +0000)]
Wrap checkboxes in `.form-group` (#27624)
ysds [Tue, 6 Nov 2018 08:47:59 +0000 (17:47 +0900)]
Docs: Improve accessibility of disabled link example (#27614)
Add `tabindex="-1"` and `aria-disabled="true"` to disabled link
Johann-S [Mon, 5 Nov 2018 20:04:23 +0000 (21:04 +0100)]
display chrome version on travis
XhmikosR [Mon, 5 Nov 2018 19:51:15 +0000 (21:51 +0200)]
Travis: Add back chrome addon (#27610)
XhmikosR [Mon, 5 Nov 2018 16:56:07 +0000 (18:56 +0200)]
Travis: exit pipeline if test fails.
Martijn Cuppens [Mon, 5 Nov 2018 19:08:13 +0000 (20:08 +0100)]
Increase readability card columns docs (#27609)
sts-ryan-holton [Mon, 5 Nov 2018 17:19:00 +0000 (17:19 +0000)]
Add new `.rounded-pill` utility (#27339)
XhmikosR [Sun, 21 Oct 2018 09:32:07 +0000 (12:32 +0300)]
Reorganize npm scripts.
Martijn Cuppens [Mon, 5 Nov 2018 16:56:41 +0000 (17:56 +0100)]
Prevent white line in Firefox (regression) (#27594)
XhmikosR [Mon, 5 Nov 2018 16:42:05 +0000 (18:42 +0200)]
Remove htmllint. (#27603)
We use the official HTML validator for HTML validation, and we don't really use any of the htmllint features.
LittleHuba [Mon, 5 Nov 2018 06:22:40 +0000 (07:22 +0100)]
Add Noto Sans to the font stack (#27596)
Fixes #27595
okazou [Mon, 5 Nov 2018 06:15:04 +0000 (15:15 +0900)]
Add japanese to translations (#27599)
Arvind S [Sun, 4 Nov 2018 20:17:14 +0000 (01:47 +0530)]
Made the disabled state for nav more obvious. (#27382)
ysds [Mon, 23 Oct 2017 03:50:26 +0000 (12:50 +0900)]
Ligthen/Darken Button focus shadow color
XhmikosR [Sun, 4 Nov 2018 18:49:31 +0000 (20:49 +0200)]
Update README.md (#27588)
* remove jobs link
* specify a link in the BrowserStack image
XhmikosR [Sun, 4 Nov 2018 07:24:05 +0000 (09:24 +0200)]
Update devDependencies and gems.
Martijn Cuppens [Sun, 4 Nov 2018 13:38:56 +0000 (14:38 +0100)]
Use a badge for .text-wrap example
XhmikosR [Sun, 4 Nov 2018 11:33:57 +0000 (13:33 +0200)]
Add `text-wrap` example.
Andrew [Wed, 31 Oct 2018 14:33:31 +0000 (16:33 +0200)]
Add `.text-wrap` class.
this is the opposite of `.text-nowrap`, and a forces elements to wrap onto new lines.
One use case for this is extra long button text. Bootstrap buttons by default do no wrap, so this class could be used to override that behavior.
XhmikosR [Sun, 4 Nov 2018 10:15:19 +0000 (12:15 +0200)]
Travis: stop using a separate stage for Browser tests.
This should be faster.
XhmikosR [Sun, 4 Nov 2018 07:59:31 +0000 (09:59 +0200)]
broken-link-checker: force follow links.
After
3256a2c , blc honored robots.txt thus it didn't crawl anything.
Ignore robots.txt to work around the issue.
patrickhlauke [Fri, 2 Nov 2018 23:51:17 +0000 (23:51 +0000)]
Replace touch-action: none with pan-y, remove preventDefault from touch event handling
XhmikosR [Sun, 4 Nov 2018 10:05:09 +0000 (12:05 +0200)]
scss/_custom-forms.scss: fix typo in comment.
ysds [Sun, 4 Nov 2018 06:50:21 +0000 (15:50 +0900)]
Button group refactoring and fixes (#25395)