| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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. | |||||
| 2019-02-05 | Adjust bundlesize limits. | XhmikosR | 1 | -2/+2 | |
| 2019-01-24 | Update devDependencies and gems. (#28094) | XhmikosR | 1 | -9/+9 | |
| 2019-01-15 | Fix `js-main` script. (#28057) | XhmikosR | 1 | -1/+1 | |
| 2019-01-10 | Update devDependencies. (#28016) | XhmikosR | 1 | -3/+3 | |
| 2019-01-10 | Tighten bundlesize limits. (#28012) | XhmikosR | 1 | -7/+7 | |
| 2019-01-07 | Enable cache for stylelint. | XhmikosR | 1 | -2/+2 | |
| 2019-01-07 | Enable cache for ESLint. | XhmikosR | 1 | -2/+2 | |
| 2019-01-07 | Update devDependencies and gems. (#27981) | XhmikosR | 1 | -5/+5 | |
| 2019-01-07 | Add horizontal list group modifier (#27970) | Mark Otto | 1 | -2/+2 | |
| Alternate take to #27683 that builds the modifier class based on min-width, such that list groups are stacked until the class's breakpoint is reached. This is less verbose, matches our primary responsive approach, and prevents an extra class. Unfortunately, I believe supporting flush list groups is too much code here, so I've skipped that and made a note in the docs. Also added examples generate from our breakpoints data file with a protip for how to do equal width items. | |||||
| 2019-01-05 | Switch to our Stylelint config. (#27974) | XhmikosR | 1 | -4/+1 | |
| 2019-01-05 | stylelint: no need to specify syntax. | XhmikosR | 1 | -2/+2 | |
| This speeds things up a bit because we don't spawn a new instance. | |||||
| 2019-01-05 | Run linters in parallel | Martijn Cuppens | 1 | -1/+1 | |
| This should speed up things a bit | |||||
| 2019-01-05 | Update postcss-cli to v6.1.1. | XhmikosR | 1 | -1/+1 | |
| 2019-01-04 | Update devDependencies and gems. | XhmikosR | 1 | -9/+9 | |
| 2018-12-21 | Update devDependencies and gems. | XhmikosR | 1 | -7/+7 | |
| 2018-12-21 | Add variable for dropdown-divider-margin-y (#27857) | Mark Otto | 1 | -1/+1 | |
| * Add variable for dropdown-divider-margin-y For us to reassign the nav-divider-margin-y variable here, we have to rearrange some of the variables. Fixes #26660. * bump bundlesize | |||||
| 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 | -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-12-14 | integration test to be sure bootstrap can be bundled | Johann-S | 1 | -1/+4 | |
| 2018-12-10 | Update devDependencies. (#27806) | XhmikosR | 1 | -3/+3 | |
| 2018-12-06 | Update devDependencies. (#27764) | XhmikosR | 1 | -13/+13 | |
| 2018-11-25 | Update devDependencies. | XhmikosR | 1 | -1/+1 | |
