aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
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
2018-11-23Revert "Replace anchor.js with jekyll-anchor-headings."XhmikosR1-1/+1
This reverts commit b04f97f60be64549a37e0c71d676ab67e70891fa.
2018-11-22Update devDependencies.XhmikosR1-3/+3
2018-11-20Remove holder.js.XhmikosR1-1/+1
2018-11-20Replace anchor.js with jekyll-anchor-headings.XhmikosR1-1/+1
This allows us to generate the anchor links on build time. https://github.com/allejo/jekyll-anchor-headings
2018-11-16Update devDependencies and gems.XhmikosR1-13/+13
2018-11-13Create toast JS plugin, add unit tests.Johann-S1-1/+1
2018-11-13Bump bootstrap.min.css bundle size.XhmikosR1-1/+1
2018-11-05Reorganize npm scripts.XhmikosR1-12/+18
2018-11-05Remove htmllint. (#27603)XhmikosR1-4/+1
We use the official HTML validator for HTML validation, and we don't really use any of the htmllint features.
2018-11-04Update devDependencies and gems.XhmikosR1-4/+4
2018-11-04Travis: stop using a separate stage for Browser tests.XhmikosR1-1/+0
This should be faster.
2018-11-04broken-link-checker: force follow links.XhmikosR1-1/+1
After 3256a2c, blc honored robots.txt thus it didn't crawl anything. Ignore robots.txt to work around the issue.
2018-10-29Update devDependencies and gems.XhmikosR1-8/+8
2018-10-21Update devDependencies and gems.XhmikosR1-3/+3
2018-10-20package.json: add `version_short` and use it in the npm scripts.XhmikosR1-9/+10
2018-10-20Remove service workerMark Otto1-4/+1
2018-10-20use pointer events if availableJohann-S1-1/+1
2018-10-20swipe left/right without hammerjsJohann-S1-5/+2
2018-10-20Add touch support in our carousel with HammerJS.Johann-S1-2/+6
2018-10-18Rename docs production script to production and use `JEKYLL_ENV`. (#27410)XhmikosR1-3/+3
2018-10-18Move lint scripts outside of the main scripts.XhmikosR1-7/+8
This allows us to run `npm run dist` without tests.
2018-10-18npm release-zip: remove the folder before zipping.XhmikosR1-1/+1
2018-10-15Move docs .eslintrc in site/.XhmikosR1-1/+1
2018-10-15Update devDependencies and gems.XhmikosR1-6/+6