aboutsummaryrefslogtreecommitdiff
path: root/js/src/collapse.js
AgeCommit message (Expand)AuthorFilesLines
2021-09-28Enable `unicorn/no-array-for-each` ruleXhmikosR1-14/+16
2021-09-28Enable `unicorn/no-for-loop` ruleXhmikosR1-5/+2
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
2020-11-11Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3XhmikosR1-2/+2
2020-11-01Streamline jQuery comment. (#32016)XhmikosR1-1/+1
2020-11-01Fix TypeError when Bootstrap is included in `head` (#32024)Sascha1-11/+14
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR1-2/+2
2020-07-12Add parentheses around multiple spread conditionsXhmikosR1-1/+1
2020-06-17collapse.js: return early.XhmikosR1-13/+13
2020-06-17Remove a couple of variables used onceXhmikosR1-2/+1
2020-06-16Rename "master" to "main". (#31050)XhmikosR1-1/+1
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-2/+2
2020-04-17collapse: don't rely on implicit conversion (#30566)XhmikosR1-1/+1