aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2016-10-19gruntMark Otto11-11/+11
2016-10-19version bump to alpha 5Mark Otto22-42/+42
2016-10-16gruntMark Otto4-4/+4
2016-10-12v4: Fix outdated utilites classesvsn4ik3-9/+9
2016-10-11Collapse using card componentJohann-S4-58/+58
2016-10-10Merge pull request #17614 from Johann-S/patchTooltipMark Otto1-1/+1
[Fix #17611][V4] Change destroy to dispose for tooltip in _JQueryInterface
2016-10-09gruntMark Otto2-2/+2
2016-10-09Merge pull request #17568 from Johann-S/fixCollapseHeightMark Otto2-1/+16
[Fix #17555][V4] fix resetting style on closing collapse
2016-10-09gruntMark Otto4-6/+5
2016-10-09Merge branch 'tooltip-arrow' of https://github.com/brnrdog/bootstrap into ↵Mark Otto2-4/+1
brnrdog-tooltip-arrow
2016-10-09gruntMark Otto22-1787/+1633
2016-10-09Merge pull request #20555 from bardiharborow/updatedepsMark Otto5-1461/+1868
Update dependencies, including Babel to v6 and zeroUnits fix.
2016-10-09gruntMark Otto2-3/+3
2016-10-09Update dependencies, including Babel to v6 and zeroUnits fix.Bardi Harborow5-1461/+1868
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow3-8/+8
2016-09-15replace some profanities (#20715)VarelloThemes1-1/+1
2016-09-05gruntMark Otto11-11/+11
2016-09-05versionsMark Otto22-42/+42
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
* bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x
2016-06-28ScrollSpy unit test: Use single done() in a then() instead of multiple ↵Dave Methvin1-2/+2
done()s (#20198) Fixes test flakiness on OS X Safari and Android when using jQuery 3. Fixes #20182 more Refs #20191
2016-06-27Scrollspy test: Allow for async .then() in jQuery 3; fixes #20182Dave Methvin1-2/+2
Instead of doing a new assert.async(), just do a single one for the entire test and let the .then() be async as well. Closes #20190
2016-06-26Remove unnecessary usage of Promises in non-async ScrollSpy tests (#20180)Chris Rebert1-28/+26
Closes #19906 [skip validator]
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
[skip sauce] [skip validator]
2016-06-04gruntChris Rebert10-17/+32
[ci skip]
2016-06-04Upgrade to latest version of JSCS (v3.0.4) (#20070)Chris Rebert1-2/+0
Fixes #20002 [skip sauce] [skip validator]
2016-06-04Update ESLint to v2.11.1 (latest stable) (#20068)Chris Rebert1-0/+2
Fixes #19908 [skip sauce] [skip validator]
2016-06-04Upgrade ESLint to v2.9.0 (#20047)Chris Rebert1-1/+3
Refs #19908 [skip sauce] [skip validator]
2016-06-04Update ESLint to v2.5.3 (#20043)Chris Rebert2-3/+11
Refs #19908. [skip sauce] [skip validator]
2016-06-04Upgrade ESLint to v2.3.0 (#20041)Chris Rebert1-164/+165
Refs #19908 [skip sauce]
2016-05-31Tweak Esc key comment in modal.jsChris Rebert1-1/+1
[skip sauce] [skip validator]
2016-05-31Enable new ESLint-recommended rules in ESLint configChris Rebert1-0/+2
Refs http://eslint.org/docs/user-guide/migrating-to-2.0.0#new-rules-in-eslintrecommended
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
Refs http://eslint.org/docs/user-guide/migrating-to-2.0.0
2016-05-31Upgrade ESLint to v1.10.3Chris Rebert1-0/+0
Refs #19908
2016-05-30Upgrade ESLint to v1.9.0Chris Rebert1-1/+2
Refs #19908
2016-05-30Upgrade ESlint to v1.7.3Chris Rebert1-0/+2
Enable new rules: * no-empty-pattern * no-magic-numbers (exempting 0 and ±1) Refs #19908 [skip sauce] [skip validator]
2016-05-30Use named constants for magic numbers (#19992)Chris Rebert4-16/+25
Mostly KeyboardEvent.which and MouseEvent.which values. [skip validator]
2016-05-30Fix load & scroll event usage in ScrollSpy tests (#19986)Chris Rebert1-7/+7
* Use $.one() instead of $.on() since there are no $.off()s in the code. * Remove unnecessary namespacing of listeners for the `scroll` & `load` events. These are vanilla DOM events (not custom jQuery namespaced events) and we're not using jQuery namespacing to manage these event listeners either (e.g. `$.off()`). [skip validator]
2016-05-29js/tests/unit/scrollspy.js: Fix "offsed" typos (#19985)Chris Rebert1-2/+2
[skip sauce] [skip validator]
2016-05-26Merge pull request #19894 from twbs/v4-dev-jquery223XhmikosR1-4/+4
Update jQuery to v2.2.4.
2016-05-26Update jQuery to v2.2.4.XhmikosR1-4/+4
2016-05-18Remove stray "~" in modal paddingRight value (#19932)akai1-1/+1
[skip validator]
2016-05-11Handle aria-hidden on modal container when showing/hidingPatrick H. Lauke2-0/+19
Fixes #19878
2016-05-08gruntMark Otto2-8/+2
2016-04-21Modal: Remove IE8-specific window.innerWidth workaroundChris Rebert1-7/+1
[skip validator]
2016-03-19Update jQuery to v2.2.2.XhmikosR1-4/+4