]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
6 years agofix(data): do not use data object in our unit tests
Johann-S [Thu, 7 Jun 2018 19:43:04 +0000 (21:43 +0200)] 
fix(data): do not use data object in our unit tests

6 years agoremove old references to jquery and some fixes
Johann-S [Sun, 11 Mar 2018 15:18:56 +0000 (16:18 +0100)] 
remove old references to jquery and some fixes

6 years agorewritten scrollspy without jquery
Alessandro Chitolina [Mon, 25 Sep 2017 07:09:01 +0000 (09:09 +0200)] 
rewritten scrollspy without jquery

6 years agoupgrade to v4 stable
Johann-S [Mon, 5 Mar 2018 14:40:23 +0000 (15:40 +0100)] 
upgrade to v4 stable

6 years agorewritten tab without jquery
Alessandro Chitolina [Tue, 26 Sep 2017 08:04:31 +0000 (10:04 +0200)] 
rewritten tab without jquery

6 years agoDropdown without jQuery
Johann-S [Tue, 26 Sep 2017 07:09:40 +0000 (09:09 +0200)] 
Dropdown without jQuery

6 years agofix chores karma
Johann-S [Fri, 24 Nov 2017 09:23:31 +0000 (10:23 +0100)] 
fix chores karma

6 years agoFix new unit test in popover
Johann-S [Fri, 24 Nov 2017 09:11:34 +0000 (10:11 +0100)] 
Fix new unit test in popover

6 years agoallow register the same handler for different delegated selectors in eventHandler
Alessandro Chitolina [Fri, 20 Oct 2017 23:38:59 +0000 (01:38 +0200)] 
allow register the same handler for different delegated selectors in eventHandler

6 years agoReturn a new function with Util.noop
Johann-S [Wed, 1 Nov 2017 11:28:03 +0000 (12:28 +0100)] 
Return a new function with Util.noop

6 years agofix one forgets of using jQuery in Carousel and Tooltip
Johann-S [Fri, 20 Oct 2017 19:11:16 +0000 (21:11 +0200)] 
fix one forgets of using jQuery in Carousel and Tooltip

6 years agofix weird case with jQuery
Johann-S [Mon, 2 Oct 2017 12:14:07 +0000 (14:14 +0200)] 
fix weird case with jQuery

6 years agotooltip without jquery
Alessandro Chitolina [Thu, 21 Sep 2017 16:04:47 +0000 (18:04 +0200)] 
tooltip without jquery

6 years agoWrap our objects into IIFE
Johann-S [Wed, 20 Sep 2017 12:19:10 +0000 (14:19 +0200)] 
Wrap our objects into IIFE

6 years agofix unit test modal
Johann-S [Wed, 20 Sep 2017 11:32:16 +0000 (13:32 +0200)] 
fix unit test modal

6 years agoRewrite Collapse without jQuery
Johann-S [Fri, 15 Sep 2017 11:13:14 +0000 (13:13 +0200)] 
Rewrite Collapse without jQuery

6 years agoWorkaround for M$ Edge resetting defaultPrevented flag upon dispatchEvent
Alessandro Chitolina [Tue, 19 Sep 2017 20:58:06 +0000 (22:58 +0200)] 
Workaround for M$ Edge resetting defaultPrevented flag upon dispatchEvent

