]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
6 years agokarma.conf.js: minor simplification.
XhmikosR [Sun, 24 Feb 2019 13:34:36 +0000 (15:34 +0200)] 
karma.conf.js: minor simplification.

6 years agoremove tests for old jQuery 1.9.x compatibility
Johann-S [Sun, 24 Feb 2019 10:45:01 +0000 (11:45 +0100)] 
remove tests for old jQuery 1.9.x compatibility

6 years agomove util in a util folder with the sanitizer
Johann-S [Fri, 22 Feb 2019 22:37:55 +0000 (00:37 +0200)] 
move util in a util folder with the sanitizer

6 years agoCreate SECURITY.md (#28288)
Bardi Harborow [Mon, 25 Feb 2019 07:29:11 +0000 (07:29 +0000)] 
Create SECURITY.md (#28288)

6 years agoRemove DOMContentLoaded. (#28337)
XhmikosR [Sun, 24 Feb 2019 13:42:18 +0000 (15:42 +0200)] 
Remove DOMContentLoaded. (#28337)

There's no reason for us to wait here.

6 years agoAdd `--continue-on-error` in `npm run lint`. (#28338)
XhmikosR [Fri, 22 Feb 2019 04:35:43 +0000 (06:35 +0200)] 
Add `--continue-on-error` in `npm run lint`. (#28338)

So if one of the two sub-tasks fails, it still completes linting the other one.

6 years agotests/visual/modal.html: fix close button placement.
XhmikosR [Wed, 20 Feb 2019 12:51:51 +0000 (14:51 +0200)] 
tests/visual/modal.html: fix close button placement.

6 years agoforms.md: remove jQuery from snippet.
XhmikosR [Wed, 20 Feb 2019 12:48:49 +0000 (14:48 +0200)] 
forms.md: remove jQuery from snippet.

6 years agouse our selector engine instead of native api
Johann-S [Wed, 20 Feb 2019 08:45:46 +0000 (10:45 +0200)] 
use our selector engine instead of native api

6 years agodownload.md: reword import bootstrap section.
Johann-S [Wed, 20 Feb 2019 08:34:43 +0000 (10:34 +0200)] 
download.md: reword import bootstrap section.

6 years agoUse `Util.makeArray()`.
XhmikosR [Tue, 19 Feb 2019 21:52:04 +0000 (23:52 +0200)] 
Use `Util.makeArray()`.

6 years agoRemove IE-specific breadcrumb CSS hack
Mark Otto [Mon, 17 Sep 2018 22:29:54 +0000 (15:29 -0700)] 
Remove IE-specific breadcrumb CSS hack

6 years agoRemove `focusable="false"` from SVGs.
XhmikosR [Tue, 19 Feb 2019 14:46:56 +0000 (16:46 +0200)] 
Remove `focusable="false"` from SVGs.

6 years agoRemove Internet Explorer leftovers.
XhmikosR [Tue, 19 Feb 2019 14:44:55 +0000 (16:44 +0200)] 
Remove Internet Explorer leftovers.

6 years agoRemove jQuery from docs/repo.
XhmikosR [Tue, 19 Feb 2019 14:19:02 +0000 (16:19 +0200)] 
Remove jQuery from docs/repo.

Some of the snippets need to be updated later.

6 years agoAdd information about IE 11 compatibility.
Johann-S [Tue, 19 Feb 2019 13:16:20 +0000 (15:16 +0200)] 
Add information about IE 11 compatibility.

6 years agoBump bundlesize limits
XhmikosR [Thu, 16 Nov 2017 16:04:15 +0000 (18:04 +0200)] 
Bump bundlesize limits

6 years agoremove `--compress typeofs=false` from terser.
XhmikosR [Fri, 15 Feb 2019 21:04:36 +0000 (23:04 +0200)] 
remove `--compress typeofs=false` from terser.

This was needed for IE

6 years agoimprove event handler
Johann-S [Thu, 14 Feb 2019 20:19:10 +0000 (21:19 +0100)] 
improve event handler

6 years agoSimplify checks.
XhmikosR [Wed, 13 Feb 2019 19:40:15 +0000 (21:40 +0200)] 
Simplify checks.

6 years agoRemove unneeded ESLint suppression.
XhmikosR [Wed, 13 Feb 2019 19:37:56 +0000 (21:37 +0200)] 
Remove unneeded ESLint suppression.

6 years agouse only dataset to get data attributes
Johann-S [Wed, 13 Feb 2019 19:25:08 +0000 (20:25 +0100)] 
use only dataset to get data attributes

6 years agoremove polyfills which override browsers default
Johann-S [Wed, 13 Feb 2019 17:37:52 +0000 (19:37 +0200)] 
remove polyfills which override browsers default

6 years ago4.3.1.
XhmikosR [Tue, 12 Feb 2019 10:47:34 +0000 (12:47 +0200)] 
4.3.1.

6 years agominor jQuery.hasclass removal (#28158)
Joshua Wilson [Mon, 11 Feb 2019 13:15:03 +0000 (08:15 -0500)] 
minor jQuery.hasclass removal (#28158)

6 years agoChange breadcrumb item padding variable name (#28125)
astrahov [Mon, 11 Feb 2019 10:36:40 +0000 (15:36 +0500)] 
Change breadcrumb item padding variable name (#28125)

6 years agoUse consistent arrow class (#28105)
Peter Blazejewicz [Mon, 11 Feb 2019 10:27:14 +0000 (11:27 +0100)] 
Use consistent arrow class (#28105)

6 years agoFixed Util.jQuery: window.$ is not reliable. Both Firefox and Chrome implements ...
Emil Müller [Wed, 16 Jan 2019 20:36:13 +0000 (21:36 +0100)] 
Fixed Util.jQuery: window.$ is not reliable. Both Firefox and Chrome implements $ natively.

6 years agobump to 4.2.1
Johann-S [Fri, 4 Jan 2019 14:09:52 +0000 (16:09 +0200)] 
bump to 4.2.1

6 years agoConvert offcanvas.js to vanilla JS.
XhmikosR [Wed, 28 Nov 2018 19:46:06 +0000 (21:46 +0200)] 
Convert offcanvas.js to vanilla JS.

6 years agoFix anchors wrapper.
XhmikosR [Tue, 20 Nov 2018 21:41:54 +0000 (23:41 +0200)] 
Fix anchors wrapper.

6 years agouse Util.makeArray in our docs
Johann-S [Tue, 20 Nov 2018 21:35:11 +0000 (23:35 +0200)] 
use Util.makeArray in our docs

6 years agorewrite toast plugin without jquery
Johann-S [Wed, 14 Nov 2018 11:02:18 +0000 (12:02 +0100)] 
rewrite toast plugin without jquery

6 years agoremove IE from our browserlist
Johann-S [Fri, 9 Nov 2018 09:51:50 +0000 (10:51 +0100)] 
remove IE from our browserlist

6 years agoImprove manipulator coverage
Johann-S [Thu, 8 Nov 2018 12:43:23 +0000 (13:43 +0100)] 
Improve manipulator coverage

6 years agoRemove IE support and button bsChecked hack
Alessandro Chitolina [Tue, 25 Sep 2018 18:06:09 +0000 (20:06 +0200)] 
Remove IE support and button bsChecked hack

6 years agov4 without jquery: updated button, carousel, collapse docs (#27173)
aTable [Sat, 15 Sep 2018 11:44:23 +0000 (21:44 +1000)] 
v4 without jquery: updated button, carousel, collapse docs (#27173)

6 years agoRefactor util plugin and some tests
Johann-S [Fri, 14 Sep 2018 12:27:30 +0000 (14:27 +0200)] 
Refactor util plugin and some tests

6 years agoupdate alert documentation without jquery (#27062)
Johann-S [Fri, 24 Aug 2018 09:46:05 +0000 (11:46 +0200)] 
update alert documentation without jquery (#27062)

6 years agochore(update): bump to 4.1.3
Johann-S [Wed, 25 Jul 2018 09:29:16 +0000 (11:29 +0200)] 
chore(update): bump to 4.1.3

6 years agofix(docs): remove jQuery from our docs
Johann-S [Thu, 19 Jul 2018 16:48:52 +0000 (19:48 +0300)] 
fix(docs): remove jQuery from our docs

6 years agofix(plugins): save instance in constructor
Johann-S [Sun, 24 Jun 2018 20:02:03 +0000 (22:02 +0200)] 
fix(plugins): save instance in constructor

6 years agofix(visual-test): remove jquery in them
Johann-S [Sun, 17 Jun 2018 21:09:04 +0000 (23:09 +0200)] 
fix(visual-test): remove jquery in them

6 years agofix(carousel): on load page create a carousel
Johann-S [Sun, 17 Jun 2018 21:00:49 +0000 (23:00 +0200)] 
fix(carousel): on load page create a carousel

6 years agofix(build): remove jquery in our build
Johann-S [Sun, 17 Jun 2018 20:59:48 +0000 (22:59 +0200)] 
fix(build): remove jquery in our build

6 years agofix(unit-test): dropdown, collapse and carousel
Johann-S [Sun, 17 Jun 2018 13:28:42 +0000 (15:28 +0200)] 
fix(unit-test): dropdown, collapse and carousel

6 years agofix(event-handler): use Object.key for passing values in an event
Johann-S [Sun, 17 Jun 2018 13:26:18 +0000 (15:26 +0200)] 
fix(event-handler): use Object.key for passing values in an event

6 years agofix(util): increase util coverage
Johann-S [Sat, 16 Jun 2018 20:33:17 +0000 (22:33 +0200)] 
fix(util): increase util coverage

6 years agofix(selector-engine): increase coverage for selector engine
Johann-S [Sat, 16 Jun 2018 20:20:27 +0000 (22:20 +0200)] 
fix(selector-engine): increase coverage for selector engine

6 years agofix(util): remove extend
Johann-S [Mon, 11 Jun 2018 20:25:37 +0000 (22:25 +0200)] 
fix(util): remove extend

6 years agofix(event-handler): remove polyfill and move it to index
Johann-S [Mon, 11 Jun 2018 19:44:21 +0000 (21:44 +0200)] 
fix(event-handler): remove polyfill and move it to index

6 years agofix(polyfill): disable coverage for our polyfills
Johann-S [Mon, 11 Jun 2018 19:32:16 +0000 (21:32 +0200)] 
fix(polyfill): disable coverage for our polyfills

6 years agofix(manipulator): increase coverage for manipulator
Johann-S [Sat, 9 Jun 2018 19:11:05 +0000 (21:11 +0200)] 
fix(manipulator): increase coverage for manipulator

6 years agorefactor(polyfill): a file for polyfills
Johann-S [Sat, 9 Jun 2018 16:24:06 +0000 (18:24 +0200)] 
refactor(polyfill): a file for polyfills

6 years agofix(data): increase coverage for data
Johann-S [Sat, 9 Jun 2018 16:23:13 +0000 (18:23 +0200)] 
fix(data): increase coverage for data

6 years agofix(event-handler): remove the use of our event handler in unit test
Johann-S [Thu, 7 Jun 2018 20:21:31 +0000 (22:21 +0200)] 
fix(event-handler): remove the use of our event handler in unit test

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.