aboutsummaryrefslogtreecommitdiff
path: root/js/src/util/backdrop.js
AgeCommit message (Expand)AuthorFilesLines
2024-02-06Build(deps-dev): Bump eslint-config-xo from 0.43.1 to 0.44.0 (#39651)dependabot[bot]1-1/+3
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR1-1/+1
2023-03-22Remove version comment from JavaScript src files (#38294)GeoSot1-1/+1
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR1-1/+1
2022-11-22Merge branch 'main' into prepare-523XhmikosR1-3/+3
2022-11-21Bump version to 5.2.3XhmikosR1-1/+1
2022-10-26Use explicit imports in our javascript source files (#36854)GeoSot1-3/+3
2022-10-03Release v5.2.2 (#37236)XhmikosR1-1/+1
2022-09-07Release v5.2.1 (#37098)XhmikosR1-1/+1
2022-07-19Release v5.2.0 (#36768)XhmikosR1-1/+1
2022-06-01Re-ordering js default objectslouismaxime.piton1-6/+6
2022-05-13Prepare v5.2.0-beta1Mark Otto1-1/+1
2022-01-29backdrop.js: cache `_getElement` callsXhmikosR1-4/+6
2021-12-10Extract Component config functionality to a separate class (#33872)GeoSot1-9/+18
2021-10-13JS: minor refactoring (#35183)XhmikosR1-16/+24
2021-10-09Bump version to 5.1.3.XhmikosR1-1/+1
2021-10-05Release v5.1.2 (#35114)XhmikosR1-1/+1
2021-09-08Remove remaining "master" branch references (#34932)Julien Déramond1-1/+1
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR1-1/+1
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-1/+1
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR1-1/+1
2021-06-25Variablize backdrop for modal and offcanvasMark Otto1-2/+3
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR1-1/+1
2021-06-03Fix handling of transitionend events dispatched by nested elements(#33845)alpadev1-9/+2
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)GeoSot1-5/+1
2021-05-22Fix bug where backdrop calls method on null if it is already removed from the...Ryan Weaver1-1/+5
2021-05-13Release v5.0.1 (#33972)v5.0.1XhmikosR1-1/+1
2021-05-10Fix backdrop `rootElement` not initialized in Modal (#33853)Nagarjun Bodduna1-0/+2
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR1-1/+1
2021-04-19Use the backdrop util in offcanvas, enforcing consistency (#33545)GeoSot1-2/+12
2021-04-14Decouple BackDrop from modal (#32439)GeoSot1-0/+123