aboutsummaryrefslogtreecommitdiff
path: root/js/src/offcanvas.js
AgeCommit message (Expand)AuthorFilesLines
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