]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
8 years agofixes #22968
Mark Otto [Sun, 2 Jul 2017 21:37:46 +0000 (14:37 -0700)] 
fixes #22968

8 years agofix some busted links
Mark Otto [Sun, 2 Jul 2017 19:00:24 +0000 (12:00 -0700)] 
fix some busted links

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 2 Jul 2017 17:40:32 +0000 (10:40 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agonpm build
Mark Otto [Sun, 2 Jul 2017 17:40:27 +0000 (10:40 -0700)] 
npm build

8 years agofollow up to 4e067f722
Mark Otto [Sun, 2 Jul 2017 06:40:51 +0000 (23:40 -0700)] 
follow up to 4e067f722

8 years agoRemoved Japanese translation
Bailey [Thu, 22 Jun 2017 17:02:16 +0000 (18:02 +0100)] 
Removed Japanese translation

The Japanese website (http://bootstrap4.jp/) doesn't exist therefore I removed the link to it.

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 2 Jul 2017 06:36:11 +0000 (23:36 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agoremove unused $list-group-color variable; it should naturally inherit from the body
Mark Otto [Sun, 2 Jul 2017 06:35:57 +0000 (23:35 -0700)] 
remove unused $list-group-color variable; it should naturally inherit from the body

8 years agoupdate comment
Mark Otto [Sun, 2 Jul 2017 06:14:27 +0000 (23:14 -0700)] 
update comment

8 years agoput button active bg and border in the mixin params for more customization options
Mark Otto [Sun, 2 Jul 2017 06:14:00 +0000 (23:14 -0700)] 
put button active bg and border in the mixin params for more customization options

8 years agomatch btn transition to input
Mark Otto [Sun, 2 Jul 2017 06:10:01 +0000 (23:10 -0700)] 
match btn transition to input

8 years agodoh, we already have that above
Mark Otto [Sun, 2 Jul 2017 03:56:40 +0000 (20:56 -0700)] 
doh, we already have that above

8 years agoAdd .text-truncate class. We already had a mixin and documented the class, so this...
Mark Otto [Sun, 2 Jul 2017 03:27:15 +0000 (20:27 -0700)] 
Add .text-truncate class. We already had a mixin and documented the class, so this fixes that.

8 years agoupdate link
Mark Otto [Sun, 2 Jul 2017 02:53:24 +0000 (19:53 -0700)] 
update link

8 years agoupdate name
Mark Otto [Sun, 2 Jul 2017 02:48:24 +0000 (19:48 -0700)] 
update name

8 years agoRedo the "responsive helpers" files
Mark Otto [Sun, 2 Jul 2017 02:48:06 +0000 (19:48 -0700)] 
Redo the "responsive helpers" files

- Moves the embed SCSS to the utilities subfolder
- Separate the floats from the embed docs
- Rename embed docs from responsive helpers to embeds

8 years agoMove /utilities/typography to /utilities/text to match SCSS file name
Mark Otto [Sun, 2 Jul 2017 02:34:24 +0000 (19:34 -0700)] 
Move /utilities/typography to /utilities/text to match SCSS file name

8 years agoMove /utilities/flexbox to /utilities/flex to match name of SCSS file
Mark Otto [Sun, 2 Jul 2017 02:33:27 +0000 (19:33 -0700)] 
Move /utilities/flexbox to /utilities/flex to match name of SCSS file

8 years agoremove some unused vars, restore table-active variant
Mark Otto [Sat, 1 Jul 2017 20:08:49 +0000 (13:08 -0700)] 
remove some unused vars, restore table-active variant

8 years agobadge variants are generated from -colors Sass map
Mark Otto [Sat, 1 Jul 2017 19:59:08 +0000 (12:59 -0700)] 
badge variants are generated from -colors Sass map

8 years agobutton variants are generated from -colors Sass map
Mark Otto [Sat, 1 Jul 2017 19:58:53 +0000 (12:58 -0700)] 
button variants are generated from -colors Sass map

8 years agono xs sizes being used
Mark Otto [Sat, 1 Jul 2017 19:58:23 +0000 (12:58 -0700)] 
no xs sizes being used

8 years agoAdd bash script to lint our variables
Mark Otto [Sat, 1 Jul 2017 19:58:12 +0000 (12:58 -0700)] 
Add bash script to lint our variables

8 years agobuild dist
Mark Otto [Sun, 2 Jul 2017 05:25:38 +0000 (22:25 -0700)] 
build dist

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 2 Jul 2017 05:24:20 +0000 (22:24 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agoRestore .text-muted
Mark Otto [Sun, 2 Jul 2017 01:37:27 +0000 (18:37 -0700)] 
Restore .text-muted

8 years agoUpdate carousel display settings
Mark Otto [Sat, 1 Jul 2017 23:48:46 +0000 (16:48 -0700)] 
Update carousel display settings

Use `display: block` since we're not really using any flex styles on the `.carousel-items` (only their controls and indicators). For the indicators, since moving to `width`, our indicators grow to fill available space, so we need to change `flex: 1 0 auto` to `flex: 0 1 auto` to prevent that.

8 years agousing max-width in flex: 1 0 auto; in ie11 offsets the center-aligned contents
Mark Otto [Sat, 1 Jul 2017 00:41:04 +0000 (17:41 -0700)] 
using max-width in flex: 1 0 auto; in ie11 offsets the center-aligned contents

8 years agouse @supports to apply transform3d to those who can do it, then provide a non-3d...
Mark Otto [Sat, 1 Jul 2017 00:35:02 +0000 (17:35 -0700)] 
use @supports to apply transform3d to those who can do it, then provide a non-3d fallback to ie11

8 years agono need for offset, use justify-content-center
Mark Otto [Sat, 1 Jul 2017 17:44:20 +0000 (10:44 -0700)] 
no need for offset, use justify-content-center

8 years agocleanup offsets
Mark Otto [Sat, 1 Jul 2017 17:42:36 +0000 (10:42 -0700)] 
cleanup offsets

8 years agobuild dist
Mark Otto [Fri, 30 Jun 2017 22:45:27 +0000 (15:45 -0700)] 
build dist

8 years agobuild dist
Mark Otto [Fri, 30 Jun 2017 22:29:59 +0000 (15:29 -0700)] 
build dist

8 years agoclip to border-box, update overlay
Mark Otto [Fri, 30 Jun 2017 22:28:50 +0000 (15:28 -0700)] 
clip to border-box, update overlay

8 years agoremove a few .card-dark refs
Mark Otto [Fri, 30 Jun 2017 22:26:40 +0000 (15:26 -0700)] 
remove a few .card-dark refs

8 years agoaccount for new blockquote changes
Mark Otto [Fri, 30 Jun 2017 22:15:24 +0000 (15:15 -0700)] 
account for new blockquote changes

8 years agomigration guide updated
Mark Otto [Fri, 30 Jun 2017 21:55:57 +0000 (14:55 -0700)] 
migration guide updated

8 years agoUpdate card docs to loop over the theme colors and use bg, border, and color utilities
Mark Otto [Fri, 30 Jun 2017 21:48:46 +0000 (14:48 -0700)] 
Update card docs to loop over the theme colors and use bg, border, and color utilities

8 years agoditch .card-blockquote for a regular .blockquote (dependent on #22949)
Mark Otto [Fri, 30 Jun 2017 21:47:02 +0000 (14:47 -0700)] 
ditch .card-blockquote for a regular .blockquote (dependent on #22949)

8 years agoadd a bg-transparent to override bgs
Mark Otto [Fri, 30 Jun 2017 21:46:06 +0000 (14:46 -0700)] 
add a bg-transparent to override bgs

8 years agomake card headers and footers translucent
Mark Otto [Fri, 30 Jun 2017 21:45:55 +0000 (14:45 -0700)] 
make card headers and footers translucent

8 years agoDrop .card-{color} modifiers for .bg-{color}, .text-{color}, and .border-{color}...
Mark Otto [Fri, 30 Jun 2017 21:45:41 +0000 (14:45 -0700)] 
Drop .card-{color} modifiers for .bg-{color}, .text-{color}, and .border-{color} utilities

8 years agoDrop .blockquote-reverse, replace with text utils, and redesign blockquote to not...
Mark Otto [Fri, 30 Jun 2017 21:22:11 +0000 (14:22 -0700)] 
Drop .blockquote-reverse, replace with text utils, and redesign blockquote to not have a border

8 years agoupdate redirect_from on docs pages
Mark Otto [Fri, 30 Jun 2017 21:13:20 +0000 (14:13 -0700)] 
update redirect_from on docs pages

8 years agoadd css-docs task to the dist build
Mark Otto [Fri, 30 Jun 2017 05:04:06 +0000 (22:04 -0700)] 
add css-docs task to the dist build

8 years agobuild dist
Mark Otto [Fri, 30 Jun 2017 20:15:09 +0000 (13:15 -0700)] 
build dist

8 years agoupdate that docs bit too
Mark Otto [Fri, 30 Jun 2017 16:08:45 +0000 (09:08 -0700)] 
update that docs bit too

8 years agoformatting
Mark Otto [Fri, 30 Jun 2017 16:07:49 +0000 (09:07 -0700)] 
formatting

8 years agothis were removed
Mark Otto [Fri, 30 Jun 2017 16:07:46 +0000 (09:07 -0700)] 
this were removed

8 years agodrop that part of the docs, not applicable
Mark Otto [Fri, 30 Jun 2017 16:07:41 +0000 (09:07 -0700)] 
drop that part of the docs, not applicable

8 years agodrop the mixins
Mark Otto [Fri, 30 Jun 2017 16:07:10 +0000 (09:07 -0700)] 
drop the mixins

8 years agoUpdate _grid-framework.scss
Mark Otto [Fri, 30 Jun 2017 05:40:08 +0000 (22:40 -0700)] 
Update _grid-framework.scss

8 years agoDrop offsets and push/pull for new order variants
Mark Otto [Fri, 30 Jun 2017 05:33:33 +0000 (22:33 -0700)] 
Drop offsets and push/pull for new order variants

8 years agoios9 and up opera
Mark Otto [Fri, 30 Jun 2017 05:49:56 +0000 (22:49 -0700)] 
ios9 and up opera

8 years agonarrow browser support in postcss
Mark Otto [Fri, 30 Jun 2017 04:00:57 +0000 (21:00 -0700)] 
narrow browser support in postcss

8 years agodist build
Mark Otto [Fri, 30 Jun 2017 16:05:44 +0000 (09:05 -0700)] 
dist build

8 years agoremove unused mixin, fix variable
Mark Otto [Fri, 30 Jun 2017 04:35:07 +0000 (21:35 -0700)] 
remove unused mixin, fix variable

8 years agoupdate usage elsewhere
Mark Otto [Fri, 30 Jun 2017 04:27:49 +0000 (21:27 -0700)] 
update usage elsewhere

8 years agoremove grid gutter sass map as it's output css was all jacked up
Mark Otto [Fri, 30 Jun 2017 04:27:27 +0000 (21:27 -0700)] 
remove grid gutter sass map as it's output css was all jacked up

8 years agoMerge pull request #22836 from twbs/colors-redux
Mark Otto [Fri, 30 Jun 2017 15:58:35 +0000 (08:58 -0700)] 
Merge pull request #22836 from twbs/colors-redux

v4: Colors redux

8 years agocallout for future sass implementation 22836/head
Mark Otto [Fri, 30 Jun 2017 15:55:16 +0000 (08:55 -0700)] 
callout for future sass implementation

[skip ci]

8 years agoMerge branch 'v4-dev' into colors-redux
Mark Otto [Fri, 30 Jun 2017 15:33:09 +0000 (08:33 -0700)] 
Merge branch 'v4-dev' into colors-redux

8 years agobuild dist
Mark Otto [Fri, 30 Jun 2017 15:32:49 +0000 (08:32 -0700)] 
build dist

8 years agoupdate comment
Mark Otto [Fri, 30 Jun 2017 06:17:18 +0000 (23:17 -0700)] 
update comment

8 years agoMerge branch 'colors-redux' of https://github.com/twbs/bootstrap into colors-redux
Mark Otto [Fri, 30 Jun 2017 06:16:02 +0000 (23:16 -0700)] 
Merge branch 'colors-redux' of https://github.com/twbs/bootstrap into colors-redux

8 years agoMerge branch 'v4-dev' into colors-redux
Mark Otto [Fri, 30 Jun 2017 06:15:48 +0000 (23:15 -0700)] 
Merge branch 'v4-dev' into colors-redux

8 years agoDrop the old $gray- variables for the new color range
Mark Otto [Fri, 30 Jun 2017 06:15:16 +0000 (23:15 -0700)] 
Drop the old $gray- variables for the new color range

8 years agoadd map function for grays
Mark Otto [Fri, 30 Jun 2017 06:06:46 +0000 (23:06 -0700)] 
add map function for grays

8 years agoMerge branch 'v4-dev' into colors-redux
Mark Otto [Fri, 30 Jun 2017 06:01:35 +0000 (23:01 -0700)] 
Merge branch 'v4-dev' into colors-redux

8 years agobuild
Mark Otto [Fri, 30 Jun 2017 04:31:11 +0000 (21:31 -0700)] 
build

8 years agofix broken links on Utilities for layout page
Craig Potter [Thu, 29 Jun 2017 16:54:33 +0000 (17:54 +0100)] 
fix broken links on Utilities for layout page

8 years agoremove $state-vars now
Mark Otto [Wed, 28 Jun 2017 16:36:43 +0000 (09:36 -0700)] 
remove $state-vars now

8 years agomove table variants to use sass map
Mark Otto [Wed, 28 Jun 2017 16:36:27 +0000 (09:36 -0700)] 
move table variants to use sass map

8 years agomove list group variants to be generated from sass map
Mark Otto [Wed, 28 Jun 2017 16:29:59 +0000 (09:29 -0700)] 
move list group variants to be generated from sass map

8 years agoremove now unused alert variant variables
Mark Otto [Wed, 28 Jun 2017 16:23:10 +0000 (09:23 -0700)] 
remove now unused alert variant variables

8 years agoFix accidental removing of babel-plugin-transform-es2015-modules-strip
Johann-S [Wed, 28 Jun 2017 09:20:15 +0000 (11:20 +0200)] 
Fix accidental removing of babel-plugin-transform-es2015-modules-strip

8 years agoMerge branch 'v4-dev' into colors-redux
Mark Otto [Wed, 28 Jun 2017 02:59:09 +0000 (19:59 -0700)] 
Merge branch 'v4-dev' into colors-redux

8 years agoUpdate migration.md to fix minor typo
Richard Beales [Tue, 27 Jun 2017 10:54:36 +0000 (11:54 +0100)] 
Update migration.md to fix minor typo

8 years agoMerge branch 'v4-dev' into colors-redux
Mark Otto [Mon, 26 Jun 2017 22:17:48 +0000 (15:17 -0700)] 
Merge branch 'v4-dev' into colors-redux

8 years agofixes #22908
Mark Otto [Mon, 26 Jun 2017 14:59:20 +0000 (07:59 -0700)] 
fixes #22908

8 years agoMerge branch 'v4-dev' into colors-redux
Mark Otto [Mon, 26 Jun 2017 02:25:34 +0000 (19:25 -0700)] 
Merge branch 'v4-dev' into colors-redux

8 years agobuild
Mark Otto [Mon, 26 Jun 2017 02:25:26 +0000 (19:25 -0700)] 
build

8 years agoMerge branch 'v4-dev' into colors-redux
Mark Otto [Mon, 26 Jun 2017 01:42:14 +0000 (18:42 -0700)] 
Merge branch 'v4-dev' into colors-redux

8 years agoadd border color utilities
Mark Otto [Mon, 26 Jun 2017 01:39:00 +0000 (18:39 -0700)] 
add border color utilities

8 years agorevamp button docs to loop over theme colors
Mark Otto [Mon, 26 Jun 2017 01:31:34 +0000 (18:31 -0700)] 
revamp button docs to loop over theme colors

8 years agoupdate instances of .bg-inverse and .bg-faded to .bg-dark and .bg-light
Mark Otto [Mon, 26 Jun 2017 01:31:23 +0000 (18:31 -0700)] 
update instances of .bg-inverse and .bg-faded to .bg-dark and .bg-light

8 years agoadd theme-color-level function and interval so we can generate shades of colors
Mark Otto [Mon, 26 Jun 2017 01:31:03 +0000 (18:31 -0700)] 
add theme-color-level function and interval so we can generate shades of colors

8 years agorename .card-inverse to .card-dark, update docs to match
Mark Otto [Mon, 26 Jun 2017 01:30:24 +0000 (18:30 -0700)] 
rename .card-inverse to .card-dark, update docs to match

8 years agoupdate navbars to rename .navbar-inverse to .navbar-dark, update all navbar examples...
Mark Otto [Mon, 26 Jun 2017 01:29:43 +0000 (18:29 -0700)] 
update navbars to rename .navbar-inverse to .navbar-dark, update all navbar examples and variables

8 years agoupdate alert component to use theme sass map and add a ton of options in the process
Mark Otto [Mon, 26 Jun 2017 01:22:51 +0000 (18:22 -0700)] 
update alert component to use theme sass map and add a ton of options in the process

8 years agoupdate background utils
Mark Otto [Mon, 26 Jun 2017 01:16:37 +0000 (18:16 -0700)] 
update background utils

8 years agoupdate badges to use the theme colors sass map
Mark Otto [Mon, 26 Jun 2017 01:15:32 +0000 (18:15 -0700)] 
update badges to use the theme colors sass map

8 years agoremove bg styles
Mark Otto [Mon, 26 Jun 2017 01:14:02 +0000 (18:14 -0700)] 
remove bg styles

8 years agoupdate rendering of colors in options.md
Mark Otto [Mon, 26 Jun 2017 01:12:50 +0000 (18:12 -0700)] 
update rendering of colors in options.md

8 years agomodify contrast value
Mark Otto [Mon, 26 Jun 2017 01:11:16 +0000 (18:11 -0700)] 
modify contrast value

8 years agoupdate theme colors
Mark Otto [Mon, 26 Jun 2017 01:08:43 +0000 (18:08 -0700)] 
update theme colors

8 years agoRevert #22534 - Add grunt to our devDependencies (#22897)
Johann-S [Thu, 22 Jun 2017 20:26:13 +0000 (22:26 +0200)] 
Revert #22534 - Add grunt to our devDependencies (#22897)

8 years agoWriting style Tweaks to accessibility.md
Sibiraj [Wed, 21 Jun 2017 11:02:24 +0000 (16:32 +0530)] 
Writing style Tweaks to accessibility.md

* fix accessibility.md

* Update accessibility.md

8 years agoFix modal overflow with our navbar documentation and fix typo (#22864)
Johann-S [Wed, 21 Jun 2017 09:47:14 +0000 (11:47 +0200)] 
Fix modal overflow with our navbar documentation and fix typo (#22864)

* Fix modal overflow with our navbar documentation and fix typo

* Fix z-index backdrop and modal with popover/tooltip example

8 years agoMerge branch 'v4-dev' into colors-redux
Mark Otto [Mon, 19 Jun 2017 01:32:42 +0000 (18:32 -0700)] 
Merge branch 'v4-dev' into colors-redux