| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-06-18 | Update devDependencies. (#28924) | XhmikosR | 1 | -10/+10 | |
| 2019-06-03 | Update devDependencies. (#28798) | XhmikosR | 1 | -11/+11 | |
| Notably: * bundlesize 0.15.3 → ^0.17.2 * eslint-plugin-unicorn ^8.0.2 → ^9.0.0 * terser ^3.17.0 → ^4.0.0 | |||||
| 2019-05-30 | Use `npm-run-all` in the `netlify` script. (#28846) | XhmikosR | 1 | -1/+1 | |
| 2019-05-23 | Helpers & utilities split (#28445) | Martijn Cuppens | 1 | -2/+2 | |
| 2019-05-16 | linkinator: add silent flag. | XhmikosR | 1 | -1/+1 | |
| This should reduce its output. | |||||
| 2019-05-16 | Update devDependencies. | XhmikosR | 1 | -5/+5 | |
| 2019-05-02 | Update devDependencies. (#28716) | XhmikosR | 1 | -3/+3 | |
| 2019-04-29 | Update devDependencies. (#28655) | XhmikosR | 1 | -16/+16 | |
| 2019-04-15 | update-deps: remove `jquery` exclude. (#28659) | XhmikosR | 1 | -1/+1 | |
| 2019-04-15 | Update hugo-bin to v0.43.1 (Hugo 0.55.1). (#28631) | XhmikosR | 1 | -1/+1 | |
| 2019-04-15 | remove custom browserlist for our esm build (#28642) | Johann-S | 1 | -2/+2 | |
| 2019-04-10 | clean-css: the option is named `breakWith` | XhmikosR | 1 | -2/+2 | |
| 2019-04-10 | Update devDependencies. | XhmikosR | 1 | -19/+19 | |
| 2019-03-26 | Add a `netlify` npm script. (#28552) | XhmikosR | 1 | -0/+1 | |
| 2019-03-24 | Simplify npm docs script a bit. | XhmikosR | 1 | -2/+2 | |
| 2019-03-24 | Add the css-copy and js-copy tasks before the build script. | XhmikosR | 1 | -0/+1 | |
| 2019-03-23 | Update devDependencies. (#28538) | XhmikosR | 1 | -9/+9 | |
| 2019-03-19 | Fix `css-prefix-docs` script to be more restrictive. (#28525) | XhmikosR | 1 | -1/+1 | |
| 2019-03-18 | Revert "remove `--compress typeofs=false` from terser." | XhmikosR | 1 | -2/+2 | |
| This reverts commit 25bba7bd68d1eceb2e8b6f436d5719b4d348a733. | |||||
| 2019-03-13 | Remove `--renderToDisk`. | XhmikosR | 1 | -1/+1 | |
| 2019-03-13 | Add a `docs-build` script and make it the default. | XhmikosR | 1 | -4/+5 | |
| 2019-03-13 | Copy the dist files before the `docs-serve` script. | XhmikosR | 1 | -0/+1 | |
| 2019-03-13 | Switch to Hugo. | XhmikosR | 1 | -16/+19 | |
| No more Ruby dependency and most important more than 10 times less build time (at least on Windows)! | |||||
| 2019-03-11 | Add the new ESM builds in bundlesize. | XhmikosR | 1 | -0/+8 | |
| 2019-03-11 | package.json: tweak js scripts. | XhmikosR | 1 | -2/+2 | |
| 2019-03-11 | build bootstrap in esm | Johann-S | 1 | -2/+4 | |
| 2019-03-11 | Switch to eslint-config-xo and eslint-plugin-unicorn. | XhmikosR | 1 | -0/+3 | |
| 2019-03-01 | Update devDependencies. (#28391) | XhmikosR | 1 | -3/+3 | |
| 2019-02-28 | Update devDependencies and gems. (#28347) | XhmikosR | 1 | -12/+12 | |
| 2019-02-26 | remove tests for old jQuery 1.9.x compatibility | Johann-S | 1 | -2/+0 | |
| 2019-02-26 | move util in a util folder with the sanitizer | Johann-S | 1 | -0/+1 | |
| 2019-02-22 | Add `--continue-on-error` in `npm run lint`. (#28338) | XhmikosR | 1 | -1/+1 | |
| So if one of the two sub-tasks fails, it still completes linting the other one. | |||||
| 2019-02-20 | Bump bundlesize limits | XhmikosR | 1 | -4/+4 | |
| 2019-02-20 | remove `--compress typeofs=false` from terser. | XhmikosR | 1 | -2/+2 | |
| This was needed for IE | |||||
| 2019-02-20 | fix(build): remove jquery in our build | Johann-S | 1 | -5/+1 | |
| 2019-02-19 | Replace uglify-js with terser. (#27813) | XhmikosR | 1 | -4/+4 | |
| 2019-02-19 | Use `npm-run-all` for the release script. (#28307) | XhmikosR | 1 | -1/+1 | |
| It's shorter. | |||||
| 2019-02-19 | Update karma to ^4.0.0. | XhmikosR | 1 | -1/+1 | |
| 2019-02-19 | Drop Node.js < 8 support. | XhmikosR | 1 | -1/+1 | |
| Node.js 6 goes EOL on April 2019. | |||||
| 2019-02-19 | Replace broken-link-checker with linkinator. (#28291) | XhmikosR | 1 | -5/+2 | |
| Much lighter, more modern and cleaner codebase. | |||||
| 2019-02-19 | Update devDependencies. (#28292) | XhmikosR | 1 | -5/+5 | |
| 2019-02-15 | Update devDependencies. (#28271) | XhmikosR | 1 | -1/+1 | |
| 2019-02-13 | Release v4.3.1. (#28252)v4.3.1 | XhmikosR | 1 | -1/+1 | |
| 2019-02-13 | Remove unneeded glob. (#28249) | XhmikosR | 1 | -1/+1 | |
| Typo from 10b97f6. | |||||
| 2019-02-13 | Fix npm package contents | XhmikosR | 1 | -1/+1 | |
| 2019-02-13 | Add sanitize template option for tooltip/popover plugins. | Johann-S | 1 | -4/+4 | |
| 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 | |||||
| 2019-02-09 | Revert "Silence mkdir. (#28184)" (#28209) | XhmikosR | 1 | -2/+2 | |
| This reverts commit 6ea000d2bccee5ffabc4429a6fbc7cecf5152007. Unfortunately, it doesn't seem to work. | |||||
| 2019-02-08 | Update devDependencies. (#28175) | XhmikosR | 1 | -6/+6 | |
| 2019-02-06 | Silence mkdir. (#28184) | XhmikosR | 1 | -2/+2 | |
| This can fail if run in parallel. | |||||
