aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2018-07-12Ship v4.1.2Mark Otto36-56/+56
2018-07-11Reorganize docs for easier deploysMark Otto3-6/+6
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
2018-07-11distMark Otto6-25/+20
2018-07-11fix(modal): fix unit test and resetting styleJohann-S2-10/+6
2018-07-11fix(modal): removes .navbar-toggler marginCatalin Zalog2-55/+3
2018-06-25fix(tooltip): get tip on placement changeJohann-S2-2/+27
2018-06-25feat(dropdown): add original click eventjakubhonisek2-0/+72
2018-06-21distMark Otto20-76/+98
2018-06-03refactor(plugins): query elements without jqueryJohann-S9-47/+67
2018-06-01refactor(plugins): improve how we query elementsJohann-S6-26/+34
2018-06-01fix(scrollspy): xss in target optionJohann-S1-1/+1
2018-06-01fix(collapse): xss in parent optionJohann-S2-1/+15
2018-06-01fix(tooltip): xss in container optionJohann-S2-21/+34
2018-05-22fix(tooltip): remove useless unit testJohann-S1-40/+0
2018-05-22chore(deps): update qunit and karma-qunitJohann-S13-3/+22
2018-04-30Bump version to v4.1.1v4.1.1Mark Otto36-56/+56
2018-04-29distMark Otto12-13/+15
2018-04-16Bump version to 4.1.0 for remaining files.XhmikosR1-1/+1
2018-04-13fix issue related to Object.keys and Dropdown issueJohann-S5-25/+25
2018-04-12Docs/examples: change links to Sass documentation and example.com to httpsSwardu1-1/+1
2018-04-12modal use global scope for defaultMietekN1-1/+1
2018-04-10v4 improve coverage (#25945)Johann-S7-7/+214
* Improve code coverage for our Button plugin * improve coverage for our Alert plugin * test tooltip update method * test update and dispose for dropdown * increase code coverage requirements
2018-04-09Clean up globals.XhmikosR1-4/+4
Also, add a missing license header in build/workbox.js.
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto33-53/+53
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
2018-04-02Use https when possible.XhmikosR1-1/+1
2018-03-31distMark Otto22-114/+111
2018-03-29fix bundle and run test against itJohann-S3-1/+57
2018-03-26Fix skip element disabled via attribute when using keyboard navigationvsn4ik2-20/+22
2018-03-21Remove the local jquery-1.9.1.min.js.XhmikosR3-8/+3
2018-03-21tests: load 3rd-party libs from the local node_modules folder.XhmikosR1-3/+3
This reduces duplication and the chances to forget to update something.
2018-03-21Update all devDependencies.XhmikosR1-1/+1
Kept back karma-qunit and qunitjs because tests fail.
2018-03-21Use sinon from cdnjs.XhmikosR2-2/+1
2018-03-21tests: use QUnit from the jQuery CDN.XhmikosR3-5499/+2
2018-03-21throw error when coverage is under our thresholdsJohann-S1-6/+5
2018-03-20Use transitionEnd in QUnit since we moved away from PhantomJSJohann-S12-161/+224
2018-03-13Add Sinon to do better unit testJohann-S5-6/+16
2018-03-13fix get the transition duration parentJohann-S2-17/+11
2018-03-13Variable transition durations (#25662)Martijn Cuppens10-66/+167
2018-03-06Add a bit of documentation on how to run the code coverage (#25783)Johann-S1-5/+9
2018-03-05add code coverageJohann-S1-5/+22
2018-03-03distMark Otto4-4/+3
2018-03-03Fix leftover reference to v4.0.0-alpha.6Ed Morley1-1/+1
Running `./build/change-version.js v4.0.0-alpha.6 v4.0.0` fixed this, so the version change script works fine. I'm presuming instead this change was just omitted from 35f80bb12e4e, and then wouldn't have been caught by subsequent runs of `change-version`, since it only ever replaces the exact old version string specified.
2018-02-25Remove unused variable (#25670)Martijn Cuppens1-1/+0
This variable is not used anywhere. Leftover from #18373.
2018-02-24distMark Otto6-11/+11
2018-02-21Consistent usage of $(document.body) instead of $('body') (#25671)Martijn Cuppens3-8/+8
2018-02-19distMark Otto4-7/+32
2018-02-19Fix carousel transition duration (#25218)Martijn Cuppens2-22/+53
2018-02-11Dropdown - Allow to disable Popper.js style (#24092)Johann-S3-5/+55
* Dropdown - Allow to disable Popper.js style * Update dropdown.js * Update dropdown.html * copy changes
2018-02-11distMark Otto4-22/+16
2018-01-21Remove escaping selector and add a warning to inform folks to escape their ↵Johann-S2-27/+1
selectors (#25390)