aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2016-07-27grunt distMark Otto11-11/+11
2016-07-27bump versionsMark Otto22-42/+42
2016-06-28Support jQuery v3 in Bootstrap v4 (#20191)Chris Rebert1-4/+4
2016-06-28ScrollSpy unit test: Use single done() in a then() instead of multiple done()...Dave Methvin1-2/+2
2016-06-27Scrollspy test: Allow for async .then() in jQuery 3; fixes #20182Dave Methvin1-2/+2
2016-06-26Remove unnecessary usage of Promises in non-async ScrollSpy tests (#20180)Chris Rebert1-28/+26
2016-06-12Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto14-188/+223
2016-06-05Enable more rules from ESLint 2.0; refs #19999 (#20076)Chris Rebert2-1/+10
2016-06-04gruntChris Rebert10-17/+32
2016-06-04Upgrade to latest version of JSCS (v3.0.4) (#20070)Chris Rebert1-2/+0
2016-06-04Update ESLint to v2.11.1 (latest stable) (#20068)Chris Rebert1-0/+2
2016-06-04Upgrade ESLint to v2.9.0 (#20047)Chris Rebert1-1/+3
2016-06-04Update ESLint to v2.5.3 (#20043)Chris Rebert2-3/+11
2016-06-04Upgrade ESLint to v2.3.0 (#20041)Chris Rebert1-164/+165
2016-05-31Tweak Esc key comment in modal.jsChris Rebert1-1/+1
2016-05-31Enable new ESLint-recommended rules in ESLint configChris Rebert1-0/+2
2016-05-31Migrate parser & env config to ESLint 2.0.0Chris Rebert1-0/+5
2016-05-31Comply with consistent-return ESLint ruleChris Rebert2-0/+2
2016-05-31Migrate ESLint rules config to ESLint 2.0.0Chris Rebert1-3/+1
2016-05-31Upgrade ESLint to v1.10.3Chris Rebert1-0/+0
2016-05-30Upgrade ESLint to v1.9.0Chris Rebert1-1/+2
2016-05-30Upgrade ESlint to v1.7.3Chris Rebert1-0/+2
2016-05-30Use named constants for magic numbers (#19992)Chris Rebert4-16/+25
2016-05-30Fix load & scroll event usage in ScrollSpy tests (#19986)Chris Rebert1-7/+7
2016-05-29js/tests/unit/scrollspy.js: Fix "offsed" typos (#19985)Chris Rebert1-2/+2
2016-05-26Merge pull request #19894 from twbs/v4-dev-jquery223XhmikosR1-4/+4
2016-05-26Update jQuery to v2.2.4.XhmikosR1-4/+4
2016-05-18Remove stray "~" in modal paddingRight value (#19932)akai1-1/+1
2016-05-11Handle aria-hidden on modal container when showing/hidingPatrick H. Lauke2-0/+19
2016-05-08gruntMark Otto2-8/+2
2016-04-21Modal: Remove IE8-specific window.innerWidth workaroundChris Rebert1-7/+1
2016-03-19Update jQuery to v2.2.2.XhmikosR1-4/+4
2016-02-27JS visual tests: Remove usages of defunct .page-header classChris Rebert9-27/+9
2016-02-27Update tether to v1.2.0.XhmikosR1-2/+1
2016-02-19Run grunt.XhmikosR2-2/+2
2016-02-19Fix validation errors.XhmikosR2-2/+2
2016-02-17Replace jQuery with vanilla JSPatrick H. Lauke1-1/+1
2016-02-16gruntMark Otto2-1/+3
2016-02-16Visual/manual test for checkbox/radio button kbd behaviorPatrick H. Lauke1-0/+5
2016-02-16Focus (visually hidden) input radio/checkboxPatrick H. Lauke1-0/+3
2016-02-16js/tests/index.html: Replace jQuery event alias methods with functions that t...Chris Rebert1-1/+4
2016-02-03Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto3-3/+3
2016-01-26scrollspy.js: Avoid gratuitous non-ASCII for consistency+compatibilityChris Rebert1-1/+1
2016-01-01grunt dist docsChris Rebert6-5/+7
2015-12-24ESLint: enable no-bitwise ruleChris Rebert1-1/+1
2015-12-24Exempt getUID() from ESLint's no-bitwise ruleChris Rebert1-0/+2
2015-12-24Merge pull request #18393 from twbs/dropdown-bitwise-less-tricksyChris Rebert1-1/+1
2015-12-24Merge pull request #18638 from twbs/fix-18365Chris Rebert2-2/+46
2015-12-24Run `grunt`.XhmikosR20-20/+20
2015-12-22Modal: Ignore spurious `focus` event that Firefox fires at `document` when sw...Chris Rebert1-2/+3