aboutsummaryrefslogtreecommitdiff
path: root/js/src/util
AgeCommit message (Expand)AuthorFilesLines
2022-09-07Release v5.2.1 (#37098)XhmikosR9-9/+9
2022-07-19Release v5.2.0 (#36768)XhmikosR9-9/+9
2022-07-18Fix typos in code (#36763)Marc Wrobel2-3/+3
2022-06-01Re-ordering js default objectslouismaxime.piton4-22/+22
2022-05-13Prepare v5.2.0-beta1Mark Otto9-9/+9
2022-04-21Manipulator: Add JSON parse support (#35077)GeoSot1-0/+3
2022-01-29Rename variablesXhmikosR2-15/+15
2022-01-29backdrop.js: cache `_getElement` callsXhmikosR1-4/+6
2022-01-29Remove a few unneeded variablesXhmikosR1-6/+3
2022-01-13Fix: `isVisible` function behavior in case of a `<details>` element, on chrom...Ryan Berliner1-1/+20
2021-12-10Extract Component config functionality to a separate class (#33872)GeoSot6-62/+130
2021-12-10util/index.js: minor refactoring (#35510)XhmikosR1-27/+25
2021-12-09Scrollbar - remove margin/padding properties properly (#35388)GeoSot1-7/+8
2021-12-09ScrollBar.js. Minor refactoring and add test (#35492)GeoSot1-13/+17
2021-11-25Add a template factory helper to handle all template cases (#34519)GeoSot1-0/+161
2021-10-13JS: minor refactoring (#35183)XhmikosR5-56/+98
2021-10-12Swipe: add test to ensure that it ignores `pinch` events (#35161)GeoSot1-1/+1
2021-10-11Extract Carousel's swipe functionality to a separate Class (#32999)GeoSot1-0/+122
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR6-6/+6
2021-10-09Bump version to 5.1.3.XhmikosR6-6/+6
2021-10-07Sanitizer: fix logic and add a test. (#35133)XhmikosR1-1/+1
2021-10-06util/sanitizer.js: use `Array.every()` (#35120)XhmikosR1-9/+2
2021-10-05Enable `unicorn/numeric-separators-style` rule.XhmikosR1-1/+1
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR3-6/+10
2021-10-05Enable `unicorn/no-for-loop` ruleXhmikosR1-4/+3
2021-10-05Enable `unicorn/prefer-prototype-methods` ruleXhmikosR1-1/+1
2021-10-05Release v5.1.2 (#35114)XhmikosR6-6/+6
2021-09-29sanitizer: add `sms` in the `SAFE_URL_PATTERN` (#35074)XhmikosR1-3/+3
2021-09-15Minor refactoring (#34980)XhmikosR2-23/+18
2021-09-08Remove remaining "master" branch references (#34932)Julien Déramond2-2/+2
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR6-6/+6
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR6-6/+6
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR1-1/+1
2021-07-28Use a streamlined way to trigger component dismiss (#34170)GeoSot1-0/+34
2021-07-27Add shift-tab keyboard support for dialogs (modal & Offcanvas components) (#3...Ryan Berliner1-0/+109
2021-07-21Remove whitespace at beginning of util/index.js (#34545)Ryan Berliner1-1/+0
2021-07-20Fix `Util.reflow` function and add documentation (#34543)GeoSot1-1/+12
2021-07-14util.js: remove `Selector.findOne()` dependency (#34441)GeoSot1-2/+1
2021-06-25Variablize backdrop for modal and offcanvasMark Otto1-2/+3
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR4-4/+4
2021-06-22Register only one `DOMContentLoaded` event listener in `onDOMContentLoaded` (...alpadev1-1/+10
2021-06-06Refactor scrollbar.js to be used as a Class (#33947)GeoSot1-54/+67
2021-06-03Fix handling of transitionend events dispatched by nested elements(#33845)alpadev2-29/+33
2021-05-31Changing Backdrop rootElement to default to a string (#34092)Ryan Weaver1-4/+5
2021-05-25Change `element.parentNode.removeChild(element)` to `element.remove()` (#34071)GeoSot2-6/+2
2021-05-22Automatically select an item in the dropdown when using arrow keys (#34052)alpadev1-2/+2
2021-05-22Fix bug where backdrop calls method on null if it is already removed from the...Ryan Weaver1-1/+5
2021-05-20Refactor `isVisible` helper, fixing false positives from deep nesting or alte...Ryan Berliner1-11/+2
2021-05-20Add Tests on scrollbar.js & better handling if a style property doesn't exist...GeoSot1-1/+4
2021-05-19Add `getNextActiveElement` helper function to utils, replacing custom impleme...GeoSot1-0/+29