aboutsummaryrefslogtreecommitdiff
path: root/js/src/util.js
AgeCommit message (Collapse)AuthorFilesLines
2019-02-26move util in a util folder with the sanitizerJohann-S1-179/+0
2019-02-20Simplify checks.XhmikosR1-2/+2
2019-02-20Fixed Util.jQuery: window.$ is not reliable. Both Firefox and Chrome ↵Emil Müller1-1/+1
implements $ natively.
2019-02-20Refactor util plugin and some testsJohann-S1-17/+21
2019-02-20chore(update): bump to 4.1.3Johann-S1-2/+0
2019-02-20fix(util): remove extendJohann-S1-22/+0
2019-02-20fix(manipulator): increase coverage for manipulatorJohann-S1-49/+0
2019-02-20remove old references to jquery and some fixesJohann-S1-3/+3
2019-02-20Return a new function with Util.noopJohann-S1-1/+2
2019-02-20tooltip without jqueryAlessandro Chitolina1-0/+4
2019-02-20Rewrite Collapse without jQueryJohann-S1-1/+8
2019-02-20Rewritten modal without jquery (#23955)Alessandro Chitolina1-37/+79
* Trigger jquery events if available in event handler * Rewritten modal without jquery
2019-02-20Rewrite carousel without jqueryJohann-S1-0/+53
2019-02-20button without jqueryXhmikosR1-2/+2
2019-02-20alert without jqueryJohann-S1-2/+2
2019-02-20Move transition end detection to dom/event.js instead of util.jsJohann-S1-40/+0
2019-02-20Remove jQuery from Util.jsJohann-S1-4/+8
s
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR1-1/+1
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto1-1/+1
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
2018-12-23getSelectorFromElement return null on bad selectors (#27912)Johann-S1-1/+5
2018-12-21Bump to v4.2.1 (#27892)v4.2.1Mark Otto1-1/+1
2018-12-21Prep for v4.2.0 releaseMark Otto1-1/+1
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-05Allow Tooltips/Popovers to work in shadow DOMJohann-S1-0/+23
2018-11-14some cleaning and changes for readabilityJohann-S1-2/+1
2018-10-30Prevent the background to be shown when transitioningMartijn Cuppens1-2/+6
2018-09-26remove useless iifeJohann-S1-114/+111
2018-09-13throw error when folks try to use a bad selectorJohann-S1-6/+3
2018-08-31add information about valid selectors (#27137)Johann-S1-8/+1
2018-08-12fix(util): use querySelector for idsJohann-S1-1/+1
2018-08-07fix(util): use getElementById when it's possibleJohann-S1-2/+10
2018-07-24Ship v4.1.3v4.1.3Mark Otto1-1/+1
2018-07-12Ship v4.1.2Mark Otto1-1/+1
2018-06-01refactor(plugins): improve how we query elementsJohann-S1-2/+1
2018-04-30Bump version to v4.1.1v4.1.1Mark Otto1-1/+1
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto1-1/+1
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
2018-03-20Use transitionEnd in QUnit since we moved away from PhantomJSJohann-S1-22/+7
2018-03-13fix get the transition duration parentJohann-S1-3/+6
2018-03-13Variable transition durations (#25662)Martijn Cuppens1-0/+18
2018-01-21Remove escaping selector and add a warning to inform folks to escape their ↵Johann-S1-14/+0
selectors (#25390)
2018-01-21ignore case (#25373)denisx1-1/+1
Less on 2 symbols
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