| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-12-14 | Remove the unused gcp-key.json.enc file. | XhmikosR | 1 | -0/+0 | |
| 2018-12-14 | Make use of the package.json `version_short` property more. | XhmikosR | 2 | -4/+5 | |
| 2018-12-13 | SVG accessibility fixes (#27826) | Patrick H. Lauke | 1 | -2/+7 | |
| * SVG accessibility fixes - add `focusable="false"` to all SVGs, to stop IE from including the `<svg>` in its default focus cycle - completely hide decorative SVGs using `aria-hidden="true"` - add `role="img"` to meaningful/"content" SVGs, ensure they have an appropriate `<title>` and/or `aria-label` - simplify placeholder default title * Simplify usage of placeholder.svg in the docs - in most cases, no need for separate/redundant text and title (now that we make text itself part of the alternative text explicitly) - no need (expect in rare cirumstances) to describe the placeholder image (unless the look of the image is important/the actual content, as is the case with the image thumbnail class) * Simplify example.html rewriting of <svg> to <img> code sample - as the `alt` for the placeholder isn't really important, just add an ellipsis instead (otherwise, to be correct, we'd have to construct the whole "title+text" construct like we do now in the placeholder.svg itself * Change svgo configuration to retain role attribute and add/force focusable=false - regarding `focusable=false`, see https://github.com/svg/svgo/issues/1011 (which would be the "proper" SVGO fix) and the (hacky) solution https://github.com/svg/svgo/pull/817 | |||||
| 2018-11-28 | Revert "build/*.js: set `sourceType` to module." | XhmikosR | 8 | -1/+15 | |
| This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f. | |||||
| 2018-11-25 | ship.sh: add missing period. | XhmikosR | 1 | -1/+1 | |
| 2018-11-20 | Remove holder.js. | XhmikosR | 1 | -3/+0 | |
| 2018-11-13 | Create toast JS plugin, add unit tests. | Johann-S | 1 | -0/+1 | |
| 2018-11-05 | Remove htmllint. (#27603) | XhmikosR | 1 | -44/+0 | |
| We use the official HTML validator for HTML validation, and we don't really use any of the htmllint features. | |||||
| 2018-10-20 | Remove service worker | Mark Otto | 2 | -64/+0 | |
| 2018-10-20 | swipe left/right without hammerjs | Johann-S | 3 | -27/+14 | |
| 2018-10-20 | Add touch support in our carousel with HammerJS. | Johann-S | 3 | -14/+27 | |
| 2018-10-14 | build/generate-sri.js: add popperjs. | XhmikosR | 1 | -0/+4 | |
| 2018-10-14 | docs: fix bundle SRI hash. | XhmikosR | 1 | -2/+2 | |
| Also, remove popper.js from this script since it's not present in the repo. | |||||
| 2018-10-14 | Add a release npm script. | XhmikosR | 1 | -21/+3 | |
| 2018-10-14 | Remove sri-toolbox dependency. | XhmikosR | 1 | -4/+4 | |
| We can achieve the same very easily. | |||||
| 2018-09-26 | Tweak build/build-plugins.js. | XhmikosR | 1 | -39/+38 | |
| 2018-09-26 | Remove unneeded `path.resolve`. | XhmikosR | 2 | -2/+2 | |
| 2018-09-26 | Include the plugin's filename in the license header. | XhmikosR | 2 | -5/+9 | |
| 2018-09-26 | Add license headers in js/dist files | Helmut Granda | 3 | -7/+15 | |
| By implementing the same approach of rollup.config.js and replicate it in build-plugins.js, individual plugins will display license headers. | |||||
| 2018-09-17 | Switch to find-unused-sass-variables for finding unused Sass variables. | XhmikosR | 1 | -80/+0 | |
| 2018-09-16 | Update svgo.yml. | XhmikosR | 1 | -2/+2 | |
| 2018-08-30 | move away from sauce labs to browserstack | Johann-S | 2 | -179/+0 | |
| 2018-08-29 | build-plugins.js: Remove redundant space | XhmikosR | 1 | -1/+1 | |
| 2018-08-12 | build/*.js: set `sourceType` to module. | XhmikosR | 10 | -19/+1 | |
| 2018-08-02 | Commit our svgo config. | XhmikosR | 1 | -0/+52 | |
| 2018-07-19 | feat(plugins): allow to import separate plugins | Johann-S | 1 | -0/+81 | |
| 2018-07-11 | Reorganize docs for easier deploys | Mark Otto | 3 | -4/+4 | |
| With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager. | |||||
| 2018-05-27 | Remove the unused docs upload preview stuff. (#26599) | XhmikosR | 1 | -13/+0 | |
| 2018-05-22 | Update devDependencies and gems. | XhmikosR | 1 | -4/+5 | |
| Downgrade bundlesize until they make brotli optional since it doesn't work with node.js 10.x yet. So, babel, qunit/karma-qunit and bundle-size aren't the latest versions. | |||||
| 2018-04-19 | detect test exceeded maximum duration on Sauce Labs | Johann-S | 1 | -4/+9 | |
| 2018-04-09 | Clean up globals. | XhmikosR | 3 | -4/+8 | |
| Also, add a missing license header in build/workbox.js. | |||||
| 2018-04-08 | vnu.jar: Ignore all wrong language code warnings. | XhmikosR | 1 | -2/+2 | |
| 2018-03-29 | fix bundle and run test against it | Johann-S | 1 | -0/+1 | |
| 2018-03-21 | fix rollup config | Johann-S | 1 | -1/+1 | |
| 2018-03-21 | Update workbox.js | XhmikosR | 1 | -1/+1 | |
| 2018-03-21 | Update to workbox 3.0 & fix breaking changes | Michael | 1 | -8/+19 | |
| 2018-03-13 | saucelabs-unit-test.js: tweak failed tests message (#25836) | XhmikosR | 1 | -2/+3 | |
| 2018-03-12 | Clean shell scripts (#25704) | Léo Andrès | 2 | -29/+29 | |
| 2018-01-14 | Update copyright for 2k18 (#25303) | Mark Otto | 5 | -10/+10 | |
| * Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018 | |||||
| 2018-01-11 | Comply to the new rules. | XhmikosR | 7 | -25/+29 | |
| 2018-01-11 | Clean up and tweak ESLint rules. | XhmikosR | 2 | -247/+20 | |
| Also, refactor ESLint and stylelint config files; now everything will work from our root dir. | |||||
| 2018-01-11 | Ignore the bogus lang vnu.jar error. | XhmikosR | 1 | -1/+3 | |
| 2017-12-31 | Update devDependencies and gems. (#25083) | XhmikosR | 1 | -9/+9 | |
| 2017-12-28 | Improve lint vars output messaging (#25049) | Mark Otto | 1 | -2/+2 | |
| 2017-11-28 | Combine path and remove variable used in one place. (#24873) | XhmikosR | 2 | -5/+4 | |
| 2017-11-27 | Replace lint-vars.sh with a Node.js script. (#24860) | XhmikosR | 2 | -28/+83 | |
| Also, include it in the `css` npm script since it's instant. | |||||
| 2017-11-23 | Add a simple script to generate SRI hashes for our assets. (#24814) | XhmikosR | 2 | -0/+67 | |
| 2017-11-15 | Use UMD and fix build to properly load deps (#24783) | Federico Zivolo | 1 | -1/+1 | |
| 2017-11-13 | Object spread : less jQuery more ES6 (#24665) | Johann-S | 1 | -1/+2 | |
| 2017-11-03 | Add svg files in workbox and remove jpg. | XhmikosR | 1 | -1/+1 | |
