aboutsummaryrefslogtreecommitdiff
path: root/js/src/collapse.js
AgeCommit message (Expand)AuthorFilesLines
2022-02-07Optimize jQueryInterface in Collapse (#35689)Anton1-5/+5
2022-01-29collapse: merge class togglingGeoSot1-6/+1
2022-01-29Rename variablesXhmikosR1-8/+8
2021-12-10Extract Component config functionality to a separate class (#33872)GeoSot1-12/+7
2021-10-13Change the way collapse handles its children on openingGeoSot1-21/+9
2021-10-13collapse: extract duplicate code to a functionGeoSot1-7/+10
2021-10-13JS: minor refactoring (#35183)XhmikosR1-25/+12
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-14/+16
2021-10-05Enable `unicorn/no-for-loop` ruleXhmikosR1-5/+2
2021-10-05Release v5.1.2 (#35114)XhmikosR1-1/+1
2021-09-15Fix Collapse regression of handling toggling between sibling chilldren (#34951)GeoSot1-2/+3
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR1-1/+1
2021-08-30Collapse on toggle, should not hide descendant tabpanels (#34835)GeoSot1-1/+1
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-1/+1
2021-07-29transfer `interface` inside `jQueryInterface`GeoSot1-18/+14
2021-07-29simplify initialization on `data-toggle` clickGeoSot1-6/+1
2021-07-29keep parent only as elementGeoSot1-15/+13
2021-07-29remove duplicated `Selector.find`GeoSot1-4/+1
2021-07-29Simplify check for childrenGeoSot1-8/+2
2021-07-29initialize variable properlyGeoSot1-16/+10
2021-07-29Refactor internal function to use it in more cases.GeoSot1-25/+13
2021-07-29Add a helper function to check for showingGeoSot1-12/+12
2021-07-29Remove redundant check on `data-toggle` click.GeoSot1-12/+2
2021-07-29streamline `_getConfig` & interfaceGeoSot1-11/+4
2021-07-05Add horizontal collapse supportMark Otto1-1/+2
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR1-1/+1
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot1-3/+3
2021-05-13Release v5.0.1 (#33972)v5.0.1XhmikosR1-1/+1
2021-05-13Move get element functionality to a helper (#33327)GeoSot1-9/+2
2021-05-11Extract static `DATA_KEY` & `EVENT_KEY` to base-component (#33635)GeoSot1-3/+3
2021-05-11Refactor: move disposing properties into the base class (#33740)GeoSot1-8/+0
2021-05-10Merge js-components 'transitionend' listener callbacks into one methodGeoSot1-9/+2
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR1-1/+1
2021-03-23Release v5.0.0-beta3 (#33439)v5.0.0-beta3XhmikosR1-1/+1
2021-03-02refactor: use a Map instead of an Object in dom/data (#32180)alpadev1-4/+4
2021-02-22Allow constructors to accept a CSS selector (#32245)Rohit Sharma1-3/+3
2021-02-10Release v5.0.0-beta2 (#32467)v5.0.0-beta2XhmikosR1-1/+1
2020-12-21collapse: prevent url change if `A` nested tag is clicked (#32438)Daniele Faraglia1-1/+1
2020-12-10Remove `TRANSITION_END` from utils (#32394)XhmikosR1-3/+2
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-4/+2
2020-11-29Remove setData from construtors (#32264)Rohit Sharma1-2/+0
2020-11-29Move `VERSION` to BaseComponent (#32254)Rohit Sharma1-5/+0
2020-11-29add dispose in base componentJohann-S1-3/+1
2020-11-29create a base componentJohann-S1-6/+8
2020-11-14Use `Array.find` instead of `Array.filter`XhmikosR1-2/+2
2020-11-14Add `bs` in data attributesRohit Sharma1-4/+4