aboutsummaryrefslogtreecommitdiff
path: root/js/src/dropdown.js
AgeCommit message (Expand)AuthorFilesLines
2016-12-07Rename `.active` to `.show`Starsam801-6/+6
2016-11-26Follow up fix to #19953 for linting error in buildsMark Otto1-1/+1
2016-11-26Dropdown perf - on keyboard nav, find active item in the active dropdown rath...Pierre-Denis Vanduynslager1-5/+1
2016-11-24Make JS compliant with the new ESLint rules.Bardi Harborow1-22/+27
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S1-6/+6
2016-10-19version bump to alpha 5Mark Otto1-2/+2
2016-09-05versionsMark Otto1-2/+2
2016-07-27bump versionsMark Otto1-2/+2
2016-05-30Use named constants for magic numbers (#19992)Chris Rebert1-12/+16
2016-05-22Dropdown: remove dependency to role="menu", role="listbox" a and li elements ...Pierre-Denis Vanduynslager1-6/+3
2015-12-24Merge pull request #18393 from twbs/dropdown-bitwise-less-tricksyChris Rebert1-1/+1
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-12-03Tweak ESLint rules.XhmikosR1-5/+5
2015-11-30dropdown.js: Use more straightforward phrasing for index lower bound checkChris Rebert1-1/+1
2015-10-02Add throw error for undefined method on pluginsJohann-S1-0/+3
2015-08-18js tests passing + eslintJacob Thornton1-8/+16
2015-08-15fix dropdown testJacob Thornton1-2/+2
2015-05-13implement global dispose methodfat1-14/+31
2015-05-10add getters for Version and Default where applicablefat1-0/+8
2015-05-10add dropdownfat1-0/+261