]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
6 years agoUpdate .gitignore (#28493)
XhmikosR [Thu, 14 Mar 2019 16:03:01 +0000 (18:03 +0200)] 
Update .gitignore (#28493)

Add the old Jekyll docs dist folder so that when we switch branches, it doesn't show up.

6 years agoRevert "Don't run Google Analytics locally. (#28384)" (#28489)
Mark Otto [Thu, 14 Mar 2019 02:07:54 +0000 (19:07 -0700)] 
Revert "Don't run Google Analytics locally. (#28384)" (#28489)

6 years agobrowsers-devices.md: escape what we read.
XhmikosR [Thu, 14 Mar 2019 00:11:09 +0000 (02:11 +0200)] 
browsers-devices.md: escape what we read.

6 years agoDon't run Google Analytics locally. (#28384)
Christian Oliff [Wed, 13 Mar 2019 11:13:30 +0000 (20:13 +0900)] 
Don't run Google Analytics locally. (#28384)

6 years agoPush footer to the bottom of the page
Martijn Cuppens [Wed, 27 Feb 2019 18:37:40 +0000 (19:37 +0100)] 
Push footer to the bottom of the page

6 years agoFix 404 layout.
XhmikosR [Wed, 27 Feb 2019 17:28:09 +0000 (19:28 +0200)] 
Fix 404 layout.

6 years ago404: output to 404.html and add meta robots.
XhmikosR [Thu, 21 Feb 2019 08:57:48 +0000 (10:57 +0200)] 
404: output to 404.html and add meta robots.

6 years agoCreate 404.md
Christian Oliff [Thu, 21 Feb 2019 08:00:54 +0000 (17:00 +0900)] 
Create 404.md

6 years agoFix the chroma fix and use Sass more.
XhmikosR [Wed, 27 Feb 2019 11:37:08 +0000 (13:37 +0200)] 
Fix the chroma fix and use Sass more.

6 years agoWorkaround problematic Chroma bash highlighting.
Bardi Harborow [Wed, 27 Feb 2019 10:33:04 +0000 (21:33 +1100)] 
Workaround problematic Chroma bash highlighting.

6 years agoDisable blackfriday's automatic fraction formatting.
Bardi Harborow [Wed, 27 Feb 2019 10:31:28 +0000 (21:31 +1100)] 
Disable blackfriday's automatic fraction formatting.

6 years agoAdd support for meta robots.
XhmikosR [Thu, 21 Feb 2019 12:53:14 +0000 (14:53 +0200)] 
Add support for meta robots.

6 years agoRemove `--renderToDisk`.
XhmikosR [Thu, 7 Feb 2019 11:10:06 +0000 (13:10 +0200)] 
Remove `--renderToDisk`.

6 years agoSimplify browser bugs inline shortcode
Bjørn Erik Pedersen [Tue, 5 Feb 2019 19:59:01 +0000 (21:59 +0200)] 
Simplify browser bugs inline shortcode

6 years agoAdd a `docs-build` script and make it the default.
XhmikosR [Tue, 5 Feb 2019 17:39:41 +0000 (19:39 +0200)] 
Add a `docs-build` script and make it the default.

6 years agoFix bugify.
Bjørn Erik Pedersen [Tue, 5 Feb 2019 11:39:30 +0000 (13:39 +0200)] 
Fix bugify.

6 years agoUpdate syntax highlighting styles to match the Chroma ones.
XhmikosR [Mon, 4 Feb 2019 15:33:58 +0000 (17:33 +0200)] 
Update syntax highlighting styles to match the Chroma ones.

6 years agoAdd a docsref shortcode.
XhmikosR [Mon, 4 Feb 2019 10:22:02 +0000 (12:22 +0200)] 
Add a docsref shortcode.

This allows for the build to fail if a reference isn't found.

6 years agoMove this to a partial to work around the stray `p` issue.
XhmikosR [Mon, 4 Feb 2019 07:09:07 +0000 (09:09 +0200)] 
Move this to a partial to work around the stray `p` issue.

6 years agoWork around the docs/ redirects.
XhmikosR [Mon, 11 Feb 2019 19:52:52 +0000 (21:52 +0200)] 
Work around the docs/ redirects.

This happens because we have the section kind enabled (needed for examples).

6 years agoRemove newlines in raw HTML.
XhmikosR [Wed, 30 Jan 2019 10:20:28 +0000 (12:20 +0200)] 
Remove newlines in raw HTML.

This causes `p` tags which is invalid HTML.

6 years agoCopy the dist files before the `docs-serve` script.
XhmikosR [Mon, 28 Jan 2019 20:59:45 +0000 (22:59 +0200)] 
Copy the dist files before the `docs-serve` script.

6 years agoRemove HTML comment; it breaks rendering.
XhmikosR [Mon, 28 Jan 2019 20:36:26 +0000 (22:36 +0200)] 
Remove HTML comment; it breaks rendering.

6 years agobrowsers-devices.md: Read .browserslistrc instead of duplicating the content.
XhmikosR [Sun, 27 Jan 2019 19:42:15 +0000 (21:42 +0200)] 
browsers-devices.md: Read .browserslistrc instead of duplicating the content.

6 years agoSwitch to Hugo.
XhmikosR [Tue, 8 Jan 2019 16:33:28 +0000 (18:33 +0200)] 
Switch to Hugo.

No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!

6 years agoUse one-line imports when possible. (#28467)
XhmikosR [Wed, 13 Mar 2019 12:55:53 +0000 (14:55 +0200)] 
Use one-line imports when possible. (#28467)

6 years agoRemove redundant placeholders in forms docs (#28406)
Jim Jiang [Tue, 12 Mar 2019 13:22:39 +0000 (09:22 -0400)] 
Remove redundant placeholders in forms docs (#28406)

* Change state field to select
* Include "Choose..." placeholder for select
* Change validated select to .custom-select

6 years agoRemove indiscriminate outline suppression for tabindex="-1" elements (#28437)
Patrick H. Lauke [Tue, 12 Mar 2019 13:16:18 +0000 (13:16 +0000)] 
Remove indiscriminate outline suppression for tabindex="-1" elements (#28437)

instead, only apply outline suppression if the browser wouldn't normally apply the focus outline, using the (currently experimental) `:focus-visible` pseudo-class

6 years agov5: Don't automatically adjust all hr elements in alert variants (#28462)
Mark Otto [Tue, 12 Mar 2019 13:04:08 +0000 (06:04 -0700)] 
v5: Don't automatically adjust all hr elements in alert variants (#28462)

6 years agov5: Drop deprecated size mixin (#28460)
Mark Otto [Tue, 12 Mar 2019 08:02:17 +0000 (01:02 -0700)] 
v5: Drop deprecated size mixin (#28460)

6 years agoDrop deprecated img-retina mixin (#28459)
Mark Otto [Tue, 12 Mar 2019 07:47:36 +0000 (00:47 -0700)] 
Drop deprecated img-retina mixin (#28459)

6 years agoDist.
XhmikosR [Mon, 11 Mar 2019 15:13:30 +0000 (17:13 +0200)] 
Dist.

6 years agouse specific browserlist for esm build
Johann-S [Sun, 3 Mar 2019 14:23:00 +0000 (15:23 +0100)] 
use specific browserlist for esm build

6 years agoadd docs about how to use the esm version
Johann-S [Sun, 3 Mar 2019 10:01:29 +0000 (12:01 +0200)] 
add docs about how to use the esm version

6 years agoTweak rollup.config.js
XhmikosR [Fri, 1 Mar 2019 22:50:31 +0000 (00:50 +0200)] 
Tweak rollup.config.js

6 years agoAdd the new ESM builds in bundlesize.
XhmikosR [Fri, 1 Mar 2019 16:40:59 +0000 (18:40 +0200)] 
Add the new ESM builds in bundlesize.

6 years agopackage.json: tweak js scripts.
XhmikosR [Fri, 1 Mar 2019 16:40:39 +0000 (18:40 +0200)] 
package.json: tweak js scripts.

6 years agobuild bootstrap in esm
Johann-S [Fri, 1 Mar 2019 09:11:41 +0000 (11:11 +0200)] 
build bootstrap in esm

6 years agocollapse.js: minor refactoring.
XhmikosR [Thu, 28 Feb 2019 15:22:41 +0000 (17:22 +0200)] 
collapse.js: minor refactoring.

6 years agoRemove obsolete comments.
XhmikosR [Tue, 26 Feb 2019 14:39:30 +0000 (16:39 +0200)] 
Remove obsolete comments.

6 years agoRemove more unused properties.
XhmikosR [Tue, 26 Feb 2019 13:51:06 +0000 (15:51 +0200)] 
Remove more unused properties.

6 years agoscrollspy.js: remove unused properties
Johann-S [Tue, 26 Feb 2019 13:48:27 +0000 (14:48 +0100)] 
scrollspy.js: remove unused properties

6 years agoRemove assignment from return.
XhmikosR [Tue, 26 Feb 2019 13:25:59 +0000 (15:25 +0200)] 
Remove assignment from return.

6 years agoDisable a few rules for now.
XhmikosR [Tue, 26 Feb 2019 13:13:59 +0000 (15:13 +0200)] 
Disable a few rules for now.

6 years agoComply to the new rules.
XhmikosR [Tue, 26 Feb 2019 11:20:34 +0000 (13:20 +0200)] 
Comply to the new rules.

6 years agoSwitch to eslint-config-xo and eslint-plugin-unicorn.
XhmikosR [Thu, 21 Feb 2019 13:55:16 +0000 (15:55 +0200)] 
Switch to eslint-config-xo and eslint-plugin-unicorn.

6 years agoAdd <ol> to nav's comment (#28426)
Shohei Yoshida [Thu, 7 Mar 2019 12:38:33 +0000 (21:38 +0900)] 
Add <ol> to nav's comment (#28426)

6 years agoUpdate RFS to v8.0.2 (#28405)
Martijn Cuppens [Wed, 6 Mar 2019 20:49:06 +0000 (21:49 +0100)] 
Update RFS to v8.0.2 (#28405)

6 years agodisable assert assending check if the previous unit was a percentual value (#28400)
mspae [Tue, 5 Mar 2019 10:47:48 +0000 (11:47 +0100)] 
disable assert assending check if the previous unit was a percentual value (#28400)

6 years agoHyphenate server-side (#28401)
Jonathan [Mon, 4 Mar 2019 13:52:13 +0000 (14:52 +0100)] 
Hyphenate server-side (#28401)

6 years agoDist (#28392)
XhmikosR [Fri, 1 Mar 2019 16:31:34 +0000 (18:31 +0200)] 
Dist (#28392)

6 years agoUpdate devDependencies. (#28391)
XhmikosR [Fri, 1 Mar 2019 16:12:54 +0000 (18:12 +0200)] 
Update devDependencies. (#28391)

6 years agoFix issue template links to the contributing guidelines (#28378)
Chris Barr [Thu, 28 Feb 2019 17:19:43 +0000 (12:19 -0500)] 
Fix issue template links to the contributing guidelines (#28378)

6 years agoUpdate devDependencies and gems. (#28347)
XhmikosR [Thu, 28 Feb 2019 06:46:24 +0000 (08:46 +0200)] 
Update devDependencies and gems. (#28347)

6 years agoRemove the now unneeded `shrink-to-fit` directive. (#28314)
XhmikosR [Wed, 27 Feb 2019 15:47:41 +0000 (17:47 +0200)] 
Remove the now unneeded `shrink-to-fit` directive. (#28314)

6 years agoUse .text-danger for IE not supported cell. (#28371)
Bardi Harborow [Wed, 27 Feb 2019 13:23:17 +0000 (00:23 +1100)] 
Use .text-danger for IE not supported cell. (#28371)

6 years agoput secondary navigation in an explicit landmark `nav` and add a label on each nav...
Laussel Loïc [Wed, 27 Feb 2019 11:37:52 +0000 (12:37 +0100)] 
put secondary navigation in an explicit landmark `nav` and add a label on each nav (#28361)

6 years agoadd an explicit aria-label on link with svg on sample pages (#28360)
Laussel Loïc [Wed, 27 Feb 2019 11:29:29 +0000 (12:29 +0100)] 
add an explicit aria-label on link with svg on sample pages (#28360)

6 years agotests: add tests for plugins version. (#28366)
XhmikosR [Wed, 27 Feb 2019 11:20:25 +0000 (13:20 +0200)] 
tests: add tests for plugins version. (#28366)

6 years agoFix border if only one card (#28365)
Martijn Cuppens [Tue, 26 Feb 2019 20:06:46 +0000 (21:06 +0100)] 
Fix border if only one card (#28365)

6 years agodom/manipulator.js: minor simplification. (#28358)
XhmikosR [Tue, 26 Feb 2019 11:13:01 +0000 (13:13 +0200)] 
dom/manipulator.js: minor simplification. (#28358)

Combine two checks since we return the same value for both.

6 years agokarma.conf.js: minor simplification.
XhmikosR [Sun, 24 Feb 2019 13:34:36 +0000 (15:34 +0200)] 
karma.conf.js: minor simplification.

6 years agoremove tests for old jQuery 1.9.x compatibility
Johann-S [Sun, 24 Feb 2019 10:45:01 +0000 (11:45 +0100)] 
remove tests for old jQuery 1.9.x compatibility

6 years agomove util in a util folder with the sanitizer
Johann-S [Fri, 22 Feb 2019 22:37:55 +0000 (00:37 +0200)] 
move util in a util folder with the sanitizer

6 years agoCreate SECURITY.md (#28288)
Bardi Harborow [Mon, 25 Feb 2019 07:29:11 +0000 (07:29 +0000)] 
Create SECURITY.md (#28288)

6 years agoRemove DOMContentLoaded. (#28337)
XhmikosR [Sun, 24 Feb 2019 13:42:18 +0000 (15:42 +0200)] 
Remove DOMContentLoaded. (#28337)

There's no reason for us to wait here.

6 years agoAdd `--continue-on-error` in `npm run lint`. (#28338)
XhmikosR [Fri, 22 Feb 2019 04:35:43 +0000 (06:35 +0200)] 
Add `--continue-on-error` in `npm run lint`. (#28338)

So if one of the two sub-tasks fails, it still completes linting the other one.

6 years agotests/visual/modal.html: fix close button placement.
XhmikosR [Wed, 20 Feb 2019 12:51:51 +0000 (14:51 +0200)] 
tests/visual/modal.html: fix close button placement.

6 years agoforms.md: remove jQuery from snippet.
XhmikosR [Wed, 20 Feb 2019 12:48:49 +0000 (14:48 +0200)] 
forms.md: remove jQuery from snippet.

6 years agouse our selector engine instead of native api
Johann-S [Wed, 20 Feb 2019 08:45:46 +0000 (10:45 +0200)] 
use our selector engine instead of native api

6 years agodownload.md: reword import bootstrap section.
Johann-S [Wed, 20 Feb 2019 08:34:43 +0000 (10:34 +0200)] 
download.md: reword import bootstrap section.

6 years agoUse `Util.makeArray()`.
XhmikosR [Tue, 19 Feb 2019 21:52:04 +0000 (23:52 +0200)] 
Use `Util.makeArray()`.

6 years agoRemove IE-specific breadcrumb CSS hack
Mark Otto [Mon, 17 Sep 2018 22:29:54 +0000 (15:29 -0700)] 
Remove IE-specific breadcrumb CSS hack

6 years agoRemove `focusable="false"` from SVGs.
XhmikosR [Tue, 19 Feb 2019 14:46:56 +0000 (16:46 +0200)] 
Remove `focusable="false"` from SVGs.

6 years agoRemove Internet Explorer leftovers.
XhmikosR [Tue, 19 Feb 2019 14:44:55 +0000 (16:44 +0200)] 
Remove Internet Explorer leftovers.

6 years agoRemove jQuery from docs/repo.
XhmikosR [Tue, 19 Feb 2019 14:19:02 +0000 (16:19 +0200)] 
Remove jQuery from docs/repo.

Some of the snippets need to be updated later.

6 years agoAdd information about IE 11 compatibility.
Johann-S [Tue, 19 Feb 2019 13:16:20 +0000 (15:16 +0200)] 
Add information about IE 11 compatibility.

6 years agoBump bundlesize limits
XhmikosR [Thu, 16 Nov 2017 16:04:15 +0000 (18:04 +0200)] 
Bump bundlesize limits

6 years agoremove `--compress typeofs=false` from terser.
XhmikosR [Fri, 15 Feb 2019 21:04:36 +0000 (23:04 +0200)] 
remove `--compress typeofs=false` from terser.

This was needed for IE

6 years agoimprove event handler
Johann-S [Thu, 14 Feb 2019 20:19:10 +0000 (21:19 +0100)] 
improve event handler

6 years agoSimplify checks.
XhmikosR [Wed, 13 Feb 2019 19:40:15 +0000 (21:40 +0200)] 
Simplify checks.

6 years agoRemove unneeded ESLint suppression.
XhmikosR [Wed, 13 Feb 2019 19:37:56 +0000 (21:37 +0200)] 
Remove unneeded ESLint suppression.

6 years agouse only dataset to get data attributes
Johann-S [Wed, 13 Feb 2019 19:25:08 +0000 (20:25 +0100)] 
use only dataset to get data attributes

6 years agoremove polyfills which override browsers default
Johann-S [Wed, 13 Feb 2019 17:37:52 +0000 (19:37 +0200)] 
remove polyfills which override browsers default

6 years ago4.3.1.
XhmikosR [Tue, 12 Feb 2019 10:47:34 +0000 (12:47 +0200)] 
4.3.1.

6 years agominor jQuery.hasclass removal (#28158)
Joshua Wilson [Mon, 11 Feb 2019 13:15:03 +0000 (08:15 -0500)] 
minor jQuery.hasclass removal (#28158)

6 years agoChange breadcrumb item padding variable name (#28125)
astrahov [Mon, 11 Feb 2019 10:36:40 +0000 (15:36 +0500)] 
Change breadcrumb item padding variable name (#28125)

6 years agoUse consistent arrow class (#28105)
Peter Blazejewicz [Mon, 11 Feb 2019 10:27:14 +0000 (11:27 +0100)] 
Use consistent arrow class (#28105)

6 years agoFixed Util.jQuery: window.$ is not reliable. Both Firefox and Chrome implements ...
Emil Müller [Wed, 16 Jan 2019 20:36:13 +0000 (21:36 +0100)] 
Fixed Util.jQuery: window.$ is not reliable. Both Firefox and Chrome implements $ natively.

6 years agobump to 4.2.1
Johann-S [Fri, 4 Jan 2019 14:09:52 +0000 (16:09 +0200)] 
bump to 4.2.1

6 years agoConvert offcanvas.js to vanilla JS.
XhmikosR [Wed, 28 Nov 2018 19:46:06 +0000 (21:46 +0200)] 
Convert offcanvas.js to vanilla JS.

6 years agoFix anchors wrapper.
XhmikosR [Tue, 20 Nov 2018 21:41:54 +0000 (23:41 +0200)] 
Fix anchors wrapper.

6 years agouse Util.makeArray in our docs
Johann-S [Tue, 20 Nov 2018 21:35:11 +0000 (23:35 +0200)] 
use Util.makeArray in our docs

6 years agorewrite toast plugin without jquery
Johann-S [Wed, 14 Nov 2018 11:02:18 +0000 (12:02 +0100)] 
rewrite toast plugin without jquery

6 years agoremove IE from our browserlist
Johann-S [Fri, 9 Nov 2018 09:51:50 +0000 (10:51 +0100)] 
remove IE from our browserlist

6 years agoImprove manipulator coverage
Johann-S [Thu, 8 Nov 2018 12:43:23 +0000 (13:43 +0100)] 
Improve manipulator coverage

6 years agoRemove IE support and button bsChecked hack
Alessandro Chitolina [Tue, 25 Sep 2018 18:06:09 +0000 (20:06 +0200)] 
Remove IE support and button bsChecked hack

6 years agov4 without jquery: updated button, carousel, collapse docs (#27173)
aTable [Sat, 15 Sep 2018 11:44:23 +0000 (21:44 +1000)] 
v4 without jquery: updated button, carousel, collapse docs (#27173)

6 years agoRefactor util plugin and some tests
Johann-S [Fri, 14 Sep 2018 12:27:30 +0000 (14:27 +0200)] 
Refactor util plugin and some tests

6 years agoupdate alert documentation without jquery (#27062)
Johann-S [Fri, 24 Aug 2018 09:46:05 +0000 (11:46 +0200)] 
update alert documentation without jquery (#27062)