aboutsummaryrefslogtreecommitdiff
path: root/js/src/util.js
AgeCommit message (Collapse)AuthorFilesLines
2018-01-18Bump version to 4.0.0Mark Otto1-1/+1
2018-01-11Comply to the new rules.XhmikosR1-11/+8
2018-01-08Check for window before window.QUnit (#25199)Łukasz1-1/+1
2017-12-28Update version to 4.0.0-beta.3v4.0.0-beta.3Mark Otto1-1/+1
2017-12-07Use only transitionend event (#24962)Mr_Green1-15/+2
2017-11-07Escape ID in Util.getSelectorFromElement (#24700)Johann-S1-0/+13
2017-10-24Change Rollup config to wrap our dist files with jQuery instead of $Johann-S1-5/+1
2017-10-23Clean up transitionEnd properties. (#24511)XhmikosR1-2/+0
We don't support Opera 12, and Firefox's property was the unprefixed one.
2017-10-23Add `Util.jQuery` which will detect jQuery instead of relying on global `$` ↵Johann-S1-0/+4
(#24513)
2017-10-19fix version numberMark Otto1-1/+1
2017-10-19new version numberMark Otto1-1/+1
2017-10-04Use imported jQuery objectJohann-S1-1/+1
2017-09-25Collapse - Allow to pass jQuery object or DOM element to the parent optionJohann-S1-5/+5
2017-08-31Create a bundled release of Bootstrap with Popper.js insideJohann-S1-1/+3
2017-08-25Fix XSS in data-targetJohann-S1-1/+1
2017-08-23Tweak ESLint rules.XhmikosR1-3/+3
2017-08-10bump to betav4.0.0-betaMark Otto1-1/+1
2017-03-18Fix getSelectorFromElement when # is a selector (#21615)Johann1-4/+7
* Fix getSelectorFromElement when # is a selector * Thanks to @vanduynslagerp remove regex to validate selector
2017-01-06version bumpMark Otto1-1/+1
2016-11-24Make JS compliant with the new ESLint rules.Bardi Harborow1-17/+13
2016-10-30Fix #17964 (#17997)Ilias1-1/+1
* Fix #17964 Some browsers are lazy when updating dom elements after transition effects. This can be fixed by reading element properties such as offsetHeight or offsetWidth. However, creating a function using the Function constructor just to access such element, results in a violation of Content Security Policy (where applied), which in turn crashes the application. This fix actually reverts to the way this was handled in v3 and should work as intended.
2016-10-19version bump to alpha 5Mark Otto1-1/+1
2016-09-05versionsMark Otto1-1/+1
2016-07-27bump versionsMark Otto1-1/+1
2016-06-05Enable more rules from ESLint 2.0; refs #19999 (#20076)Chris Rebert1-1/+1
[skip sauce] [skip validator]
2016-05-31Comply with consistent-return ESLint ruleChris Rebert1-0/+1
2016-05-30Use named constants for magic numbers (#19992)Chris Rebert1-1/+3
Mostly KeyboardEvent.which and MouseEvent.which values. [skip validator]
2015-12-24Exempt getUID() from ESLint's no-bitwise ruleChris Rebert1-0/+2
[skip sauce] [skip validator]
2015-12-08manually bump versions because npm script wasn't working for meMark Otto1-1/+1
2015-12-05Fix version numbers is JS files; fixes #18435Chris Rebert1-1/+1
[skip sauce] [skip validator]
2015-11-30util.js: Add comment explaining ~~ trickChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-08-18js tests passing + eslintJacob Thornton1-21/+25
2015-05-13add simple type checker implementationfat1-0/+28
2015-05-07carousel -> es6fat1-1/+5
2015-05-07button -> es6fat1-2/+2
2015-05-07change the export pattern to protect against leaking globalsfat1-80/+86
2015-05-07es6 alert :|fat1-0/+118