| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-05-08 | Rename `eventHandler` and `selectorEngine` files. | XhmikosR | 1 | -2/+2 | |
| 2019-03-11 | Comply to the new rules. | XhmikosR | 1 | -17/+17 | |
| 2019-02-26 | move util in a util folder with the sanitizer | Johann-S | 1 | -6/+11 | |
| 2019-02-20 | chore(update): bump to 4.1.3 | Johann-S | 1 | -0/+10 | |
| 2019-02-20 | fix(plugins): save instance in constructor | Johann-S | 1 | -2/+5 | |
| 2019-02-20 | fix(data): do not use data object in our unit tests | Johann-S | 1 | -0/+4 | |
| 2019-02-20 | remove old references to jquery and some fixes | Johann-S | 1 | -3/+6 | |
| 2019-02-20 | Second element of find and findOne should be optional, not the first one | Johann-S | 1 | -1/+1 | |
| 2019-02-20 | fix declaration of alert jquery plugin only if jquery is available | Johann-S | 1 | -5/+5 | |
| 2019-02-20 | Disable ESlint on no-return-assign and temporary for arrow-body-style | Johann-S | 1 | -1/+1 | |
| 2019-02-20 | Remove jQuery from alert.js and add .alert only if jQuery is available | Johann-S | 1 | -17/+10 | |
| 2019-02-20 | Add event delegation + fix EventHandler.one | Johann-S | 1 | -6/+1 | |
| 2019-02-20 | Add CustomEvent polyfill and a working preventDefault for IE | Johann-S | 1 | -1/+2 | |
| 2019-02-20 | alert without jquery | Johann-S | 1 | -21/+16 | |
| 2019-02-20 | Remove jQuery from Util.js | Johann-S | 1 | -1/+2 | |
| s | |||||
| 2019-02-13 | Release v4.3.1. (#28252)v4.3.1 | XhmikosR | 1 | -2/+2 | |
| 2019-02-11 | Release v4.3.0 (#28228)v4.3.0 | Mark Otto | 1 | -2/+2 | |
| * Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map | |||||
| 2018-12-21 | Bump to v4.2.1 (#27892)v4.2.1 | Mark Otto | 1 | -2/+2 | |
| 2018-12-21 | Prep for v4.2.0 release | Mark Otto | 1 | -2/+2 | |
| - 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-11-14 | some cleaning and changes for readability | Johann-S | 1 | -3/+3 | |
| 2018-09-26 | remove useless iife | Johann-S | 1 | -133/+129 | |
| 2018-08-12 | Use ES6 arrow function. | XhmikosR | 1 | -1/+1 | |
| 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 | -1/+1 | |
| 2018-04-30 | Bump version to v4.1.1v4.1.1 | Mark Otto | 1 | -2/+2 | |
| 2018-04-10 | v4 improve coverage (#25945) | Johann-S | 1 | -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-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 | -2/+1 | |
| 2018-03-13 | Variable transition durations (#25662) | Martijn Cuppens | 1 | -2/+3 | |
| 2018-01-18 | Bump version to 4.0.0 | Mark Otto | 1 | -2/+2 | |
| 2018-01-11 | Comply to the new rules. | XhmikosR | 1 | -17/+4 | |
| 2017-12-28 | Update version to 4.0.0-beta.3v4.0.0-beta.3 | Mark Otto | 1 | -2/+2 | |
| 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-08-31 | Create a bundled release of Bootstrap with Popper.js inside | Johann-S | 1 | -1/+2 | |
| 2017-08-10 | bump to betav4.0.0-beta | Mark Otto | 1 | -2/+2 | |
| 2017-01-06 | version bump | Mark Otto | 1 | -2/+2 | |
| 2016-12-07 | Rename `.active` to `.show` | Starsam80 | 1 | -4/+4 | |
| 2016-11-24 | Make JS compliant with the new ESLint rules. | Bardi Harborow | 1 | -7/+7 | |
| 2016-10-31 | Move from $.proxy to es6 arrow functions. (#21049) | Bardi Harborow | 1 | -1/+1 | |
| 2016-10-25 | Use a single class name for opened/expanded/shown state of widgets | Johann-S | 1 | -4/+4 | |
| 2016-10-19 | version bump to alpha 5 | Mark Otto | 1 | -2/+2 | |
| 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] | |||||
| 2015-12-08 | manually bump versions because npm script wasn't working for me | Mark Otto | 1 | -1/+1 | |
