aboutsummaryrefslogtreecommitdiff
path: root/js/src/index.js
AgeCommit message (Collapse)AuthorFilesLines
2019-03-11build bootstrap in esmJohann-S1-32/+0
2019-02-26move util in a util folder with the sanitizerJohann-S1-2/+0
2019-02-20Use `Util.makeArray()`.XhmikosR1-7/+7
2019-02-20chore(update): bump to 4.1.3Johann-S1-17/+0
2019-02-20fix(event-handler): remove polyfill and move it to indexJohann-S1-0/+17
2019-02-20fix(data): do not use data object in our unit testsJohann-S1-2/+2
2019-02-20remove old references to jquery and some fixesJohann-S1-15/+0
2019-02-20Check jQuery version only if jQuery is availableJohann-S1-14/+11
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR1-1/+1
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto1-1/+1
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
2018-12-21Bump to v4.2.1 (#27892)v4.2.1Mark Otto1-1/+1
2018-12-21Prep for v4.2.0 releaseMark Otto1-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-11-13Create toast JS plugin, add unit tests.Johann-S1-0/+2
2018-09-26remove useless iifeJohann-S1-2/+2
2018-07-24Ship v4.1.3v4.1.3Mark Otto1-1/+1
2018-07-12Ship v4.1.2Mark Otto1-1/+1
2018-04-30Bump version to v4.1.1v4.1.1Mark Otto1-1/+1
2018-04-16Bump version to 4.1.0 for remaining files.XhmikosR1-1/+1
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-01-11Comply to the new rules.XhmikosR1-2/+2
2017-10-24Change Rollup config to wrap our dist files with jQuery instead of $Johann-S1-2/+2
2017-10-23Add `Util.jQuery` which will detect jQuery instead of relying on global `$` ↵Johann-S1-1/+1
(#24513)
2017-10-19Make 1.9.1 the minimum jQuery version again. (#24434)XhmikosR1-4/+8
2017-10-04Use imported jQuery objectJohann-S1-2/+2
2017-08-31Regroup our jQuery check in the same IIFEJohann-S1-4/+4
2017-08-31Create a bundled release of Bootstrap with Popper.js insideJohann-S1-0/+46