]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Patrick H. Lauke [Thu, 26 Jan 2017 11:12:39 +0000 (11:12 +0000)]
Add aria-label to docs search field
Mark Otto [Wed, 25 Jan 2017 05:06:22 +0000 (21:06 -0800)]
Remove random cursor: default from pill nav (#21835)
Fixes #21560. Pretty sure this wasn't intentional, so should be fine to remove.
Mark Otto [Wed, 25 Jan 2017 04:43:33 +0000 (20:43 -0800)]
Allow button toolbars to wrap (#21826)
Fixes #21699
Mark Otto [Tue, 24 Jan 2017 08:22:31 +0000 (00:22 -0800)]
fixes #21567
Mark Otto [Tue, 24 Jan 2017 08:18:41 +0000 (00:18 -0800)]
grunt (fixes #21819)
Sergey Kovalenko [Tue, 24 Jan 2017 08:09:54 +0000 (10:09 +0200)]
Add align self to navbar brand (#21626)
Mark Otto [Tue, 24 Jan 2017 08:01:44 +0000 (00:01 -0800)]
Rename order utilities to intended class names (#21739)
* rename order utilities to intended class names
* Documentation fixes.
Geremia Taglialatela [Tue, 24 Jan 2017 08:00:18 +0000 (09:00 +0100)]
Pixel perfect navbar toggler (#21821)
The actual available size of the navbar toggler icon is 30px, but the
SVG uses a 32 unit grid. This commit uses a 30 unit grid and updates
icon accordingly.
Mark Otto [Tue, 24 Jan 2017 07:59:19 +0000 (23:59 -0800)]
Update _custom.scss imports in other builds (#21825)
- Correctly places the _custom.scss file first in the other two buids.
- Also removes the clearfix mixin from the grid build because flexbox yo.
Mark Otto [Tue, 24 Jan 2017 07:58:22 +0000 (23:58 -0800)]
Allow flex-based navs to wrap like they used to (#21824)
Mark Otto [Tue, 24 Jan 2017 06:15:28 +0000 (22:15 -0800)]
Remove `cursor: pointer;` (#21812)
* Remove most of custom cursor: pointer; implementations
* turns out that's not so much of a thing
Geremia Taglialatela [Mon, 23 Jan 2017 11:20:07 +0000 (12:20 +0100)]
Fix body padding in Dashboard and Jumbotron examples.
The actual navbar height is 3.5rem.
Bardi Harborow [Mon, 23 Jan 2017 09:38:34 +0000 (20:38 +1100)]
Move htmllint to npm script.
Quy [Mon, 23 Jan 2017 04:37:14 +0000 (20:37 -0800)]
Change to markdown (#21815)
Quy [Sun, 22 Jan 2017 19:17:17 +0000 (11:17 -0800)]
Change header to use markdown (#21809)
Header will now display in the Contents section.
Mark Otto [Sun, 22 Jan 2017 02:02:23 +0000 (18:02 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Marcus Molchany [Sun, 22 Jan 2017 02:01:13 +0000 (18:01 -0800)]
Update grid layout docs (#21806)
Update Mix and match section with correct responsive classes
for stacking cols.
Mark Otto [Sun, 22 Jan 2017 01:50:45 +0000 (17:50 -0800)]
grunt
Mark Otto [Sat, 21 Jan 2017 22:14:25 +0000 (14:14 -0800)]
Drop Normalize, port relevant parts to Reboot (#21741)
* Get this party started by removing mention of Normalize.css
* Nuke the old comment, consolidate to a single line and number as appropriate
* Bring over styles for HTML element from Normalize to Reboot
* Move margin override for body element from Normalize to Reboot
* Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support
* Building on previous commit, do the same thing for figure, figcaption, and main
* Remove IE9- display from Normalize given our browser support
* Drop IE8 figure margin because we're IE10+
* No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already
* Drop Safari 6 b and strong normalization because we're Safari 8+
* Remove mark styles for IE9- from Normalize
* Remove old iOS audio fixes from Normalize
* Remove IE9- display for progress from Normalize
* Remove more IE9- rules from Normalize
* One more IE9- display removal for canvas element
* Move pre overrides from Normalize to Reboot
* Move over some link resets to Reboot, drop others
- Move over background-color and text-decoration
- Drop focus outline change given it affects the offset on hover of
focused links
* Move over more code element resets, consolidate with pre overrides, too
* Move over sub and sup wholesale
* Move over img normalization to Reboot
* Move over SVG override too
* - Drop dupe hidden, but add comment for it
- Move over template
- Move over summary
* Remove bulk of @viewport comment
* edit down that code comment
* consolidate html-based normalizations
* update comments
* Consolidate abbr styles
* move over more type elements
* move over hr changes
* move over form controls and more
* move over button resets
* move over firefox button changes
* move over search changes and more
* we nuke all these styles for fieldsets anyway, so outright remove them
* no need for those, we override them
* move over legend, fieldset, progress
* line break
* delete normalize file
* linting
* update comment
* clarify docs mentions of normalize and reboot
* remove normalize excludes from linter
* remove normalize excludes from cli task
* linting
* callout license since we forked part of normalize
* Improve comments, move table background reset to .table class instead of in reboot
* trailing space
Mark Otto [Sat, 21 Jan 2017 21:25:29 +0000 (13:25 -0800)]
grunt
Mark Otto [Sat, 21 Jan 2017 21:25:16 +0000 (13:25 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Pierre Vanduynslager [Sat, 21 Jan 2017 21:06:00 +0000 (16:06 -0500)]
Fix container within navbar on smallest breakpoint (#21722)
* Make container in navbar to occupy full width even on smallest breakpoint
* Fix typo in comment
* Apply fix only on smaller breakpoint
* drop the comment as chrome doesn't have a bug here
Mark Otto [Sat, 21 Jan 2017 20:32:38 +0000 (12:32 -0800)]
Progress line height (#21805)
* remove obvi comments
* proper fix for #21801
- ensures .progress-bar text is vertically centered should the height of the .progress-bar change by matching the line-height and height values
- we can't use flexbox here because the inner text of an element doesn't count as a flex item
Gijs Boddeus [Sat, 21 Jan 2017 20:25:24 +0000 (21:25 +0100)]
fix segmented buttons (#21716)
* fix segmented buttons
changed flex-direction to row
centering is now done by align-items instead of justify-content
this way there is no need for flex property on the .btn inside .btn-group
* Update _input-group.scss
Dmytro Yarmak [Sat, 21 Jan 2017 20:18:58 +0000 (22:18 +0200)]
Fix gaps between vertical grouped buttons when using labels (#21793) (#21796)
Mark Otto [Sat, 21 Jan 2017 20:10:46 +0000 (12:10 -0800)]
remove pretty obvi comments
Patrick H. Lauke [Wed, 18 Jan 2017 22:29:57 +0000 (22:29 +0000)]
Merge pull request #21774 from vanduynslagerp/fix-scrollspy-test-markup
Add missing closing tag in scrollspy visual test
Pierre-Denis Vanduynslager [Wed, 18 Jan 2017 20:01:06 +0000 (15:01 -0500)]
Fix missing closing tag
Erin Brown [Mon, 16 Jan 2017 18:25:42 +0000 (13:25 -0500)]
Specify card component is necessary for accordion behavior (#21746)
- It is unclear that the use of the card component is necessary
when extending the collapse behavior to behave like an accordion.
Geremia Taglialatela [Mon, 16 Jan 2017 18:24:59 +0000 (19:24 +0100)]
Fix horizontal scrollbar appearing in docs (#21747)
On small screens (< 576px), all documentation pages containing
`.bd-example` styled tags, show the horizontal scrollbar because of a
wrong horizontal margin property.
This PR sets the horizontal margin on gutter width basis instead of rem.
Quy [Mon, 16 Jan 2017 05:46:42 +0000 (21:46 -0800)]
Update .tag to .badge in migration (#21565)
Quy [Mon, 16 Jan 2017 05:46:16 +0000 (21:46 -0800)]
Remove IE9 from SVG images callout (#21566)
Pierre-Denis Vanduynslager [Mon, 16 Jan 2017 05:45:04 +0000 (00:45 -0500)]
Add doc example with badge links (#21674)
Christian Oliff [Mon, 16 Jan 2017 05:44:27 +0000 (14:44 +0900)]
Update Search input to type="search" (#21617)
This is semantically correct and works just as well.
Amy Gori [Mon, 16 Jan 2017 05:37:06 +0000 (00:37 -0500)]
Correct xs and sm breakpoint values in responsive utilities docs (#21664)
Pierre-Denis Vanduynslager [Mon, 16 Jan 2017 05:36:15 +0000 (00:36 -0500)]
Remove list-group-item-heading and list-group-item-text (#21653)
Pierre-Denis Vanduynslager [Mon, 16 Jan 2017 05:35:18 +0000 (00:35 -0500)]
Remove unused scss variables (#21579)
* Remove unused scss variables
* Remove unnecessary space
* Remove $zindex-navbar from docs
* Re-add $progress-box-shadow
Pierre-Denis Vanduynslager [Mon, 16 Jan 2017 05:33:32 +0000 (00:33 -0500)]
Add alert divider (<hr>) example in docs (#21673)
* Add alert divider (<hr />)example in docs
* <hr/> => <hr> per @vsn4ik suggestion
Christian Oliff [Tue, 10 Jan 2017 11:36:50 +0000 (20:36 +0900)]
Remove filter: alpha(opacity = 0);
Not needed (and all other old IE filter attributes have been removed from the CSS. This was the only one remaining
Mark Otto [Tue, 10 Jan 2017 05:23:38 +0000 (21:23 -0800)]
fixes #21625, closes #21539
don't set focus styles on the anchor, just set hover styles
Patrick H. Lauke [Sun, 15 Jan 2017 17:53:25 +0000 (17:53 +0000)]
Merge pull request #21736 from marios-zindilis/v4-dev
Fixed minor typo
Marios Zindilis [Sun, 15 Jan 2017 17:14:25 +0000 (17:14 +0000)]
Fixed minor typo
Pierre-Denis Vanduynslager [Sun, 15 Jan 2017 02:46:03 +0000 (21:46 -0500)]
Correct reference to Direction.PREV constant. (#21709)
Pierre-Denis Vanduynslager [Sun, 15 Jan 2017 02:42:24 +0000 (21:42 -0500)]
Use existing keycode constants in dropdown. (#21697)
Patrick H. Lauke [Sun, 15 Jan 2017 01:46:33 +0000 (01:46 +0000)]
Merge pull request #21730 from patrickhlauke/v4-docs-focus-styles
[Docs] Add missing :focus styles
Pierre-Denis Vanduynslager [Sun, 15 Jan 2017 01:11:57 +0000 (20:11 -0500)]
Update broken links. (#21696)
Patrick H. Lauke [Sat, 14 Jan 2017 22:54:55 +0000 (22:54 +0000)]
Add missing :focus styles
Double up :hover styles to also apply on :focus (particularly the
masthead button needs this, as otherwise it gives no visible indication
of being focused)
Patrick H. Lauke [Thu, 12 Jan 2017 13:34:40 +0000 (13:34 +0000)]
Merge pull request #21671 from vanduynslagerp/fix-21665
Fix modal id in doc example (Fix #21665)
Patrick H. Lauke [Wed, 11 Jan 2017 23:59:30 +0000 (23:59 +0000)]
Merge pull request #21672 from patrickhlauke/v4-remove-aria-multiselectable
Remove incorrect aria-multiselectable
Patrick H. Lauke [Wed, 11 Jan 2017 23:57:59 +0000 (23:57 +0000)]
Remove incorrect aria-multiselectable
Closes https://github.com/twbs/bootstrap/issues/21635
Pierre-Denis Vanduynslager [Wed, 11 Jan 2017 23:30:48 +0000 (18:30 -0500)]
Fix modal id in doc
Mehdi HosseinZade [Fri, 6 Jan 2017 21:30:25 +0000 (01:00 +0330)]
Update README.md
Rishabh Rajgarhia [Sat, 7 Jan 2017 15:26:21 +0000 (20:56 +0530)]
Update breakpoints in breakpoints.scss comments
Zulfiqar Ali [Sun, 8 Jan 2017 04:38:43 +0000 (23:38 -0500)]
_custom.scss should be the first include
Bardi Harborow [Sat, 7 Jan 2017 05:22:23 +0000 (16:22 +1100)]
Fix incorrect docs.min.js bundle source.
Mark Otto [Fri, 6 Jan 2017 16:41:52 +0000 (08:41 -0800)]
hashes
Mark Otto [Fri, 6 Jan 2017 16:39:56 +0000 (08:39 -0800)]
grunt
Mark Otto [Fri, 6 Jan 2017 16:39:00 +0000 (08:39 -0800)]
rubygems version bump
Mark Otto [Fri, 6 Jan 2017 16:38:04 +0000 (08:38 -0800)]
version bump
Mark Otto [Fri, 6 Jan 2017 16:28:50 +0000 (08:28 -0800)]
grunt
Bardi Harborow [Fri, 6 Jan 2017 05:35:52 +0000 (16:35 +1100)]
Fix media object alignment examples.
Mark Otto [Thu, 5 Jan 2017 22:51:14 +0000 (14:51 -0800)]
grunt
Supergibbs [Wed, 4 Jan 2017 21:20:10 +0000 (13:20 -0800)]
Update nuspec to support jquery v1.9.1 - v3.x
Quy [Thu, 5 Jan 2017 22:24:40 +0000 (14:24 -0800)]
Doc updates (#21542)
* Change it's to its.
* Fix links
* Fix typos
Patrick H. Lauke [Thu, 5 Jan 2017 09:35:43 +0000 (09:35 +0000)]
Merge pull request #21093 from Johann-S/fixButtonGrpAria
Close #21090 - Fix aria-pressed attribute for buttons in container with data-attribute="buttons"
Bardi Harborow [Thu, 5 Jan 2017 03:19:27 +0000 (14:19 +1100)]
Update dependencies.
Bardi Harborow [Thu, 5 Jan 2017 00:11:50 +0000 (11:11 +1100)]
Update broken links.
Mark Otto [Wed, 4 Jan 2017 19:59:07 +0000 (11:59 -0800)]
grunt
Pierre-Denis Vanduynslager [Wed, 4 Jan 2017 17:44:50 +0000 (12:44 -0500)]
Use pageYOffset instead of scrollY
Mark Otto [Wed, 4 Jan 2017 04:08:10 +0000 (20:08 -0800)]
Update custom content example for list group to use utils so the layout doesn't break
Pierre-Denis Vanduynslager [Wed, 4 Jan 2017 17:04:07 +0000 (12:04 -0500)]
Fix progress doc markup
Sergio Pantoja [Wed, 4 Jan 2017 15:36:28 +0000 (10:36 -0500)]
Fix typo on v4 Migration page
Johann-S [Sun, 6 Nov 2016 13:48:55 +0000 (14:48 +0100)]
Close #21090 - Fix aria-pressed attribute for buttons in container with data-toggle='buttons'
Phillip Marshall [Wed, 4 Jan 2017 03:44:44 +0000 (19:44 -0800)]
Custom Forms: Allow Chrome/Firefox feature that lets the user drag and drop into file inputs (#20033)
* Restored functionality of dragging files into .custom-file inputs.
* Replaced padding with height on .custom-file-input
Mark Otto [Tue, 3 Jan 2017 21:51:06 +0000 (13:51 -0800)]
clarify usage of base font-size so we know what's up
Mark Otto [Tue, 3 Jan 2017 21:50:49 +0000 (13:50 -0800)]
leave a note in the docs
Mark Otto [Tue, 3 Jan 2017 21:50:25 +0000 (13:50 -0800)]
Remove -size-root so we can respect user prefs on browser default font-size
Quy [Wed, 4 Jan 2017 03:31:27 +0000 (19:31 -0800)]
Drop .carete (#21525)
Mark Otto [Wed, 4 Jan 2017 03:25:15 +0000 (19:25 -0800)]
grunt
Mark Otto [Wed, 4 Jan 2017 03:24:31 +0000 (19:24 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Wed, 4 Jan 2017 03:24:24 +0000 (19:24 -0800)]
fixes #21454 by revamping some docs styles for dropdowns
Mark Otto [Wed, 4 Jan 2017 03:23:30 +0000 (19:23 -0800)]
remove some docs callouts
Mark Otto [Wed, 4 Jan 2017 03:22:08 +0000 (19:22 -0800)]
button groups should be inline-flex to match their button counter parts (inline-block currently)
Bardi Harborow [Tue, 3 Jan 2017 00:47:18 +0000 (11:47 +1100)]
Update shrinkwrap.
Bardi Harborow [Tue, 3 Jan 2017 00:46:57 +0000 (11:46 +1100)]
Move node-sass to npm script and drop Ruby Sass.
Mark Otto [Tue, 3 Jan 2017 21:16:18 +0000 (13:16 -0800)]
grunt
Mark Otto [Tue, 3 Jan 2017 21:11:25 +0000 (13:11 -0800)]
Drop .table-reflow
Tried redoing this in flexbox, but it falls apart really quickly. Any changes in height of the cells throws it all off since the rows become columns (and thus, content across columns cannot be equally sized). Rather than implement something with such glaring flaws, I'm nuking it outright.
Mark Otto [Tue, 3 Jan 2017 20:53:01 +0000 (12:53 -0800)]
autohide scrollbar for IE
Mark Otto [Tue, 3 Jan 2017 20:26:32 +0000 (12:26 -0800)]
update text
Quy [Tue, 3 Jan 2017 17:38:25 +0000 (09:38 -0800)]
Update sizing links
Jonathan [Tue, 3 Jan 2017 15:51:59 +0000 (16:51 +0100)]
Added information about list-group-flush
Quy [Mon, 2 Jan 2017 23:29:07 +0000 (15:29 -0800)]
Remove .navbar-divider
Pierre-Denis Vanduynslager [Mon, 2 Jan 2017 22:44:27 +0000 (17:44 -0500)]
Dropdown: close menu when focusing outside element (#21375)
* Close dropdown menu when focusing an outside element
* Update unit test to new markup
Mark Otto [Mon, 2 Jan 2017 19:54:28 +0000 (11:54 -0800)]
grunt
Mark Otto [Mon, 2 Jan 2017 19:52:38 +0000 (11:52 -0800)]
update seletors in js
Mark Otto [Mon, 2 Jan 2017 19:52:25 +0000 (11:52 -0800)]
remove magic dropdown positioning for fixed bottom; folks should set this as needed with .dropup modifier
Mark Otto [Mon, 2 Jan 2017 19:48:51 +0000 (11:48 -0800)]
update rest of docs, remove navbar specific modifiers, fix docs example css
Mark Otto [Mon, 2 Jan 2017 19:48:05 +0000 (11:48 -0800)]
update docs and examples to use new utils
Mark Otto [Mon, 2 Jan 2017 19:46:06 +0000 (11:46 -0800)]
document new utils and change organization to match css
Mark Otto [Mon, 2 Jan 2017 19:45:30 +0000 (11:45 -0800)]
New position utils, split docs
- Renames .pos-f-t to .fixed-top, adds .fixed-bottom and .sticky-top
- Updates utilities Sass to be split across more files (one for position, sizing, and spacing)