]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Steve Moser [Tue, 19 Feb 2019 10:05:54 +0000 (05:05 -0500)]
Remove `--save` option from `npm i` as it isn't required anymore (#28302)
As of npm 5.0.0, installed modules are added as a dependency by default, so the --save option is no longer needed. The other save options still exist and are listed in the documentation for npm install.
XhmikosR [Tue, 19 Feb 2019 09:36:34 +0000 (11:36 +0200)]
Replace broken-link-checker with linkinator. (#28291)
Much lighter, more modern and cleaner codebase.
Patrick H. Lauke [Tue, 19 Feb 2019 09:25:37 +0000 (09:25 +0000)]
Remove incorrect aria-haspopup from dropdown toggles (#28299)
`aria-haspopup` use requires the use of an ARIA `menu`, `listbox`, `tree`, `grid` or `dialog` (see https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup)
in our use (as generic disclosure widgets), it's incorrect and sets up the wrong assumption/behavior from assistive technologies.
in future, we likely want to change our dropdowns to essentially be like a `dialog` - move focus to it when opened, possibly make it modal so focus is maintained inside it and the rest of the page
is hidden/inert.
but for now, removing the incorrect attribute is probably the quickest, most immediate fix.
Patrick H. Lauke [Tue, 19 Feb 2019 09:13:00 +0000 (09:13 +0000)]
Update link to CONTRIBUTING.md in README.md (#28297)
since the former is not contained in the `.github` subdirectory
XhmikosR [Mon, 18 Feb 2019 08:50:09 +0000 (10:50 +0200)]
Update devDependencies. (#28292)
XhmikosR [Sun, 17 Feb 2019 08:26:47 +0000 (10:26 +0200)]
Update CONTRIBUTING.md for the current state of things. (#28283)
Martijn Cuppens [Fri, 15 Feb 2019 13:50:58 +0000 (14:50 +0100)]
Deprecate form-control-focus mixin (#28262)
XhmikosR [Fri, 15 Feb 2019 13:38:24 +0000 (15:38 +0200)]
Update devDependencies. (#28271)
XhmikosR [Fri, 15 Feb 2019 12:34:05 +0000 (14:34 +0200)]
README.md: use shields.io for the OC badges. (#28280)
XhmikosR [Fri, 15 Feb 2019 10:09:20 +0000 (12:09 +0200)]
Replace 4.3.0 with 4.3.1 in nuget files. (#28273)
XhmikosR [Fri, 15 Feb 2019 09:58:41 +0000 (11:58 +0200)]
Replace `v4-dev` with `master` after the branch change. (#28272)
XhmikosR [Wed, 13 Feb 2019 17:12:01 +0000 (19:12 +0200)]
Update docs and meta for 3.4.1. (#28255)
XhmikosR [Wed, 13 Feb 2019 16:01:40 +0000 (18:01 +0200)]
Release v4.3.1. (#28252)
XhmikosR [Wed, 13 Feb 2019 13:21:04 +0000 (15:21 +0200)]
Remove unneeded glob. (#28249)
Typo from
10b97f6 .
XhmikosR [Tue, 12 Feb 2019 14:10:05 +0000 (16:10 +0200)]
Fix npm package contents
Johann-S [Mon, 11 Feb 2019 14:59:39 +0000 (16:59 +0200)]
Add sanitize template option for tooltip/popover plugins.
Martijn Cuppens [Tue, 12 Feb 2019 21:49:12 +0000 (22:49 +0100)]
Update RFS to v8.0.1 (#28245)
Remove warning if RFS is included more than once.
Martijn Cuppens [Tue, 12 Feb 2019 07:38:42 +0000 (08:38 +0100)]
Update font size (#28232)
Mark Otto [Mon, 11 Feb 2019 19:15:34 +0000 (11:15 -0800)]
Release v4.3.0 (#28228)
* Prep for v4.3.0
* More updates for v4.3.0.
* rerun to build docs source map
XhmikosR [Mon, 11 Feb 2019 09:34:02 +0000 (11:34 +0200)]
docs snippets: a few more minor tweaks (#28225)
* Remove extra comma.
* Use curly braces in snippet.
XhmikosR [Sun, 10 Feb 2019 21:19:43 +0000 (23:19 +0200)]
toasts.md: Remove useless `div`s.
Instead pass the class to the example include.
XhmikosR [Sun, 10 Feb 2019 20:57:28 +0000 (22:57 +0200)]
Remove stray parameter from capture.
XhmikosR [Sun, 10 Feb 2019 20:25:51 +0000 (22:25 +0200)]
Cosmetic changes in snippets.
XhmikosR [Sun, 10 Feb 2019 20:13:13 +0000 (22:13 +0200)]
docs: remove `-ms-overflow-style: -ms-autohiding-scrollbar` (#28220)
Similar to #28153
XhmikosR [Sun, 10 Feb 2019 20:05:16 +0000 (22:05 +0200)]
migration.md: use https. (#28221)
Martijn Cuppens [Sat, 9 Feb 2019 12:21:41 +0000 (13:21 +0100)]
Prevent text selection in placeholder images (#28218)
XhmikosR [Sat, 9 Feb 2019 11:20:02 +0000 (13:20 +0200)]
Revert "Silence mkdir. (#28184)" (#28209)
This reverts commit
6ea000d2bccee5ffabc4429a6fbc7cecf5152007 .
Unfortunately, it doesn't seem to work.
XhmikosR [Sat, 9 Feb 2019 11:10:29 +0000 (13:10 +0200)]
placeholder.svg: Partially revert the changes from
c0e42cb . (#28216)
It broke the example include.
XhmikosR [Fri, 8 Feb 2019 08:53:56 +0000 (10:53 +0200)]
Reword footer text.
XhmikosR [Fri, 8 Feb 2019 08:50:31 +0000 (10:50 +0200)]
Use the `site.repo` variable.
XhmikosR [Thu, 7 Feb 2019 10:21:19 +0000 (12:21 +0200)]
Change footer link to point to the docs team page
XhmikosR [Fri, 8 Feb 2019 16:08:40 +0000 (18:08 +0200)]
Offcanvas example: transition the transform (#28203)
This is more efficient than transitioning the `left` property.
XhmikosR [Fri, 8 Feb 2019 07:39:03 +0000 (09:39 +0200)]
Update devDependencies. (#28175)
Shohei Yoshida [Thu, 7 Feb 2019 23:49:13 +0000 (08:49 +0900)]
Fix scrollable modal snippet
Martijn Cuppens [Thu, 7 Feb 2019 22:32:05 +0000 (23:32 +0100)]
Responsive font size implementation (#23816)
Shohei Yoshida [Thu, 7 Feb 2019 17:52:23 +0000 (02:52 +0900)]
Remove `-ms-autohiding-scrollbar` to prevent overlapping the table content (#28153)
Martijn Cuppens [Thu, 7 Feb 2019 17:47:24 +0000 (18:47 +0100)]
Optional btn & input font sizes (#28068)
Martijn Cuppens [Thu, 7 Feb 2019 17:33:57 +0000 (18:33 +0100)]
Deprecate `img-retina()` mixin (#28072)
Martijn Cuppens [Thu, 7 Feb 2019 17:19:00 +0000 (18:19 +0100)]
Deprecate `invisible()` mixin (#28066)
XhmikosR [Thu, 7 Feb 2019 13:01:25 +0000 (15:01 +0200)]
Optimize and normalize SVGs. (#28200)
Mostly be consistent with the attributes' order and improve compression when possible.
XhmikosR [Thu, 7 Feb 2019 09:48:12 +0000 (11:48 +0200)]
Make ToC's entries' color darker.
The previous was too light.
XhmikosR [Thu, 7 Feb 2019 09:44:14 +0000 (11:44 +0200)]
Remove unused selector.
XhmikosR [Thu, 7 Feb 2019 09:34:11 +0000 (11:34 +0200)]
approach.md: Remove stray comma.
XhmikosR [Thu, 7 Feb 2019 09:29:06 +0000 (11:29 +0200)]
Rename `Screenreaders` to "Screen readers".
No redirect is added because the next version will be a minor version bump.
XhmikosR [Thu, 7 Feb 2019 09:27:07 +0000 (11:27 +0200)]
Remove ToC from pages when we don't have (m)any headers.
Zachary Welch [Thu, 7 Feb 2019 09:19:38 +0000 (04:19 -0500)]
Add map-name param to _assert-starts-at-zero (#24986)
* Add map-name param to _assert-starts-at-zero
* Set default value for backwards compatibility
João Lucas [Thu, 7 Feb 2019 08:02:05 +0000 (00:02 -0800)]
Create `border-top-left-radius` and `border-bottom-right-radius` mixins (#28100)
* Create border-top-left-radius mixin
* Create border-bottom-right-radius mixin
Martijn Cuppens [Thu, 7 Feb 2019 07:21:47 +0000 (08:21 +0100)]
Deprecate size mixin (#28067)
Martijn Cuppens [Wed, 6 Feb 2019 21:44:44 +0000 (22:44 +0100)]
Fix `.nav-justified` example (#28193)
Bardi Harborow [Wed, 6 Feb 2019 21:33:03 +0000 (21:33 +0000)]
Add text-decoration to .btn-link. (#28169)
Patrick H. Lauke [Wed, 6 Feb 2019 15:12:11 +0000 (15:12 +0000)]
Remove outdated reference to not-allowed cursor (#28188)
as this styling was removed back in https://github.com/twbs/bootstrap/commit/
7056f702408a97f01cb32bc6075d88ec27cdcf52
Johann-S [Wed, 6 Feb 2019 13:35:59 +0000 (14:35 +0100)]
fix modal test to be sure we call getTransitionDurationFromElement
Johann-S [Wed, 6 Feb 2019 13:19:04 +0000 (14:19 +0100)]
allow to override default toast options (#28186)
Martijn Cuppens [Wed, 6 Feb 2019 10:38:13 +0000 (11:38 +0100)]
Fix text break in Firefox (#28063)
XhmikosR [Wed, 6 Feb 2019 10:22:49 +0000 (12:22 +0200)]
Silence mkdir. (#28184)
This can fail if run in parallel.
Johann-S [Wed, 6 Feb 2019 10:12:02 +0000 (11:12 +0100)]
fix tabs, apply show class only when fade class is present (#28183)
XhmikosR [Wed, 6 Feb 2019 09:13:55 +0000 (11:13 +0200)]
carousel.md: Highlight the whole example for consistency.
XhmikosR [Wed, 6 Feb 2019 09:12:56 +0000 (11:12 +0200)]
docs license header: split sentence in period.
XhmikosR [Wed, 6 Feb 2019 09:11:54 +0000 (11:11 +0200)]
Add missing trailing slash.
Jason Golieb [Tue, 5 Feb 2019 08:31:18 +0000 (03:31 -0500)]
Move dropdown offset function logic into private function. (#28138)
XhmikosR [Wed, 30 Jan 2019 15:55:57 +0000 (17:55 +0200)]
Adjust bundlesize limits.
Jason Golieb [Tue, 29 Jan 2019 19:56:38 +0000 (14:56 -0500)]
Move offset function logic to a private function.
Jason Golieb [Mon, 28 Jan 2019 20:55:21 +0000 (22:55 +0200)]
Add support for tooltip offset option to be a function.
XhmikosR [Mon, 4 Feb 2019 21:42:23 +0000 (23:42 +0200)]
examples: remove JS from blog and sticky footer. (#28173)
They don't use it.
Martijn Cuppens [Sun, 3 Feb 2019 21:07:16 +0000 (22:07 +0100)]
Fix dropdown radius if `$dropdown-padding-y` is not 0 (#28127)
Ryan Worth [Sun, 3 Feb 2019 20:58:54 +0000 (06:58 +1000)]
Fix negative margin example (#28140)
Negative margin example wasn't displaying correctly due to border and background styling being applied directly to the `.col` element. Made a child element and applied the styling to it
Martijn Cuppens [Sun, 3 Feb 2019 15:52:36 +0000 (16:52 +0100)]
Change logo size (#28163)
XhmikosR [Wed, 30 Jan 2019 19:52:42 +0000 (21:52 +0200)]
components: redirect to the alerts page (#28147)
XhmikosR [Mon, 28 Jan 2019 21:17:14 +0000 (23:17 +0200)]
image-replacement.md: use three dots.
XhmikosR [Mon, 28 Jan 2019 19:38:12 +0000 (21:38 +0200)]
Add missing trailing slash.
XhmikosR [Mon, 28 Jan 2019 09:16:37 +0000 (11:16 +0200)]
generate-sri.js: move object.
XhmikosR [Mon, 28 Jan 2019 09:04:17 +0000 (11:04 +0200)]
analytics.html: use double quotes in src attribute.
XhmikosR [Sun, 27 Jan 2019 08:57:21 +0000 (10:57 +0200)]
build-tools.md: `npm` is written lowercase.
XhmikosR [Sun, 27 Jan 2019 08:55:49 +0000 (10:55 +0200)]
migration.md: remove stray `/`.
Shohei Yoshida [Fri, 25 Jan 2019 20:09:21 +0000 (05:09 +0900)]
Fix custom select caret issue on IE (#28112)
Shohei Yoshida [Fri, 25 Jan 2019 19:44:52 +0000 (04:44 +0900)]
Fix validated custom select bg color (#28119)
Martijn Cuppens [Thu, 24 Jan 2019 20:51:36 +0000 (21:51 +0100)]
Deprecate float mixins (#28104)
Martijn Cuppens [Thu, 24 Jan 2019 20:42:42 +0000 (21:42 +0100)]
Add `!important` to `.text-monospace` utility class (#28064)
XhmikosR [Thu, 24 Jan 2019 19:25:49 +0000 (21:25 +0200)]
Update devDependencies and gems. (#28094)
Martijn Cuppens [Wed, 23 Jan 2019 03:59:15 +0000 (04:59 +0100)]
Add default value for `$ignore-warning` (#28103)
Martijn Cuppens [Tue, 22 Jan 2019 19:55:23 +0000 (20:55 +0100)]
Add `deprecate()` mixin (#28092)
XhmikosR [Mon, 21 Jan 2019 12:59:51 +0000 (14:59 +0200)]
Add canonical URL. (#28093)
XhmikosR [Mon, 21 Jan 2019 12:49:55 +0000 (14:49 +0200)]
Fix approach redirect. (#28095)
Martijn Cuppens [Sun, 20 Jan 2019 21:38:29 +0000 (22:38 +0100)]
Make component colors configurable (#28035)
Shohei Yoshida [Sun, 20 Jan 2019 21:28:16 +0000 (06:28 +0900)]
Scrollable modal (#27769)
Martijn Cuppens [Sun, 20 Jan 2019 21:23:05 +0000 (22:23 +0100)]
Add ref to reason why `min-width: 0;` is added (#28061)
Johann-S [Thu, 17 Jan 2019 10:06:43 +0000 (11:06 +0100)]
use absolute path to output lcov file for coveralls (#28075)
XhmikosR [Tue, 15 Jan 2019 16:01:40 +0000 (18:01 +0200)]
tests: use jQuery from node_modules. (#28059)
XhmikosR [Tue, 15 Jan 2019 15:30:21 +0000 (17:30 +0200)]
Fix `js-main` script. (#28057)
Martijn Cuppens [Tue, 15 Jan 2019 00:51:11 +0000 (01:51 +0100)]
Make progress animation respect `$enable-transitions` and `prefers-reduced-motion` media query
Make progress animation respect `$enable-transitions` and `prefers-reduced-motion` media query
Laussel Loïc [Mon, 14 Jan 2019 23:29:51 +0000 (00:29 +0100)]
Examples: add tabindex="-1" and aria-disabled="true" on disabled links
XhmikosR [Mon, 14 Jan 2019 19:08:24 +0000 (21:08 +0200)]
Clean up .gitignore. (#28050)
Johann-S [Mon, 14 Jan 2019 16:53:54 +0000 (17:53 +0100)]
Fix Carousel's touch option to not add touch listeners when set to false (#28046)
Martijn Cuppens [Mon, 14 Jan 2019 00:35:00 +0000 (01:35 +0100)]
Remove map-merge (#28033)
Martijn Cuppens [Mon, 14 Jan 2019 00:29:37 +0000 (01:29 +0100)]
Cleanup popover arrows (#28008)
Martijn Cuppens [Mon, 7 Jan 2019 19:07:19 +0000 (20:07 +0100)]
Sync dropdown font size to base font size
Martijn Cuppens [Mon, 7 Jan 2019 15:11:26 +0000 (16:11 +0100)]
Sync dropdown font size with btn font size
Martijn Cuppens [Sun, 13 Jan 2019 19:02:42 +0000 (20:02 +0100)]
Remove background from nested tables
Martijn Cuppens [Sun, 13 Jan 2019 19:23:55 +0000 (20:23 +0100)]
Add some margin below the buttons
Martijn Cuppens [Sun, 13 Jan 2019 21:08:06 +0000 (22:08 +0100)]
Fix background size y