aboutsummaryrefslogtreecommitdiff
path: root/js/src/tab.js
AgeCommit message (Expand)AuthorFilesLines
2023-08-21Dropdown: reuse variable (#39046)Mustafa Ateş Uzun1-1/+1
2023-07-23Support `Home` and `End` keys in tabs (#38498)Kyle Tsang1-3/+13
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR1-4/+4
2023-03-22Remove version comment from JavaScript src files (#38294)GeoSot1-1/+1
2023-03-14Fix wrong generation of `aria-labelledby` in tab navigation (#38223)Jan Bensch1-1/+1
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR1-1/+1
2022-11-22Merge branch 'main' into prepare-523XhmikosR1-7/+7
2022-11-21Bump version to 5.2.3XhmikosR1-1/+1
2022-11-06Move `getElementFromSelector` & `getSelectorFromElement` to SelectorEngine (...GeoSot1-4/+4
2022-10-26Use explicit imports in our javascript source files (#36854)GeoSot1-4/+4
2022-10-03Release v5.2.2 (#37236)XhmikosR1-1/+1
2022-10-02Ensure Tab keyboard functionality after #37146 (#37200)GeoSot1-0/+1
2022-09-22Fix active class toggling of tabs within dropdown (#37151)Carson Sievert1-2/+0
2022-09-20Drop tabs auto-focus (#37146)GeoSot1-1/+0
2022-09-07Release v5.2.1 (#37098)XhmikosR1-1/+1
2022-07-19Release v5.2.0 (#36768)XhmikosR1-1/+1
2022-06-27ref(tab): remove show from panels dependent-less they have `.fade` class or n...GeoSot1-12/+4
2022-05-13Prepare v5.2.0-beta1Mark Otto1-1/+1
2022-05-05Handle disabled focused tabs with tab JavaScript plugin (#36169)Julien Déramond1-2/+5
2022-04-06Revamp tabs & follow ARIA 1.1 practices (#33079)GeoSot1-84/+197
2021-12-10Tab: minor refactoring (#35511)XhmikosR1-12/+5
2021-10-13JS: minor refactoring (#35183)XhmikosR1-24/+5
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-2/+3
2021-10-05Release v5.1.2 (#35114)XhmikosR1-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-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR1-1/+1
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot1-3/+2
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-3/+3
2021-05-10Merge js-components 'transitionend' listener callbacks into one methodGeoSot1-6/+1
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR1-1/+1
2021-04-21Dropdown: support `.dropdown-item` wrapped in `<li>` tags (#33634)Carson Sievert1-1/+6
2021-04-20Tab.js: Fixes on click handling (#33586)GeoSot1-3/+8
2021-04-15Fix v5 regressions in tab dropdown functionality (#33626)Carson Sievert1-1/+1
2021-03-23Release v5.0.0-beta3 (#33439)v5.0.0-beta3XhmikosR1-1/+1
2021-03-17Dynamic tab should not show when triggered on `disabled` element (#33257)Patrick H. Lauke1-2/+2
2021-03-02refactor: use a Map instead of an Object in dom/data (#32180)alpadev1-2/+2
2021-02-10Release v5.0.0-beta2 (#32467)v5.0.0-beta2XhmikosR1-1/+1
2020-12-11Use the ternary operator in a few more places (#32303)XhmikosR1-6/+4
2020-12-10Remove `TRANSITION_END` from utils (#32394)XhmikosR1-2/+1
2020-12-08Refactor components to use a utility function to define jQuery plugins (#32285)alpadev1-15/+2
2020-12-07Prepare v5.0.0-beta1.XhmikosR1-1/+1
2020-12-02Unbreak lines. (#32304)XhmikosR1-14/+5
2020-11-29Move `VERSION` to BaseComponent (#32254)Rohit Sharma1-5/+0
2020-11-29add dispose in base componentJohann-S1-5/+0
2020-11-29create a base componentJohann-S1-11/+6
2020-11-14Add `bs` in data attributesRohit Sharma1-1/+1