]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
5 years agoAdd bs prefix
Martijn Cuppens [Wed, 15 Apr 2020 12:54:25 +0000 (14:54 +0200)] 
Add bs prefix

5 years agoPrevent nested tables style leaks
Martijn Cuppens [Tue, 24 Mar 2020 14:00:00 +0000 (15:00 +0100)] 
Prevent nested tables style leaks

5 years agoBump karma from 5.0.1 to 5.0.2 (#30629)
dependabot-preview[bot] [Tue, 21 Apr 2020 12:16:23 +0000 (15:16 +0300)] 
Bump karma from 5.0.1 to 5.0.2 (#30629)

Bumps [karma](https://github.com/karma-runner/karma) from 5.0.1 to 5.0.2.
- [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.1...v5.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump stylelint from 13.3.2 to 13.3.3 (#30628)
dependabot-preview[bot] [Tue, 21 Apr 2020 12:05:39 +0000 (15:05 +0300)] 
Bump stylelint from 13.3.2 to 13.3.3 (#30628)

Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.3.2 to 13.3.3.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.3.2...13.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoAdd `$form-text-font-weight` (#30617)
Catalin Zalog [Mon, 20 Apr 2020 06:19:06 +0000 (09:19 +0300)] 
Add `$form-text-font-weight` (#30617)

5 years agoDrop `@support (position: sticky)` media query (#30415)
Martijn Cuppens [Sat, 18 Apr 2020 12:10:18 +0000 (14:10 +0200)] 
Drop `@support (position: sticky)` media query (#30415)

5 years agogrid: checks for `$grid-columns > 0` (#30605)
Catalin Zalog [Sat, 18 Apr 2020 09:51:50 +0000 (12:51 +0300)] 
grid: checks for `$grid-columns > 0` (#30605)

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoRemove negative margins leftovers (#30596)
Martijn Cuppens [Sat, 18 Apr 2020 06:11:17 +0000 (08:11 +0200)] 
Remove negative margins leftovers (#30596)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agofeat: checks for `$grid-breakpoints` map list (#30609)
Catalin Zalog [Fri, 17 Apr 2020 17:18:51 +0000 (20:18 +0300)] 
feat: checks for `$grid-breakpoints` map list (#30609)

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoImprove docs-sidebar.html (#30567)
XhmikosR [Fri, 17 Apr 2020 16:47:19 +0000 (19:47 +0300)] 
Improve docs-sidebar.html (#30567)

Reduce the output HTML

5 years agoFix crash when pressing ArrowUp the first time
Tanguy Krotoff [Wed, 15 Apr 2020 15:59:31 +0000 (17:59 +0200)] 
Fix crash when pressing ArrowUp the first time

5 years agoReplace event.delegateTarget with event.target
Tanguy Krotoff [Wed, 15 Apr 2020 14:59:53 +0000 (16:59 +0200)] 
Replace event.delegateTarget with event.target

No need for fixEvent() anymore

5 years agoReplace event.which with event.key and event.button
Tanguy Krotoff [Wed, 15 Apr 2020 14:52:18 +0000 (16:52 +0200)] 
Replace event.which with event.key and event.button

5 years agocollapse: don't rely on implicit conversion (#30566)
XhmikosR [Fri, 17 Apr 2020 12:09:51 +0000 (15:09 +0300)] 
collapse: don't rely on implicit conversion (#30566)

`config` can be an `Object` and we only need to test for `hide` or `show` if it's a `String`

5 years agofeat: checks for `$grid-row-columns` (#30606)
Catalin Zalog [Thu, 16 Apr 2020 17:15:51 +0000 (20:15 +0300)] 
feat: checks for `$grid-row-columns` (#30606)

5 years agofeat: removes `.form-text` display (#30598)
Catalin Zalog [Thu, 16 Apr 2020 14:38:21 +0000 (17:38 +0300)] 
feat: removes `.form-text` display (#30598)

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoCreate config.yml
Mark Otto [Wed, 15 Apr 2020 23:51:30 +0000 (16:51 -0700)] 
Create config.yml

5 years agoAdd `bs-` prefixes to custom properties (#30591)
Martijn Cuppens [Wed, 15 Apr 2020 16:52:16 +0000 (18:52 +0200)] 
Add `bs-` prefixes to custom properties (#30591)

5 years agoguuters.md: fix link and highlight (#30595)
XhmikosR [Wed, 15 Apr 2020 14:14:56 +0000 (17:14 +0300)] 
guuters.md: fix link and highlight (#30595)

5 years agoDisable negative margins by default (#30585)
Martijn Cuppens [Wed, 15 Apr 2020 04:36:35 +0000 (06:36 +0200)] 
Disable negative margins by default (#30585)

* Disable negative margins by default

* Use shorter enable variable

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agov5: Improve the responsiveness of our Dashboard example (#30573)
Mark Otto [Wed, 15 Apr 2020 04:22:55 +0000 (21:22 -0700)] 
v5: Improve the responsiveness of our Dashboard example (#30573)

Cleans up some column classes to ensure things line up across all viewports. Also fixes some broken padding on the .navbar-brand.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoSlight adjustment to the h3 heading spacing in docs
Mark Otto [Wed, 15 Apr 2020 04:03:56 +0000 (21:03 -0700)] 
Slight adjustment to the h3 heading spacing in docs

5 years agov5: Update system font stack (#30561)
Mark Otto [Tue, 14 Apr 2020 21:15:50 +0000 (14:15 -0700)] 
v5: Update system font stack (#30561)

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoUpdate release-drafter.yml
Mark Otto [Tue, 14 Apr 2020 19:30:49 +0000 (12:30 -0700)] 
Update release-drafter.yml

5 years agoUpdate release-drafter.yml
Mark Otto [Tue, 14 Apr 2020 19:15:46 +0000 (12:15 -0700)] 
Update release-drafter.yml

5 years agoMerge pull request #30460 from twbs/release-drafter
Mark Otto [Tue, 14 Apr 2020 18:12:46 +0000 (11:12 -0700)] 
Merge pull request #30460 from twbs/release-drafter

Add Release Drafter Action

5 years agoDelete appearance from `button.close` (#30582)
k-utsumi [Tue, 14 Apr 2020 15:25:59 +0000 (00:25 +0900)] 
Delete appearance from `button.close` (#30582)

5 years agoSimplify checkbox & radio input (#30557)
Martijn Cuppens [Tue, 14 Apr 2020 13:05:34 +0000 (15:05 +0200)] 
Simplify checkbox & radio input (#30557)

- Define background properties in `.form-check-input`
- Use `background-size: contain` to simplify background sizes (especially for those with linear gradients)
- Remove double `color-adjust`
- Adjust svgs to 20x20 box. This way the strokes aren't rescaled.

5 years agoUpdate RFS to 9.0.3 (#30581)
Martijn Cuppens [Tue, 14 Apr 2020 12:04:29 +0000 (14:04 +0200)] 
Update RFS to 9.0.3 (#30581)

* Two dimensional fix - https://github.com/twbs/rfs/pull/225

5 years agoRedo display headings (#30568)
Mark Otto [Tue, 14 Apr 2020 11:57:11 +0000 (04:57 -0700)] 
Redo display headings (#30568)

- Convert to Sass map
- Consolidate font-weights into single option (matching line-height for them)
- Add two new sizes and create a new scale
- Update migration docs

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoRestore `.form-text` (#30565)
Catalin Zalog [Tue, 14 Apr 2020 06:21:13 +0000 (09:21 +0300)] 
Restore `.form-text` (#30565)

5 years agoMerge pull request #30354 from twbs/grid-xxl-and-sidebar-toc
Mark Otto [Tue, 14 Apr 2020 01:23:56 +0000 (18:23 -0700)] 
Merge pull request #30354 from twbs/grid-xxl-and-sidebar-toc

v5: Add new `xxl` grid tier and move ToC to a sidebar

5 years agoMerge branch 'master' into release-drafter 30460/head
Mark Otto [Mon, 13 Apr 2020 22:34:08 +0000 (15:34 -0700)] 
Merge branch 'master' into release-drafter

5 years agoUpdate docs for new XXL grid tier 30354/head
Mark Otto [Mon, 13 Apr 2020 21:40:47 +0000 (14:40 -0700)] 
Update docs for new XXL grid tier

- Updates mentions of number and exact tiers
- Updates grid example to include xxl container
- Adds some scss-docs references
- Cleans up other grid mentions and docs
- Updates navbar example to include an expand at XXL variant

5 years agoClarify media query using .02px and bump from callout to warning
Mark Otto [Wed, 8 Apr 2020 18:16:50 +0000 (11:16 -0700)] 
Clarify media query using .02px and bump from callout to warning

5 years agolayout/z-index.md: retrieve z-index variables on build time
XhmikosR [Thu, 2 Apr 2020 19:27:17 +0000 (22:27 +0300)] 
layout/z-index.md: retrieve z-index variables on build time

5 years agoUpdate file size for the grid build
Mark Otto [Thu, 2 Apr 2020 18:44:35 +0000 (11:44 -0700)] 
Update file size for the grid build

5 years agoRewrite grid docs to account for new grid tier
Mark Otto [Thu, 2 Apr 2020 18:44:07 +0000 (11:44 -0700)] 
Rewrite grid docs to account for new grid tier

- Breaks grid content across multiple pages
- Updates mentions of grid tiers from five to six
- Rewrites how it works sections to reference new options and tiers

5 years agoMove table of contents to new sidebar, restyle it to be simpler
Mark Otto [Wed, 1 Apr 2020 21:35:25 +0000 (14:35 -0700)] 
Move table of contents to new sidebar, restyle it to be simpler

5 years agoAdd an xxl grid tier
Mark Otto [Wed, 1 Apr 2020 21:31:29 +0000 (14:31 -0700)] 
Add an xxl grid tier

- Staring at my laptop, I realized I'm wasting away space. This adds a
significant amount of CSS, but it feels right already.
- Added the xxl tier with a width that divides by 12
- Motivation was originally trying to have a third column for our toc so
that our docs are more useful

5 years agoUpdate devDependencies (#30544)
XhmikosR [Mon, 13 Apr 2020 14:40:01 +0000 (17:40 +0300)] 
Update devDependencies (#30544)

* @babel/plugin-proposal-object-rest-spread   ^7.9.0  →   ^7.9.5
* @babel/preset-env                           ^7.9.0  →   ^7.9.5
* @rollup/plugin-commonjs                    ^11.0.2  →  ^11.1.0
* @rollup/plugin-node-resolve                 ^7.1.1  →   ^7.1.3
* hugo-bin                                   ^0.56.3  →  ^0.57.0
* karma                                       ^4.4.1  →   ^5.0.1
* nodemon                                     ^2.0.2  →   ^2.0.3
* rollup                                      ^2.3.3  →   ^2.6.1
* stylelint                                  ^13.3.0  →  ^13.3.2
* terser                                     ^4.6.10  →  ^4.6.11

5 years agoUse `box-shadow` mixin for `.btn` (#30512)
Catalin Zalog [Sat, 11 Apr 2020 11:40:39 +0000 (14:40 +0300)] 
Use `box-shadow` mixin for `.btn` (#30512)

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoUse `box-shadow` mixin for `.form-select` (#30555)
Catalin Zalog [Sat, 11 Apr 2020 11:27:01 +0000 (14:27 +0300)] 
Use `box-shadow` mixin for `.form-select` (#30555)

5 years agoUse custom properties for font-stacks (#30509)
Gaël Poupard [Fri, 10 Apr 2020 18:31:58 +0000 (20:31 +0200)] 
Use custom properties for font-stacks (#30509)

5 years agoRemove redundant class and line height (#30542)
Martijn Cuppens [Thu, 9 Apr 2020 18:25:09 +0000 (20:25 +0200)] 
Remove redundant class and line height (#30542)

5 years agoPass multiple classes to `classList.add` / `classList.remove` (#30537)
XhmikosR [Thu, 9 Apr 2020 17:56:43 +0000 (20:56 +0300)] 
Pass multiple classes to `classList.add` / `classList.remove` (#30537)

This is supported by our currently supported browsers.

5 years agoAdd v4-dev in bundlewatch config. (#30541)
XhmikosR [Thu, 9 Apr 2020 09:41:00 +0000 (12:41 +0300)] 
Add v4-dev in bundlewatch config. (#30541)

5 years agoAdd checkbox transition (#30528)
Martijn Cuppens [Thu, 9 Apr 2020 06:07:11 +0000 (08:07 +0200)] 
Add checkbox transition (#30528)

5 years agoReplace bundlesize with bundlewatch. (#30538)
XhmikosR [Wed, 8 Apr 2020 18:28:54 +0000 (21:28 +0300)] 
Replace bundlesize with bundlewatch. (#30538)

5 years agoFix spinner-grow animation (#30504)
Mark Otto [Wed, 8 Apr 2020 17:58:23 +0000 (10:58 -0700)] 
Fix spinner-grow animation (#30504)

* Fix spinner-grow animation

Safari seems to be interpreting the old keyframes animation as incomplete. Adding `transform` to the second frame seems to resolve the issue.

Co-Authored-By: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoUse correct hex color code(#30533)
Gaël Poupard [Wed, 8 Apr 2020 10:50:57 +0000 (12:50 +0200)] 
Use correct hex color code(#30533)

5 years agoBump autoprefixer from 9.7.5 to 9.7.6 (#30524)
dependabot-preview[bot] [Tue, 7 Apr 2020 13:08:17 +0000 (16:08 +0300)] 
Bump autoprefixer from 9.7.5 to 9.7.6 (#30524)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.5 to 9.7.6.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.7.5...9.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump rollup from 2.3.2 to 2.3.3 (#30523)
dependabot-preview[bot] [Tue, 7 Apr 2020 13:01:29 +0000 (16:01 +0300)] 
Bump rollup from 2.3.2 to 2.3.3 (#30523)

Bumps [rollup](https://github.com/rollup/rollup) from 2.3.2 to 2.3.3.
- [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.3.2...v2.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump stylelint from 13.2.1 to 13.3.0 (#30522)
dependabot-preview[bot] [Tue, 7 Apr 2020 12:07:29 +0000 (15:07 +0300)] 
Bump stylelint from 13.2.1 to 13.3.0 (#30522)

Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.2.1 to 13.3.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.2.1...13.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoCreate `scss-docs` shortcode to get some snippets from the Scs… (#30502)
Martijn Cuppens [Mon, 6 Apr 2020 18:13:35 +0000 (20:13 +0200)] 
Create `scss-docs` shortcode to get some snippets from the Scs… (#30502)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoAdd `.card-footer` color (#30515)
Catalin Zalog [Mon, 6 Apr 2020 12:59:29 +0000 (15:59 +0300)] 
Add `.card-footer` color (#30515)

5 years agoAdd nav link transition (#29988)
Martijn Cuppens [Mon, 6 Apr 2020 11:29:39 +0000 (13:29 +0200)] 
Add nav link transition (#29988)

5 years agoUpdate devDependencies and regenerate package-lock.json (#30501)
XhmikosR [Thu, 2 Apr 2020 19:35:55 +0000 (22:35 +0300)] 
Update devDependencies and regenerate package-lock.json (#30501)

* linkinator 2.0.6
* rollup 2.3.2
* terser 4.6.10

We are now down to one low npm vulnerability

5 years agoFix card list group borders & radii (#30497)
Martijn Cuppens [Thu, 2 Apr 2020 05:10:11 +0000 (07:10 +0200)] 
Fix card list group borders & radii (#30497)

5 years agoUse `box-shadow` mixin for form controls (#30480)
Catalin Zalog [Wed, 1 Apr 2020 17:44:22 +0000 (20:44 +0300)] 
Use `box-shadow` mixin for form controls (#30480)

5 years agoAlways modal scroll top to 0
ysds [Wed, 4 Mar 2020 14:51:15 +0000 (23:51 +0900)] 
Always modal scroll top to 0

5 years agoFix border radii
Martijn Cuppens [Thu, 27 Feb 2020 17:34:42 +0000 (18:34 +0100)] 
Fix border radii

5 years agoFix CSS and improve docs
ysds [Thu, 27 Feb 2020 15:30:06 +0000 (17:30 +0200)] 
Fix CSS and improve docs

5 years agoAdd Full-Screen size to Modal and Responsive variations for breakpoints
gsoti [Tue, 23 Apr 2019 14:03:59 +0000 (17:03 +0300)] 
Add Full-Screen size to Modal and Responsive variations for breakpoints
(Works from breakpoint and down)

5 years agotransition() mixin prevent redundant 'transition: none' and pass `null` (#30391)
Shohei Yoshida [Wed, 1 Apr 2020 06:42:33 +0000 (15:42 +0900)] 
transition() mixin prevent redundant 'transition: none' and pass `null` (#30391)

* Prevent redundant 'none' for prefers-reduced-motion

* Output warning when use 'none' or 'null' with multiple arguments

* Fix for libsass(node-sass)

5 years agoFix date inputs heights in safari
Martijn Cuppens [Fri, 6 Mar 2020 16:22:27 +0000 (17:22 +0100)] 
Fix date inputs heights in safari

5 years agoFix active state dropdown
Martijn Cuppens [Tue, 31 Mar 2020 20:42:45 +0000 (22:42 +0200)] 
Fix active state dropdown

5 years agoUse unordered lists in dropdown-menus
Martijn Cuppens [Tue, 31 Mar 2020 20:41:28 +0000 (22:41 +0200)] 
Use unordered lists in dropdown-menus

5 years agoDocs: Use unordered lists in dropdowns
cccabinet [Sun, 29 Dec 2019 01:21:20 +0000 (10:21 +0900)] 
Docs: Use unordered lists in dropdowns

5 years agoFix text decorations (#30492)
Martijn Cuppens [Tue, 31 Mar 2020 18:42:38 +0000 (20:42 +0200)] 
Fix text decorations (#30492)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoRequire `.form-label` classes on form labels (#30476)
Martijn Cuppens [Tue, 31 Mar 2020 18:02:57 +0000 (20:02 +0200)] 
Require `.form-label` classes on form labels (#30476)

5 years agodocs(tables): 1, 2, 2, 4… (#30489)
Gaël Poupard [Tue, 31 Mar 2020 14:28:10 +0000 (16:28 +0200)] 
docs(tables): 1, 2, 2, 4… (#30489)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoRegenerate package-lock.json. (#30488)
XhmikosR [Tue, 31 Mar 2020 13:35:18 +0000 (16:35 +0300)] 
Regenerate package-lock.json. (#30488)

We are down to 2 npm vulnerabilities (1 low, 1 high).

5 years agoBump eslint-plugin-import from 2.20.1 to 2.20.2 (#30486)
dependabot-preview[bot] [Tue, 31 Mar 2020 13:25:34 +0000 (16:25 +0300)] 
Bump eslint-plugin-import from 2.20.1 to 2.20.2 (#30486)

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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump rollup from 2.2.0 to 2.3.1 (#30485)
dependabot-preview[bot] [Tue, 31 Mar 2020 13:17:56 +0000 (16:17 +0300)] 
Bump rollup from 2.2.0 to 2.3.1 (#30485)

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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump terser from 4.6.7 to 4.6.9 (#30483)
dependabot-preview[bot] [Tue, 31 Mar 2020 13:11:23 +0000 (16:11 +0300)] 
Bump terser from 4.6.7 to 4.6.9 (#30483)

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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump eslint-plugin-unicorn from 18.0.0 to 18.0.1 (#30484)
dependabot-preview[bot] [Tue, 31 Mar 2020 13:06:12 +0000 (16:06 +0300)] 
Bump eslint-plugin-unicorn from 18.0.0 to 18.0.1 (#30484)

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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoUse variables for list-group-item color levels (#30009)
Yannik Hampe [Tue, 31 Mar 2020 12:51:50 +0000 (14:51 +0200)] 
Use variables for list-group-item color levels (#30009)

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoCleanup responsive tables (#30482)
Martijn Cuppens [Tue, 31 Mar 2020 08:33:05 +0000 (10:33 +0200)] 
Cleanup responsive tables (#30482)

5 years agoUpdate release-notes.yml
Mark Otto [Mon, 30 Mar 2020 18:55:44 +0000 (11:55 -0700)] 
Update release-notes.yml

5 years agoUpdate release-notes.yml
Mark Otto [Mon, 30 Mar 2020 18:51:45 +0000 (11:51 -0700)] 
Update release-notes.yml

5 years agoUpdate release-notes.yml
Mark Otto [Mon, 30 Mar 2020 18:48:28 +0000 (11:48 -0700)] 
Update release-notes.yml

5 years agoUpdate release-notes.yml
Mark Otto [Mon, 30 Mar 2020 18:33:34 +0000 (11:33 -0700)] 
Update release-notes.yml

5 years agoUpdate release-drafter.yml
Mark Otto [Mon, 30 Mar 2020 18:33:21 +0000 (11:33 -0700)] 
Update release-drafter.yml

5 years agoUpdate release-drafter.yml
Mark Otto [Mon, 30 Mar 2020 17:58:00 +0000 (10:58 -0700)] 
Update release-drafter.yml

5 years agoTesting
Mark Otto [Mon, 30 Mar 2020 17:46:16 +0000 (10:46 -0700)] 
Testing

5 years agoSwitch to custom properties to control grid gutter widths (#30475)
Martijn Cuppens [Mon, 30 Mar 2020 13:12:36 +0000 (15:12 +0200)] 
Switch to custom properties to control grid gutter widths (#30475)

5 years agoRemove `MSPointerEvent` and `ms-touch-action` in tests (#30463)
XhmikosR [Sun, 29 Mar 2020 06:59:54 +0000 (09:59 +0300)] 
Remove `MSPointerEvent` and `ms-touch-action` in tests (#30463)

5 years agoUse `textContent` instead of `innerText`. (#30462)
XhmikosR [Sun, 29 Mar 2020 06:53:57 +0000 (09:53 +0300)] 
Use `textContent` instead of `innerText`. (#30462)

It's supported by all of our supported browsers.

5 years agoOrder sizes variables (#30479)
Catalin Zalog [Sat, 28 Mar 2020 20:01:37 +0000 (22:01 +0200)] 
Order sizes variables (#30479)

5 years agodocs: remove `makeArray` (#30470)
XhmikosR [Sat, 28 Mar 2020 16:05:11 +0000 (18:05 +0200)] 
docs: remove `makeArray` (#30470)

5 years agoSimplify sidebar styles
Martijn Cuppens [Fri, 13 Mar 2020 18:01:33 +0000 (19:01 +0100)] 
Simplify sidebar styles

5 years agodocs(sidenav): use class selector for active item
Gaël Poupard [Thu, 12 Mar 2020 16:20:26 +0000 (17:20 +0100)] 
docs(sidenav): use class selector for active item

5 years agodocs(sidenav): transition arrow too
Gaël Poupard [Thu, 12 Mar 2020 16:00:27 +0000 (17:00 +0100)] 
docs(sidenav): transition arrow too

5 years agodocs(sidenav): get rid of custom JS for active state
Gaël Poupard [Tue, 18 Feb 2020 13:05:05 +0000 (14:05 +0100)] 
docs(sidenav): get rid of custom JS for active state

5 years agodocs(sidenav): fix struggling CSS when collapsing sidenav
Gaël Poupard [Tue, 18 Feb 2020 12:48:06 +0000 (13:48 +0100)] 
docs(sidenav): fix struggling CSS when collapsing sidenav

5 years agodocs(sidenav): use collapse components
Gaël Poupard [Tue, 18 Feb 2020 12:32:44 +0000 (13:32 +0100)] 
docs(sidenav): use collapse components

5 years agoDist (#29924)
XhmikosR [Sat, 28 Mar 2020 10:29:08 +0000 (12:29 +0200)] 
Dist (#29924)

5 years agoRemove holder.js leftovers (#30469)
XhmikosR [Sat, 28 Mar 2020 10:07:14 +0000 (12:07 +0200)] 
Remove holder.js leftovers (#30469)

5 years agodocs: remove duplicate code for indeterminate (#30471)
XhmikosR [Sat, 28 Mar 2020 09:41:03 +0000 (11:41 +0200)] 
docs: remove duplicate code for indeterminate (#30471)