]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
7 years agolink to css tricks article, add code snippet to example
Mark Otto [Wed, 6 Sep 2017 04:08:17 +0000 (21:08 -0700)] 
link to css tricks article, add code snippet to example

7 years agolink to mdn flex doc
Mark Otto [Wed, 6 Sep 2017 04:07:03 +0000 (21:07 -0700)] 
link to mdn flex doc

7 years agodist
Mark Otto [Sat, 30 Sep 2017 21:28:03 +0000 (14:28 -0700)] 
dist

7 years agoRemove dropdown anchor focus override
Ari Rizzitano [Mon, 18 Sep 2017 19:38:26 +0000 (15:38 -0400)] 
Remove dropdown anchor focus override

Overriding the focus outline for links within the dropdown menu
causes accessibility issues for keyboard-only users. This
removes the override, reenabling the browser's default focus
outline.

7 years agoRename variables and remove unneeded return.
XhmikosR [Fri, 29 Sep 2017 16:27:32 +0000 (19:27 +0300)] 
Rename variables and remove unneeded return.

7 years agoManage exceed maximum duration for our test
Johann-S [Fri, 29 Sep 2017 09:23:27 +0000 (11:23 +0200)] 
Manage exceed maximum duration for our test

7 years agoUse sauce_browsers.json.
Johann-S [Thu, 28 Sep 2017 15:18:20 +0000 (18:18 +0300)] 
Use sauce_browsers.json.

7 years agoConvert sauce_browser.yml to JSON.
Johann-S [Thu, 28 Sep 2017 14:59:13 +0000 (17:59 +0300)] 
Convert sauce_browser.yml to JSON.

7 years agoRemove grunt-saucelabs and Grunt.
XhmikosR [Thu, 28 Sep 2017 14:54:01 +0000 (17:54 +0300)] 
Remove grunt-saucelabs and Grunt.

7 years agoSpecify Travis job ID.
Johann-S [Thu, 28 Sep 2017 14:01:06 +0000 (17:01 +0300)] 
Specify Travis job ID.

7 years agoES6-ify build/saucelabs-unit-test.js.
XhmikosR [Thu, 28 Sep 2017 13:18:29 +0000 (16:18 +0300)] 
ES6-ify build/saucelabs-unit-test.js.

7 years agoUse jsunitsaucelabs to run our unit tests on Saucelabs
Johann-S [Thu, 28 Sep 2017 12:55:15 +0000 (14:55 +0200)] 
Use jsunitsaucelabs to run our unit tests on Saucelabs

