aboutsummaryrefslogtreecommitdiff
path: root/js/src/offcanvas.js
AgeCommit message (Expand)AuthorFilesLines
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR1-6/+6
2023-03-22Remove version comment from JavaScript src files (#38294)GeoSot1-1/+1
2023-02-11Unify `offcanvas` `keydown` event logic with `modal` (#38025)Roni Diwan1-3/+3
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR1-1/+1
2022-11-22Merge branch 'main' into prepare-523XhmikosR1-10/+9
2022-11-21Bump version to 5.2.3XhmikosR1-1/+1
2022-11-06Move `getElementFromSelector` & `getSelectorFromElement` to SelectorEngine (...GeoSot1-2/+1
2022-10-26Use explicit imports in our javascript source files (#36854)GeoSot1-8/+8
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-07-14Offcanvas: activate focustrap when backdrop is enabled (#36717)GeoSot1-1/+1
2022-05-13Prepare v5.2.0-beta1Mark Otto1-1/+1
2022-04-17v5.2.0 design refresh, plus responsive offcanvas classes (#35736)Mark Otto1-0/+9
2022-03-02Add static backdrop to offcanvas (#35832)Jann Westermann1-5/+25
2022-01-29Rename variablesXhmikosR1-2/+2
2022-01-05Remove explicit use of aria-hidden for offcanvas when closed (#35589)Patrick H. Lauke1-7/+7
2021-12-10Extract Component config functionality to a separate class (#33872)GeoSot1-19/+10
2021-10-13JS: minor refactoring (#35183)XhmikosR1-29/+18
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR1-1/+1
2021-10-09Bump version to 5.1.3.XhmikosR1-1/+1
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR1-3/+5
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-28Use a streamlined way to trigger component dismiss (#34170)GeoSot1-4/+2
2021-07-27Add shift-tab keyboard support for dialogs (modal & Offcanvas components) (#3...Ryan Berliner1-13/+11
2021-06-25Variablize backdrop for modal and offcanvasMark Otto1-0/+2
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR1-1/+1
2021-06-06Refactor scrollbar.js to be used as a Class (#33947)GeoSot1-3/+3
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot1-7/+5
2021-05-13Release v5.0.1 (#33972)v5.0.1XhmikosR1-1/+1
2021-05-11Extract static `DATA_KEY` & `EVENT_KEY` to base-component (#33635)GeoSot1-5/+5
2021-05-11Refactor: move disposing properties into the base class (#33740)GeoSot1-3/+0
2021-05-10Merge js-components 'transitionend' listener callbacks into one methodGeoSot1-8/+2
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR1-1/+1
2021-04-20Offcanvas.js: If scroll is allowed, should allow focus on other elements (#33...GeoSot1-1/+1
2021-04-19Use the backdrop util in offcanvas, enforcing consistency (#33545)GeoSot1-27/+33
2021-03-23Release v5.0.0-beta3 (#33439)v5.0.0-beta3XhmikosR1-1/+1
2021-03-23Allow offcanvas to be initialized in open state (#33382)GeoSot1-2/+8
2021-03-16Accept data-bs-body option in the configuration object as well (#33248)GeoSot1-21/+55
2021-03-16Change the name of the `Offcanvas` constructor (#33261)Rohit Sharma1-5/+5
2021-03-02Offcanvas as component (#29017)GeoSot1-0/+239