aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-03-31Use unordered lists in dropdown-menusMartijn Cuppens8-118/+118
2020-03-31Docs: Use unordered lists in dropdownscccabinet4-88/+88
2020-03-31Fix text decorations (#30492)Martijn Cuppens2-5/+3
Co-authored-by: XhmikosR <[email protected]>
2020-03-31Require `.form-label` classes on form labels (#30476)Martijn Cuppens17-73/+82
2020-03-31docs(tables): 1, 2, 2, 4… (#30489)Gaël Poupard1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-03-31Regenerate package-lock.json. (#30488)XhmikosR1-221/+179
We are down to 2 npm vulnerabilities (1 low, 1 high).
2020-03-31Bump eslint-plugin-import from 2.20.1 to 2.20.2 (#30486)dependabot-preview[bot]2-7/+7
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.1 to 2.20.2. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.20.1...v2.20.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-31Bump rollup from 2.2.0 to 2.3.1 (#30485)dependabot-preview[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.2.0 to 2.3.1. - [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.2.0...v2.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-03-31Bump terser from 4.6.7 to 4.6.9 (#30483)dependabot-preview[bot]2-4/+4
Bumps [terser](https://github.com/terser/terser) from 4.6.7 to 4.6.9. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v4.6.7...v4.6.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-03-31Bump eslint-plugin-unicorn from 18.0.0 to 18.0.1 (#30484)dependabot-preview[bot]2-4/+4
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 18.0.0 to 18.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v18.0.0...v18.0.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-03-31Use variables for list-group-item color levels (#30009)Yannik Hampe2-1/+3
Co-authored-by: Martijn Cuppens <[email protected]>
2020-03-31Cleanup responsive tables (#30482)Martijn Cuppens1-17/+8
2020-03-30Update release-notes.ymlMark Otto1-1/+1
2020-03-30Update release-notes.ymlMark Otto1-1/+1
2020-03-30Update release-notes.ymlMark Otto1-1/+1
2020-03-30Update release-notes.ymlMark Otto1-1/+1
2020-03-30Update release-drafter.ymlMark Otto1-2/+0
2020-03-30Update release-drafter.ymlMark Otto1-1/+1
2020-03-30TestingMark Otto1-1/+3
2020-03-30Switch to custom properties to control grid gutter widths (#30475)Martijn Cuppens3-38/+24
2020-03-29Remove `MSPointerEvent` and `ms-touch-action` in tests (#30463)XhmikosR2-6/+5
2020-03-29Use `textContent` instead of `innerText`. (#30462)XhmikosR3-4/+3
It's supported by all of our supported browsers.
2020-03-28Order sizes variables (#30479)Catalin Zalog1-9/+9
2020-03-28docs: remove `makeArray` (#30470)XhmikosR1-13/+9
2020-03-28Simplify sidebar stylesMartijn Cuppens3-64/+54
2020-03-28docs(sidenav): use class selector for active itemGaël Poupard2-4/+4
2020-03-28docs(sidenav): transition arrow tooGaël Poupard1-0/+1
2020-03-28docs(sidenav): get rid of custom JS for active stateGaël Poupard3-23/+6
2020-03-28docs(sidenav): fix struggling CSS when collapsing sidenavGaël Poupard2-5/+2
2020-03-28docs(sidenav): use collapse componentsGaël Poupard1-2/+3
2020-03-28Dist (#29924)XhmikosR59-4018/+4458
2020-03-28Remove holder.js leftovers (#30469)XhmikosR1-3/+3
2020-03-28docs: remove duplicate code for indeterminate (#30471)XhmikosR2-11/+1
2020-03-28v5 tabs - accessibility issue when using ul/li semanticLaussel Loïc5-76/+72
Add aria-role presentation on li element when ul element has role tablist and remove dropdown from visual tests as they've been removed from doc
2020-03-26Update eslint-plugin-unicorn to v18.0.0 (#30461)XhmikosR3-6/+8
2020-03-25Create release-drafter.ymlMark Otto1-0/+28
2020-03-25Create release-notes.ymlMark Otto1-0/+14
2020-03-25.gitignore: add Jekyll's cache folder (#30454)XhmikosR1-0/+2
So that when we switch branches the folder is ignored.
2020-03-25Regenerate package-lock.json to fix npm vulnerabilities (#30425)XhmikosR1-428/+249
3 left, 2 low and 1 high
2020-03-25Bump karma-rollup-preprocessor from 7.0.4 to 7.0.5 (#30459)dependabot-preview[bot]2-4/+4
Bumps [karma-rollup-preprocessor](https://github.com/jlmakes/karma-rollup-preprocessor) from 7.0.4 to 7.0.5. - [Release notes](https://github.com/jlmakes/karma-rollup-preprocessor/releases) - [Changelog](https://github.com/jlmakes/karma-rollup-preprocessor/blob/master/CHANGELOG.md) - [Commits](https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.4...7.0.5) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-25Bump rollup from 2.1.0 to 2.2.0 (#30458)dependabot-preview[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.1.0 to 2.2.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.1.0...v2.2.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-03-25Bump karma-jasmine-html-reporter from 1.5.2 to 1.5.3 (#30457)dependabot-preview[bot]2-4/+4
Bumps [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases) - [Commits](https://github.com/dfederm/karma-jasmine-html-reporter/compare/v1.5.2...v1.5.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-03-25Bump lockfile-lint from 4.2.1 to 4.2.2 (#30456)dependabot-preview[bot]2-8/+8
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Commits](https://github.com/lirantal/lockfile-lint/compare/[email protected]@4.2.2) 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-03-25fix babel config in our filesJohann-S2-1/+2
2020-03-25Adapt rollup config for recent `@babel/present-env` versionXhmikosR2-4/+8
2020-03-25Bump @babel/preset-env from 7.8.7 to 7.9.0dependabot-preview[bot]2-78/+128
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.8.7 to 7.9.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.7...v7.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
2020-03-25fix: remove make array util function (#30430)Johann-S17-89/+53
2020-03-24Fix redirected links.XhmikosR5-16/+16
2020-03-24Fix links after #30041XhmikosR3-3/+4
2020-03-24Bump hugo-bin from 0.55.1 to 0.56.3 (#30446)dependabot-preview[bot]2-4/+4
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.55.1 to 0.56.3. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.55.1...v0.56.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]>