aboutsummaryrefslogtreecommitdiff
path: root/js/src/collapse.js
AgeCommit message (Expand)AuthorFilesLines
2017-08-23Tweak ESLint rules.XhmikosR1-1/+1
2017-08-10bump to betav4.0.0-betaMark Otto1-2/+2
2017-06-14Collapse supports multi-target thanks to @vanduynslagerp (#22713)Johann-S1-8/+27
2017-04-25Detach accordion from card without requiring 'data-children'Pierre Vanduynslager1-12/+4
2017-04-10Fix collapse.js aria-expanded behaviorPatrick H. Lauke1-4/+0
2017-03-29Collapse - Fix check to not prevent event for input and textareaJohann-S1-1/+1
2017-03-28Fix JS components console error "Error: <Component> is transitioning"Pierre Vanduynslager1-10/+4
2017-03-27Collapse - do not prevent event for input and textareaJohann1-1/+3
2017-03-19Merge branch 'collapse' of https://github.com/Johann-S/bootstrap into Johann-...Mark Otto1-3/+11
2017-03-18HTMLElement.offset* by getBoundingClientRect() (#21788)Pierre Vanduynslager1-3/+1
2017-03-08Fix code styleJohann-S1-2/+1
2017-03-07Detach accordions from .cardJohann-S1-2/+11
2017-01-06version bumpMark Otto1-2/+2
2016-12-07Rename `.active` to `.show`Starsam801-8/+8
2016-12-02[V4] Throw error when a plugin is in transition (#17823)Johann1-4/+10
2016-11-24Make JS compliant with the new ESLint rules.Bardi Harborow1-20/+20
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S1-8/+8
2016-10-24Merge pull request #18847 from Johann-S/fix18824Mark Otto1-1/+1
2016-10-19version bump to alpha 5Mark Otto1-2/+2
2016-10-19Fix bug multiple accordions collapseJohann-S1-1/+1
2016-10-11Collapse using card componentJohann-S1-1/+1
2016-10-09Merge pull request #17568 from Johann-S/fixCollapseHeightMark Otto1-1/+1
2016-09-05versionsMark Otto1-2/+2
2016-07-27bump versionsMark Otto1-2/+2
2015-12-08Update version numbers using npm scriptChris Rebert1-1/+1
2015-12-08manually bump versions because npm script wasn't working for meMark Otto1-1/+1
2015-12-05Fix version numbers is JS files; fixes #18435Chris Rebert1-2/+2
2015-10-02Add throw error for undefined method on pluginsJohann-S1-0/+3
2015-09-11fix resetting style on closing collapseJohann-S1-1/+1
2015-08-18js tests passing + eslintJacob Thornton1-10/+9
2015-05-13al tests passing, dist rebuilt, w/typecheckerfat1-2/+2
2015-05-13add simple type checker implementationfat1-1/+13
2015-05-13implement global dispose methodfat1-7/+19
2015-05-10add getters for Version and Default where applicablefat1-4/+14
2015-05-09add collapsefat1-0/+345