| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-10-03 | return to the original file structure to avoid breaking modularity | Johann-S | 1 | -13/+13 | |
| 2019-08-19 | change-version.js: Add _gh_pages folder in ignores. (#29270) | XhmikosR | 1 | -0/+1 | |
| 2019-08-16 | Use US locale consistently. (#29255) | XhmikosR | 1 | -1/+1 | |
| 2019-07-25 | Reboot updates | Martijn Cuppens | 1 | -0/+4 | |
| - Remove unsupported browsers fixes - More consistent comment blocks - Reorganise order of some blocks - Add height fix for date/month/week/time inputs (#18842) - Remove redundant type selectors - Additional resets and theming options for `legend` - Add date & color inputs to reboot page - Use the same borders for text search, text inputs, textareas and date inputs - Move code styling to reboot | |||||
| 2019-07-23 | rewrite tab unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite scrollspy unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite tooltip unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite popover unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite modal unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite toast unit tests | Anton Bershanskiy | 1 | -1/+1 | |
| 2019-07-23 | rewrite dropdown unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite collapse unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite carousel unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite button unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | Switch from QUnit to Jasmine. | Johann-S | 1 | -8/+2 | |
| 2019-07-22 | Update svgo.yml. (#29089) | XhmikosR | 1 | -0/+6 | |
| 2019-07-17 | updated babel | Johann-S | 2 | -2/+2 | |
| 2019-07-10 | separate file for our polyfills to have lighter plugins | Johann-S | 1 | -2/+7 | |
| 2019-05-24 | vnu.jar: Update ignores. (#28817) | XhmikosR | 1 | -3/+3 | |
| Pass the `--no-langdetect` flag instead of ignoring the warning manually. | |||||
| 2019-05-08 | Rename `eventHandler` and `selectorEngine` files. | XhmikosR | 1 | -2/+2 | |
| 2019-05-08 | improve build plugin script to keep file name | Johann-S | 1 | -15/+15 | |
| 2019-04-15 | remove custom browserlist for our esm build (#28642) | Johann-S | 1 | -36/+12 | |
| 2019-03-18 | Add back support for IE 11 | Johann-S | 1 | -14/+2 | |
| 2019-03-13 | Switch to Hugo. | XhmikosR | 1 | -2/+2 | |
| No more Ruby dependency and most important more than 10 times less build time (at least on Windows)! | |||||
| 2019-03-11 | use specific browserlist for esm build | Johann-S | 1 | -11/+35 | |
| 2019-03-11 | Tweak rollup.config.js | XhmikosR | 1 | -5/+4 | |
| 2019-03-11 | build bootstrap in esm | Johann-S | 1 | -7/+14 | |
| 2019-03-11 | Comply to the new rules. | XhmikosR | 5 | -39/+50 | |
| 2019-03-11 | Switch to eslint-config-xo and eslint-plugin-unicorn. | XhmikosR | 1 | -11/+1 | |
| 2019-02-26 | move util in a util folder with the sanitizer | Johann-S | 1 | -30/+33 | |
| 2019-02-20 | Remove `focusable="false"` from SVGs. | XhmikosR | 1 | -4/+0 | |
| 2019-02-20 | Remove jQuery from docs/repo. | XhmikosR | 1 | -6/+0 | |
| Some of the snippets need to be updated later. | |||||
| 2019-02-20 | rewrite toast plugin without jquery | Johann-S | 1 | -0/+17 | |
| 2019-02-20 | Refactor util plugin and some tests | Johann-S | 1 | -1/+1 | |
| 2019-02-20 | chore(update): bump to 4.1.3 | Johann-S | 1 | -15/+106 | |
| 2019-02-20 | fix(build): remove jquery in our build | Johann-S | 1 | -1/+0 | |
| 2019-02-15 | Replace `v4-dev` with `master` after the branch change. (#28272) | XhmikosR | 1 | -1/+1 | |
| 2019-01-29 | generate-sri.js: move object. | XhmikosR | 1 | -4/+4 | |
| 2019-01-08 | Bump copyright year to 2019. | XhmikosR | 4 | -8/+8 | |
| 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 | |
