aboutsummaryrefslogtreecommitdiff
path: root/js/src/dom
AgeCommit message (Expand)AuthorFilesLines
2020-11-11Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3XhmikosR4-4/+4
2020-11-05Remove the now unneeded polyfills.XhmikosR2-69/+2
2020-11-05Drop Legacy Edge support.XhmikosR2-23/+1
2020-11-01karma: stop excluding polyfill.js from istanbul (#30740)XhmikosR1-2/+0
2020-11-01Fix TypeError when Bootstrap is included in `head` (#32024)Sascha1-1/+1
2020-11-01polyfill.js minor tweaks (#32011)XhmikosR1-7/+3
2020-10-05Remove `Manipulator.toggleClass` (#31842)XhmikosR1-12/+0
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR5-5/+5
2020-07-12Unbreak lines.XhmikosR1-0/+2
2020-06-18Fix tooltip when hovering a children element (delegateTarget) (#30928)Tanguy Krotoff1-0/+2
2020-06-17Unbreak short linesXhmikosR1-27/+23
2020-06-17data: reword storage key in domJohann-S1-8/+8
2020-06-16Rename "master" to "main". (#31050)XhmikosR5-5/+5
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR5-5/+5
2020-04-28Drop closest from SelectorEngine (#30653)Martijn Cuppens1-4/+0
2020-04-17Replace event.delegateTarget with event.targetTanguy Krotoff1-7/+0
2020-04-17Replace event.which with event.key and event.buttonTanguy Krotoff1-6/+0
2020-03-25fix: remove make array util function (#30430)Johann-S1-5/+4
2020-03-23Use next dropdown menu instead of first of the parentMartijn Cuppens1-0/+14
2020-03-18Remove IE compatibility JS codeJohann-S3-72/+6
2020-03-09`prev()` function fails when non-element nodes are present (#30117)Martijn Cuppens1-7/+5
2019-10-31Update normalizeDataKey to match the spec (#29609)Steffen Roßkamp1-1/+1
2019-10-07Update devDependencies. (#29447)XhmikosR2-2/+2
2019-10-03return to the original file structure to avoid breaking modularityJohann-S4-731/+0
2019-08-22Remaining JS linting TODO (#29289)Markus Hatvan1-1/+1
2019-08-02add a way to disable jQuery detectionJohann-S1-2/+3
2019-07-23rewrite unit tests for selector engineJohann-S2-24/+117
2019-07-23rewrite manipulator unit testsAnton Bershanskiy1-0/+158
2019-07-23Switch from QUnit to Jasmine.Johann-S3-1/+461
2019-06-03event-handler.js: use a plain for loop. (#28853)XhmikosR1-4/+6
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR2-2/+2
2019-04-10Fix xo error: use `for...of`.XhmikosR1-4/+1
2019-03-18Add back support for IE 11Johann-S3-65/+127
2019-03-13Use one-line imports when possible. (#28467)XhmikosR3-9/+3
2019-03-11Remove assignment from return.XhmikosR1-1/+3
2019-03-11Comply to the new rules.XhmikosR5-33/+68
2019-02-26dom/manipulator.js: minor simplification. (#28358)XhmikosR1-15/+14
2019-02-26move util in a util folder with the sanitizerJohann-S3-6/+11
2019-02-20Use `Util.makeArray()`.XhmikosR1-2/+2
2019-02-20improve event handlerJohann-S1-56/+38
2019-02-20Simplify checks.XhmikosR2-5/+4
2019-02-20use only dataset to get data attributesJohann-S1-21/+3
2019-02-20remove polyfills which override browsers defaultJohann-S2-78/+19
2019-02-204.3.1.XhmikosR5-5/+5
2019-02-20Improve manipulator coverageJohann-S1-7/+4
2019-02-20Remove IE support and button bsChecked hackAlessandro Chitolina3-66/+2
2019-02-20Refactor util plugin and some testsJohann-S4-354/+353
2019-02-20chore(update): bump to 4.1.3Johann-S5-5/+21
2019-02-20fix(carousel): on load page create a carouselJohann-S1-1/+1
2019-02-20fix(event-handler): use Object.key for passing values in an eventJohann-S1-1/+8