| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-12 | Bump version to 4.5.0. | XhmikosR | 1 | -1/+1 | |
| 2020-05-12 | Minor lint tweaks and rules cleanup | XhmikosR | 1 | -1/+1 | |
| 2020-05-12 | Join/break a few lines, no functional changes | XhmikosR | 1 | -1/+0 | |
| 2020-03-31 | Backport (#30383) | Johann-S | 1 | -0/+4 | |
| fix: ensure totype always return stringified null when null passed | |||||
| 2019-11-28 | Release v4.4.1.v4.4.1 | XhmikosR | 1 | -1/+1 | |
| 2019-11-26 | Release v4.4.0 (#29735)v4.4.0 | XhmikosR | 1 | -1/+1 | |
| 2019-03-08 | fix jquery detection | Johann-S | 1 | -0/+18 | |
| 2019-02-13 | Release v4.3.1. (#28252)v4.3.1 | XhmikosR | 1 | -1/+1 | |
| 2019-02-11 | Release v4.3.0 (#28228)v4.3.0 | Mark Otto | 1 | -1/+1 | |
| * Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map | |||||
| 2018-12-23 | getSelectorFromElement return null on bad selectors (#27912) | Johann-S | 1 | -1/+5 | |
| 2018-12-21 | Bump to v4.2.1 (#27892)v4.2.1 | Mark Otto | 1 | -1/+1 | |
| 2018-12-21 | Prep for v4.2.0 release | Mark Otto | 1 | -1/+1 | |
| - Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more | |||||
| 2018-12-05 | Allow Tooltips/Popovers to work in shadow DOM | Johann-S | 1 | -0/+23 | |
| 2018-11-14 | some cleaning and changes for readability | Johann-S | 1 | -2/+1 | |
| 2018-10-30 | Prevent the background to be shown when transitioning | Martijn Cuppens | 1 | -2/+6 | |
| 2018-09-26 | remove useless iife | Johann-S | 1 | -114/+111 | |
| 2018-09-13 | throw error when folks try to use a bad selector | Johann-S | 1 | -6/+3 | |
| 2018-08-31 | add information about valid selectors (#27137) | Johann-S | 1 | -8/+1 | |
| 2018-08-12 | fix(util): use querySelector for ids | Johann-S | 1 | -1/+1 | |
| 2018-08-07 | fix(util): use getElementById when it's possible | Johann-S | 1 | -2/+10 | |
| 2018-07-24 | Ship v4.1.3v4.1.3 | Mark Otto | 1 | -1/+1 | |
| 2018-07-12 | Ship v4.1.2 | Mark Otto | 1 | -1/+1 | |
| 2018-06-01 | refactor(plugins): improve how we query elements | Johann-S | 1 | -2/+1 | |
| 2018-04-30 | Bump version to v4.1.1v4.1.1 | Mark Otto | 1 | -1/+1 | |
| 2018-04-09 | Ship v4.1.0 (#26218)v4.1.0 | Mark Otto | 1 | -1/+1 | |
| * 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 | -22/+7 | |
| 2018-03-13 | fix get the transition duration parent | Johann-S | 1 | -3/+6 | |
| 2018-03-13 | Variable transition durations (#25662) | Martijn Cuppens | 1 | -0/+18 | |
| 2018-01-21 | Remove escaping selector and add a warning to inform folks to escape their ↵ | Johann-S | 1 | -14/+0 | |
| selectors (#25390) | |||||
| 2018-01-21 | ignore case (#25373) | denisx | 1 | -1/+1 | |
| Less on 2 symbols | |||||
| 2018-01-18 | Bump version to 4.0.0 | Mark Otto | 1 | -1/+1 | |
| 2018-01-11 | Comply to the new rules. | XhmikosR | 1 | -11/+8 | |
| 2018-01-08 | Check for window before window.QUnit (#25199) | Łukasz | 1 | -1/+1 | |
| 2017-12-28 | Update version to 4.0.0-beta.3v4.0.0-beta.3 | Mark Otto | 1 | -1/+1 | |
| 2017-12-07 | Use only transitionend event (#24962) | Mr_Green | 1 | -15/+2 | |
| 2017-11-07 | Escape ID in Util.getSelectorFromElement (#24700) | Johann-S | 1 | -0/+13 | |
| 2017-10-24 | Change Rollup config to wrap our dist files with jQuery instead of $ | Johann-S | 1 | -5/+1 | |
| 2017-10-23 | Clean up transitionEnd properties. (#24511) | XhmikosR | 1 | -2/+0 | |
| We don't support Opera 12, and Firefox's property was the unprefixed one. | |||||
| 2017-10-23 | Add `Util.jQuery` which will detect jQuery instead of relying on global `$` ↵ | Johann-S | 1 | -0/+4 | |
| (#24513) | |||||
| 2017-10-19 | fix version number | Mark Otto | 1 | -1/+1 | |
| 2017-10-19 | new version number | Mark Otto | 1 | -1/+1 | |
| 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 | -5/+5 | |
| 2017-08-31 | Create a bundled release of Bootstrap with Popper.js inside | Johann-S | 1 | -1/+3 | |
| 2017-08-25 | Fix XSS in data-target | Johann-S | 1 | -1/+1 | |
| 2017-08-23 | Tweak ESLint rules. | XhmikosR | 1 | -3/+3 | |
| 2017-08-10 | bump to betav4.0.0-beta | Mark Otto | 1 | -1/+1 | |
| 2017-03-18 | Fix getSelectorFromElement when # is a selector (#21615) | Johann | 1 | -4/+7 | |
| * Fix getSelectorFromElement when # is a selector * Thanks to @vanduynslagerp remove regex to validate selector | |||||
| 2017-01-06 | version bump | Mark Otto | 1 | -1/+1 | |
| 2016-11-24 | Make JS compliant with the new ESLint rules. | Bardi Harborow | 1 | -17/+13 | |