6 years agoRewritten modal without jquery (#23955)
Alessandro Chitolina [Fri, 15 Sep 2017 14:07:24 +0000 (16:07 +0200)] 
Rewritten modal without jquery (#23955)

* Trigger jquery events if available in event handler

* Rewritten modal without jquery

6 years agoAdd Manipulator object to add shortcuts for dom manipulations
Johann-S [Tue, 5 Sep 2017 12:35:52 +0000 (14:35 +0200)] 
Add Manipulator object to add shortcuts for dom manipulations

6 years agoRewrite carousel without jquery
Johann-S [Thu, 24 Aug 2017 20:22:02 +0000 (22:22 +0200)] 
Rewrite carousel without jquery

6 years agoAdd polyfill for focusin and focusout
Johann-S [Sun, 3 Sep 2017 15:11:41 +0000 (17:11 +0200)] 
Add polyfill for focusin and focusout

6 years agobutton without jquery
XhmikosR [Mon, 21 Aug 2017 11:49:41 +0000 (14:49 +0300)] 
button without jquery

6 years agoFix delegation events
Johann-S [Fri, 1 Sep 2017 09:17:49 +0000 (11:17 +0200)] 
Fix delegation events

6 years agoCheck jQuery version only if jQuery is available
Johann-S [Fri, 1 Sep 2017 06:42:28 +0000 (08:42 +0200)] 
Check jQuery version only if jQuery is available

6 years agoSecond element of find and findOne should be optional, not the first one
Johann-S [Sat, 26 Aug 2017 22:57:27 +0000 (00:57 +0200)] 
Second element of find and findOne should be optional, not the first one

6 years agoFix our data storage
Johann-S [Sat, 26 Aug 2017 22:00:50 +0000 (00:00 +0200)] 
Fix our data storage

6 years agoAdd findOne to our SelectorEngine
Johann-S [Sat, 26 Aug 2017 10:44:26 +0000 (12:44 +0200)] 
Add findOne to our SelectorEngine

6 years agoFix detection of nativeEvents + trigger events with arguments
Johann-S [Sat, 26 Aug 2017 10:34:24 +0000 (12:34 +0200)] 
Fix detection of nativeEvents + trigger events with arguments

6 years agoExtend `SelectorEngine.find()` to include an `element` first arg.
XhmikosR [Wed, 23 Aug 2017 14:43:04 +0000 (17:43 +0300)] 
Extend `SelectorEngine.find()` to include an `element` first arg.

If not supplied, it'll just use `document`.

6 years agofix declaration of alert jquery plugin only if jquery is available
Johann-S [Thu, 24 Aug 2017 18:50:27 +0000 (20:50 +0200)] 
fix declaration of alert jquery plugin only if jquery is available

6 years agoDisable ESlint on no-return-assign and temporary for arrow-body-style
Johann-S [Wed, 23 Aug 2017 14:28:01 +0000 (16:28 +0200)] 
Disable ESlint on no-return-assign and temporary for arrow-body-style

6 years agoRemove jQuery from alert.js and add .alert only if jQuery is available
Johann-S [Wed, 23 Aug 2017 10:03:50 +0000 (12:03 +0200)] 
Remove jQuery from alert.js and add .alert only if jQuery is available

6 years agoAdd event delegation + fix EventHandler.one
Johann-S [Wed, 23 Aug 2017 10:01:38 +0000 (12:01 +0200)] 
Add event delegation + fix EventHandler.one

6 years agoAdd namespaced events
Johann-S [Tue, 22 Aug 2017 16:47:54 +0000 (18:47 +0200)] 
Add namespaced events

6 years agoAdd CustomEvent polyfill and a working preventDefault for IE
Johann-S [Mon, 21 Aug 2017 15:43:04 +0000 (17:43 +0200)] 
Add CustomEvent polyfill and a working preventDefault for IE

6 years agobetter polyfill for closest and matches functions
Johann-S [Mon, 21 Aug 2017 14:45:29 +0000 (16:45 +0200)] 
better polyfill for closest and matches functions

6 years agoalert without jquery
Johann-S [Mon, 21 Aug 2017 07:11:37 +0000 (09:11 +0200)] 
alert without jquery

6 years agoMove transition end detection to dom/event.js instead of util.js
Johann-S [Mon, 21 Aug 2017 06:08:12 +0000 (08:08 +0200)] 
Move transition end detection to dom/event.js instead of util.js

6 years agoRemove jQuery from Util.js
Johann-S [Sat, 19 Aug 2017 15:24:45 +0000 (17:24 +0200)] 
Remove jQuery from Util.js

s

6 years agoReplace uglify-js with terser. (#27813)
XhmikosR [Tue, 19 Feb 2019 13:51:50 +0000 (15:51 +0200)] 
Replace uglify-js with terser. (#27813)

6 years agoadd tabindex="-1" and aria-disabled="true" on disabled links (#28305)
Laussel Loïc [Tue, 19 Feb 2019 13:42:08 +0000 (14:42 +0100)] 
add tabindex="-1" and aria-disabled="true" on disabled links (#28305)

6 years agoUse `npm-run-all` for the release script. (#28307)
XhmikosR [Tue, 19 Feb 2019 12:35:19 +0000 (14:35 +0200)] 
Use `npm-run-all` for the release script. (#28307)

It's shorter.

6 years agoUpdate karma to ^4.0.0.
XhmikosR [Tue, 19 Feb 2019 10:01:04 +0000 (12:01 +0200)] 
Update karma to ^4.0.0.

6 years agoDrop Node.js < 8 support.
XhmikosR [Tue, 19 Feb 2019 09:57:26 +0000 (11:57 +0200)] 
Drop Node.js < 8 support.

Node.js 6 goes EOL on April 2019.

6 years agoRemove `--save` option from `npm i` as it isn't required anymore (#28302)
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.

6 years agoReplace broken-link-checker with linkinator. (#28291)
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.

6 years agoRemove incorrect aria-haspopup from dropdown toggles (#28299)
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.

6 years agoUpdate link to CONTRIBUTING.md in README.md (#28297)
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

6 years agoUpdate devDependencies. (#28292)
XhmikosR [Mon, 18 Feb 2019 08:50:09 +0000 (10:50 +0200)] 
Update devDependencies. (#28292)

6 years agoUpdate CONTRIBUTING.md for the current state of things. (#28283)
XhmikosR [Sun, 17 Feb 2019 08:26:47 +0000 (10:26 +0200)] 
Update CONTRIBUTING.md for the current state of things. (#28283)

6 years agoDeprecate form-control-focus mixin (#28262)
Martijn Cuppens [Fri, 15 Feb 2019 13:50:58 +0000 (14:50 +0100)] 
Deprecate form-control-focus mixin (#28262)

6 years agoUpdate devDependencies. (#28271)
XhmikosR [Fri, 15 Feb 2019 13:38:24 +0000 (15:38 +0200)] 
Update devDependencies. (#28271)

6 years agoREADME.md: use shields.io for the OC badges. (#28280)
XhmikosR [Fri, 15 Feb 2019 12:34:05 +0000 (14:34 +0200)] 
README.md: use shields.io for the OC badges. (#28280)

6 years agoReplace 4.3.0 with 4.3.1 in nuget files. (#28273)
XhmikosR [Fri, 15 Feb 2019 10:09:20 +0000 (12:09 +0200)] 
Replace 4.3.0 with 4.3.1 in nuget files. (#28273)

6 years agoReplace `v4-dev` with `master` after the branch change. (#28272)
XhmikosR [Fri, 15 Feb 2019 09:58:41 +0000 (11:58 +0200)] 
Replace `v4-dev` with `master` after the branch change. (#28272)

6 years agoUpdate docs and meta for 3.4.1. (#28255) 27183/head
XhmikosR [Wed, 13 Feb 2019 17:12:01 +0000 (19:12 +0200)] 
Update docs and meta for 3.4.1. (#28255)

6 years agoRelease v4.3.1. (#28252) v4.3.1
XhmikosR [Wed, 13 Feb 2019 16:01:40 +0000 (18:01 +0200)] 
Release v4.3.1. (#28252)

6 years agoRemove unneeded glob. (#28249)
XhmikosR [Wed, 13 Feb 2019 13:21:04 +0000 (15:21 +0200)] 
Remove unneeded glob. (#28249)

Typo from 10b97f6.

6 years agoFix npm package contents
XhmikosR [Tue, 12 Feb 2019 14:10:05 +0000 (16:10 +0200)] 
Fix npm package contents

6 years agoAdd sanitize template option for tooltip/popover plugins.
Johann-S [Mon, 11 Feb 2019 14:59:39 +0000 (16:59 +0200)] 
Add sanitize template option for tooltip/popover plugins.

6 years agoUpdate RFS to v8.0.1 (#28245)
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.

6 years agoUpdate font size (#28232)
Martijn Cuppens [Tue, 12 Feb 2019 07:38:42 +0000 (08:38 +0100)] 
Update font size (#28232)

6 years agoRelease v4.3.0 (#28228) v4.3.0
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

6 years agodocs snippets: a few more minor tweaks (#28225)
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.

6 years agotoasts.md: Remove useless `div`s.
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.

6 years agoRemove stray parameter from capture.
XhmikosR [Sun, 10 Feb 2019 20:57:28 +0000 (22:57 +0200)] 
Remove stray parameter from capture.

6 years agoCosmetic changes in snippets.
XhmikosR [Sun, 10 Feb 2019 20:25:51 +0000 (22:25 +0200)] 
Cosmetic changes in snippets.

6 years agodocs: remove `-ms-overflow-style: -ms-autohiding-scrollbar` (#28220)
XhmikosR [Sun, 10 Feb 2019 20:13:13 +0000 (22:13 +0200)] 
docs: remove `-ms-overflow-style: -ms-autohiding-scrollbar` (#28220)

Similar to #28153

6 years agomigration.md: use https. (#28221)
XhmikosR [Sun, 10 Feb 2019 20:05:16 +0000 (22:05 +0200)] 
migration.md: use https. (#28221)

6 years agoPrevent text selection in placeholder images (#28218)
Martijn Cuppens [Sat, 9 Feb 2019 12:21:41 +0000 (13:21 +0100)] 
Prevent text selection in placeholder images (#28218)

6 years agoRevert "Silence mkdir. (#28184)" (#28209)
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.

6 years agoplaceholder.svg: Partially revert the changes from c0e42cb. (#28216)
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.

6 years agoReword footer text.
XhmikosR [Fri, 8 Feb 2019 08:53:56 +0000 (10:53 +0200)] 
Reword footer text.

6 years agoUse the `site.repo` variable.
XhmikosR [Fri, 8 Feb 2019 08:50:31 +0000 (10:50 +0200)] 
Use the `site.repo` variable.

6 years agoChange footer link to point to the docs team page
XhmikosR [Thu, 7 Feb 2019 10:21:19 +0000 (12:21 +0200)] 
Change footer link to point to the docs team page

6 years agoOffcanvas example: transition the transform (#28203)
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.

6 years agoUpdate devDependencies. (#28175)
XhmikosR [Fri, 8 Feb 2019 07:39:03 +0000 (09:39 +0200)] 
Update devDependencies. (#28175)

6 years agoFix scrollable modal snippet
Shohei Yoshida [Thu, 7 Feb 2019 23:49:13 +0000 (08:49 +0900)] 
Fix scrollable modal snippet

6 years agoResponsive font size implementation (#23816)
Martijn Cuppens [Thu, 7 Feb 2019 22:32:05 +0000 (23:32 +0100)] 
Responsive font size implementation (#23816)

6 years agoRemove `-ms-autohiding-scrollbar` to prevent overlapping the table content (#28153)
Shohei Yoshida [Thu, 7 Feb 2019 17:52:23 +0000 (02:52 +0900)] 
Remove `-ms-autohiding-scrollbar` to prevent overlapping the table content (#28153)

6 years agoOptional btn & input font sizes (#28068)
Martijn Cuppens [Thu, 7 Feb 2019 17:47:24 +0000 (18:47 +0100)] 
Optional btn & input font sizes (#28068)

6 years agoDeprecate `img-retina()` mixin (#28072)
Martijn Cuppens [Thu, 7 Feb 2019 17:33:57 +0000 (18:33 +0100)] 
Deprecate `img-retina()` mixin (#28072)

6 years agoDeprecate `invisible()` mixin (#28066)
Martijn Cuppens [Thu, 7 Feb 2019 17:19:00 +0000 (18:19 +0100)] 
Deprecate `invisible()` mixin (#28066)

6 years agoOptimize and normalize SVGs. (#28200)
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.

6 years agoMake ToC's entries' color darker.
XhmikosR [Thu, 7 Feb 2019 09:48:12 +0000 (11:48 +0200)] 
Make ToC's entries' color darker.

The previous was too light.

6 years agoRemove unused selector.
XhmikosR [Thu, 7 Feb 2019 09:44:14 +0000 (11:44 +0200)] 
Remove unused selector.

6 years agoapproach.md: Remove stray comma.
XhmikosR [Thu, 7 Feb 2019 09:34:11 +0000 (11:34 +0200)] 
approach.md: Remove stray comma.

6 years agoRename `Screenreaders` to "Screen readers".
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.

6 years agoRemove ToC from pages when we don't have (m)any headers.
XhmikosR [Thu, 7 Feb 2019 09:27:07 +0000 (11:27 +0200)] 
Remove ToC from pages when we don't have (m)any headers.

6 years agoAdd map-name param to _assert-starts-at-zero (#24986)
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

6 years agoCreate `border-top-left-radius` and `border-bottom-right-radius` mixins (#28100)
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

6 years agoDeprecate size mixin (#28067)
Martijn Cuppens [Thu, 7 Feb 2019 07:21:47 +0000 (08:21 +0100)] 
Deprecate size mixin (#28067)

6 years agoFix `.nav-justified` example (#28193)
Martijn Cuppens [Wed, 6 Feb 2019 21:44:44 +0000 (22:44 +0100)] 
Fix `.nav-justified` example (#28193)

6 years agoAdd text-decoration to .btn-link. (#28169)
Bardi Harborow [Wed, 6 Feb 2019 21:33:03 +0000 (21:33 +0000)] 
Add text-decoration to .btn-link. (#28169)

6 years agoRemove outdated reference to not-allowed cursor (#28188)
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

6 years agofix modal test to be sure we call getTransitionDurationFromElement
Johann-S [Wed, 6 Feb 2019 13:35:59 +0000 (14:35 +0100)] 
fix modal test to be sure we call getTransitionDurationFromElement

6 years agoallow to override default toast options (#28186)
Johann-S [Wed, 6 Feb 2019 13:19:04 +0000 (14:19 +0100)] 
allow to override default toast options (#28186)

6 years agoFix text break in Firefox (#28063)
Martijn Cuppens [Wed, 6 Feb 2019 10:38:13 +0000 (11:38 +0100)] 
Fix text break in Firefox (#28063)

6 years agoSilence mkdir. (#28184)
XhmikosR [Wed, 6 Feb 2019 10:22:49 +0000 (12:22 +0200)] 
Silence mkdir. (#28184)

This can fail if run in parallel.

6 years agofix tabs, apply show class only when fade class is present (#28183)
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)