aboutsummaryrefslogtreecommitdiff
path: root/js/src
AgeCommit message (Collapse)AuthorFilesLines
2018-07-12Ship v4.1.2Mark Otto12-22/+22
2018-07-11fix(modal): fix unit test and resetting styleJohann-S1-9/+4
2018-07-11fix(modal): removes .navbar-toggler marginCatalin Zalog1-13/+3
2018-06-25fix(tooltip): get tip on placement changeJohann-S1-2/+4
2018-06-25feat(dropdown): add original click eventjakubhonisek1-0/+4
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-S1-1/+1
2018-06-01fix(tooltip): xss in container optionJohann-S1-1/+1
2018-04-30Bump version to v4.1.1v4.1.1Mark Otto12-22/+22
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-S4-4/+4
2018-04-12modal use global scope for defaultMietekN1-1/+1
2018-04-10v4 improve coverage (#25945)Johann-S1-2/+4
* 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-09Ship v4.1.0 (#26218)v4.1.0Mark Otto11-21/+21
* 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-03-26Fix skip element disabled via attribute when using keyboard navigationvsn4ik1-1/+1
2018-03-20Use transitionEnd in QUnit since we moved away from PhantomJSJohann-S7-54/+18
2018-03-13fix get the transition duration parentJohann-S1-3/+6
2018-03-13Variable transition durations (#25662)Martijn Cuppens7-66/+79
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-21Consistent usage of $(document.body) instead of $('body') (#25671)Martijn Cuppens3-8/+8
2018-02-19Fix carousel transition duration (#25218)Martijn Cuppens1-20/+40
2018-02-11Dropdown - Allow to disable Popper.js style (#24092)Johann-S1-2/+10
* Dropdown - Allow to disable Popper.js style * Update dropdown.js * Update dropdown.html * copy changes
2018-01-21Remove escaping selector and add a warning to inform folks to escape their ↵Johann-S1-14/+0
selectors (#25390)
2018-01-21ignore case (#25373)denisx1-1/+1
Less on 2 symbols
2018-01-21Update dropdown.js to allow referenceElement (#25219)719media1-8/+17
2018-01-18Bump version to 4.0.0Mark Otto11-21/+21
2018-01-11Comply to the new rules.XhmikosR12-337/+196
2018-01-08Check for window before window.QUnit (#25199)Łukasz1-1/+1
2018-01-03Multiple accordion support (#25161)Martijn Cuppens1-2/+3
2017-12-31Allow nested structure for accordions (#25121)Martijn Cuppens1-1/+5
This commit allows nested structures for accordions. Also a part of the documentation about data-children is removed because this functionality didn't work and it's not applicable anymore. Tests with the collapse accordion are also a bit adjusted to the new situation.
2017-12-31Update devDependencies and gems. (#25083)XhmikosR1-0/+1
2017-12-28Update version to 4.0.0-beta.3v4.0.0-beta.3Mark Otto11-21/+21
2017-12-12tooltip+popover: add boundary config option (#24979)Troy Morehouse1-2/+7
2017-12-12dropdown: add boundary config option (#24976)Troy Morehouse1-3/+15
2017-12-07Use only transitionend event (#24962)Mr_Green1-15/+2
2017-11-26tab.js: do not remove fade class if there's no initial active paneAlessandro Chitolina1-14/+4
2017-11-15Simplify spread (#24774)Vasilii Artemchuk2-16/+10
2017-11-13Object spread : less jQuery more ES6 (#24665)Johann-S7-50/+82
2017-11-07Escape ID in Util.getSelectorFromElement (#24700)Johann-S1-0/+13
2017-11-07Popover - call `content` once if it's a function. (#24690)Johann-S1-4/+6
2017-10-30Do not create a Popper.js instance when we don't need itJohann-S1-21/+18
2017-10-29Throw error about Popper.js only when it's needed because some of our ↵Johann-S2-17/+15
plugins don't use it (#24573)
2017-10-29Add dropright and dropleft (right and left placements for our dropdown) (#23860)Johann-S1-2/+12
* Add dropright (right placement for our dropdown) * Add dropleft * moves drop left arrow to the left
2017-10-27Fix unit tests.Johann-S1-14/+1
2017-10-27Dropdown handle keydown on input and textarea.Pierre-Denis Vanduynslager1-2/+24
2017-10-24Change Rollup config to wrap our dist files with jQuery instead of $Johann-S12-29/+23
2017-10-23Clean up transitionEnd properties. (#24511)XhmikosR1-2/+0
We don't support Opera 12, and Firefox's property was the unprefixed one.