Bardi Harborow
0bb604157c
Remove duplicate jQuery browser bug link. ( #21283 )
2016-12-04 16:45:38 -08:00
Bardi Harborow
a3567a119d
Documentation navigation fixes. ( #21288 )
...
* Make /utilities/ redirect to /utilities/borders/.
* Rewrite sidebar active link logic to ensure superstrings are not selected.
2016-12-04 16:44:37 -08:00
Chris Rebert
4c615573ad
Remove Wall of Browser Bugs entry for #14975
...
https://webkit.org/b/150079 has been fixed!
Refs #14975
[ci skip]
2016-12-02 10:27:08 -08:00
Chris Rebert
5a78b5e77b
https://crbug.com/534750 was marked as a duplicate of https://crbug.com/568691
...
So update the Wall of Browser Bugs entry accordingly.
[ci skip]
2016-12-02 10:23:01 -08:00
Chris Rebert
996499d4fe
Remove Chrome entry for position:sticky from Most Wanted Features list
...
It's shipping in Chrome 56:
https://bugs.chromium.org/p/chromium/issues/detail?id=231752
[ci skip]
2016-12-02 10:16:42 -08:00
Mark Otto
3ec37d4a4d
grunt
2016-12-02 10:13:36 -08:00
Chris Rebert
e3a569f4f6
Remove soon-to-be-defunct callout about Firefox fieldset bug ( #21262 )
...
The relevant bug has been fixed in Firefox 53:
https://bugzilla.mozilla.org/show_bug.cgi?id=504622
2016-12-02 09:58:18 -08:00
Chris Rebert
edf1e4b99e
Remove https://bugzil.la/504622 from Wall of Browser Bugs ( #21260 )
...
It's fixed in Firefox 53! Yay!
Refs #12359
[ci skip]
2016-11-30 16:42:16 -08:00
ysds
eb219c806c
Remove .btn-outline-inverse
2016-11-30 21:48:34 +09:00
ysds
ef028ab383
Remove .btn-outline
2016-11-30 21:47:57 +09:00
Mark Otto
59dc3e174d
grunt
2016-11-29 21:37:00 -08:00
Chris Rebert
f2bc3bec7c
Add Wall of Browser Bugs entry for #21092
...
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1315994
Refs #21092
[ci skip]
2016-11-28 22:49:26 -08:00
Chris Rebert
0c6bd4d4c4
docs/_data/browser-bugs.yml: Fix ordering
...
[ci skip]
2016-11-28 22:33:20 -08:00
Chris Rebert
036437ec86
Add Wall of Browser Bugs entry for #20759
...
Refs https://bugs.webkit.org/show_bug.cgi?id=162362
Closes #20759
[ci skip]
2016-11-28 22:23:28 -08:00
Brad Kent
8250bd1b21
Fix #20936 make inline checkbox/radio markup same as stacked ( #20995 )
...
* #20936 make inline checkbox/radio markup same as stacked
* tweak language and remove extra blank line in snippet
2016-11-28 20:56:49 -08:00
Mark Otto
af937836d9
Fix #20908 ( #21244 )
...
Remove the border-bottom from abbr elements since that's covered with an underline in Normalize.css. Updates the docs to match and tweaks some code comments, too.
2016-11-28 20:26:28 -08:00
Mark Otto
4c807de7f0
fixes #21072 : clarify location of variables file (and avoid linking to a file that will be broken depending on the branch name)
2016-11-28 17:21:48 -08:00
Mark Otto
9749bab4ce
grunt
2016-11-28 17:18:44 -08:00
Mark Otto
339f8c3c48
fixes #21219 : update docs to reflect current sm breakpoint value
2016-11-28 17:05:36 -08:00
Mark Otto
c3ffe13553
grunt
2016-11-28 13:40:47 -08:00
Mark Otto
d6c1fa37bd
grunt
2016-11-28 13:36:46 -08:00
Mark Otto
2f9a94caac
Inverse card improvements ( #21242 )
...
* Add a color to .card-inverse to account for non .card- prefixed classes
* reword the docs to better articulate what the class does
2016-11-28 13:22:51 -08:00
Mark Otto
a6f54889fd
Replacement for #20602 ( #21236 )
...
* Fixed incorrect instruction: "Press ⌘ to copy"
It needed to be "Press ⌘C to copy"
* Updated to concatenate copy string
Updated copy command to concatenated string to prevent potential issues
* Updated the way the copy string concatenates
As per excellent suggestion by @tomlutzenberger
* Removed semicolon line endings
;P
* var not const or let
2016-11-28 13:10:19 -08:00
Mark Otto
9338cf5970
grunt
2016-11-28 09:14:31 -08:00
Mark Otto
5357bad9a0
grunt
2016-11-27 23:39:50 -08:00
Starsam80
08e36a3cc9
Rename .col-xs
to .col
+ some other cleanup ( #21222 )
...
* Use `breakpoint-min` instead of a counter
* Remove 'xs' from flexbox grid
2016-11-27 22:47:00 -08:00
Mark Otto
4393da18f6
grunt
2016-11-27 22:29:55 -08:00
Mark Otto
5db88075c1
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2016-11-27 22:29:33 -08:00
Mark Otto
1562a2db4c
make a brief mention of #20433
2016-11-27 22:29:24 -08:00
Starsam80
54908a95a8
Rename .navbar-toggleable-xs
to .navbar-toggleable
+ more cleanup ( #21226 )
...
* Clean up some utilities
- Align CSS properties
- In `_spacing.scss`, we had a comment saying what 'a' was for, but we removed that so this comment no longer applies
* Remove '-xs' from `.navbar-toggleable-xs` and remove duplication
* Fix outdated classes to use newer ones
2016-11-27 22:23:12 -08:00
Mark Otto
869bd23937
Update clearfix mixin ( #21224 )
...
* Update clearfix to use block instead of table display (also reorder properties for linting)
* update docs snippet for clearfix mixin—was apparently still using Less syntax and had old clearfix hack (even before the block change in this PR)
2016-11-27 17:05:29 -08:00
Mark Otto
585516db95
Add max-width 100% and max-height 100% utilities ( #21221 )
2016-11-27 16:31:31 -08:00
Starsam80
8d031090d0
Rename .flex-xs-*
and .flex-items-xs-*
to .flex-*
and .flex-items-*
( #21218 )
...
* Clean up _flex.scss a little
This commit just cleans up the formating of _flex.scss by changing
it so that it uses a single `@include media-breakpoint-up` instead
of multiple. It also aligns all of the CSS properties so it looks
a bit nicer.
* Remove `-xs` from flex classes
2016-11-27 15:19:27 -08:00
Starsam80
b1e8d60348
Remove 'xs' from text utilities ( #21217 )
2016-11-26 20:33:46 -08:00
Mark Otto
0b8a281920
grunt
2016-11-26 19:17:23 -08:00
Mark Otto
b2bf8294a0
minor docs content tweaks to fix #18997
2016-11-26 18:39:51 -08:00
Mark Otto
87a0749f89
Merge branch 'container-tooltip-option' into v4-dev
2016-11-26 17:02:40 -08:00
Mark Otto
181e124bc1
grunt
2016-11-26 17:01:17 -08:00
Stephen Puiszis
7d3abdb9c7
Update migration file for renamed image classes ( #21215 )
2016-11-26 16:57:25 -08:00
Mark Otto
e17e75b757
Update inline forms (updated docs and new flexbox styles) ( #21212 )
...
* fix form-inline with flex enabled
* grunt
* fix alignment of labels
* shorter if syntax
* add new form example to docs for now
* update inline form docs usage guidelines
* responsive margins
* better margin utils
* fix sizing of .form-check
* flexbox alignment of .form-check
* no need to change direction
* support custom controls in inline form, for default and flex modes
* add example of custom select and checks to docs
* remove hidden and visible label variants since we cover that in the usage guidelines at the start and include hidden labels everywhere
* use property value instead of layout name
* apply to all labels
* add a visible label, space it out
* add id
2016-11-26 16:55:18 -08:00
Mark Otto
b456cb351d
grunt
2016-11-26 16:49:39 -08:00
Ken Dale
dc52029bea
Add .rounded-0 utility class ( #21214 )
...
* Add rounded-0 class
2016-11-26 16:47:53 -08:00
Mark Otto
095ea0b795
Border utilities ( #21213 )
...
* grunt
* add border utilities for removing borders
* clean up comments
* add basic border docs
* docs styles for border utils
2016-11-26 16:44:16 -08:00
Mark Otto
ec5e7e5e5a
Add .no-gutters option to remove gutters from rows ( #21211 )
...
Fixes #19107 .
2016-11-26 12:13:15 -08:00
Mark Otto
c7b8451cdc
grunt
2016-11-26 11:16:53 -08:00
Mark Otto
73a320a27f
Merge pull request #21076 from 3dd13/use-rounded-circle-in-carousel-example
...
in carousel example, replace img-circle by rounded-circle css class
2016-11-26 02:35:38 -08:00
Mark Otto
275ac87488
Merge pull request #21204 from ounziw/patch-1
...
grid-breakpoint fix [document]
2016-11-26 02:04:51 -08:00
Mark Otto
8ef1d93d0c
Merge pull request #21205 from twbs/navbar-disabled
...
v4 disabled navbar links
2016-11-26 02:03:46 -08:00
Mark Otto
967ee175dc
Move .table-responsive to .table instead of as a parent
2016-11-26 01:45:40 -08:00
Mark Otto
19ab4873ff
grunt
2016-11-26 01:00:16 -08:00
Mark Otto
cb294854a3
grunt
2016-11-26 00:58:11 -08:00
Mark Otto
e953d5d4f0
grunt
2016-11-26 00:40:17 -08:00
Mark Otto
25216349b3
add some disabled navbar link examples
2016-11-26 00:19:30 -08:00
andyexeter
0ded703f6b
Implement container option for tooltips and popovers.
2016-11-26 19:13:15 +11:00
Fumito Mizuno
050ba7390c
grid-breakpoint fix
...
grid-breakpoint for sm is 576px
https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L186
current document shows 544px, but it should be 576px
2016-11-26 15:47:40 +09:00
Mark Otto
990a901e52
grunt
2016-11-25 21:48:39 -08:00
Bardi Harborow
91f70c538a
Refactor Dashboard example. ( #21140 )
2016-11-25 20:23:11 -08:00
Mark Otto
d315c9499d
v4: Flexbox nav options ( #21201 )
...
* Add some flexbox nav components
- Includes .nav-justified for inline, tab, and pill nav components
- Includes example of using the flex utils (.d- and .flex-items-) for centered nav
* redo heading hierarchy a bit
2016-11-25 17:46:13 -08:00
Mark Otto
f2b98f6b2c
grunt
2016-11-25 17:40:44 -08:00
Mark Otto
8a7ce25cf1
grunt
2016-11-25 17:29:28 -08:00
Mark Otto
49be9bc63a
grunt
2016-11-25 15:00:23 -08:00
Mark Otto
3cfd40782c
grunt
2016-11-25 14:20:49 -08:00
Mark Otto
83c8bfa30d
Fixes #21195 : Add more table of contents to pages with longer contents
2016-11-25 14:01:06 -08:00
Mark Otto
5b151eb891
grunt
2016-11-25 13:55:34 -08:00
Mark Otto
ec47feefd6
Fixes #21114 : clarify by removing mention of nesting
2016-11-23 11:35:41 -08:00
Mark Otto
91bb6a038d
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2016-11-23 11:28:22 -08:00
Mark Otto
8d3f0995d1
Fixes #21123 : More specific definition of fixed-width block level for .mx-auto
2016-11-23 11:28:17 -08:00
Mark Otto
ab54151ed3
Fixes #21179 : docs typos on pull/float action
2016-11-23 11:26:37 -08:00
Chris Rebert
63843de193
Add Wall of Browser Bugs entry for #21120
...
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=510079
Closes #21120
[skip sauce]
2016-11-22 23:56:41 -08:00
Mark Otto
573e029feb
grunt
2016-11-16 20:42:40 -08:00
Mark Otto
6910516d2c
Merge pull request #21086 from ETNOL/feature/OmitXsFromGrid
...
Feature/omit xs from grid
2016-11-16 20:37:51 -08:00
Bardi Harborow
c104709193
Fix padding on .bg-faded demo.
2016-11-16 16:16:35 +11:00
Daniel Lo Nigro
fd184b45f3
it's → its
...
Small grammar fix.
2016-11-13 13:59:18 -08:00
Mark Otto
93ba9ac629
grunt
2016-11-09 20:00:16 -08:00
Chris Rebert
2133dbd718
browser-features.yml: Fix MS A11y UserVoice entry
...
And move one Firefox entry to keep the entries sorted by browser.
Refs #21089
2016-11-08 18:22:06 -08:00
Chris Rebert
dafd900e93
docs/_plugins/bugify.rb: Add support for MS A11y UserVoice ideas
...
Refs #21089
[ci skip]
2016-11-08 18:19:05 -08:00
Mark Otto
cbd13e5229
Merge pull request #21062 from vanillajonathan/patch-1
...
Linked to slack
2016-11-08 13:33:23 -08:00
Bardi Harborow
b4dbc69f0e
Fix broken and redirected links.
2016-11-09 01:14:48 +11:00
Patrick H. Lauke
e123cdda16
Add browser features around virtual/accessibility focus
...
These would help in making hidden skip links show up visually once they
receive AT focus (for sighted/partially sighted AT users)
2016-11-05 15:27:26 +00:00
Patrick H. Lauke
6b184763f0
Add Safari skip link bug
2016-11-05 15:24:37 +00:00
Eric Nolte
cec0c7c6d6
Update docs to reflect new breakpoint naming convention
2016-11-04 10:54:34 -06:00
Eddie Lau 3dd13
760990fa13
replace img-circle by rounded-circle css class
2016-11-03 12:00:29 +08:00
Jonathan
cb270b182c
Linked to slack
2016-11-01 15:37:47 +01:00
Mark Otto
cd5c7a2263
grunt
2016-10-31 21:36:10 -07:00
Mark Otto
ffaad0a819
Responsive display utilities ( #20934 )
...
* Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name
* make floats use the same format, add float-none mixin
2016-10-31 21:27:56 -07:00
Mark Otto
76d53404b5
grunt
2016-10-31 21:14:23 -07:00
Mark Otto
f734814f6b
Make spacer utils responsive ( #20926 )
...
* make spacer utils responsive by grid tier
* update scale to add two levels, document them
* change responsive spacing utils to avoid the xs abbreviation in the class name for that tier
* update code snippet to match source
* update usage in our docs
* linter
* docs updates
2016-10-31 21:13:05 -07:00
Rodrigo Castro
d6cc0e017d
Fixes #21057 , fixes utilities link on typography documentation page ( #21058 )
2016-10-31 19:27:40 -07:00
Mark Otto
d1171ac44a
grunt
2016-10-30 15:21:53 -07:00
Mark Otto
7ba4ac0cd3
add specific docs example for badged list group items
...
floated content has to come first in the DOM, otherwise you can get alignment bugs. in flexbox though, that's not the case. as such, i'm adding this example code to guide folks to the changes needed to move between default and flex modes.
2016-10-30 14:13:06 -07:00
Mark Otto
d86d580d26
grunt
2016-10-30 13:40:11 -07:00
Mark Otto
c9dc04b4f5
grunt
2016-10-30 13:37:11 -07:00
Mark Otto
b071de65c7
grunt
2016-10-28 19:28:41 -07:00
Mark Otto
6a11ae580d
add horizontal form examples
2016-10-28 16:38:30 -07:00
Mark Otto
a6cd4937af
rework some copy
2016-10-28 16:36:09 -07:00
Mark Otto
cecf0db2ce
grunt
2016-10-27 22:29:10 -07:00
Mark Otto
63a524b352
Merge pull request #19887 from ryanburnett/v4-dev
...
Alphabetized carousel options & added "ride" to it
2016-10-27 22:21:06 -07:00
Mark Otto
96d8553bec
grunt
2016-10-27 22:11:22 -07:00
Mark Otto
fa0605132f
grunt
2016-10-27 20:04:33 -07:00
Mark Otto
6608b2a9ee
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
2016-10-27 20:04:04 -07:00
Mark Otto
fde7101f13
grunt
2016-10-27 20:03:56 -07:00
judetucker
b3944c2334
cleaned up the docs to complete the change from tag to badge
2016-10-27 15:03:45 -07:00
Mark Otto
da6b5a0551
Merge pull request #21028 from judetucker/card_docs_float
...
Docs correction to change .pull to .float on Card docs
2016-10-27 11:51:06 -07:00
Mark Otto
93ac9381be
Fixes #17631 : Add mention of removed .btn-group-justified
...
It was only available for anchor elements and not button elements, so it was super weird to support. Might be bringing it back with flexbox though in v4 as an option.
2016-10-27 10:31:37 -07:00
Mark Otto
9dbfc90eae
grunt
2016-10-27 09:51:22 -07:00
Mark Otto
a26080c047
rework flex grid autolayout docs
...
Adds clearer headings to each section, reworks some copy to be more direct.
2016-10-27 09:50:25 -07:00
Mark Otto
26c33fa5ed
unrelated change; bold that stuff to emphasize it
2016-10-27 09:49:57 -07:00
Mark Otto
e2068d0e53
Merge branch 'auto-flex-col' of https://github.com/alanmoo/bootstrap into alanmoo-auto-flex-col
2016-10-27 09:41:33 -07:00
Mark Otto
115a37db1a
Change variable for modal backdrop zindex, rearrange to be ordered from lowest to highest
2016-10-27 09:31:38 -07:00
Mark Otto
3cc0239903
Document our z-index values
...
Fixes #18532
2016-10-27 09:26:23 -07:00
Mark Otto
8ed7ebcd63
fixes #18565 : mention carousel sizing in docs
2016-10-27 09:19:07 -07:00
Mark Otto
abc9a526d5
Fixes #20498 : Warn about flexbox bugs in our flex grid docs
2016-10-27 09:03:45 -07:00
Mark Otto
ab49e3f7e6
fixes #21000 : Remove margin from static form control example
2016-10-27 08:58:12 -07:00
Einar Gangsø
45cbbad871
Docfix: Typo default -> secondary, and reorder
2016-10-27 10:12:14 +02:00
judetucker
7cc086e2c1
change the header nav description to include the new float
2016-10-26 22:05:46 -07:00
Mark Otto
d9fa3fd797
Rename .tag to .badge to avoid conflicting with WordPress
2016-10-26 18:33:58 -07:00
Mark Otto
d9d75f4d54
Merge pull request #20945 from coliff/patch-10
...
Update Google Analytics snippet to always load via HTTPS
2016-10-25 20:02:32 -07:00
Mark Otto
aa11f00218
Merge pull request #20982 from Johann-S/fix19344
...
Fix #19344 - Use a single class name for opened/expanded/shown state of widgets
2016-10-25 19:57:51 -07:00
Mark Otto
0fff1a1424
Merge pull request #20998 from twbs/v4-browser-names
...
Rename Microsoft Edge to just Edge in docs
2016-10-25 19:25:32 -07:00
Johann-S
9d129a43d6
Use a single class name for opened/expanded/shown state of widgets
2016-10-25 14:07:41 +02:00
Mark Otto
1aa6ff393b
Fixes #20948 : Rename Microsoft Edge to just Edge in docs
2016-10-24 22:12:19 -07:00
Mark Otto
f11f630acd
Merge pull request #20947 from bardiharborow/examples
...
Normalize examples and update where relevant.
2016-10-24 22:10:35 -07:00
Mark Otto
ee47abd56c
Merge pull request #20994 from ramaboo/v4-dev
...
Fixing ruby gem version to 4.0.0.alpha5
2016-10-24 21:51:28 -07:00
David Singer
4690fc1205
Fixing ruby gem version to 4.0.0.alpha5
2016-10-24 18:29:36 -07:00
Alan Mooiman
4538ac9b56
Add documentation for col-{breakpoint}-auto
2016-10-24 11:23:56 -04:00
Bardi Harborow
8e888796a6
Fix documentation for all-side spacing classes.
2016-10-21 09:36:09 +11:00
Mark Otto
d4d53cad96
grunt
2016-10-19 08:28:19 -07:00
Mark Otto
8ff7edaab4
version bump to alpha 5
2016-10-19 08:27:41 -07:00
Bardi Harborow
ba49d709ba
Normalize examples and update where relevant.
2016-10-20 02:11:55 +11:00
Christian Oliff
76af99eb4a
Update Google Analytics snippet to always load via HTTPS
...
This is the official Google Analytics snippet.
2016-10-19 23:35:10 +09:00
Mark Otto
dd22d99254
grunt
2016-10-19 01:18:28 -07:00
Mark Otto
f8e4a531cf
alt attributes
2016-10-19 00:30:59 -07:00
Mark Otto
4ee28feb14
More navbar example content with forms
2016-10-19 00:18:47 -07:00
Mark Otto
036bb85b21
Tweak that navbar brand image alignment with new vertical align utils
2016-10-18 20:04:55 -07:00
Mark Otto
271f10f74f
Merge branch 'v4-dev' into v4-navbars
2016-10-18 20:03:49 -07:00
Mark Otto
1543738890
grunt
2016-10-18 20:03:42 -07:00
Mark Otto
2e4fab63de
fix markup validation
2016-10-18 19:31:47 -07:00
Mark Otto
62a129184d
Add vertical-align utilities
...
- Adds six new utils for vertical-align property
- Documents the additional classes in the utils docs
2016-10-18 19:15:58 -07:00
Mark Otto
c7ad18117d
add examples of images in the navbar-brand section
2016-10-18 18:47:49 -07:00
Mark Otto
b8cc944155
more html linting
2016-10-17 23:45:25 -07:00
Mark Otto
9bc5dba777
html linting
2016-10-17 23:37:02 -07:00
Mark Otto
87689833fb
docs copy
2016-10-17 22:16:28 -07:00
Mark Otto
25e63a7b57
document new navbar classes and styles, update responsive variation, fix broken float classes
2016-10-17 22:09:11 -07:00
Mark Otto
19d6092364
drop data-target so the dropdown link works
2016-10-16 20:45:12 -07:00
Mark Otto
247ad23e97
Merge branch 'v4-navbars' of github.com:twbs/bootstrap into v4-navbars
2016-10-16 19:46:55 -07:00
Mark Otto
b4cdccba84
Merge branch 'v4-dev' into v4-navbars
2016-10-16 19:46:47 -07:00
Mark Otto
6d6538fc81
grunt
2016-10-16 19:44:11 -07:00
Mark Otto
7a3459c0b1
Merge pull request #20890 from bardiharborow/scrollspy-docs
...
Update scrollspy navbar example.
2016-10-15 13:39:41 -07:00
Rodrigo Castro
6e2d46db86
Fixes #20897 - Changed btn-default for btn-secondary on V4's Modal documentation page
2016-10-13 15:35:20 -03:00
Bardi Harborow
9b86a6b41d
Update scrollspy navbar example.
2016-10-13 11:08:15 +11:00
vsn4ik
85327e4f9a
v4: Fix outdated utilites classes
2016-10-12 01:46:10 +03:00
Johann-S
de1255b14e
Collapse using card component
2016-10-11 13:25:36 +02:00
Mark Otto
ffdf64eb53
change custom builds callout to compiled builds callout
2016-10-10 14:18:42 -07:00
Mark Otto
eaac9deec2
remove commented out custom builds
2016-10-10 14:18:28 -07:00
Mark Otto
addf93a9d2
rework download options to mention source, compiled, and cdn
2016-10-10 14:18:16 -07:00
Mark Otto
647db6f195
Merge pull request #20816 from bardiharborow/docs-clipboard
...
Strip $ from copied shell commands.
2016-10-09 21:04:41 -07:00
Mark Otto
7407518fd1
grunt
2016-10-09 20:39:50 -07:00
Bardi Harborow
3ae450e74c
Render bash and powershell prompts with ::before.
2016-10-10 14:31:34 +11:00
Mark Otto
4493701ee2
grunt
2016-10-09 20:26:49 -07:00
Mark Otto
06fab9fc50
remove arrows from popovers docs
2016-10-09 20:03:43 -07:00
Mark Otto
ab2480f7ca
remove arrow from static html demos
2016-10-09 20:02:24 -07:00
Mark Otto
ef5bbffd55
grunt
2016-10-09 19:55:58 -07:00
Mark Otto
ea57c51082
document it a bit
2016-10-09 17:46:45 -07:00
Mark Otto
571e86e770
grunt
2016-10-09 17:26:51 -07:00
Mark Otto
6def7a5d56
Merge pull request #20555 from bardiharborow/updatedeps
...
Update dependencies, including Babel to v6 and zeroUnits fix.
2016-10-09 17:08:39 -07:00
Mark Otto
3fa312ccdf
Use correct class for validation coloring on label elements
2016-10-09 16:40:56 -07:00
Mark Otto
909b84a289
Document the .bg-faded class
...
Fixes #20550 .
2016-10-09 16:35:16 -07:00
Mark Otto
b7444eb82a
Don't use collapse classes on elements with padding
...
Fixes #20600 .
2016-10-09 16:32:19 -07:00
Mark Otto
55e130f88f
Update static form control
...
- Remove margin-bottom override in favor of .mb-0 utility class
- Apply the input line-height styles to match
- Remove the min-height to match the input
2016-10-09 16:16:13 -07:00
Mark Otto
b04e9fb87c
separate out the custom html example
2016-10-09 15:35:52 -07:00
Mark Otto
d212ff80ae
Merge branch 'v4-dev' of https://github.com/dumb/bootstrap into dumb-v4-dev
2016-10-09 15:29:26 -07:00
Mark Otto
9159ad307f
remove those files from the diff
2016-10-09 15:14:25 -07:00
Mark Otto
750a9d7d80
fix bad merge
2016-10-09 15:08:34 -07:00
Mark Otto
7dee5560a1
Merge branch 'v4-dev' into v4-navbars
2016-10-09 15:04:32 -07:00
Mark Otto
8d162553fa
grunt
2016-10-09 15:02:49 -07:00
Mark Otto
b4d8367dbc
Merge pull request #20864 from twbs/fix-20688
...
Update the grid table heading to clarify max width over width
2016-10-09 14:57:31 -07:00
Mark Otto
821f719367
Merge pull request #20684 from twbs/v4-utils
...
v4: The Utilities Update
2016-10-09 14:54:57 -07:00
Mark Otto
6c867667a1
Merge branch 'v4-dev' into v4-utils
2016-10-09 14:36:43 -07:00
Mark Otto
13cc81c50c
Update grid docs mention of gutter width value (no more rems for awhile now)
2016-10-09 13:51:59 -07:00
Mark Otto
1d0d0dac76
Update grid docs to use new values for grid breakpoints and containers
2016-10-09 13:51:05 -07:00
Mark Otto
0ba05f4da9
Update the grid table heading to clarify max width over width
...
Fixes #20688
2016-10-09 12:42:36 -07:00
Mark Otto
f49a7a2a08
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2016-10-09 12:40:03 -07:00
Mark Otto
a2a53cb8c5
grunt
2016-10-09 12:39:56 -07:00
Bardi Harborow
d57d5a606b
Update dependencies, including Babel to v6 and zeroUnits fix.
2016-10-09 12:15:17 +11:00
Seth Broweleit
e56146e592
Mark icon-fonts.md docs as not-yet-written ( #20850 )
...
[ci skip]
2016-10-06 23:59:19 -07:00
Bardi Harborow
2e69dfa8c1
Fix broken/redirected links, moving to HTTPS where possible. ( #20557 )
2016-10-03 09:55:59 -07:00
David Beitey
07033a8cf8
Show clearfix for examples for xs/sm devices ( #19287 )
...
Change `hidden-sm-up` to `hidden-md-up` as the clearfix divs should be visible on both `xs` and `sm` devices (widths of 6 columns).
2016-10-02 23:21:15 -07:00
Patrick van Hesteren
98671231ec
Updated documentation of the focus option from the modal component. ( #19409 )
2016-10-02 23:05:59 -07:00
Mark Otto
2919c34071
grunt
2016-10-02 20:39:19 -07:00
Mark Otto
8a85f93aba
grunt
2016-10-02 19:40:39 -07:00
Mark Otto
1db3586dc0
Merge branch 'v4-dev' into v4-navbars
2016-10-02 19:26:29 -07:00
Mark Otto
4699fd4b40
fix typos
2016-10-02 19:23:10 -07:00
Mark Otto
49153ecf4f
Merge branch 'customizable-grid-gutters-per-breakpoint' of https://github.com/pixelbandito/bootstrap into pixelbandito-customizable-grid-gutters-per-breakpoint
2016-10-02 19:10:25 -07:00
Mark Otto
18b14d3c9f
Document that all table styles are inherited ( #20699 )
2016-10-02 18:27:53 -07:00
Mark Otto
7bf868a709
v4: Social meta tags ( #20825 )
...
* descriptions for getting started pages
* descriptions for layout
* add content page descriptions
* more descriptions, updates to some existing ones
* correct site url
* add social stuff to config for twitter cards
* add twitter meta tags; use large image for homepage and regular card for all others
* add the assets
* more site config
* more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
2016-10-02 18:19:47 -07:00
Mark Otto
3dc4b3647c
Rename pull-*-{left|right} classes to .float-*-left and .float-*-right
2016-09-26 00:54:10 -07:00
Patrick H. Lauke
dad1c88653
Merge pull request #20764 from patrickhlauke/v4-dev
...
Add Edge#9011176 bug (visual artifacts in scrollable dialogs)
2016-09-22 10:54:49 +01:00
Patrick H. Lauke
d71c7c0958
Add Edge#9011176 bug (visual artifacts in scrollable dialogs)
2016-09-22 10:48:05 +01:00
Mark Otto
d11c93341f
fix that navbar toggler example in docs
2016-09-15 13:32:09 -07:00
Mark Otto
64dcb8b507
Merge branch 'v4-dev' into v4-navbars
2016-09-15 10:20:57 -07:00
Kovah
0ef64d89f7
Add breakpoint-specific gutters.
2016-09-13 23:02:56 -05:00
Nick
3f01134031
Grid mixins docs should match source code ( #20705 )
2016-09-12 22:31:05 -07:00
Chris Rebert
089bc85a49
Remove fixed Edge <input type="file"> bug from the Wall
...
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8282613/ has been marked as Fixed.
Refs #20335 .
[skip sauce]
2016-09-12 16:19:29 -07:00
Mark Otto
13e4348dfd
grunt
2016-09-11 23:52:47 -07:00
Mark Otto
0b36debc5f
grunt
2016-09-11 23:50:50 -07:00
Mark Otto
a27a488002
woof, first grunt after building all the dist lol
2016-09-11 22:34:25 -07:00
Mark Otto
a48e819921
Fixes #19466 : Document the flexbox order utils ( #20697 )
2016-09-11 22:31:26 -07:00
Mark Otto
8104bd7a02
v4: Update tooltip placement docs ( #20696 )
...
* Fixes #19796 : Remove mention of tooltip auto placement
* add note to migration docs
2016-09-11 22:30:37 -07:00
Mark Otto
2301b0c4de
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
2016-09-11 22:27:43 -07:00
Mark Otto
f8dfb8a2e7
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
2016-09-11 22:27:12 -07:00
Chris Rebert
eb18554b9e
Add Selectors Level 4 :nth-child() to Most Wanted features for Edge
...
h/t @bardiharborow for opening https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/15944476
Refs #20143
[skip sauce]
2016-09-11 22:27:11 -07:00
Chris Rebert
e31a1a0f6d
Add transitioncancel to Most Wanted list for Chrome, Safari, Edge ( #20618 )
...
[skip sauce]
2016-09-11 22:21:12 -07:00
Mark Otto
818d1f53a5
Merge branch 'v4-hamburger-fix2' of https://github.com/patrickhlauke/bootstrap into patrickhlauke-v4-hamburger-fix2
2016-09-11 21:57:38 -07:00
Mark Otto
cbd2ac0ee7
grunt
2016-09-11 20:51:07 -07:00
Mark Otto
6181cf9d5d
update nav.yml
2016-09-09 21:24:27 -07:00
Mark Otto
91992ac70a
Add new border utils
...
- Move and rename .img-rounded to .rounded, .img-circle to .rounded-circle
- Add new .rounded-{direction} utils
- New docs pages for border utils with TBD comments for the border property
- Removes most image examples for rounding from the content/images docs in favor of new docs page
2016-09-08 23:21:40 -07:00
judetucker
618081b86c
updated docs to reflect change in img-rounded class
2016-09-08 22:51:22 -07:00
Mark Otto
a96038b50a
Revamp background utilities and add new .text-white utility
...
- Rather than mix multiple properties in our color utilities, this splits all color and all background utils into separate classes.
- Adds new .text-white class to help lighten text color for darker backgrounds
2016-09-08 22:18:40 -07:00
Mark Otto
0be876359e
Update docs to use new spacing util class names
2016-09-08 22:16:28 -07:00
Kovah
076a950442
Docs: Breaks out Utilities into separate section and optimizes its pages ( #20678 )
2016-09-08 21:48:17 -07:00
Adam Macias
7ba78e603a
Add Brazilian Portuguese in translations ( #20673 )
2016-09-08 09:19:11 -07:00
Mark Otto
a2b33257fc
fix spacing a bit
2016-09-07 21:21:30 -07:00
Mark Otto
7df7f40a33
Merge branch 'patch-21' of https://github.com/kkirsche/bootstrap into kkirsche-patch-21
2016-09-07 21:08:02 -07:00
Mark Otto
e9bc67db5b
grunt
2016-09-07 21:07:52 -07:00
Igor Tarasov
18258cbd99
Fix docs for heading sizes ( #20646 )
...
* Fix docs for heading sizes (sizes here were from v3)
* Added rem sizes to header size docs
* Fixed erroneous px sizes
2016-09-07 20:44:28 -07:00
Mark Otto
07752bab7b
v4: Card image fixes ( #20667 )
...
* Add .img-fluid to card images in columns to ensure proper resizing
* change that variable from regular value to variable
* use calc to figure out a tighter border for card images
2016-09-07 20:40:12 -07:00
Mark Otto
5413787e40
fixes #20655 : Update font stack list in the Reboot docs to match current CSS usage ( #20666 )
2016-09-07 20:39:33 -07:00
Chris Rebert
34291cc5ce
Add Edge entry for #20507 to Wall of Browser Bugs
...
Closes #20507
[skip sauce]
2016-09-05 22:55:26 -07:00
Mark Otto
d90d060c8c
grunt
2016-09-05 12:42:12 -07:00
Mark Otto
5495a4b3d3
versions
2016-09-05 12:41:44 -07:00
Mark Otto
59daf9f958
grunt
2016-09-05 12:37:47 -07:00
Mark Otto
7e18498b64
Fixes #20608 and #20578 : Consistent checkbox and radio markup ( #20629 )
...
- Update docs examples to use newer .form-check suite of classes
- Update form validation mixin to use newer classes as well
2016-09-05 11:39:37 -07:00
Mark Otto
d6584f13bf
grunt
2016-09-04 17:52:47 -07:00
Starsam80
a996eb344d
Fix segmented buttons in input group docs ( #20489 )
...
Fixes #20484
2016-09-04 17:50:39 -07:00
Jonathan
7f1c36767a
Renamed contextual classes for tables ( #20505 )
...
To be prefixed with `.table-`.
2016-09-04 17:49:49 -07:00
Mark Otto
93522e3ae6
grunt
2016-09-04 17:44:53 -07:00
Mark Otto
75232e6720
Merge pull request #20475 from califrench/patch-1
...
Updated docs with extra auto resize example
2016-08-21 23:14:48 -07:00
Mark Otto
c83a9ddbb9
Merge pull request #20519 from vanillajonathan/patch-2
...
Added information about the .panel-group class
2016-08-21 22:43:14 -07:00
Mark Otto
4a63dc62bf
Update ads code and styles (also fixes #20477 in different way)
2016-08-21 22:38:08 -07:00
Mark Otto
07f341e30e
Fixes #20504 : Mention .divider to .dropdown-divider name change
2016-08-21 19:56:18 -07:00
Mark Otto
c2b8012764
minor docs edit to fix #20538
2016-08-21 19:33:54 -07:00
Mark Otto
ab9d351860
fixes #19930 : update split dropup variation to include modifier
2016-08-21 19:07:15 -07:00
Mark Otto
bf056d45be
Fixes #20495 : Update heading hierarchy to avoid nested ToC that leads to hiding of entire ToC
2016-08-21 17:18:38 -07:00
Mark Otto
9128c1adff
grunt
2016-08-21 17:10:20 -07:00
Mark Otto
86e3a35161
add some margin utils
2016-08-19 21:20:00 -07:00
Alex Shafer
17bc19a805
Remove some strong language in docs/forms.md
...
Remember, there may be children/students using these examples...
2016-08-18 08:19:09 -04:00
Jonathan
24a3fbfeac
Added information about the .panel-group class
2016-08-15 17:04:03 +02:00
Bardi Harborow
4ca2528611
Remove CDN "not yet available" notice.
2016-08-07 12:34:40 +10:00
Scott Gauthreaux
98a8e9947a
Updated docs with extra auto resize example
...
I updated the doc with an example of a flex layout of 3 columns where the center column is specified as a `.col-xs-5` to show that other columns will resize no matter what the width of the center column.
Experienced bootstrap developers will expect to have to use an even number for the center column width when in reality any size will work.
I believe this is quite useful information and doesn't add too much to the docs.
Another option would be to make that initial example a `.col-xs-5` instead of a `.col-xs-6` to highlight this fact in the first place.
2016-08-06 15:33:31 -07:00
Mark Otto
0416f761dd
Merge pull request #20434 from vanduynslagerp/fix-20410
...
Fix dropdown example in docs (Fix #20410 )
2016-08-03 18:32:40 -07:00
Chris Rebert
5164e542b2
Add Wall of Browser Bugs entry for #12359 ( #20445 )
...
https://bugzilla.mozilla.org/show_bug.cgi?id=504622
Refs #12359
[skip sauce]
2016-08-03 08:03:24 -07:00
Chris Rebert
6844745db5
Most Wanted features: Add Edge UserVoice <dialog> entry
...
https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/6508895-dialog-element
Refs #20175
[ci skip]
2016-08-02 21:35:37 -07:00
Pierre-Denis Vanduynslager
0f25df1dff
Fix dropdown example in docs ( Fix #20410 )
2016-08-02 01:38:32 -04:00
Mark Otto
8e4f3fe7b9
grunt
2016-08-01 20:26:06 -07:00
Mark Otto
7efdd7720a
Fixes #20382 : Import the flexbox utilities into the docs flex stylesheet
2016-07-30 10:36:14 -07:00
Mark Otto
339b369bd2
Merge pull request #20282 from anantoghosh/patch-2
...
Migration docs: Fix typo in 'Reboot' about units
2016-07-27 21:29:05 -07:00
Mark Otto
aad527e410
Merge pull request #20341 from pat270/v4-tooltip-static-demo
...
Docs Tooltip Static Demo uses v3 class names
2016-07-27 21:06:52 -07:00
Mark Otto
c7de6107a8
prep release
2016-07-27 09:40:40 -07:00
Mark Otto
0fd2f8b889
grunt dist
2016-07-27 09:32:05 -07:00
Mark Otto
24e992a6ff
bump versions
2016-07-27 09:31:24 -07:00
Mark Otto
82bf1e32bd
grunt (include snew docs-flexbox files)
2016-07-26 22:03:54 -07:00
Mark Otto
8e9a9a5960
Enable flexbox grid CSS on our docs page
...
- Creates new flexbox grid Sass file in our docs assets
- Updates the Gruntfile to compile said new Sass file and minify the output
- Update notice on flexbox docs page for how it works
- Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features)
2016-07-26 21:09:39 -07:00
Mark Otto
c017eaca2f
elaborate on those classes
2016-07-26 20:21:45 -07:00
Mark Otto
069a0dd6e7
comment out custom builds for now
2016-07-26 20:20:16 -07:00
Mark Otto
855a82e3a2
remove dist download option for now; it has been coming soon for far too long
2016-07-26 20:18:51 -07:00
Mark Otto
cf45a82068
grunt
2016-07-26 20:16:28 -07:00
Mark Otto
902d979568
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2016-07-26 19:57:44 -07:00
Patrick H. Lauke
851e2cbb84
add Edge bug 8282613
2016-07-26 23:17:43 +01:00
Mark Otto
39732a0023
30px not 15px
2016-07-25 20:39:19 -07:00
Mark Otto
55795e8845
Customizing grid docs updates to followup on #19099
...
- More details on columns and gutters
- Break it into clear sections
2016-07-25 20:36:30 -07:00
Mark Otto
ded1bf98d7
One more follow up to #19099 , #20349 , and #20361
...
Remove mention of base class and fix grid examples
2016-07-25 20:27:55 -07:00
Mark Otto
d306864e80
grunt
2016-07-25 20:10:10 -07:00
Mark Otto
e7090a7c44
update text in grid example
2016-07-25 17:10:32 -07:00
Mark Otto
7e8182e9a6
grunt
2016-07-25 17:10:21 -07:00
Mark Otto
dcbe373361
grunt
2016-07-25 12:30:13 -07:00
Mark Otto
2f38e5167d
fix doubled up padding in docs navbar
2016-07-25 12:30:10 -07:00
Mark Otto
7fd00263e3
Merge branch 'v4-dev' into v4-navbars
2016-07-23 21:05:18 -07:00
Mark Otto
38312640df
grunt
2016-07-23 21:04:37 -07:00
Mark Otto
b36e6dae2f
Merge branch 'v4-dev' into v4-grid-fixes
2016-07-23 20:40:52 -07:00
Mark Otto
2ab662095b
grunt
2016-07-23 20:40:41 -07:00
Mark Otto
a8879c8f82
Follow-up to #19099 for grid fixes
...
- Restores two-mixin approach to generating semantic grid columns (now with 'make-col-ready' and 'make-col')
- Removes need for .col-xs-12 by restoring the mass list of all grid tier classes to set position, min-height, and padding
- Adds an initial 'width: 100%' to flexbox grid column prep (later overridden by the column sizing in 'flex' shorthand or 'width') to prevent flexbox columns from collapsing in lower viewports
2016-07-23 17:12:43 -07:00
Patrick Yeo
6157001bcd
Tooltip Static Demo uses v3 class names
2016-07-21 12:44:26 -07:00
Raphael Luba
d71c080ab5
Replace renamed classes in grid push/pull example ( #20330 )
...
The example for column ordering still referenced the old push/pull class names.
2016-07-20 08:37:54 -07:00
XhmikosR
47dc87e6c7
Fix typo in comment.
...
[ci skip]
2016-07-20 10:07:31 +03:00
Alice Young
e613415a76
Docs: Update composer require
command to download current v4 alpha version ( #20328 )
2016-07-19 18:40:21 -07:00
Patrick H. Lauke
a426c4951c
remove navbar-toggler unicode symbol in HTML
...
remove current HTML-based symbol, add any missing aria-* attributes
2016-07-19 22:11:44 +01:00
Chris Rebert
e12361483a
Add position:sticky to Most Wanted features ( #20315 )
...
[skip sauce]
2016-07-17 14:01:16 -07:00
Pvanhesteren
ef9099a237
Port #19410 to v4
...
Clarify valid values of Carousel's `pause` option
Fixes #18205
[skip sauce]
2016-07-17 00:17:30 -07:00
Chris Rebert
0cf5204a48
Add HTMLHint to the build; fixes #20297 ( #20301 )
...
[skip sauce]
2016-07-14 16:22:56 -07:00
Chris Rebert
610a089054
Wall of Browser Bugs: Link to WebKit meta-bug ( #20299 )
...
https://bugs.webkit.org/show_bug.cgi?id=159753
[skip sauce]
2016-07-13 22:21:10 -07:00
Tom Lutzenberger
3487e421b5
Fix HTML validity error in sticky-footer-navbar example ( #20295 )
2016-07-13 10:00:39 -07:00
XhmikosR
083df475f3
Losslessly compress doc images.
...
Used zopfli 1.0.1 with `zopflipng.exe -m --lossy_transparent -y --iterations=1000`.
Before: 199 KB (203.922 bytes)
After: 197 KB (202.151 bytes)
[ci skip]
2016-07-12 23:08:29 +03:00
XhmikosR
c2189876ee
Remove trailing space.
...
[ci skip]
2016-07-12 22:27:06 +03:00
anantoghosh
11d43e456a
Fix typo in 'Reboot' about units
...
In about 'Reboot', it says "moving **from** `rem` **to** `em` units. It should be moving from `em` to `rem`.
2016-07-12 14:08:24 +05:30
Chris Rebert
0b21f2ecb1
Add Most Wanted Features entries for <dialog>
...
Refs https://bugzil.la/840640
Refs https://webkit.org/b/84635
[skip sauce]
2016-07-08 02:05:12 -07:00
Chris Rebert
58aca28234
Move browser feature requests to new "Most wanted features" section
2016-07-08 00:19:12 -07:00
anantoghosh
f15611cb81
Fix typo in 'Reboot' section
...
Changed `box-sizing: border` to `box-sizing: border-box`
2016-07-06 13:14:48 +05:30
XhmikosR
e83b742c11
Run grunt
.
...
[ci skip]
2016-06-29 09:00:07 +03:00
Chris Rebert
ed3ba47425
Support jQuery v3 in Bootstrap v4 ( #20191 )
...
* bower.json, package.json: Extend jQuery version ranges to include v3
* NuGet: Bump jQuery to v3.0.0.1
* Docs+Examples: Update jQuery to v3.0.0
* Use jQuery v3.0.0 for JS unit tests
* Update jqueryVersionCheck to allow jQuery v3.x.x
2016-06-28 22:19:46 -07:00
judetucker
a21ff40068
Mention .list-inline-item change in the migration guide
...
Fixes #18813
Closes #20187
[skip sauce]
2016-06-27 23:20:01 -07:00
Chris Rebert
288bd07a36
docs/migration.md: Fix "correspending" typo
...
[ci skip]
2016-06-27 23:00:46 -07:00
Chris Rebert
bba039d2fd
Add Wall of Browser Bugs entry for #20161 ( #20183 )
...
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1282363
2016-06-27 01:12:00 -07:00
Chris Rebert
6cceeec695
grunt dist docs
...
[skip sauce]
[skip validator]
2016-06-26 16:13:28 -07:00
Chris Rebert
b73b0c559e
docs/_plugins/bugify.rb: Add support for MS Edge UserVoice ideas ( #20176 )
...
[skip sauce]
2016-06-25 21:32:23 -07:00
Chris Rebert
5073e756f8
Remove reference to fixed Chrome bug in accessibility docs ( #20145 )
...
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=454172#c22
[skip sauce]
2016-06-23 23:19:06 -07:00
Curt Grimes
76e9a7328e
Fix links to A11Y Project posts
...
Closes #20165
[skip sauce]
2016-06-23 23:15:38 -07:00
Chris Rebert
d39e24347c
Add Wall of Browser Bugs entries for Selectors Level 4 :nth-child() ( #20143 )
...
Refs http://caniuse.com/#feat=css-nth-child-of
Refs https://drafts.csswg.org/selectors-4/#the-nth-child-pseudo
Refs https://crbug.com/304163
Refs https://bugzil.la/854148
[skip sauce]
2016-06-22 01:20:01 -07:00
Chris Rebert
e0c768b667
https://webkit.org/b/158340 has been fixed
...
So remove its entry from the Wall.
Refs #20012 , #20024
Refs http://trac.webkit.org/changeset/202324
[ci skip]
2016-06-21 23:20:02 -07:00
Chris Rebert
a358fc9dc1
Replace grunt-postcss with postcss-cli ( #20140 )
...
Refs #19990
Continues the degruntification process.
Also removes mq4-hover-shim for now,
since it doesn't yet implement the standard PostCSS plugin interface.
2016-06-20 16:18:21 -07:00
Chris Rebert
bfc16c4a82
Remove refs to fixed printing-related Chrome bug from browser support docs ( #20144 )
...
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=273306#c34
[skip sauce]
2016-06-20 00:48:02 -07:00
Chris Rebert
4a00603b5a
docs/_plugins/highlight_alt.rb: Ignore linenos option since it's broken
...
Refs #20005
[skip sauce]
2016-06-19 23:02:28 -07:00
Chris Rebert
c700e25ef2
docs/_plugins/highlight_alt.rb: Use correct tag name in error message
2016-06-19 23:01:39 -07:00
Mark Otto
1ba370f933
follow up fix to #17593
2016-06-12 21:54:15 -07:00
Mark Otto
d12804eb4d
Fixes #17193 : Remove mention and link to non-existant transitions plugin; that intro paragraph was two dupe sentences
2016-06-12 21:25:04 -07:00
Mark Otto
7071fe9c1b
Fixes #17089 a bit
2016-06-12 21:18:23 -07:00
Mark Otto
aaad85bc30
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2016-06-12 21:17:14 -07:00
Chris Rebert
ce2e944aa6
Strip out UMD & CJS in favor of ES6 modules ( #20072 )
2016-06-10 09:28:03 -07:00
Chris Rebert
9ddd62d391
Add Wall of Browser Bugs entries for #12832 ( #20089 )
...
Add Wall of Browser Bugs entries for #12832
2016-06-07 23:50:00 -07:00
Chris Rebert
39c313bb1f
https://crbug.com/460200 has been fixed! ( #20090 )
...
So remove its entry from the Wall of Browser Bugs
Refs #15832
[skip sauce]
[skip validator]
2016-06-07 21:15:12 -07:00
Chris Rebert
0f3d427bbd
grunt
...
[ci skip]
2016-06-04 18:21:15 -07:00
Chris Rebert
8139bf44c5
Add docs regarding postcss-flexbugs-fixes dependency
2016-06-04 13:00:37 -07:00
Chris Rebert
10ce36601d
https://bugzil.la/1278000 was marked as dupe of https://bugzil.la/577785
...
Update Wall of Browser Bugs accordingly.
Refs #19670
[ci skip]
2016-06-04 00:27:56 -07:00
Chris Rebert
8086e4cd50
Add Wall of Browser Bugs entry for #19670 for Edge ( #20037 )
...
See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7787318/
Refs #19670
[skip sauce]
2016-06-03 23:39:32 -07:00
Chris Rebert
1585e46292
Add :dir() pseudo-class feature requests to Wall of Browser Bugs ( #19984 )
...
Refs https://developer.mozilla.org/en-US/docs/Web/CSS/:dir
[skip sauce]
2016-06-03 23:17:51 -07:00
Chris Rebert
157007b48f
Add Wall of Browser Bugs entry for #19670 for Firefox ( #20036 )
...
See https://bugzil.la/1278000
Refs #19670
[skip sauce]
2016-06-03 23:15:19 -07:00
Chris Rebert
9c8eb788ac
Add Wall of Browser Bugs entry for #19839 ( #20026 )
...
See https://bugzilla.mozilla.org/show_bug.cgi?id=1277782
Refs #19839
[skip sauce]
2016-06-03 01:23:19 -07:00
Chris Rebert
a122eda7d9
Add Wall of Browser Bugs entry for #17695 ( #20025 )
...
See https://webkit.org/b/158342
Refs #17695 .
[skip sauce]
2016-06-03 00:18:15 -07:00
Chris Rebert
fb2d8008e1
Add Wall of Browser Bugs entry for #20012 ( #20024 )
...
Refs https://webkit.org/b/158340
Closes #20012
[skip sauce]
2016-06-02 22:40:34 -07:00
Mark Otto
8feae9075a
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2016-06-02 21:48:53 -07:00
Chris Rebert
0b4187d37b
Add Wall of Browser Bugs entry for #19810 ( #20021 )
...
Refs https://crbug.com/597642
Closes #19810
[skip sauce]
2016-06-02 10:14:45 -07:00
Chris Rebert
e1a53e9f95
Add Wall of Browser Bugs entry for #19927 ( #20020 )
...
Refs https://webkit.org/b/158276
Closes #19927
[skip sauce]
2016-06-02 10:09:06 -07:00
XhmikosR
4bca0f878a
Merge pull request #19894 from twbs/v4-dev-jquery223
...
Update jQuery to v2.2.4.
2016-05-26 15:40:02 +03:00
XhmikosR
b0a7979cc1
Fix error with the new jQuery.
2016-05-26 15:30:07 +03:00
XhmikosR
a950d5642b
Update jQuery to v2.2.4.
2016-05-26 15:26:12 +03:00
Chris Rebert
15c8fac735
https://webkit.org/b/144696 has been fixed ( #19958 )
...
Remove its entry from the Wall of Browser Bugs
Refs #16372
[skip sauce]
2016-05-25 23:18:46 -07:00
Chris Rebert
e8669eb408
https://crbug.com/427994 has been fixed ( #19948 )
...
Remove its entry from the Wall of Browser Bugs.
[skip sauce]
2016-05-25 23:14:41 -07:00
Mark Otto
f0c0a7533c
Merge pull request #19892 from heikojansen/patch-1
...
Remove reference to "loaded.bs.modal" event
2016-05-21 19:39:33 -07:00
Chris Rebert
f9fe928a5b
http://bugzil.la/924068 closed as duplicate of http://bugzil.la/545685 ( #19947 )
...
Update the Wall of Browser Bugs entry accordingly.
[skip sauce]
2016-05-20 09:05:24 -07:00
Chris Rebert
a90b36918f
Add "The Bootstrap Authors" to copyright notices ( #19936 )
...
❤️ ❤️ ❤️ https://github.com/twbs/bootstrap/graphs/contributors
2016-05-20 09:04:31 -07:00
Chris Rebert
83692b199b
https://crbug.com/475128 has been fixed ( #19946 )
...
Remove its entry from the Wall of Browser Bugs.
Refs #16180
[skip sauce]
2016-05-20 08:59:02 -07:00
Heiko Jansen
442f472a2d
Mention removed modal option in migration docs
...
The `remote` option and the accompanying event have been removed.
2016-05-19 15:36:52 +02:00
dumb
6e7bf66de9
Fix issue #16941 - HTML example in tooltip docs
...
Added an example tooltip that uses HTML content, and expanded the
description of the html option to clarify usage.
2016-05-16 16:18:51 -04:00
dumb
558a902e09
Fixed a small typo
2016-05-16 13:25:40 -04:00
Mark Otto
d4457b3303
improve docs examples for .navbar-text
2016-05-15 12:37:47 -07:00
Mark Otto
dfa2536c3b
Restore .navbar-text and add some basic examples to the docs /cc #18049
2016-05-15 12:29:56 -07:00
Mark Otto
9c0c5fd9b1
Merge branch 'v4-navbars' of https://github.com/twbs/bootstrap into v4-navbars
2016-05-14 12:41:48 -07:00
Mark Otto
f98f9c9155
add docs note to clear up #18599--active states for navbars can be on anchors or parents
2016-05-14 12:41:26 -07:00
Mark Otto
05bdecd0b0
Add dropdown menu example to navbar docs
2016-05-13 08:19:16 -07:00
Heiko Jansen
f4c86ffc77
Remove reference to "loaded.bs.modal" event
...
Since the "remote" option is no longer available in v4 the reference to the "loaded.bs.modal" event is no longer needed, too.
2016-05-13 14:36:46 +02:00
Mark Otto
9c100a6a9f
clarify example with code comment
2016-05-12 19:47:49 -07:00
Mark Otto
96835e1512
grunt
2016-05-12 18:16:50 -07:00
Mark Otto
083271ae48
Update collapsible navbar docs
...
- Add .text-muted for text color control over .bg-inverse in the examples
- Add a dark navbar collapse example
2016-05-12 11:24:43 -07:00
Ryan Burnett
0747484188
Alphabetized carousel options & added "ride" to it
2016-05-12 09:40:23 -04:00
Mark Otto
2a36b4b320
grunt
2016-05-11 23:30:22 -07:00
Mark Otto
1f25326926
grunt
2016-05-11 23:24:40 -07:00
Mark Otto
fc75a2c78f
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2016-05-11 23:23:11 -07:00
Mark Otto
15874b7afc
Fixes #19732 : Mention change to list-group-item class and links/buttons in migration docs
2016-05-11 23:23:02 -07:00
Mark Otto
e70f7162ec
Fix #17511 by adding mention to the docs for how to extend the card columns
2016-05-11 23:13:52 -07:00
Mark Otto
a296975221
Fixes #18584 : Link to autoprefixer json file (link is broken until we make this the master branch)
2016-05-11 16:48:21 -07:00
Mark Otto
1993fe5985
Fixes #19267 : Mention grid class changes in migration docs
2016-05-11 16:38:17 -07:00
Mark Otto
0eeff0b7cd
grunt
2016-05-11 16:35:02 -07:00
Mark Otto
98049e908c
add another note about dropdown styles changing
2016-05-11 16:34:59 -07:00
Mark Otto
d74a897f55
Overhaul tables docs and use rgba() colors for inverse tables
...
- Add inverse examples for all variants
- Use rgba() colors for hover and accent states for easy usage in inverse styles
2016-05-11 16:28:28 -07:00
Mark Otto
7fa88b3b8a
Update tags/labels/badges migration docs to mention class and change in behavior for alignment in list groups
2016-05-11 16:11:17 -07:00
Mark Otto
c6ac4f567e
grunt
2016-05-11 15:58:46 -07:00
Mark Otto
85a71854bf
clarify that
2016-05-11 15:58:42 -07:00
Mark Otto
7cc802ea78
Consolidate button-dropdown.md with dropdowns.md to simplify docs
2016-05-11 14:13:16 -07:00
Mark Otto
fda92d02a3
Unfuck those split button dropdowns
...
- Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size
- Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed
- Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button
2016-05-11 11:36:09 -07:00
Mark Otto
b280e36b78
Merge branch 'v4-dev' into v4-split-buttons
2016-05-11 11:07:06 -07:00
Mark Otto
9d6b41c127
Merge pull request #19141 from twbs/v4-forms-cleanup
...
v4: Forms cleanup
2016-05-11 10:49:31 -07:00
Mark Otto
547290293c
grunt
2016-05-11 10:20:00 -07:00
Mark Otto
e2751554a2
Merge branch 'v4-forms-cleanup' of github.com:twbs/bootstrap into v4-forms-cleanup
2016-05-11 10:19:40 -07:00
Mark Otto
618ac44f52
update migration notes
2016-05-11 10:16:00 -07:00
Mark Otto
425e3d407e
Bring back some 'help text' love for forms with .form-text
...
- Includes new class
- New docs to support it
- Rearranged older docs
2016-05-10 08:24:38 -07:00
Mark Otto
73d9815343
Merge branch 'v4-forms-cleanup' of https://github.com/twbs/bootstrap into v4-forms-cleanup
2016-05-09 19:25:42 -07:00
Mark Otto
35c11b69df
Update checkboxes and radios docs
...
- Add lighter gray text to disabled state for .form-check
- Separate radios and checkboxes example
- Clarify docs
2016-05-09 11:00:36 -07:00
Mark Otto
5aa32b3f3a
clarify docs comment from #19459
2016-05-09 10:29:04 -07:00
Mark Otto
72d68bac7a
more options, clearer options, and proper markdown formatting
2016-05-09 10:25:38 -07:00
Mark Otto
87d3570524
Merge branch 'v4-dev-docs-hidden-show-replacement' of https://github.com/lamby/bootstrap into lamby-v4-dev-docs-hidden-show-replacement
2016-05-09 10:23:52 -07:00
Mark Otto
9f6e881d00
Merge pull request #19459 from delftswa2016/v4-card-ordering
...
Explicitly state the ordering of cards in card columns in the docs
2016-05-09 10:14:50 -07:00
Mark Otto
707903c60c
oops, another checkbox needing a new class
2016-05-08 23:14:28 -07:00
Mark Otto
a6d48b7ee3
add options to the examples so they render properly
2016-05-08 22:53:32 -07:00
Mark Otto
a803ab7f58
fix remaining checkboxes and radios in docs
2016-05-08 22:53:17 -07:00
Mark Otto
d95aad695c
fix broken markdown formatting
2016-05-08 22:52:58 -07:00
Mark Otto
4e4fdb7228
grunt
2016-05-08 17:31:11 -07:00
Mark Otto
dde85e9888
Redo checkboxes and radios
...
- Move disabled radio and checkbox styles to Reboot
- Collapse .radio and .checkbox into single class, .form-check
- Collapse .radio-inline and .checkbox-inline into single class, .form-check-inline
- Require classes for sub-elements in both new classes
2016-05-08 16:05:27 -07:00
Mark Otto
bd904d70c9
lol my bad, fix that last one too
2016-05-08 15:31:53 -07:00
Mark Otto
4a064209ba
Merge branch 'v4-dev' into v4-forms-cleanup
2016-05-08 15:25:26 -07:00
Mark Otto
b479efb9d6
Fixes #18492 : Document .h1-.h6, change docs mention of inline usage to varying elements
2016-05-08 15:13:53 -07:00
Mark Otto
fea7feb9e4
Fixes #18705 : Clarify removal of .help-text and update changes to .form-group for horizontal layouts
2016-05-08 15:10:27 -07:00
Mark Otto
4d8d8bdab4
Fixes #18768 : Add migration docs for dropdowns
2016-05-08 15:07:16 -07:00
Mark Otto
91257d29d3
fixes #19439 : add some docs context to migration for .btn-xs and .page-header
2016-05-08 15:02:05 -07:00
Mark Otto
d90064f06f
grunt
2016-05-08 14:58:37 -07:00
Mark Otto
aa5ef212f3
Merge pull request #19863 from twbs/v4-inverse-table-variants
...
v4: Inverse table variants
2016-05-08 14:33:38 -07:00
Mark Otto
80341bf709
Merge pull request #19476 from delftswa2016/v4-card-docs
...
Added explicit commentary to .card-* classes
2016-05-08 14:20:12 -07:00
Mark Otto
7322c8dc75
add code snippet
2016-05-08 14:16:23 -07:00
Mark Otto
44778465da
Update table docs
...
- Change some things around, add some copy
- Include table variant styles for the inverse tables thanks to bg and color utils
2016-05-08 14:15:34 -07:00
Mark Otto
ce249a555c
document table border collapse change, move from old normalize to our reboot
2016-05-08 13:51:25 -07:00
Mark Otto
69afc16867
grunt
2016-05-08 13:46:38 -07:00
Mark Otto
932d0aa068
grunt
2016-05-08 13:43:13 -07:00