| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-07-24 | Ship v4.1.3v4.1.3 | Mark Otto | 1 | -2/+2 | |
| 2018-07-12 | Ship v4.1.2 | Mark Otto | 1 | -2/+2 | |
| 2018-06-03 | refactor(plugins): query elements without jquery | Johann-S | 1 | -6/+8 | |
| 2018-06-01 | refactor(plugins): improve how we query elements | Johann-S | 1 | -12/+14 | |
| 2018-06-01 | fix(collapse): xss in parent option | Johann-S | 1 | -1/+1 | |
| 2018-04-30 | Bump version to v4.1.1v4.1.1 | Mark Otto | 1 | -2/+2 | |
| 2018-04-13 | fix issue related to Object.keys and Dropdown issue | Johann-S | 1 | -1/+1 | |
| 2018-04-09 | Ship v4.1.0 (#26218)v4.1.0 | Mark Otto | 1 | -2/+2 | |
| * 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-20 | Use transitionEnd in QUnit since we moved away from PhantomJS | Johann-S | 1 | -11/+0 | |
| 2018-03-13 | Variable transition durations (#25662) | Martijn Cuppens | 1 | -3/+5 | |
| 2018-01-18 | Bump version to 4.0.0 | Mark Otto | 1 | -2/+2 | |
| 2018-01-11 | Comply to the new rules. | XhmikosR | 1 | -29/+16 | |
| 2018-01-03 | Multiple accordion support (#25161) | Martijn Cuppens | 1 | -2/+3 | |
| 2017-12-31 | Allow nested structure for accordions (#25121) | Martijn Cuppens | 1 | -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-28 | Update version to 4.0.0-beta.3v4.0.0-beta.3 | Mark Otto | 1 | -2/+2 | |
| 2017-11-13 | Object spread : less jQuery more ES6 (#24665) | Johann-S | 1 | -7/+9 | |
| 2017-10-24 | Change Rollup config to wrap our dist files with jQuery instead of $ | Johann-S | 1 | -2/+2 | |
| 2017-10-23 | Add `Util.jQuery` which will detect jQuery instead of relying on global `$` ↵ | Johann-S | 1 | -1/+1 | |
| (#24513) | |||||
| 2017-10-19 | fix version number | Mark Otto | 1 | -2/+2 | |
| 2017-10-19 | new version number | Mark Otto | 1 | -2/+2 | |
| 2017-10-04 | Use imported jQuery object | Johann-S | 1 | -1/+1 | |
| 2017-09-25 | Collapse - Allow to pass jQuery object or DOM element to the parent option | Johann-S | 1 | -2/+13 | |
| 2017-09-08 | Collapse.js preventDefault if `[data-toggle="collapse"]` is an anchor tag | Patrick Yeo | 1 | -1/+1 | |
| 2017-08-31 | Create a bundled release of Bootstrap with Popper.js inside | Johann-S | 1 | -1/+2 | |
| 2017-08-25 | Collapse - preventDefault only on <a> elements not inside the collapsible | Johann-S | 1 | -1/+2 | |
| element | |||||
| 2017-08-23 | Tweak ESLint rules. | XhmikosR | 1 | -1/+1 | |
| 2017-08-10 | bump to betav4.0.0-beta | Mark Otto | 1 | -2/+2 | |
| 2017-06-14 | Collapse supports multi-target thanks to @vanduynslagerp (#22713) | Johann-S | 1 | -8/+27 | |
| 2017-04-25 | Detach accordion from card without requiring 'data-children' | Pierre Vanduynslager | 1 | -12/+4 | |
| 2017-04-10 | Fix collapse.js aria-expanded behavior | Patrick H. Lauke | 1 | -4/+0 | |
| * Remove aria-expanded from collapse.js target element aria-expanded="true"/aria-expanded="false" only applies to the trigger, not the element that is being expanded/collapsed. * Tweak collapse.js accessibility section ...to make it clearer that the aria-expanded attribute always just goes on the control. * Fix collapse.js unit tests - reword some of the text to make it clear we're checking behavior of trigger/control - move incorrect aria-expanded out of the <div>s and to the actual trigger/control <a>s - fix incorrect test assertion text output false -> true | |||||
| 2017-03-29 | Collapse - Fix check to not prevent event for input and textarea | Johann-S | 1 | -1/+1 | |
| 2017-03-28 | Fix JS components console error "Error: <Component> is transitioning" | Pierre Vanduynslager | 1 | -10/+4 | |
| 2017-03-27 | Collapse - do not prevent event for input and textarea | Johann | 1 | -1/+3 | |
| 2017-03-19 | Merge branch 'collapse' of https://github.com/Johann-S/bootstrap into ↵ | Mark Otto | 1 | -3/+11 | |
| Johann-S-collapse | |||||
| 2017-03-18 | HTMLElement.offset* by getBoundingClientRect() (#21788) | Pierre Vanduynslager | 1 | -3/+1 | |
| * Replace element.offet* by getBoundingClientRect() * Use variable to store BoundingClientRect * Fix cc issue... | |||||
| 2017-03-08 | Fix code style | Johann-S | 1 | -2/+1 | |
| 2017-03-07 | Detach accordions from .card | Johann-S | 1 | -2/+11 | |
| 2017-01-06 | version bump | Mark Otto | 1 | -2/+2 | |
| 2016-12-07 | Rename `.active` to `.show` | Starsam80 | 1 | -8/+8 | |
| 2016-12-02 | [V4] Throw error when a plugin is in transition (#17823) | Johann | 1 | -4/+10 | |
| * Throw error when a plugin is in transition * Add unit tests about plugins in transition | |||||
| 2016-11-24 | Make JS compliant with the new ESLint rules. | Bardi Harborow | 1 | -20/+20 | |
| 2016-10-25 | Use a single class name for opened/expanded/shown state of widgets | Johann-S | 1 | -8/+8 | |
| 2016-10-24 | Merge pull request #18847 from Johann-S/fix18824 | Mark Otto | 1 | -1/+1 | |
| Fix bug multiple accordions collapse | |||||
| 2016-10-19 | version bump to alpha 5 | Mark Otto | 1 | -2/+2 | |
| 2016-10-19 | Fix bug multiple accordions collapse | Johann-S | 1 | -1/+1 | |
| 2016-10-11 | Collapse using card component | Johann-S | 1 | -1/+1 | |
| 2016-10-09 | Merge pull request #17568 from Johann-S/fixCollapseHeight | Mark Otto | 1 | -1/+1 | |
| [Fix #17555][V4] fix resetting style on closing collapse | |||||
| 2016-09-05 | versions | Mark Otto | 1 | -2/+2 | |
| 2016-07-27 | bump versions | Mark Otto | 1 | -2/+2 | |
| 2015-12-08 | Update version numbers using npm script | Chris Rebert | 1 | -1/+1 | |
| Errata from: * 8ce5da30260c1368ae97838fcf010375071a7243 * 5d3144e8fb5c7202991b7614d77dfc00903fcb2e which missed a few numbers. [skip sauce] [skip validator] | |||||
