aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Switch to Hugo.XhmikosR1-16/+19
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2019-03-11Add the new ESM builds in bundlesize.XhmikosR1-0/+8
2019-03-11package.json: tweak js scripts.XhmikosR1-2/+2
2019-03-11build bootstrap in esmJohann-S1-2/+4
2019-03-11Switch to eslint-config-xo and eslint-plugin-unicorn.XhmikosR1-0/+3
2019-03-01Update devDependencies. (#28391)XhmikosR1-3/+3
2019-02-28Update devDependencies and gems. (#28347)XhmikosR1-12/+12
2019-02-26remove tests for old jQuery 1.9.x compatibilityJohann-S1-2/+0
2019-02-26move util in a util folder with the sanitizerJohann-S1-0/+1
2019-02-22Add `--continue-on-error` in `npm run lint`. (#28338)XhmikosR1-1/+1
So if one of the two sub-tasks fails, it still completes linting the other one.
2019-02-20Bump bundlesize limitsXhmikosR1-4/+4
2019-02-20remove `--compress typeofs=false` from terser.XhmikosR1-2/+2
This was needed for IE
2019-02-20fix(build): remove jquery in our buildJohann-S1-5/+1
2019-02-19Replace uglify-js with terser. (#27813)XhmikosR1-4/+4
2019-02-19Use `npm-run-all` for the release script. (#28307)XhmikosR1-1/+1
It's shorter.
2019-02-19Update karma to ^4.0.0.XhmikosR1-1/+1
2019-02-19Drop Node.js < 8 support.XhmikosR1-1/+1
Node.js 6 goes EOL on April 2019.
2019-02-19Replace broken-link-checker with linkinator. (#28291)XhmikosR1-5/+2
Much lighter, more modern and cleaner codebase.
2019-02-19Update devDependencies. (#28292)XhmikosR1-5/+5
2019-02-15Update devDependencies. (#28271)XhmikosR1-1/+1
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR1-1/+1
2019-02-13Remove unneeded glob. (#28249)XhmikosR1-1/+1
Typo from 10b97f6.
2019-02-13Fix npm package contentsXhmikosR1-1/+1
2019-02-13Add sanitize template option for tooltip/popover plugins.Johann-S1-4/+4
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto1-2/+2
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
2019-02-09Revert "Silence mkdir. (#28184)" (#28209)XhmikosR1-2/+2
This reverts commit 6ea000d2bccee5ffabc4429a6fbc7cecf5152007. Unfortunately, it doesn't seem to work.
2019-02-08Update devDependencies. (#28175)XhmikosR1-6/+6
2019-02-06Silence mkdir. (#28184)XhmikosR1-2/+2
This can fail if run in parallel.
2019-02-05Adjust bundlesize limits.XhmikosR1-2/+2
2019-01-24Update devDependencies and gems. (#28094)XhmikosR1-9/+9
2019-01-15Fix `js-main` script. (#28057)XhmikosR1-1/+1
2019-01-10Update devDependencies. (#28016)XhmikosR1-3/+3
2019-01-10Tighten bundlesize limits. (#28012)XhmikosR1-7/+7
2019-01-07Enable cache for stylelint.XhmikosR1-2/+2
2019-01-07Enable cache for ESLint.XhmikosR1-2/+2
2019-01-07Update devDependencies and gems. (#27981)XhmikosR1-5/+5
2019-01-07Add horizontal list group modifier (#27970)Mark Otto1-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-05Switch to our Stylelint config. (#27974)XhmikosR1-4/+1
2019-01-05stylelint: no need to specify syntax.XhmikosR1-2/+2
This speeds things up a bit because we don't spawn a new instance.
2019-01-05Run linters in parallelMartijn Cuppens1-1/+1
This should speed up things a bit
2019-01-05Update postcss-cli to v6.1.1.XhmikosR1-1/+1
2019-01-04Update devDependencies and gems.XhmikosR1-9/+9
2018-12-21Update devDependencies and gems.XhmikosR1-7/+7
2018-12-21Add variable for dropdown-divider-margin-y (#27857)Mark Otto1-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-21Bump to v4.2.1 (#27892)v4.2.1Mark Otto1-1/+1
2018-12-21Prep for v4.2.0 releaseMark Otto1-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-14integration test to be sure bootstrap can be bundledJohann-S1-1/+4
2018-12-10Update devDependencies. (#27806)XhmikosR1-3/+3
2018-12-06Update devDependencies. (#27764)XhmikosR1-13/+13
2018-11-25Update devDependencies.XhmikosR1-1/+1