| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-03-13 | Add a docsref shortcode. | XhmikosR | 45 | -110/+111 | |
| This allows for the build to fail if a reference isn't found. | |||||
| 2019-03-13 | Move this to a partial to work around the stray `p` issue. | XhmikosR | 2 | -14/+15 | |
| 2019-03-13 | Work around the docs/ redirects. | XhmikosR | 4 | -2/+21 | |
| This happens because we have the section kind enabled (needed for examples). | |||||
| 2019-03-13 | Remove newlines in raw HTML. | XhmikosR | 1 | -3/+0 | |
| This causes `p` tags which is invalid HTML. | |||||
| 2019-03-13 | Copy the dist files before the `docs-serve` script. | XhmikosR | 1 | -0/+1 | |
| 2019-03-13 | Remove HTML comment; it breaks rendering. | XhmikosR | 1 | -1/+1 | |
| 2019-03-13 | browsers-devices.md: Read .browserslistrc instead of duplicating the content. | XhmikosR | 1 | -12/+1 | |
| 2019-03-13 | Switch to Hugo. | XhmikosR | 310 | -3188/+3876 | |
| No more Ruby dependency and most important more than 10 times less build time (at least on Windows)! | |||||
| 2019-03-13 | Use one-line imports when possible. (#28467) | XhmikosR | 7 | -21/+7 | |
| 2019-03-12 | Remove redundant placeholders in forms docs (#28406) | Jim Jiang | 1 | -37/+49 | |
| * Change state field to select * Include "Choose..." placeholder for select * Change validated select to .custom-select | |||||
| 2019-03-12 | Remove indiscriminate outline suppression for tabindex="-1" elements (#28437) | Patrick H. Lauke | 1 | -6/+10 | |
| instead, only apply outline suppression if the browser wouldn't normally apply the focus outline, using the (currently experimental) `:focus-visible` pseudo-class | |||||
| 2019-03-12 | v5: Don't automatically adjust all hr elements in alert variants (#28462) | Mark Otto | 1 | -4/+0 | |
| 2019-03-12 | v5: Drop deprecated size mixin (#28460) | Mark Otto | 2 | -8/+0 | |
| 2019-03-12 | Drop deprecated img-retina mixin (#28459) | Mark Otto | 1 | -20/+0 | |
| 2019-03-11 | Dist. | XhmikosR | 42 | -179/+5134 | |
| 2019-03-11 | use specific browserlist for esm build | Johann-S | 1 | -11/+35 | |
| 2019-03-11 | add docs about how to use the esm version | Johann-S | 3 | -0/+26 | |
| 2019-03-11 | Tweak rollup.config.js | XhmikosR | 1 | -5/+4 | |
| 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 | 8 | -80/+86 | |
| 2019-03-11 | collapse.js: minor refactoring. | XhmikosR | 1 | -7/+5 | |
| 2019-03-11 | Remove obsolete comments. | XhmikosR | 2 | -2/+0 | |
| 2019-03-11 | Remove more unused properties. | XhmikosR | 3 | -3/+0 | |
| 2019-03-11 | scrollspy.js: remove unused properties | Johann-S | 1 | -3/+1 | |
| 2019-03-11 | Remove assignment from return. | XhmikosR | 1 | -1/+3 | |
| 2019-03-11 | Disable a few rules for now. | XhmikosR | 3 | -2/+12 | |
| 2019-03-11 | Comply to the new rules. | XhmikosR | 44 | -772/+855 | |
| 2019-03-11 | Switch to eslint-config-xo and eslint-plugin-unicorn. | XhmikosR | 7 | -277/+416 | |
| 2019-03-07 | Add <ol> to nav's comment (#28426) | Shohei Yoshida | 1 | -1/+1 | |
| 2019-03-06 | Update RFS to v8.0.2 (#28405) | Martijn Cuppens | 1 | -93/+75 | |
| 2019-03-05 | disable assert assending check if the previous unit was a percentual value ↵ | mspae | 1 | -1/+1 | |
| (#28400) | |||||
| 2019-03-04 | Hyphenate server-side (#28401) | Jonathan | 2 | -3/+3 | |
| 2019-03-01 | Dist (#28392) | XhmikosR | 62 | -3474/+5968 | |
| 2019-03-01 | Update devDependencies. (#28391) | XhmikosR | 2 | -117/+45 | |
| 2019-02-28 | Fix issue template links to the contributing guidelines (#28378) | Chris Barr | 4 | -4/+4 | |
| 2019-02-28 | Update devDependencies and gems. (#28347) | XhmikosR | 3 | -764/+526 | |
| 2019-02-27 | Remove the now unneeded `shrink-to-fit` directive. (#28314) | XhmikosR | 15 | -16/+16 | |
| 2019-02-27 | Use .text-danger for IE not supported cell. (#28371) | Bardi Harborow | 1 | -1/+1 | |
| 2019-02-27 | put secondary navigation in an explicit landmark `nav` and add a label on ↵ | Laussel Loïc | 2 | -3/+3 | |
| each nav (#28361) | |||||
| 2019-02-27 | add an explicit aria-label on link with svg on sample pages (#28360) | Laussel Loïc | 3 | -3/+3 | |
| 2019-02-27 | tests: add tests for plugins version. (#28366) | XhmikosR | 10 | -16/+42 | |
| 2019-02-26 | Fix border if only one card (#28365) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-02-26 | dom/manipulator.js: minor simplification. (#28358) | XhmikosR | 1 | -15/+14 | |
| Combine two checks since we return the same value for both. | |||||
| 2019-02-26 | karma.conf.js: minor simplification. | XhmikosR | 1 | -6/+8 | |
| 2019-02-26 | remove tests for old jQuery 1.9.x compatibility | Johann-S | 2 | -4/+2 | |
| 2019-02-26 | move util in a util folder with the sanitizer | Johann-S | 34 | -587/+557 | |
| 2019-02-25 | Create SECURITY.md (#28288) | Bardi Harborow | 1 | -0/+7 | |
| 2019-02-24 | Remove DOMContentLoaded. (#28337) | XhmikosR | 5 | -223/+213 | |
| There's no reason for us to wait here. | |||||
| 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. | |||||
