aboutsummaryrefslogtreecommitdiff
path: root/js/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-20fix(manipulator): increase coverage for manipulatorJohann-S8-83/+90
2019-02-20refactor(polyfill): a file for polyfillsJohann-S3-217/+133
2019-02-20fix(data): increase coverage for dataJohann-S1-2/+1
2019-02-20fix(data): do not use data object in our unit testsJohann-S12-3/+136
2019-02-20remove old references to jquery and some fixesJohann-S9-41/+29
2019-02-20rewritten scrollspy without jqueryAlessandro Chitolina3-42/+107
2019-02-20upgrade to v4 stableJohann-S2-8/+22
2019-02-20rewritten tab without jqueryAlessandro Chitolina2-75/+125
2019-02-20Dropdown without jQueryJohann-S3-100/+112
2019-02-20allow register the same handler for different delegated selectors in eventHan...Alessandro Chitolina1-36/+36
2019-02-20Return a new function with Util.noopJohann-S2-3/+4
2019-02-20fix one forgets of using jQuery in Carousel and TooltipJohann-S1-28/+33
2019-02-20fix weird case with jQueryJohann-S1-2/+2
2019-02-20tooltip without jqueryAlessandro Chitolina6-171/+232
2019-02-20Wrap our objects into IIFEJohann-S3-353/+395
2019-02-20Rewrite Collapse without jQueryJohann-S2-97/+123
2019-02-20Workaround for M$ Edge resetting defaultPrevented flag upon dispatchEventAlessandro Chitolina1-1/+23
2019-02-20Rewritten modal without jquery (#23955)Alessandro Chitolina6-180/+304
2019-02-20Add Manipulator object to add shortcuts for dom manipulationsJohann-S3-2/+27
2019-02-20Rewrite carousel without jqueryJohann-S4-112/+223
2019-02-20Add polyfill for focusin and focusoutJohann-S1-1/+15
2019-02-20button without jqueryXhmikosR2-34/+52
2019-02-20Fix delegation eventsJohann-S1-3/+4
2019-02-20Check jQuery version only if jQuery is availableJohann-S1-14/+11
2019-02-20Second element of find and findOne should be optional, not the first oneJohann-S2-4/+4
2019-02-20Fix our data storageJohann-S1-7/+15
2019-02-20Add findOne to our SelectorEngineJohann-S1-1/+14
2019-02-20Fix detection of nativeEvents + trigger events with argumentsJohann-S1-15/+17
2019-02-20Extend `SelectorEngine.find()` to include an `element` first arg.XhmikosR1-2/+2
2019-02-20fix declaration of alert jquery plugin only if jquery is availableJohann-S1-5/+5
2019-02-20Disable ESlint on no-return-assign and temporary for arrow-body-styleJohann-S2-5/+9
2019-02-20Remove jQuery from alert.js and add .alert only if jQuery is availableJohann-S4-28/+21
2019-02-20Add event delegation + fix EventHandler.oneJohann-S2-13/+19
2019-02-20Add namespaced eventsJohann-S1-18/+102
2019-02-20Add CustomEvent polyfill and a working preventDefault for IEJohann-S2-1/+57
2019-02-20better polyfill for closest and matches functionsJohann-S1-15/+39
2019-02-20alert without jqueryJohann-S5-30/+120
2019-02-20Move transition end detection to dom/event.js instead of util.jsJohann-S1-40/+0
2019-02-20Remove jQuery from Util.jsJohann-S8-14/+64
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR14-25/+25
2019-02-13Add sanitize template option for tooltip/popover plugins.Johann-S2-13/+173
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto13-24/+24
2019-02-06allow to override default toast options (#28186)Johann-S1-0/+4
2019-02-06fix tabs, apply show class only when fade class is present (#28183)Johann-S1-1/+4
2019-02-05Move dropdown offset function logic into private function. (#28138)Jason Golieb1-6/+13
2019-02-05Move offset function logic to a private function.Jason Golieb1-11/+20
2019-02-05Add support for tooltip offset option to be a function.Jason Golieb1-4/+12
2019-01-20Scrollable modal (#27769)Shohei Yoshida1-1/+8
2019-01-14Fix Carousel's touch option to not add touch listeners when set to false (#28...Johann-S1-1/+3
2019-01-04carousel should not cycle when there is no data-ride on init (#27968)Johann-S1-1/+1