7 years agoLint docs js too and use `strict consistently. (#24160)
XhmikosR [Thu, 28 Sep 2017 14:25:28 +0000 (17:25 +0300)] 
Lint docs js too and use `strict consistently. (#24160)

7 years agoMove uglify-js's config back to CLI. (#24147)
XhmikosR [Thu, 28 Sep 2017 12:35:23 +0000 (15:35 +0300)] 
Move uglify-js's config back to CLI. (#24147)

We need to pass different options and this seems cleaner at this point.

In order for docs.min.js to keeps all comments, we don't pass `compress`.

7 years agoReset button element border-radius in Reboot (#24126)
Mark Otto [Wed, 27 Sep 2017 14:01:00 +0000 (07:01 -0700)] 
Reset button element border-radius in Reboot (#24126)

7 years agoexample plugin: add `data-example-id` only if it's been supplied. (#24127)
XhmikosR [Wed, 27 Sep 2017 10:08:03 +0000 (13:08 +0300)] 
example plugin: add `data-example-id` only if it's been supplied. (#24127)

7 years agoAdd quotes to mapping keys (#23701)
Martijn Cuppens [Wed, 27 Sep 2017 08:00:42 +0000 (10:00 +0200)] 
Add quotes to mapping keys (#23701)

7 years agoRemove border-top if list-group follows card-header (#23022)
Benjamin Trenkle [Wed, 27 Sep 2017 07:57:40 +0000 (09:57 +0200)] 
Remove border-top if list-group follows card-header (#23022)

7 years agoMention replacement for .btn-group-justified (#23838)
Herst [Wed, 27 Sep 2017 07:53:56 +0000 (09:53 +0200)] 
Mention replacement for .btn-group-justified (#23838)

Solution mentioned by Chris Baswell at https://stackoverflow.com/a/45969088

7 years agoTake out reference to Flex Order (#23759)
Ray Villalobos [Wed, 27 Sep 2017 07:49:48 +0000 (03:49 -0400)] 
Take out reference to Flex Order (#23759)

Since flex-order was renamed to just order, change the subtitle.

7 years agoAdd auto to the list of sizes (#23786)
Ray Villalobos [Wed, 27 Sep 2017 07:43:43 +0000 (03:43 -0400)] 
Add auto to the list of sizes (#23786)

I feel like `auto` is missing from the values here and that it should be there. Although it is mentioned below, only a single use case, whereas in other sections it appears with the option to set the left margin of an element to auto, for example.

7 years agoChanged hex values to follow bootstrap coding guidelines
Moris Zen Pasic [Thu, 21 Sep 2017 17:44:13 +0000 (19:44 +0200)] 
Changed hex values to follow bootstrap coding guidelines

7 years agoAdded examples to the existing docs change for more clarity
Moris Zen Pasic [Thu, 21 Sep 2017 14:57:36 +0000 (16:57 +0200)] 
Added examples to the existing docs change for more clarity

7 years agoMaking the customization option docs cleared about variable overrides with !default...
Moris Zen Pasic [Thu, 21 Sep 2017 13:17:41 +0000 (15:17 +0200)] 
Making the customization option docs cleared about variable overrides with !default flag

7 years agoRemove unneeded `docsearch` variable.
XhmikosR [Tue, 26 Sep 2017 15:22:53 +0000 (18:22 +0300)] 
Remove unneeded `docsearch` variable.

7 years agoUpdate package-lock.json. (#24133)
XhmikosR [Wed, 27 Sep 2017 06:47:09 +0000 (09:47 +0300)] 
Update package-lock.json. (#24133)

7 years agoAdd style for non-overlapping scrollbar in IE (#24081)
Prateek Goel [Tue, 26 Sep 2017 19:44:00 +0000 (20:44 +0100)] 
Add style for non-overlapping scrollbar in IE (#24081)

7 years agoRevert accidental `alt` addition from Bootstrap stack image. (#24122)
XhmikosR [Tue, 26 Sep 2017 16:13:57 +0000 (19:13 +0300)] 
Revert accidental `alt` addition from Bootstrap stack image. (#24122)

Remove accidental `alt` addition from Bootstrap stack image.

7 years agoUpdate comment for forms mixins (#24050)
Andrew Luca [Tue, 26 Sep 2017 15:14:52 +0000 (18:14 +0300)] 
Update comment for forms mixins (#24050)

Check `form-control-focus` mixin, variable name is `$input-focus-border-color`

7 years agoFix color on example btn on navbar (#24052)
Andres Galante [Tue, 26 Sep 2017 14:42:04 +0000 (11:42 -0300)] 
Fix color on example btn on navbar (#24052)

7 years agoAdd eslint-plugin-compat.
XhmikosR [Sun, 17 Sep 2017 05:42:53 +0000 (08:42 +0300)] 
Add eslint-plugin-compat.

We can check for browser compatibility on lint time now.

7 years agoMove Autoprefixer's config in package.json.
XhmikosR [Sun, 17 Sep 2017 05:39:45 +0000 (08:39 +0300)] 
Move Autoprefixer's config in package.json.

This is so other plugins can use it too.

7 years agoMention that dropdowns depend on popper.js too.
XhmikosR [Tue, 26 Sep 2017 13:43:56 +0000 (16:43 +0300)] 
Mention that dropdowns depend on popper.js too.

7 years agoMinor Markdown consistency changes.
XhmikosR [Tue, 26 Sep 2017 11:50:35 +0000 (14:50 +0300)] 
Minor Markdown consistency changes.

7 years agoFixes rounded corners on first and lat child on vertical btn group (#24119)
Andres Galante [Tue, 26 Sep 2017 13:51:27 +0000 (10:51 -0300)] 
Fixes rounded corners on first and lat child on vertical btn group (#24119)

7 years agoNormalize all links. (#24109)
XhmikosR [Tue, 26 Sep 2017 12:24:14 +0000 (15:24 +0300)] 
Normalize all links. (#24109)

* use a trailing slash when possible
* use https when possible
* remove a few redirected links
* consistently use `https://popper.js.org/`
* fix `iconUrl` in nuget files
* change Jekyll Windows guide to the official one

7 years agobuild/*.js: ES6-ify files. (#24112)
XhmikosR [Tue, 26 Sep 2017 12:14:52 +0000 (15:14 +0300)] 
build/*.js: ES6-ify files. (#24112)

7 years agoImprove theme-color-level() using abs() (#24074)
schwastek [Tue, 26 Sep 2017 12:05:59 +0000 (14:05 +0200)] 
Improve theme-color-level() using abs() (#24074)

`abs()` gets the absolute value of `$level`.
That way, `if/else` statement can be completely eliminated.

7 years agoUpdate Jekyll to v3.6.0. (#24102)
XhmikosR [Tue, 26 Sep 2017 11:59:36 +0000 (14:59 +0300)] 
Update Jekyll to v3.6.0. (#24102)

7 years agoUpdate .gitattributes. (#24113)
XhmikosR [Tue, 26 Sep 2017 11:49:51 +0000 (14:49 +0300)] 
Update .gitattributes. (#24113)

Add .txt and remove the non-existent .py files.

7 years agoTabs to spaces. (#24110)
XhmikosR [Tue, 26 Sep 2017 11:41:49 +0000 (14:41 +0300)] 
Tabs to spaces. (#24110)

7 years agoMove the workbox build to a `postdocs-compile` script. (#24106)
XhmikosR [Tue, 26 Sep 2017 10:08:02 +0000 (13:08 +0300)] 
Move the workbox build to a `postdocs-compile` script. (#24106)

This way, it's run for us automatically after `docs-compile`.

7 years agodocs: fix syntax highlighting for shell scripts. (#24103)
XhmikosR [Tue, 26 Sep 2017 09:30:58 +0000 (12:30 +0300)] 
docs: fix syntax highlighting for shell scripts. (#24103)

Switch all instances to `sh` but keep `bash` so that things won't break either way.

7 years agoUpdate Jekyll ignores. (#24101)
XhmikosR [Tue, 26 Sep 2017 08:57:24 +0000 (11:57 +0300)] 
Update Jekyll ignores. (#24101)

* ignore `twbsconfig.yml`
* add a trailing slash for folders

7 years agoAdd image dimensions in stack image. (#24100)
XhmikosR [Tue, 26 Sep 2017 08:04:25 +0000 (11:04 +0300)] 
Add image dimensions in stack image. (#24100)

7 years agoLossy compress a few remaining PNGs. (#24097)
XhmikosR [Tue, 26 Sep 2017 07:21:30 +0000 (10:21 +0300)] 
Lossy compress a few remaining PNGs. (#24097)

Before: 312 KB (320.250 bytes)
After:  253 KB (259.961 bytes)

7 years agoFix no rounded corners if there is only one card in a card-group (#24080)
SpicyDwarf [Mon, 25 Sep 2017 21:11:32 +0000 (07:11 +1000)] 
Fix no rounded corners if there is only one card in a card-group (#24080)

7 years agoCollapse - Allow to pass jQuery object or DOM element to the parent option
Johann-S [Mon, 25 Sep 2017 10:41:54 +0000 (12:41 +0200)] 
Collapse - Allow to pass jQuery object or DOM element to the parent option

7 years agoUpdated github help links (#24071)
Vasilii Artemchuk [Sun, 24 Sep 2017 11:22:42 +0000 (14:22 +0300)] 
Updated github help links (#24071)

7 years agoAccessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs with dropdowns)
Patrick H. Lauke [Sun, 24 Sep 2017 10:00:54 +0000 (12:00 +0200)] 
Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs with dropdowns)

* Use `aria-selected` instead of `aria-expanded`
* Change tab.js to use `aria-selected` rather than `aria-expanded`
* Add `aria-orientation=vertical` to vertical tab list
* Remove dynamic tabs with dropdowns
* Fix non-interactive code examples
* Only set `aria-selected` on the `role="tab"` trigger - this stops `aria-selected` being incorrectly added to the `role="tabpanel"` itself (probably harmless, but nonetheless incorrect)

7 years agoFix missing tabindex and role in an example modal
Herst [Sat, 23 Sep 2017 20:39:34 +0000 (22:39 +0200)] 
Fix missing tabindex and role in an example modal

7 years agoUpdate anchor.js to v4.1.0. (#24011)
XhmikosR [Wed, 20 Sep 2017 09:48:38 +0000 (12:48 +0300)] 
Update anchor.js to v4.1.0. (#24011)

7 years agoAdd text-light to sample card under Card columns (#23800)
Andres Galante [Sun, 17 Sep 2017 21:51:37 +0000 (18:51 -0300)] 
Add text-light to sample card under Card columns (#23800)

7 years agoUpdate package-lock.json. (#23975)
XhmikosR [Sun, 17 Sep 2017 17:27:30 +0000 (20:27 +0300)] 
Update package-lock.json. (#23975)

7 years agofix(scrollspy): Spying on nested navs fails to activate for .nav-link's inside nav...
Troy Morehouse [Sun, 17 Sep 2017 07:30:37 +0000 (04:30 -0300)] 
fix(scrollspy): Spying on nested navs fails to activate for .nav-link's inside nav-item's (#23967)

* fix(scrollspy): Handle nested navs when nav-link inside nav-item

* [scrolspy] Find only child .nav-link's inside .nav-item

* [scrollspyt] Add tests for nested navs with nav-link inside nav-item

* fix troy-o's in test

7 years agoMove Travis to build stages and fix skip browser flag. (#23961)
Bardi Harborow [Sun, 17 Sep 2017 07:23:19 +0000 (17:23 +1000)] 
Move Travis to build stages and fix skip browser flag. (#23961)

7 years agoUse cross-env to allow folks to build our js on their OS
Johann-S [Sun, 17 Sep 2017 06:59:08 +0000 (08:59 +0200)] 
Use cross-env to allow folks to build our js on their OS

7 years agoAdd light weight to text utility classes (#23970)
Andres Galante [Sun, 17 Sep 2017 06:53:05 +0000 (03:53 -0300)] 
Add light weight to text utility classes (#23970)

7 years agoBabel 7 (#23966)
Henry Zhu [Sun, 17 Sep 2017 06:40:48 +0000 (02:40 -0400)] 
Babel 7 (#23966)

* use .babelrc.js, compile bundled/non-bundled with loose mode

* add back helper, exclude typeof transform

7 years agoMinor Sass cleanup and consistency changes. (#23959) 23973/head
XhmikosR [Sun, 17 Sep 2017 05:18:24 +0000 (08:18 +0300)] 
Minor Sass cleanup and consistency changes. (#23959)

7 years agoUpdate babel-eslint to v8.0.0 and all devDependencies and gems.
XhmikosR [Fri, 15 Sep 2017 10:49:51 +0000 (13:49 +0300)] 
Update babel-eslint to v8.0.0 and all devDependencies and gems.

7 years agoPre-cache key assets with Workboxjs. (#23533)
Michael [Fri, 15 Sep 2017 10:37:34 +0000 (11:37 +0100)] 
Pre-cache key assets with Workboxjs. (#23533)

7 years agoMerge pull request #23948 from Rud5G/fix-docs-examples-album-holder.js
XhmikosR [Fri, 15 Sep 2017 10:24:27 +0000 (13:24 +0300)] 
Merge pull request #23948 from Rud5G/fix-docs-examples-album-holder.js

Album example: fix holder.js calls

7 years agoalbum/index.html: Refactor Holder code. 23948/head
XhmikosR [Fri, 15 Sep 2017 10:20:25 +0000 (13:20 +0300)] 
album/index.html: Refactor Holder code.

7 years agoUpdate holder.js image data-src + create theme
Rudger Gravestein [Thu, 14 Sep 2017 10:59:13 +0000 (12:59 +0200)] 
Update holder.js image data-src + create theme

to fix the images

7 years agoStructure examples with appropriate `<main>`, `<header>`, `<footer>`
Patrick H. Lauke [Wed, 13 Sep 2017 18:51:08 +0000 (19:51 +0100)] 
Structure examples with appropriate `<main>`, `<header>`, `<footer>`

Structure examples with appropriate `<main>`, `<header>`, `<footer>`

7 years agoFix missing `.btn` class from `bd-search-docs-toggler`. (#23942)
XhmikosR [Wed, 13 Sep 2017 17:56:19 +0000 (20:56 +0300)] 
Fix missing `.btn` class from `bd-search-docs-toggler`. (#23942)

7 years agodist
Mark Otto [Wed, 13 Sep 2017 05:24:15 +0000 (22:24 -0700)] 
dist

7 years agofixes #23926 responsive state on navbar 23929/head
Andres Galante [Tue, 12 Sep 2017 18:51:54 +0000 (15:51 -0300)] 
fixes #23926 responsive state on navbar

7 years agoFix malformed `<select>` in example
Patrick H. Lauke [Tue, 12 Sep 2017 21:29:09 +0000 (22:29 +0100)] 
Fix malformed `<select>` in example

7 years agoMerge pull request #23923 from meteorlxy/patch-1
Johann-S [Tue, 12 Sep 2017 08:48:34 +0000 (10:48 +0200)] 
Merge pull request #23923 from meteorlxy/patch-1

Fix(docs): duplicate class in navbar docs

7 years agoMerge branch 'v4-dev' into patch-1 23923/head
Johann-S [Tue, 12 Sep 2017 08:45:06 +0000 (10:45 +0200)] 
Merge branch 'v4-dev' into patch-1

7 years agoFix(docs): duplicate class in navbar docs
meteorlxy [Tue, 12 Sep 2017 08:37:37 +0000 (08:37 +0000)] 
Fix(docs): duplicate class in navbar docs

7 years agoFix navbar IE (#23652)
Martijn Cuppens [Tue, 12 Sep 2017 08:32:43 +0000 (10:32 +0200)] 
Fix navbar IE (#23652)

7 years agoMerge pull request #23921 from vsn4ik/v4-dev-tooltip-rm-not-necessary
Johann-S [Tue, 12 Sep 2017 05:48:45 +0000 (07:48 +0200)] 
Merge pull request #23921 from vsn4ik/v4-dev-tooltip-rm-not-necessary

Remove not necessary condition in tooltip.js

7 years agoRemove not necessary condition in tooltip.js 23921/head
vsn4ik [Mon, 11 Sep 2017 19:44:42 +0000 (22:44 +0300)] 
Remove not necessary condition in tooltip.js

7 years agoRemove hyperlink from navbar doc dropdown (#23650)
Herst [Mon, 11 Sep 2017 13:40:54 +0000 (15:40 +0200)] 
Remove hyperlink from navbar doc dropdown (#23650)

7 years agoMerge pull request #23890 from pat270/collapse-js-with-text-truncate
Johann-S [Mon, 11 Sep 2017 08:58:34 +0000 (10:58 +0200)] 
Merge pull request #23890 from pat270/collapse-js-with-text-truncate

v4 Collapse.js: Accordions with text-truncate causes the page to jump on close

7 years agoMerge branch 'v4-dev' into collapse-js-with-text-truncate 23890/head
Johann-S [Mon, 11 Sep 2017 08:54:35 +0000 (10:54 +0200)] 
Merge branch 'v4-dev' into collapse-js-with-text-truncate

7 years agoAdd an introduction and a table with examples
Rami Yushuvaev [Thu, 7 Sep 2017 11:23:20 +0000 (14:23 +0300)] 
Add an introduction and a table with examples

7 years agoreview updates
Rami Yushuvaev [Thu, 7 Sep 2017 10:15:38 +0000 (13:15 +0300)] 
review updates

7 years agoHiding Elements: new doc section in display.md
Rami Yushuvaev [Wed, 6 Sep 2017 22:10:32 +0000 (01:10 +0300)] 
Hiding Elements: new doc section in display.md

This new section will replace the `hidden-*` class. https://v4-alpha.getbootstrap.com/layout/responsive-utilities/

More info can be found here at https://getbootstrap.com/docs/4.0/migration/#responsive-utilities

7 years agodist
Mark Otto [Sun, 10 Sep 2017 00:40:22 +0000 (17:40 -0700)] 
dist

7 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 10 Sep 2017 00:39:56 +0000 (17:39 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

7 years agofix redirect, close #23888
Mark Otto [Sun, 10 Sep 2017 00:39:47 +0000 (17:39 -0700)] 
fix redirect, close #23888

7 years agocopy edits
Mark Otto [Sat, 9 Sep 2017 21:57:00 +0000 (14:57 -0700)] 
copy edits

7 years agoMention removal of contextual progress bar classes
Herst [Fri, 8 Sep 2017 11:46:29 +0000 (13:46 +0200)] 
Mention removal of contextual progress bar classes

7 years agoUse CSS3 pseudo elements in documentation
vsn4ik [Fri, 8 Sep 2017 00:06:02 +0000 (03:06 +0300)] 
Use CSS3 pseudo elements in documentation

7 years agoadds missing important on utility classs
Andres Galante [Thu, 7 Sep 2017 17:36:01 +0000 (14:36 -0300)] 
adds missing important on utility classs

7 years agoDon't create empty columns in documentation
Herst [Thu, 7 Sep 2017 17:11:26 +0000 (19:11 +0200)] 
Don't create empty columns in documentation

7 years agodist
Mark Otto [Sat, 9 Sep 2017 23:59:37 +0000 (16:59 -0700)] 
dist

7 years agoCollapse.js preventDefault if `[data-toggle="collapse"]` is an anchor tag
Patrick Yeo [Fri, 8 Sep 2017 21:53:15 +0000 (14:53 -0700)] 
Collapse.js preventDefault if `[data-toggle="collapse"]` is an anchor tag

7 years agoMerge pull request #23876 from vsn4ik/v4-dev-dont-use-short-jquery
Johann-S [Fri, 8 Sep 2017 08:49:10 +0000 (10:49 +0200)] 
Merge pull request #23876 from vsn4ik/v4-dev-dont-use-short-jquery

Dont use short jQuery methods in documentations

7 years agoDont use short jQuery methods 23876/head
vsn4ik [Fri, 8 Sep 2017 08:41:42 +0000 (11:41 +0300)] 
Dont use short jQuery methods

7 years agoconsistent comma usage :D
Mark Otto [Thu, 7 Sep 2017 16:31:50 +0000 (09:31 -0700)] 
consistent comma usage :D

7 years agoUpdate callout about the positionning of our Dropdowns
Johann-S [Thu, 7 Sep 2017 11:20:51 +0000 (13:20 +0200)] 
Update callout about the positionning of our Dropdowns

7 years agoRemove placement attribute from our Dropdown plugin
Johann-S [Thu, 7 Sep 2017 10:47:43 +0000 (12:47 +0200)] 
Remove placement attribute from our Dropdown plugin

7 years agoAdd information about our bundled dist files which contains Popper.js
Johann-S [Wed, 6 Sep 2017 08:09:51 +0000 (10:09 +0200)] 
Add information about our bundled dist files which contains Popper.js

7 years agoRemoves background from form-control-plaintext
Andres Galante [Wed, 6 Sep 2017 20:02:57 +0000 (17:02 -0300)] 
Removes background from form-control-plaintext

7 years agoUpdate gems and package-lock.json. (#23850)
XhmikosR [Wed, 6 Sep 2017 12:11:24 +0000 (15:11 +0300)] 
Update gems and package-lock.json. (#23850)