]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Martijn Cuppens [Thu, 4 Jun 2020 13:59:24 +0000 (15:59 +0200)]
Switch to btn-check
Martijn Cuppens [Sat, 2 May 2020 09:11:24 +0000 (11:11 +0200)]
Remove checkbox/radio toggle from button plugin in favor of a CSS only solution
Jonathan [Sat, 23 May 2020 15:30:03 +0000 (17:30 +0200)]
Update index.html
Hyphen to minus for amount.
Hyphen to dash for ranges.
Martijn Cuppens [Sat, 18 Apr 2020 11:02:26 +0000 (13:02 +0200)]
Change breakpoint-max implementation
- The `media-breakpoint-down()` uses the breakpoint itself instead of the next breakpoint. Use `media-breakpoint-down(lg)` instead of `media-breakpoint-down(md)` to target viewports smaller than the `lg` breakpoint.
- The `media-breakpoint-between()` mixin's second parameter also uses the breakpoint itself instead of the next breakpoint. Use `media-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` to target viewports between the `sm` and `lg` breakpoints.
Gaël Poupard [Wed, 10 Jun 2020 08:47:27 +0000 (10:47 +0200)]
docs(examples): fix pricing example
Gaël Poupard [Wed, 10 Jun 2020 08:12:09 +0000 (10:12 +0200)]
docs(examples): improve headings hierarchy
Gaël Poupard [Wed, 10 Jun 2020 08:05:48 +0000 (10:05 +0200)]
docs(examples): empty alt for screenshots to prevent redundancy
Mark Otto [Sat, 13 Jun 2020 22:40:28 +0000 (15:40 -0700)]
Run dist on latest
k-utsumi [Fri, 12 Jun 2020 02:59:23 +0000 (11:59 +0900)]
🔥 Remove container duplication
Mark Otto [Fri, 12 Jun 2020 21:26:37 +0000 (14:26 -0700)]
v5: Redo blockquote attributions (#30814)
* v5: Redo blockquote attributions
- Renames -small-* variables to -footer-*
- Updates blockquote demos with attribution to place it outside the blockquote with a figure wrapper
* Updated class name
* docs(examples): refactor blockquotes in masonry example
Co-authored-by: Gaël Poupard <gael.poupard@orange.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Fri, 12 Jun 2020 17:49:01 +0000 (20:49 +0300)]
Replace serve with sirv-cli. (#31020)
XhmikosR [Fri, 12 Jun 2020 17:43:49 +0000 (20:43 +0300)]
Update devDependencies (#31019)
* eslint-config-xo ^0.30.0 → ^0.31.0
* eslint-plugin-import ^2.21.1 → ^2.21.2
* karma ^5.0.9 → ^5.1.0
XhmikosR [Fri, 12 Jun 2020 08:23:44 +0000 (11:23 +0300)]
Update .gitattributes (#30934)
This requires git >= 2.10 but it was released almost 4 years ago.
XhmikosR [Fri, 12 Jun 2020 08:11:36 +0000 (11:11 +0300)]
Stylelint: remove redundant disables (#31006)
Gaël Poupard [Wed, 8 Apr 2020 09:03:43 +0000 (11:03 +0200)]
docs(layout): drop useless .text-left on overview table
XhmikosR [Thu, 11 Jun 2020 20:20:10 +0000 (23:20 +0300)]
Update lint.yml (#31012)
XhmikosR [Wed, 10 Jun 2020 15:51:28 +0000 (18:51 +0300)]
Revert "Change when CI runs"
This reverts commit
37dc6e1031ea43a1d796d0b82347c453b97ec996 .
XhmikosR [Wed, 10 Jun 2020 05:29:22 +0000 (08:29 +0300)]
Update Actions
* skip BrowserStack if we are not on the main repo
* remove the action filename from cache
XhmikosR [Wed, 29 Apr 2020 06:59:00 +0000 (09:59 +0300)]
Switch to Node.js 12.x.
XhmikosR [Wed, 15 Apr 2020 13:43:02 +0000 (16:43 +0300)]
Change when CI runs
Run it for all pull requests, the master branch, and any branches that end with `-ci`.
XhmikosR [Thu, 23 Jan 2020 16:57:00 +0000 (18:57 +0200)]
Add dart-sass build test
Builds the CSS with dart-sass and lists the files in dist-sass/css folder
XhmikosR [Thu, 26 Sep 2019 13:25:26 +0000 (16:25 +0300)]
Split GitHub Actions.
Everything should be faster now. Also, we can restart a failed workflow and not the whole thing like before.
Gaël Poupard [Tue, 9 Jun 2020 18:49:29 +0000 (20:49 +0200)]
fix(grid): zero min-width on .col has too much side-effects (#30979)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot-preview[bot] [Tue, 9 Jun 2020 18:44:16 +0000 (21:44 +0300)]
Bump @rollup/plugin-commonjs from 12.0.0 to 13.0.0 (#30991)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Martijn Cuppens [Tue, 9 Jun 2020 08:20:53 +0000 (10:20 +0200)]
Fix undefined custom properties in reboot (#30981)
XhmikosR [Tue, 9 Jun 2020 06:59:35 +0000 (09:59 +0300)]
Update devDependencies (#30987)
* @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
Rohit Sharma [Mon, 8 Jun 2020 18:35:55 +0000 (00:05 +0530)]
Update docs for navs
Co-authored-by: Mark Otto <otto@github.com>
Rohit Sharma [Fri, 5 Jun 2020 18:57:35 +0000 (00:27 +0530)]
Remove .nav-item from .nav-link to make it consistent
- Closes #28423
Gaël Poupard [Mon, 8 Jun 2020 17:47:43 +0000 (19:47 +0200)]
Prevent `.row` from shrinking in flex container (#30940)
Rohit Sharma [Thu, 4 Jun 2020 07:35:09 +0000 (13:05 +0530)]
Add role="dialog" in modals via JavaScript (#30936)
XhmikosR [Sat, 2 May 2020 15:49:12 +0000 (18:49 +0300)]
Read validate-forms.js from assets.
XhmikosR [Sat, 2 May 2020 15:39:41 +0000 (18:39 +0300)]
Fix forms validation snippets.
XhmikosR [Sat, 2 May 2020 15:38:25 +0000 (18:38 +0300)]
shortcodes/example.html: allow specifying the highlighting language
XhmikosR [Wed, 3 Jun 2020 07:05:22 +0000 (10:05 +0300)]
Regenerate package-lock.json (#30953)
dependabot-preview[bot] [Tue, 2 Jun 2020 16:52:52 +0000 (19:52 +0300)]
Bump hugo-bin from 0.59.1 to 0.60.0 (#30952)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot-preview[bot] [Tue, 2 Jun 2020 16:46:28 +0000 (19:46 +0300)]
Bump @babel/preset-env from 7.9.6 to 7.10.2 (#30951)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] [Tue, 2 Jun 2020 16:40:07 +0000 (19:40 +0300)]
Bump @babel/plugin-proposal-object-rest-spread from 7.9.6 to 7.10.1 (#30950)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] [Tue, 2 Jun 2020 16:33:31 +0000 (19:33 +0300)]
Bump karma-jasmine from 3.1.1 to 3.3.1 (#30949)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot-preview[bot] [Tue, 2 Jun 2020 16:27:15 +0000 (19:27 +0300)]
Bump @babel/cli from 7.8.4 to 7.10.1 (#30947)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot-preview[bot] [Tue, 2 Jun 2020 16:21:06 +0000 (19:21 +0300)]
Bump karma-coverage-istanbul-reporter from 3.0.2 to 3.0.3 (#30948)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot-preview[bot] [Tue, 2 Jun 2020 16:14:29 +0000 (19:14 +0300)]
Bump rollup from 2.10.9 to 2.12.0 (#30946)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot-preview[bot] [Tue, 2 Jun 2020 16:08:59 +0000 (19:08 +0300)]
Bump vnu-jar from 20.3.16 to 20.5.29 (#30945)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot-preview[bot] [Tue, 2 Jun 2020 16:01:18 +0000 (19:01 +0300)]
Bump eslint-plugin-unicorn from 20.0.0 to 20.1.0 (#30944)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot-preview[bot] [Tue, 2 Jun 2020 15:53:21 +0000 (18:53 +0300)]
Bump @babel/core from 7.9.6 to 7.10.2 (#30943)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot-preview[bot] [Tue, 2 Jun 2020 15:42:53 +0000 (18:42 +0300)]
Bump stylelint-config-twbs-bootstrap from 2.0.2 to 2.0.3 (#30942)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Mark Otto [Sun, 31 May 2020 03:49:23 +0000 (20:49 -0700)]
Restore word-break: break-word on .text-break to fix text breaking on flex containers (#30932)
Edson Jr [Sat, 30 May 2020 13:19:10 +0000 (10:19 -0300)]
Add `space-evenly` option for `justify-content` (#30910)
Gaël Poupard [Thu, 28 May 2020 17:33:41 +0000 (19:33 +0200)]
docs(layout): improve layout when content is short (#30908)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Thu, 28 May 2020 17:28:02 +0000 (20:28 +0300)]
Update CI config (#30920)
* update to `actions/cache@v2`
* stop invalidating the cache if test.yml changes
dependabot-preview[bot] [Tue, 26 May 2020 16:08:32 +0000 (19:08 +0300)]
Bump serve from 11.3.0 to 11.3.1 (#30904)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Gaël Poupard [Tue, 26 May 2020 16:02:19 +0000 (18:02 +0200)]
Apply utilities in docs styles (#30866)
* docs(theming): apply utilities where possible
* Update docs-sidebar.html
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot-preview[bot] [Tue, 26 May 2020 15:57:08 +0000 (18:57 +0300)]
Bump @rollup/plugin-commonjs from 11.1.0 to 12.0.0 (#30902)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Tue, 26 May 2020 15:29:13 +0000 (18:29 +0300)]
Update grid.md
Fix docsref links
dependabot-preview[bot] [Tue, 26 May 2020 13:23:59 +0000 (13:23 +0000)]
Bump hugo-bin from 0.59.0 to 0.59.1
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] <support@dependabot.com>
dependabot-preview[bot] [Tue, 26 May 2020 15:37:40 +0000 (18:37 +0300)]
Bump karma from 5.0.8 to 5.0.9 (#30901)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot-preview[bot] [Tue, 26 May 2020 15:27:35 +0000 (18:27 +0300)]
Bump eslint from 7.0.0 to 7.1.0 (#30900)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot-preview[bot] [Tue, 26 May 2020 15:17:48 +0000 (18:17 +0300)]
Bump rollup from 2.10.4 to 2.10.9 (#30899)
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
XhmikosR [Tue, 26 May 2020 08:01:17 +0000 (11:01 +0300)]
examples: remove no longer used classes. (#30894)
XhmikosR [Tue, 26 May 2020 03:14:12 +0000 (06:14 +0300)]
Update to `@rollup/plugin-babel` (#30742)
Mark Otto [Wed, 20 May 2020 12:56:42 +0000 (05:56 -0700)]
v5: Make navbar active links consistent (#30831)
* 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 <xhmikosr@gmail.com>
XhmikosR [Wed, 20 May 2020 10:04:36 +0000 (13:04 +0300)]
homepage: fix headings hierarchy (#30871)
Gaël Poupard [Tue, 19 May 2020 14:58:20 +0000 (16:58 +0200)]
docs(customize/sass): dark color-contrast is #212529 as of now
Gaël Poupard [Thu, 7 May 2020 14:48:08 +0000 (16:48 +0200)]
docs(customize/colors): dump grays swatches (unused) and merge -500 in swatches
Gaël Poupard [Thu, 7 May 2020 14:24:20 +0000 (16:24 +0200)]
docs(contrasts): move content after rebasing master
Martijn Cuppens [Tue, 14 Apr 2020 16:51:21 +0000 (18:51 +0200)]
Code simplification
Gaël Poupard [Thu, 9 Apr 2020 14:51:50 +0000 (16:51 +0200)]
feat(color-contrast): set min-contrast-ratio as an argument
Gaël Poupard [Tue, 7 Apr 2020 13:59:51 +0000 (15:59 +0200)]
docs(theming): display contrast ratios in color swatches
Gaël Poupard [Mon, 30 Mar 2020 12:07:09 +0000 (14:07 +0200)]
docs(colors): better color utilities pairing to ensure sufficient contrast
Gaël Poupard [Fri, 27 Mar 2020 15:37:59 +0000 (16:37 +0100)]
feat(color-contrast): ensure we return a contrasted enough color (light-first), the most contrasted one otherwise
Martijn Cuppens [Tue, 19 May 2020 20:06:50 +0000 (22:06 +0200)]
Fix gradient on switch checkbox (#30868)
dependabot-preview[bot] [Tue, 19 May 2020 15:12:45 +0000 (18:12 +0300)]
Bump lockfile-lint from 4.3.4 to 4.3.6 (#30864)
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.3.4 to 4.3.6.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.3.4...lockfile-lint@4.3.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>
dependabot-preview[bot] [Tue, 19 May 2020 15:07:52 +0000 (18:07 +0300)]
Bump autoprefixer from 9.7.6 to 9.8.0 (#30863)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.6 to 9.8.0.
- [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.6...9.8.0)
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>
dependabot-preview[bot] [Tue, 19 May 2020 14:59:21 +0000 (17:59 +0300)]
Bump stylelint from 13.3.3 to 13.5.0 (#30862)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.3.3 to 13.5.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.3.3...13.5.0)
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>
dependabot-preview[bot] [Tue, 19 May 2020 14:43:24 +0000 (17:43 +0300)]
Bump rollup from 2.10.0 to 2.10.4 (#30860)
Bumps [rollup](https://github.com/rollup/rollup) from 2.10.0 to 2.10.4.
- [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.0...v2.10.4)
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>
dependabot-preview[bot] [Tue, 19 May 2020 14:22:30 +0000 (17:22 +0300)]
Bump karma from 5.0.5 to 5.0.8 (#30859)
Bumps [karma](https://github.com/karma-runner/karma) from 5.0.5 to 5.0.8.
- [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.5...v5.0.8)
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>
dependabot-preview[bot] [Tue, 19 May 2020 14:10:02 +0000 (17:10 +0300)]
Bump nodemon from 2.0.3 to 2.0.4 (#30858)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.3...v2.0.4)
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>
dependabot-preview[bot] [Tue, 19 May 2020 14:04:22 +0000 (17:04 +0300)]
Bump hugo-bin from 0.58.0 to 0.59.0 (#30857)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.58.0 to 0.59.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.58.0...v0.59.0)
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>
dependabot-preview[bot] [Tue, 19 May 2020 13:58:32 +0000 (16:58 +0300)]
Bump terser from 4.6.13 to 4.7.0 (#30856)
Bumps [terser](https://github.com/terser/terser) from 4.6.13 to 4.7.0.
- [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.13...v4.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
XhmikosR [Tue, 19 May 2020 05:33:12 +0000 (08:33 +0300)]
Streamline application.js exampleModal code (#30819)
* use `textContent` since we only need to add text
* move comments
XhmikosR [Thu, 14 May 2020 06:01:40 +0000 (09:01 +0300)]
More Markdownlint fixes
Mark Otto [Thu, 14 May 2020 05:33:49 +0000 (22:33 -0700)]
Fix some easy Markdown linting issues
- Always use dashes for bullets
- Add some basic alt text for our readme OC sponsors
Martijn Cuppens [Fri, 15 May 2020 12:59:06 +0000 (14:59 +0200)]
Prevent conflicts with components with classes (#30830)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Fri, 15 May 2020 12:42:31 +0000 (05:42 -0700)]
v5: Add border-radius to .card-img-overlay (#30817)
Allows use of background-color and more. Fixes #29033 for v5.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Wed, 15 Apr 2020 11:13:45 +0000 (14:13 +0300)]
migration.md: a few grammar fixes
Martijn Cuppens [Tue, 14 Apr 2020 14:28:20 +0000 (17:28 +0300)]
Improve gradients
- Use a semitransparent gradient from light to dark which works on any background-color
- Store the gradient as a custom property (--bs-gradient)
- Remove `.bg-gradient-*` variants in favour of `.bg-gradient` which works even when `$enable-gradients` are enabled
- Add gradients to navbar, active page links and badges when gradients are enabled
Mark Otto [Thu, 14 May 2020 17:48:42 +0000 (10:48 -0700)]
v5: Update color on custom switch focus state
Replaces a custom hsla() value (dunno what I was thinking when I added this) with a reassigned existing variable. This variable goes up the stack and attaches to the component-active-bg variable, derived from our primary color out of the box. Fixes #30646.
Mark Otto [Thu, 14 May 2020 17:48:46 +0000 (10:48 -0700)]
Simplify list-group borders in cards (#30808)
Mark Otto [Thu, 14 May 2020 17:43:33 +0000 (10:43 -0700)]
Split table cell padding variables (#30815)
XhmikosR [Thu, 14 May 2020 16:43:56 +0000 (19:43 +0300)]
Fix broken anchors. (#30828)
XhmikosR [Thu, 14 May 2020 06:46:42 +0000 (09:46 +0300)]
Replace double tilde with `Math.floor` (#30691)
Nowadays, browser engines have improved a lot and `Math.floor` is the same, if not faster.
Also, clarity is better than micro-optimizations in this case.
XhmikosR [Thu, 14 May 2020 06:26:44 +0000 (09:26 +0300)]
Update devDependencies (#30807)
* eslint ^6.8.0 → ^7.0.0
* eslint-plugin-unicorn ^19.0.1 → ^20.0.0
* karma-jasmine-html-reporter ^1.5.3 → ^1.5.4
* lockfile-lint ^4.2.2 → ^4.3.4
* rollup ^2.9.1 → ^2.10.0
William Entriken [Wed, 13 May 2020 19:52:40 +0000 (15:52 -0400)]
Update punctuation (#30757)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Wed, 13 May 2020 19:49:41 +0000 (22:49 +0300)]
Partially Revert "Use regex.test() when we want to check for a Boolean. (#29969)" (#30770)
This partially reverts commit
9c2b9ac74d4abb5ec8b7864054315de3409d5f3a .
Cyrus [Wed, 13 May 2020 19:39:54 +0000 (12:39 -0700)]
capital at start of sentence (#30804)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Wed, 13 May 2020 19:36:00 +0000 (22:36 +0300)]
Bump version to 5.0.0-alpha1 (#29925)
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
XhmikosR [Wed, 13 May 2020 18:53:43 +0000 (21:53 +0300)]
Dist (#30694)
Christian Oliff [Wed, 13 May 2020 18:28:57 +0000 (03:28 +0900)]
Fix .browserslistrc file name in docs (#30800)
dependabot-preview[bot] [Tue, 12 May 2020 18:15:21 +0000 (21:15 +0300)]
Bump hugo-bin from 0.57.2 to 0.58.0 (#30787)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.57.2 to 0.58.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.57.2...v0.58.0)
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>
dependabot-preview[bot] [Tue, 12 May 2020 16:33:59 +0000 (19:33 +0300)]
Bump rollup from 2.8.0 to 2.9.1 (#30789)
Bumps [rollup](https://github.com/rollup/rollup) from 2.8.0 to 2.9.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.8.0...v2.9.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>
dependabot-preview[bot] [Tue, 12 May 2020 15:39:56 +0000 (18:39 +0300)]
Bump bundlewatch from 0.2.6 to 0.2.7 (#30785)
Bumps [bundlewatch](https://github.com/bundlewatch/bundlewatch) from 0.2.6 to 0.2.7.
- [Release notes](https://github.com/bundlewatch/bundlewatch/releases)
- [Commits](https://github.com/bundlewatch/bundlewatch/compare/v0.2.6...v0.2.7)
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>