aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-06-11docs(layout): drop useless .text-left on overview tableGaël Poupard1-15/+15
2020-06-11Update lint.yml (#31012)XhmikosR1-1/+1
2020-06-11Revert "Change when CI runs"XhmikosR7-70/+7
This reverts commit 37dc6e1031ea43a1d796d0b82347c453b97ec996.
2020-06-11Update ActionsXhmikosR5-10/+11
* skip BrowserStack if we are not on the main repo * remove the action filename from cache
2020-06-10Switch to Node.js 12.x.XhmikosR7-7/+7
2020-06-10Change when CI runsXhmikosR7-7/+70
Run it for all pull requests, the master branch, and any branches that end with `-ci`.
2020-06-10Add dart-sass build testXhmikosR1-0/+24
Builds the CSS with dart-sass and lists the files in dist-sass/css folder
2020-06-10Split GitHub Actions.XhmikosR7-18/+184
Everything should be faster now. Also, we can restart a failed workflow and not the whole thing like before.
2020-06-09fix(grid): zero min-width on .col has too much side-effects (#30979)Gaël Poupard1-1/+0
Co-authored-by: XhmikosR <[email protected]>
2020-06-09Bump @rollup/plugin-commonjs from 12.0.0 to 13.0.0 (#30991)dependabot-preview[bot]2-4/+4
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 12.0.0 to 13.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v12.0.0...commonjs-v13.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-09Fix undefined custom properties in reboot (#30981)Martijn Cuppens3-2/+6
2020-06-09Update devDependencies (#30987)XhmikosR2-111/+141
* @rollup/plugin-babel ^5.0.2 → ^5.0.3 * eslint ^7.1.0 → ^7.2.0 * eslint-config-xo ^0.29.1 → ^0.30.0 * eslint-plugin-import ^2.20.2 → ^2.21.1 * rollup ^2.12.0 → ^2.15.0 * serve ^11.3.1 → ^11.3.2 * stylelint ^13.5.0 → ^13.6.0
2020-06-09Update docs for navsRohit Sharma1-1/+1
Co-authored-by: Mark Otto <[email protected]>
2020-06-09Remove .nav-item from .nav-link to make it consistentRohit Sharma4-25/+27
- Closes #28423
2020-06-08Prevent `.row` from shrinking in flex container (#30940)Gaël Poupard1-0/+1
2020-06-04Add role="dialog" in modals via JavaScript (#30936)Rohit Sharma4-27/+35
2020-06-03Read validate-forms.js from assets.XhmikosR3-24/+10
2020-06-03Fix forms validation snippets.XhmikosR2-2/+26
2020-06-03shortcodes/example.html: allow specifying the highlighting languageXhmikosR1-1/+2
2020-06-03Regenerate package-lock.json (#30953)XhmikosR1-1284/+104
2020-06-02Bump hugo-bin from 0.59.1 to 0.60.0 (#30952)dependabot-preview[bot]2-7/+7
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.59.1 to 0.60.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.59.1...v0.60.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-06-02Bump @babel/preset-env from 7.9.6 to 7.10.2 (#30951)dependabot-preview[bot]2-360/+1217
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.9.6 to 7.10.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-preset-env) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-02Bump @babel/plugin-proposal-object-rest-spread from 7.9.6 to 7.10.1 (#30950)dependabot-preview[bot]2-6/+50
Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-object-rest-spread) from 7.9.6 to 7.10.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-plugin-proposal-object-rest-spread) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-02Bump karma-jasmine from 3.1.1 to 3.3.1 (#30949)dependabot-preview[bot]2-4/+4
Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 3.1.1 to 3.3.1. - [Release notes](https://github.com/karma-runner/karma-jasmine/releases) - [Changelog](https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-jasmine/compare/v3.1.1...v3.3.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-06-02Bump @babel/cli from 7.8.4 to 7.10.1 (#30947)dependabot-preview[bot]2-4/+4
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.8.4 to 7.10.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-cli) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-06-02Bump karma-coverage-istanbul-reporter from 3.0.2 to 3.0.3 (#30948)dependabot-preview[bot]2-4/+4
Bumps [karma-coverage-istanbul-reporter](https://github.com/mattlewis92/karma-coverage-istanbul-reporter) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/releases) - [Changelog](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/blob/master/CHANGELOG.md) - [Commits](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v3.0.2...v3.0.3) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-06-02Bump rollup from 2.10.9 to 2.12.0 (#30946)dependabot-preview[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.10.9 to 2.12.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.10.9...v2.12.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-06-02Bump vnu-jar from 20.3.16 to 20.5.29 (#30945)dependabot-preview[bot]2-4/+4
Bumps [vnu-jar](https://github.com/validator/validator) from 20.3.16 to 20.5.29. - [Release notes](https://github.com/validator/validator/releases) - [Changelog](https://github.com/validator/validator/blob/master/CHANGELOG.md) - [Commits](https://github.com/validator/validator/compare/20.3.16...20.5.29) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-06-02Bump eslint-plugin-unicorn from 20.0.0 to 20.1.0 (#30944)dependabot-preview[bot]2-23/+17
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 20.0.0 to 20.1.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v20.0.0...v20.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-06-02Bump @babel/core from 7.9.6 to 7.10.2 (#30943)dependabot-preview[bot]2-20/+325
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.9.6 to 7.10.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-core) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-06-02Bump stylelint-config-twbs-bootstrap from 2.0.2 to 2.0.3 (#30942)dependabot-preview[bot]2-10/+38
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v2.0.2...v2.0.3) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-31Restore word-break: break-word on .text-break to fix text breaking on flex ↵Mark Otto2-2/+2
containers (#30932)
2020-05-30Add `space-evenly` option for `justify-content` (#30910)Edson Jr3-1/+17
2020-05-28docs(layout): improve layout when content is short (#30908)Gaël Poupard1-0/+2
Co-authored-by: XhmikosR <[email protected]>
2020-05-28Update CI config (#30920)XhmikosR1-3/+3
* update to `actions/cache@v2` * stop invalidating the cache if test.yml changes
2020-05-26Bump serve from 11.3.0 to 11.3.1 (#30904)dependabot-preview[bot]2-4/+4
Bumps [serve](https://github.com/zeit/serve) from 11.3.0 to 11.3.1. - [Release notes](https://github.com/zeit/serve/releases) - [Commits](https://github.com/zeit/serve/compare/11.3.0...11.3.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-05-26Apply utilities in docs styles (#30866)Gaël Poupard16-80/+40
* docs(theming): apply utilities where possible * Update docs-sidebar.html Co-authored-by: XhmikosR <[email protected]>
2020-05-26Bump @rollup/plugin-commonjs from 11.1.0 to 12.0.0 (#30902)dependabot-preview[bot]2-4/+4
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 11.1.0 to 12.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v11.1.0...commonjs-v12.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-05-26Update grid.mdXhmikosR1-2/+2
Fix docsref links
2020-05-26Bump hugo-bin from 0.59.0 to 0.59.1dependabot-preview[bot]2-4/+4
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.59.0 to 0.59.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.59.0...v0.59.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
2020-05-26Bump karma from 5.0.8 to 5.0.9 (#30901)dependabot-preview[bot]2-8/+8
Bumps [karma](https://github.com/karma-runner/karma) from 5.0.8 to 5.0.9. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v5.0.8...v5.0.9) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-05-26Bump eslint from 7.0.0 to 7.1.0 (#30900)dependabot-preview[bot]2-7/+7
Bumps [eslint](https://github.com/eslint/eslint) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.0.0...v7.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-05-26Bump rollup from 2.10.4 to 2.10.9 (#30899)dependabot-preview[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.10.4 to 2.10.9. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.10.4...v2.10.9) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-26examples: remove no longer used classes. (#30894)XhmikosR1-4/+4
2020-05-26Update to `@rollup/plugin-babel` (#30742)XhmikosR7-42/+23
2020-05-20v5: Make navbar active links consistent (#30831)Mark Otto2-24/+20
* Update navbar docs to put .active class on .nav-link Fixes #30652 in v5. * Remove two selectors from navbar nav that are either unused, or duplicative Co-authored-by: XhmikosR <[email protected]>
2020-05-20homepage: fix headings hierarchy (#30871)XhmikosR1-2/+2
2020-05-20docs(customize/sass): dark color-contrast is #212529 as of nowGaël Poupard1-1/+1
2020-05-20docs(customize/colors): dump grays swatches (unused) and merge -500 in swatchesGaël Poupard2-9/+2
2020-05-20docs(contrasts): move content after rebasing masterGaël Poupard2-3/+5