]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
6 years agoRemove iconic and add feather icons. (#29079)
XhmikosR [Fri, 19 Jul 2019 15:25:03 +0000 (18:25 +0300)] 
Remove iconic and add feather icons. (#29079)

6 years agoOptimize a few SVGs.
XhmikosR [Thu, 18 Jul 2019 08:50:09 +0000 (11:50 +0300)] 
Optimize a few SVGs.

6 years agoSVGs: lowercase hex values.
XhmikosR [Thu, 18 Jul 2019 08:40:22 +0000 (11:40 +0300)] 
SVGs: lowercase hex values.

6 years agoRemove trailing spaces.
XhmikosR [Thu, 18 Jul 2019 08:35:20 +0000 (11:35 +0300)] 
Remove trailing spaces.

6 years agodocs-navbar.html: reindent and use our classes.
XhmikosR [Thu, 18 Jul 2019 08:33:48 +0000 (11:33 +0300)] 
docs-navbar.html: reindent and use our classes.

6 years agoRemove unneeded div.
XhmikosR [Thu, 18 Jul 2019 07:58:52 +0000 (10:58 +0300)] 
Remove unneeded div.

This is a link.

6 years agoMake it possible to change default alignment & allow to inherit alignment from table...
Martijn Cuppens [Thu, 18 Jul 2019 05:49:39 +0000 (07:49 +0200)] 
Make it possible to change default alignment & allow to inherit alignment from table (#29039)

6 years agoUse :focus-within for .form-file focus state (#29036)
Mark Otto [Wed, 17 Jul 2019 13:56:54 +0000 (06:56 -0700)] 
Use :focus-within for .form-file focus state (#29036)

Fixes #26563, closes #26576, closes #29021.

6 years agoFix ads alignment
Martijn Cuppens [Wed, 17 Jul 2019 12:44:13 +0000 (14:44 +0200)] 
Fix ads alignment

6 years agoUse `has-children`.
XhmikosR [Wed, 17 Jul 2019 08:44:32 +0000 (11:44 +0300)] 
Use `has-children`.

6 years agoIt's `viewBox`.
XhmikosR [Wed, 17 Jul 2019 06:39:20 +0000 (09:39 +0300)] 
It's `viewBox`.

6 years agoFix inline SVG.
XhmikosR [Wed, 17 Jul 2019 06:02:14 +0000 (09:02 +0300)] 
Fix inline SVG.

6 years agoMove sidebar icon to CSS
Mark Otto [Tue, 16 Jul 2019 23:00:46 +0000 (16:00 -0700)] 
Move sidebar icon to CSS

6 years agoMove the icon to a partial and optimize it.
XhmikosR [Tue, 16 Jul 2019 08:32:51 +0000 (11:32 +0300)] 
Move the icon to a partial and optimize it.

6 years agoAdd width/height in the SVG arrow.
XhmikosR [Tue, 16 Jul 2019 08:31:22 +0000 (11:31 +0300)] 
Add width/height in the SVG arrow.

Fixes IE.

6 years agoRemove display none code.
XhmikosR [Sat, 13 Jul 2019 13:28:25 +0000 (16:28 +0300)] 
Remove display none code.

6 years agoUse the responsive themes image.
XhmikosR [Sat, 13 Jul 2019 11:27:37 +0000 (14:27 +0300)] 
Use the responsive themes image.

6 years agoFix docs search. (#29067)
XhmikosR [Wed, 17 Jul 2019 13:05:56 +0000 (16:05 +0300)] 
Fix docs search. (#29067)

6 years agoAdd redirect for `/forms/`.
XhmikosR [Wed, 17 Jul 2019 09:52:14 +0000 (12:52 +0300)] 
Add redirect for `/forms/`.

6 years agoUse the direct link to migrations page.
XhmikosR [Wed, 17 Jul 2019 06:32:52 +0000 (09:32 +0300)] 
Use the direct link to migrations page.

6 years agoRemove redundant fill-rule
Martijn Cuppens [Wed, 17 Jul 2019 09:42:37 +0000 (11:42 +0200)] 
Remove redundant fill-rule

6 years agoMove xmlns after `svg` for consistency.
XhmikosR [Wed, 17 Jul 2019 09:28:55 +0000 (12:28 +0300)] 
Move xmlns after `svg` for consistency.

6 years agoEscape the newly added SVGs.
XhmikosR [Wed, 17 Jul 2019 08:57:06 +0000 (11:57 +0300)] 
Escape the newly added SVGs.

Also use `viewBox` instead of `viewbox`.

6 years agoupdated babel
Johann-S [Thu, 11 Jul 2019 09:29:35 +0000 (11:29 +0200)] 
updated babel

6 years agoUpdate devDependencies.
XhmikosR [Wed, 10 Jul 2019 08:08:03 +0000 (11:08 +0300)] 
Update devDependencies.

Held babel back due to issues with `objectSpread`.

6 years agoMove inline JS to application.js.
XhmikosR [Wed, 17 Jul 2019 08:29:30 +0000 (11:29 +0300)] 
Move inline JS to application.js.

6 years agoIgnore sw.js.
XhmikosR [Tue, 16 Jul 2019 10:38:53 +0000 (13:38 +0300)] 
Ignore sw.js.

6 years agosite/.eslintrc.json: specify ecmaVersion.
XhmikosR [Tue, 16 Jul 2019 10:27:26 +0000 (13:27 +0300)] 
site/.eslintrc.json: specify ecmaVersion.

6 years agoFix application.js after aaf03bd
XhmikosR [Mon, 15 Jul 2019 14:33:45 +0000 (17:33 +0300)] 
Fix application.js after aaf03bd

6 years agoFix bootstrap-themes.png. (#29061)
XhmikosR [Wed, 17 Jul 2019 11:36:14 +0000 (14:36 +0300)] 
Fix bootstrap-themes.png. (#29061)

For some reason the old image was bad quality.

6 years agoFix breaking layout breaking error in code (#28328)
M. Wacker [Tue, 16 Jul 2019 07:54:36 +0000 (09:54 +0200)] 
Fix breaking layout breaking error in code (#28328)

Change `word-break: break-word;` to `word-wrap: break-word;`

6 years agoMove the linkinator test in `npm t`. (#29003)
XhmikosR [Mon, 15 Jul 2019 13:26:36 +0000 (16:26 +0300)] 
Move the linkinator test in `npm t`. (#29003)

6 years agoMake text align configurable (#28989)
Martijn Cuppens [Mon, 15 Jul 2019 11:34:01 +0000 (13:34 +0200)] 
Make text align configurable (#28989)

This was causing issues for RTL, see https://github.com/twbs/bootstrap/issues/28238

6 years agoRevert incorrect change (#29044)
Martijn Cuppens [Mon, 15 Jul 2019 11:24:32 +0000 (13:24 +0200)] 
Revert incorrect change (#29044)

6 years agov5: Reuse box-shadow variables (#29023)
Mark Otto [Mon, 15 Jul 2019 07:29:13 +0000 (00:29 -0700)] 
v5: Reuse box-shadow variables (#29023)

* Remove default kbd element shadow, simplify selector while here

* Add new -shadow-inset variable so our shadows match on .form-control's, .form-select's, and .progress's

* Reuse box-shadow variables for .dropdown's, .popover's, .toast's, .modal's, and .img-thumbnail's

6 years ago#29034 Fix broken links (#29035)
Manuel Alcaraz [Sun, 14 Jul 2019 09:41:34 +0000 (11:41 +0200)] 
#29034 Fix broken links (#29035)

6 years agoFix dropdown unit test (#29037)
Patrick H. Lauke [Sun, 14 Jul 2019 09:24:27 +0000 (10:24 +0100)] 
Fix dropdown unit test (#29037)

swap jQuery's `trigger(...)` with the more verbose native `dispatchEvent(...)`, as the former may not always behave/bubble correctly (observed while trying to write unit tests for keyboard handling of ARIA tab navigation), which may lead to this test passing even though it fails in real usage.

6 years agov5: Fix disabled styling on .form-file (#29022)
Mark Otto [Sun, 14 Jul 2019 09:00:57 +0000 (02:00 -0700)] 
v5: Fix disabled styling on .form-file (#29022)

While #28450 overhauled a ton of forms work, the  support for this custom file input was ineffective. This updates the selector to target the custom field and gray out the entire field.

Fixes #28176.

6 years agoAdded link to creative commons license (#29032)
Sunny Dhoke [Sun, 14 Jul 2019 08:52:33 +0000 (14:22 +0530)] 
Added link to creative commons license (#29032)

The previous link is dead one.

6 years agoDrop breakpoint CSS custom properties (#29020)
Mark Otto [Sun, 14 Jul 2019 08:44:49 +0000 (01:44 -0700)] 
Drop breakpoint CSS custom properties (#29020)

Media queries do not support CSS custom properties (CSS variables), so we've had some useless variables lying around since shipping v4. This finally removes them and the associated documentation content that explained the situation.

Fixes #29012.

6 years agoUpdate collapse.md (#29025)
Brian Juul Andersen [Sat, 13 Jul 2019 07:04:49 +0000 (09:04 +0200)] 
Update collapse.md (#29025)

Corrected minor spelling error.

6 years agodist v5
Mark Otto [Fri, 12 Jul 2019 21:56:26 +0000 (16:56 -0500)] 
dist v5

6 years agov5: Forms update (#28450)
Mark Otto [Fri, 12 Jul 2019 21:52:33 +0000 (16:52 -0500)] 
v5: Forms update (#28450)

* Initial spike of consolidated form checks

* Stub out forms rearrangement

- Prepping to drop non-custom file and range inputs
- Prepping to merge custom and native checks and radios (with switches)
- Prepping to merge custom select with form select
- Moving docs arround so forms has it's own area given volume of CSS

* Move input group Sass file to forms subdir

* Start to split and move the docs around

* Simpler imports

* Copyediting

* delete overview file

* Remove commented out code

* remove the custom-forms import

* rewrite flex-check as form-check, replace all custom properties

* Remove old forms doc

* stub out new subpage link section

* update migration guide

* Update nav, forms overview in page nav, and descriptions

* fix check bg position

* fix margin-top calculation

* rename .custom-select to .form-select

* Update validation styles for new checks

* add some vertical margin, fix inline checks

* fix docs examples

* better way to do this contents stuff, redo the toc while i'm at it

* page restyle for docs while here

* un-callout that, edit text

* redo padding on toc

* fix toc

* start to cleanup checks docs

* Rewrite Markdown tables into HTML

* Redesign tables, redo their docs

* Replace Open Iconic icons with custom Bootstrap icons

* Redesign the docs navbar, add a subheader, redo the sidebar

* Redesign docs homepage a bit

* Simplify table style overrides for docs tables

* Simplify docs typography for page titles and reading line length

* Stub out icons page

* Part of sidebar update, remove migration from nav.yml

* Move toc CSS to separate partial

* Change appearance of overview page

* fix sidebar arrow direction

* Add footer to docs layout

* Update descriptions

* Drop the .form-group class for margin utilities

* Remove lingering form-group-margin-bottom var

* improve footer spacing

* add headings to range page

* uncomment form range css

* Rename .custom-range to .form-range

* Drop unused docs var

* Uncomment the comment

* Remove unused variable

* Fix radio image sizing

* Reboot update: reset horizontal ul and ol padding

* de-dupe IDs

* tweak toc styles

* nvm, fix dropdown versions stuff

* remove sidebar nav toggle for now

* broken html

* fix more broken html, move css

* scss linting

* comment out broken helper docs

* scope styles

* scope styles

* Fixes #25540 and fixes #26407 for v5 only

* Update sidebar once more

* Match new sidenav order

* fix syntax error

* Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696

* rename back

* fix size and alignment

* rename that back too

6 years agoDrop support for .form-control-plaintext inside .input-group (#28972)
Shohei Yoshida [Fri, 12 Jul 2019 10:23:43 +0000 (19:23 +0900)] 
Drop support for .form-control-plaintext inside .input-group (#28972)

* Revert "Fix readonly-plain-text with button addon (#25871)"

This reverts commit ff40e00323f9256d8dfb678d13b57bfb01ac7354.

* Add migration comment

6 years agoRemove attribute selectors (#28988)
Martijn Cuppens [Fri, 12 Jul 2019 10:15:50 +0000 (12:15 +0200)] 
Remove attribute selectors (#28988)

6 years agoseparate file for our polyfills to have lighter plugins
Johann-S [Tue, 9 Jul 2019 08:19:00 +0000 (10:19 +0200)] 
separate file for our polyfills to have lighter plugins

6 years agoFix typo. (#29008)
XhmikosR [Wed, 10 Jul 2019 07:45:27 +0000 (10:45 +0300)] 
Fix typo. (#29008)

6 years agoFixes #28994
Mark Otto [Tue, 9 Jul 2019 19:30:07 +0000 (14:30 -0500)] 
Fixes #28994

6 years agoMove bundlesize config to a separate file. (#29002)
XhmikosR [Tue, 9 Jul 2019 14:18:14 +0000 (17:18 +0300)] 
Move bundlesize config to a separate file. (#29002)

6 years agoAdd `prefers-reduced-motion` callout to toast documentation (#28993)
Patrick H. Lauke [Mon, 8 Jul 2019 18:05:54 +0000 (19:05 +0100)] 
Add `prefers-reduced-motion` callout to toast documentation (#28993)

x-ref #28987

6 years agoAdd ARIA search landmark to documentation. (#28983)
Bardi Harborow [Tue, 2 Jul 2019 18:17:42 +0000 (04:17 +1000)] 
Add ARIA search landmark to documentation. (#28983)

6 years agoRemove redundant border radius on pagination (#28980)
Martijn Cuppens [Tue, 2 Jul 2019 06:08:12 +0000 (08:08 +0200)] 
Remove redundant border radius on pagination (#28980)

Pagination used to have box shadow back in the days which required this property, but nowadays it's redundant. (see https://github.com/twbs/bootstrap/blame/0cd186183c5e18f0517d6037d53f29c56adbac72/less/pagination.less#L17)

6 years agoRemove redundant radius properties (#28956)
Martijn Cuppens [Wed, 26 Jun 2019 13:11:37 +0000 (15:11 +0200)] 
Remove redundant radius properties (#28956)

6 years agoFix pre color (#28966)
Martijn Cuppens [Wed, 26 Jun 2019 10:18:59 +0000 (12:18 +0200)] 
Fix pre color (#28966)

6 years agoStretched link updates (#28958)
Martijn Cuppens [Wed, 26 Jun 2019 04:54:51 +0000 (06:54 +0200)] 
Stretched link updates (#28958)

- Remove IE10 background hack
- Ability to change the pseudo element
- Ability to change the z-index
- Remove pointer events, just inherit this

6 years agoPort new unit test for dropdown from v4 (#28913)
Patrick H. Lauke [Tue, 25 Jun 2019 11:57:41 +0000 (12:57 +0100)] 
Port new unit test for dropdown from v4 (#28913)

Add unit test from #28912 to v5

6 years agoRemove negative margins for group list items (#28940)
Sergey Kovalenko [Tue, 25 Jun 2019 06:23:36 +0000 (09:23 +0300)] 
Remove negative margins for group list items (#28940)

To fix RGBA borders overlapping issue.

6 years agoMinor wording changes.
XhmikosR [Sat, 22 Jun 2019 14:42:41 +0000 (17:42 +0300)] 
Minor wording changes.

6 years agoCombine duplicate documentation examples into one to fix the confusing text.
Jonathan Hawkins [Fri, 21 Jun 2019 01:47:24 +0000 (21:47 -0400)] 
Combine duplicate documentation examples into one to fix the confusing text.

fixes issue #28892

6 years agoChange invalid icon from cross to exclamation mark (#28944)
Martijn Cuppens [Sat, 22 Jun 2019 14:21:11 +0000 (16:21 +0200)] 
Change invalid icon from cross to exclamation mark (#28944)

The cross icon was confusing since some browsers use it as a reset button.

6 years agoDocs – update extend/approach.md (#28941)
Robin D'Arcy [Sat, 22 Jun 2019 13:21:20 +0000 (14:21 +0100)] 
Docs – update extend/approach.md (#28941)

6 years agoClosing dropdown with ESC correctly sets focus to toggle (#28928)
Patrick H. Lauke [Wed, 19 Jun 2019 09:23:41 +0000 (10:23 +0100)] 
Closing dropdown with ESC correctly sets focus to toggle (#28928)

Just firing the focus event isn't enough ... need to actually call the proper `focus()` method for it to actually do it...

6 years agoUpdate devDependencies. (#28924)
XhmikosR [Tue, 18 Jun 2019 12:34:43 +0000 (15:34 +0300)] 
Update devDependencies. (#28924)

6 years agoTypo fix (#28920)
Martijn Cuppens [Tue, 18 Jun 2019 07:43:15 +0000 (09:43 +0200)] 
Typo fix (#28920)

6 years agoDecrease number of order utilities (#28874)
Martijn Cuppens [Tue, 18 Jun 2019 05:02:14 +0000 (07:02 +0200)] 
Decrease number of order utilities (#28874)

6 years agoAdd Error checking to prevent invalid breakpoint (#28889)
Ashfahan Khan [Mon, 17 Jun 2019 06:00:36 +0000 (11:00 +0500)] 
Add Error checking to prevent invalid breakpoint (#28889)

* Add Error checking to prevent invalid breakpoint

Error checking to prevent invalid breakpoint name

* check type rather than value

* Revert "check type rather than value"

This reverts commit 04ab1e652f9c9c1c7725b7328b12f548a2c6d142.

* use of not rather than null

6 years agotooltip dispose:removing only own event handler (#28896)
david-lallement [Thu, 13 Jun 2019 08:42:54 +0000 (10:42 +0200)] 
tooltip dispose:removing only own event handler (#28896)

6 years agoRemoval of one of the most iconic components of Bootstrap: the jumbotron (#28876)
Martijn Cuppens [Fri, 7 Jun 2019 11:44:26 +0000 (13:44 +0200)] 
Removal of one of the most iconic components of Bootstrap: the jumbotron (#28876)

6 years agoUpdate site/content/docs/4.3/examples/sticky-footer-navbar/index.html
XhmikosR [Wed, 15 May 2019 15:48:27 +0000 (18:48 +0300)] 
Update site/content/docs/4.3/examples/sticky-footer-navbar/index.html

Co-Authored-By: Shohei Yoshida <fellows3@gmail.com>
6 years agoUpdate site/content/docs/4.3/examples/sticky-footer-navbar/index.html
XhmikosR [Wed, 15 May 2019 15:48:14 +0000 (18:48 +0300)] 
Update site/content/docs/4.3/examples/sticky-footer-navbar/index.html

Co-Authored-By: Shohei Yoshida <fellows3@gmail.com>
6 years agoExamples: make use of core utils in more places.
XhmikosR [Wed, 15 May 2019 08:51:45 +0000 (11:51 +0300)] 
Examples: make use of core utils in more places.

6 years agoClean component examples CSS (#28872)
Shohei Yoshida [Thu, 6 Jun 2019 06:04:48 +0000 (15:04 +0900)] 
Clean component examples CSS (#28872)

* Remove unused classes/styles and use utilities instead of specific styles
* Use `getElementById` instead of `querySelector`

6 years agoMake generating form row styles dependent on $enable-grid-classes (#28870)
Shohei Yoshida [Wed, 5 Jun 2019 15:15:27 +0000 (00:15 +0900)] 
Make generating form row styles dependent on $enable-grid-classes (#28870)

6 years agoRename the text helper page (#28869)
Shohei Yoshida [Tue, 4 Jun 2019 18:46:52 +0000 (03:46 +0900)] 
Rename the text helper page (#28869)

6 years agoRename .text-monospace to .font-monospace (#28867)
Shohei Yoshida [Tue, 4 Jun 2019 15:51:36 +0000 (00:51 +0900)] 
Rename .text-monospace to .font-monospace (#28867)

6 years agoDocs: add accessibility/keyboard callout to popovers, tweak tooltips callout (#28851)
Patrick H. Lauke [Tue, 4 Jun 2019 07:36:57 +0000 (08:36 +0100)] 
Docs: add accessibility/keyboard callout to popovers, tweak tooltips callout (#28851)

- Add same advice about keyboard/AT handling to popovers as a callout; also add information about not adding excessive content or interactive controls (and the suggestion to opt for a modal)
- Tweak the tooltips callout for consistency

6 years agoWorkaround for the image size bug in IE (#28855)
Shohei Yoshida [Tue, 4 Jun 2019 07:25:19 +0000 (16:25 +0900)] 
Workaround for the image size bug in IE (#28855)

6 years agoAdd initial FUNDING.yml (#28824)
XhmikosR [Tue, 4 Jun 2019 07:03:09 +0000 (10:03 +0300)] 
Add initial FUNDING.yml (#28824)

6 years agoUpdate devDependencies. (#28798)
XhmikosR [Mon, 3 Jun 2019 11:26:52 +0000 (14:26 +0300)] 
Update devDependencies. (#28798)

Notably:

* bundlesize 0.15.3 → ^0.17.2
* eslint-plugin-unicorn ^8.0.2 → ^9.0.0
* terser ^3.17.0 → ^4.0.0

6 years agoevent-handler.js: use a plain for loop. (#28853)
XhmikosR [Mon, 3 Jun 2019 11:08:17 +0000 (14:08 +0300)] 
event-handler.js: use a plain for loop. (#28853)

6 years agoHTTPS link to codeguide.co (#28860)
Christian Oliff [Mon, 3 Jun 2019 07:36:49 +0000 (16:36 +0900)] 
HTTPS link to codeguide.co (#28860)

6 years agoUtility API improvement: use $key/$value instead of nth (#28828)
Ashfahan Khan [Thu, 30 May 2019 15:22:06 +0000 (20:22 +0500)] 
Utility API improvement: use $key/$value instead of nth (#28828)

Co-Authored-By: Martijn Cuppens <martijn.cuppens@gmail.com>
6 years agoUse `npm-run-all` in the `netlify` script. (#28846)
XhmikosR [Thu, 30 May 2019 07:52:50 +0000 (10:52 +0300)] 
Use `npm-run-all` in the `netlify` script. (#28846)

6 years agoRemove redundant properties from `.embed-responsive` (#28062)
Martijn Cuppens [Wed, 29 May 2019 17:42:32 +0000 (19:42 +0200)] 
Remove redundant properties from `.embed-responsive` (#28062)

6 years agoModify `.card-header-tabs .nav-link.active` colors (#28833)
Shane Parsons [Wed, 29 May 2019 16:38:36 +0000 (12:38 -0400)] 
Modify `.card-header-tabs .nav-link.active` colors (#28833)

Co-Authored-By: Mark Otto <otto@github.com>
6 years agoMake example description more accurate (#28842)
Jay Pinho [Wed, 29 May 2019 15:17:40 +0000 (16:17 +0100)] 
Make example description more accurate (#28842)

6 years agoClean input group flex basis (#28785)
Shohei Yoshida [Tue, 28 May 2019 19:28:39 +0000 (04:28 +0900)] 
Clean input group flex basis (#28785)

6 years agoCalc modal header/footer border radius according to the border width (#28775)
Shohei Yoshida [Tue, 28 May 2019 12:21:45 +0000 (21:21 +0900)] 
Calc modal header/footer border radius according to the border width (#28775)

6 years agoCorrect grammar in modal.scss (#28829)
Aditya Shankar [Mon, 27 May 2019 06:19:50 +0000 (11:49 +0530)] 
Correct grammar in modal.scss (#28829)

6 years agoFix background position (#28814)
Sezer Esen [Sun, 26 May 2019 09:13:55 +0000 (12:13 +0300)] 
Fix background position (#28814)

6 years agoFix Typo Mistake in SCSS comment (#28821)
Ashfahan Khan [Fri, 24 May 2019 21:09:10 +0000 (02:09 +0500)] 
Fix Typo Mistake in SCSS comment (#28821)

6 years agovnu.jar: Update ignores. (#28817)
XhmikosR [Fri, 24 May 2019 10:19:13 +0000 (13:19 +0300)] 
vnu.jar: Update ignores. (#28817)

Pass the `--no-langdetect` flag instead of ignoring the warning manually.

6 years agoHelpers & utilities split (#28445)
Martijn Cuppens [Thu, 23 May 2019 09:56:03 +0000 (11:56 +0200)] 
Helpers & utilities split (#28445)

6 years ago`.sr-only` & `.sr-only-focusable` tweaks (#28720)
Martijn Cuppens [Mon, 20 May 2019 08:03:51 +0000 (10:03 +0200)] 
`.sr-only` & `.sr-only-focusable` tweaks (#28720)

* Prevent .sr-only-focusable overriding properties when being focused

* Typo

6 years agoFix z-index according to our z-index rule (#28784)
Shohei Yoshida [Sat, 18 May 2019 14:30:57 +0000 (23:30 +0900)] 
Fix z-index according to our z-index rule (#28784)

https://getbootstrap.com/docs/4.3/extend/approach/#z-index-scales

6 years agoUpdate Yarn package link to link to the Bootstrap package (#28781)
Christian Oliff [Thu, 16 May 2019 18:47:26 +0000 (03:47 +0900)] 
Update Yarn package link to link to the Bootstrap package (#28781)

I think it makes more sense to link to the Bootstrap package on Yarn here (like the package link for NPM above)

6 years agolinkinator: add silent flag.
XhmikosR [Sun, 5 May 2019 22:44:33 +0000 (01:44 +0300)] 
linkinator: add silent flag.

This should reduce its output.

6 years agoUpdate devDependencies.
XhmikosR [Sun, 5 May 2019 22:42:41 +0000 (01:42 +0300)] 
Update devDependencies.

6 years agoremove util references from our docs
Johann-S [Thu, 16 May 2019 12:28:48 +0000 (14:28 +0200)] 
remove util references from our docs

6 years agoremove jquery references from tooltip docs
Johann-S [Thu, 16 May 2019 12:18:12 +0000 (14:18 +0200)] 
remove jquery references from tooltip docs