]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Fri, 23 Dec 2016 00:37:18 +0000 (16:37 -0800)]
New width and height utils
Adding 25%, 50%, and 75% to the mix for later use with cards
Mark Otto [Thu, 22 Dec 2016 22:47:28 +0000 (14:47 -0800)]
linting
Mark Otto [Thu, 22 Dec 2016 22:41:27 +0000 (14:41 -0800)]
text-align doesn't apply here, so we can nuke it
Mark Otto [Thu, 22 Dec 2016 22:41:00 +0000 (14:41 -0800)]
Redo controls in flexbox
- Drops the absolute positioning of the icons within the left/right controls. We have to keep the controls themselves positioned though since we're overlapping HTML elements here.
- No more position, left, right, or margins involved; just some justify-content and align-items.
- Add some comments for explaining which flex property-value pair does what.
- Remove the unapplied font and line-height stuff now that we're all SVGs and flexbox here.
Mark Otto [Thu, 22 Dec 2016 22:31:33 +0000 (14:31 -0800)]
flexbox powered indicators
This revamps the indicators to use flexbox instead of inline-block for added flexbility (hah). Indicators now automatically scale based on the number of elements present, and max out at the `$carousel-indicator-width` instead of always being that wide.
Mark Otto [Thu, 22 Dec 2016 22:30:05 +0000 (14:30 -0800)]
start small--set flex instead of block for active items
Mark Otto [Thu, 22 Dec 2016 21:52:33 +0000 (13:52 -0800)]
grunt
Mark Otto [Thu, 22 Dec 2016 17:12:43 +0000 (09:12 -0800)]
redo custom docs navbar
Mark Otto [Thu, 22 Dec 2016 17:11:57 +0000 (09:11 -0800)]
streamline example navbars by removing .hidden-* classes on togglers
Mark Otto [Thu, 22 Dec 2016 16:59:45 +0000 (08:59 -0800)]
remove .hidden-* classes from .navbar-toggler and make that part of the .navbar-toggleable-*
Mark Otto [Thu, 22 Dec 2016 07:31:28 +0000 (23:31 -0800)]
couple more utils
Mark Otto [Thu, 22 Dec 2016 06:33:18 +0000 (22:33 -0800)]
more example fixes
Mark Otto [Thu, 22 Dec 2016 06:20:44 +0000 (22:20 -0800)]
more linting
Mark Otto [Thu, 22 Dec 2016 06:20:22 +0000 (22:20 -0800)]
linting
Mark Otto [Thu, 22 Dec 2016 06:19:16 +0000 (22:19 -0800)]
migrate some notes on over here
Mark Otto [Thu, 22 Dec 2016 06:11:04 +0000 (22:11 -0800)]
put new toggler markup to use
Mark Otto [Thu, 22 Dec 2016 06:10:44 +0000 (22:10 -0800)]
Redo navbar-toggler
- Require inner element for the icon for improved customization (e.g., drop the element to replace it with your own icon font or SVG)
- Tighten up padding
- Better comments
Mark Otto [Thu, 22 Dec 2016 05:40:26 +0000 (21:40 -0800)]
fixes #18115: move forward with one naming scheme for inversed color schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name)
Mark Otto [Thu, 22 Dec 2016 05:38:02 +0000 (21:38 -0800)]
fixes #18053 by removing container padding at lower breakpoints on responsive navbars
Mark Otto [Thu, 22 Dec 2016 05:26:43 +0000 (21:26 -0800)]
even more utils for forms
Mark Otto [Thu, 22 Dec 2016 05:26:17 +0000 (21:26 -0800)]
more margin utils on forms
Mark Otto [Thu, 22 Dec 2016 05:25:14 +0000 (21:25 -0800)]
make sure all nav demos for the navbar are using toggleable-* classes for proper responsive styles
Mark Otto [Thu, 22 Dec 2016 05:12:50 +0000 (21:12 -0800)]
dedupe ids
Mark Otto [Thu, 22 Dec 2016 05:03:02 +0000 (21:03 -0800)]
update justified nav to use justified navbar; remove safari bug warning given flexbox implementation
Mark Otto [Thu, 22 Dec 2016 04:54:00 +0000 (20:54 -0800)]
fix carousel navbar
Mark Otto [Thu, 22 Dec 2016 04:52:46 +0000 (20:52 -0800)]
fix sticky footer example navbar
Mark Otto [Thu, 22 Dec 2016 04:51:15 +0000 (20:51 -0800)]
fix up navbar top and fixed top examples
Mark Otto [Thu, 22 Dec 2016 04:46:05 +0000 (20:46 -0800)]
redo album navbar with new styles
Mark Otto [Thu, 22 Dec 2016 02:29:51 +0000 (18:29 -0800)]
make more examples responsive
Mark Otto [Thu, 22 Dec 2016 02:29:37 +0000 (18:29 -0800)]
remove
Mark Otto [Thu, 22 Dec 2016 02:19:15 +0000 (18:19 -0800)]
remove now unneeded collapse section
Mark Otto [Thu, 22 Dec 2016 02:18:59 +0000 (18:18 -0800)]
fix colors
Mark Otto [Thu, 22 Dec 2016 01:53:00 +0000 (17:53 -0800)]
override pos-f-t in examples
Mark Otto [Thu, 22 Dec 2016 01:52:39 +0000 (17:52 -0800)]
add responsive behaviors section
Mark Otto [Thu, 22 Dec 2016 01:52:28 +0000 (17:52 -0800)]
update responsive behavior in demo
Mark Otto [Thu, 22 Dec 2016 01:51:49 +0000 (17:51 -0800)]
Fix vertical alignment a bit
Mark Otto [Thu, 22 Dec 2016 01:51:35 +0000 (17:51 -0800)]
move all nav link and collapse and container behaviors to the toggleable class generation area; this way the .navbar-toggleable-* goes on .navbar, easily affecting everything that needs updating for each breakpoint's use
Mark Otto [Wed, 21 Dec 2016 22:35:02 +0000 (14:35 -0800)]
unique ids
Mark Otto [Wed, 21 Dec 2016 22:32:21 +0000 (14:32 -0800)]
rearrange examples, go center nav only instead of trying to hack centered with siblings
Mark Otto [Wed, 21 Dec 2016 22:31:54 +0000 (14:31 -0800)]
move flex to navbar container only; otherwise it affects things negatively elsewhere
Mark Otto [Wed, 21 Dec 2016 22:16:13 +0000 (14:16 -0800)]
containers should flex
Mark Otto [Wed, 21 Dec 2016 22:16:04 +0000 (14:16 -0800)]
flexbox shiz
Mark Otto [Wed, 21 Dec 2016 22:15:56 +0000 (14:15 -0800)]
nuke
Mark Otto [Wed, 21 Dec 2016 22:15:50 +0000 (14:15 -0800)]
move and consolidate navbar examples, fix em up
Mark Otto [Wed, 21 Dec 2016 21:20:28 +0000 (13:20 -0800)]
no need for a clearfix given no more floats
Mark Otto [Wed, 21 Dec 2016 21:19:14 +0000 (13:19 -0800)]
move padding on nav links and brand to be responsive padding, keeping mobile contents aligned better
Mark Otto [Wed, 21 Dec 2016 21:17:48 +0000 (13:17 -0800)]
make supported content example responsive
Mark Otto [Wed, 21 Dec 2016 21:14:48 +0000 (13:14 -0800)]
no more .navbar-full
Mark Otto [Wed, 21 Dec 2016 21:14:43 +0000 (13:14 -0800)]
no need for this; we have max-width 100% on them now
Mark Otto [Wed, 21 Dec 2016 21:12:55 +0000 (13:12 -0800)]
more navbar docs changes
Mark Otto [Wed, 21 Dec 2016 21:08:34 +0000 (13:08 -0800)]
cleanup navbar docs for flex changes
Mark Otto [Wed, 21 Dec 2016 21:07:57 +0000 (13:07 -0800)]
remove .navbar-container; just need .navbar now
Mark Otto [Wed, 21 Dec 2016 21:07:30 +0000 (13:07 -0800)]
remove width 100% from positioning, remove rounded corners for utils
Mark Otto [Wed, 21 Dec 2016 21:07:06 +0000 (13:07 -0800)]
remove justified, replacing with modifier later if needed; combine rules
Mark Otto [Wed, 21 Dec 2016 20:27:18 +0000 (12:27 -0800)]
flexbox this thing
- drop the table styles, use flex
- remove commented out code
- consolidate styles a bit
- add a huge flex-grow to the nav, making the assumption you want nav to take up most space
Mark Otto [Wed, 21 Dec 2016 17:52:47 +0000 (09:52 -0800)]
spacing
Mark Otto [Wed, 21 Dec 2016 17:52:36 +0000 (09:52 -0800)]
indentation
Mark Otto [Wed, 21 Dec 2016 08:40:31 +0000 (00:40 -0800)]
exploring table based navbar again
Mark Otto [Thu, 22 Dec 2016 21:43:19 +0000 (13:43 -0800)]
follow up to #21393: clarify progress docs browser support and remove ie9 section
Mark Otto [Thu, 22 Dec 2016 21:42:01 +0000 (13:42 -0800)]
grunt
Bardi Harborow [Thu, 22 Dec 2016 21:41:31 +0000 (08:41 +1100)]
Remove IE9 browser hacks. (#21393)
Patrick Cameron [Thu, 22 Dec 2016 21:25:41 +0000 (16:25 -0500)]
Changed a word in a comment (#21399)
Mark Otto [Thu, 22 Dec 2016 04:37:46 +0000 (20:37 -0800)]
grunt
Mark Otto [Thu, 22 Dec 2016 04:34:48 +0000 (20:34 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Thu, 22 Dec 2016 04:34:29 +0000 (20:34 -0800)]
Merge branch 'patch-1' of https://github.com/tracker1/bootstrap into tracker1-patch-1
Mark Otto [Thu, 22 Dec 2016 04:33:54 +0000 (20:33 -0800)]
grunt
Mark Otto [Thu, 22 Dec 2016 04:30:35 +0000 (20:30 -0800)]
grunt
Mark Otto [Thu, 22 Dec 2016 04:28:34 +0000 (20:28 -0800)]
Restyle code elements in links (#21392)
* Restyle code elements in links
Fixes #21259. Removes the background, color, and padding on code elements within anchors.
* Update _code.scss
Mark Otto [Thu, 22 Dec 2016 04:26:17 +0000 (20:26 -0800)]
Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)
* remove the $enable-flex variable option
* remove bootstrap-flex.css dist file and it's grunt task
* remove the separate flex css file for docs; it's all the same now
* remove flexbox docs (porting some to the main grid docs in next commit)
* clean up few grid docs bits to simplify copy, start to mention flexbox
* port relevant flexbox-grid.md content to grid.md
- clean up mixins
- update how it works section
- bring over sizing and alignment sections
* remove the $enable-flex from the options.md page
* update lead paragraph to mention flexbox
* update migration to mention loss of ie9 support
* remove mention of flexbox dist file
* clarify IE support
* making a note
* remove flexbox variant mentions from component docs
- updates docs for media object, navs, list group, and cards to consolidate docs
- no more need to callout flexbox variants since it's now the default
* remove $enable-flex if/else from sass files
* remove flex dist files
* update scss lint property order to account for flex properties
* linting
* change to numberless classes for autosizing, wrap in highlighting div
* bump gruntfile and postcss to ie10
* redo intro sections
* rearrange
* phew, redo hella grid docs
- rearrange all the things
- consolidate some bits
* remove reference to flexbox mode
* more border action for demo
* Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
Mark Otto [Tue, 20 Dec 2016 22:52:04 +0000 (14:52 -0800)]
Redo color vars
This pulls in some changes from #18462 to include a set of generic color variables. It doesn't include a Sass map for generating the theme colors yet, since we can't easily do that for all components, but does give a few more color choices to folks and an easier way to customize.
Mark Otto [Tue, 20 Dec 2016 23:02:07 +0000 (15:02 -0800)]
update docs to use .mt-1 on floated labels; clarify docs for guidance
Mark Otto [Tue, 20 Dec 2016 22:53:50 +0000 (14:53 -0800)]
grunt
Mark Otto [Tue, 20 Dec 2016 22:46:45 +0000 (14:46 -0800)]
remove .mb-0 from static form controls to follow up #21270
Gijs Boddeus [Tue, 20 Dec 2016 22:45:08 +0000 (23:45 +0100)]
Overwrite margin-bottom on form-control-static (#21270)
* Overwrite margin-bottom on form-control-static
In the documentation the form-control-static class has been used on a p element.
On the regular vertical form the margin bottom of the p element gets overwritten by a mb-0 class.
In the inline form example this class hasn't been applied, therefore the p element gets a margin-bottom.
To prevent this behavior we can add a margin-bottom of 0.
* Update _forms.scss
Mark Otto [Tue, 20 Dec 2016 05:50:31 +0000 (21:50 -0800)]
Rename -bg-inverse to -inverse-bg; add -inverse-color (#21371)
Mark Otto [Tue, 20 Dec 2016 05:48:24 +0000 (21:48 -0800)]
grunt
Mark Otto [Tue, 20 Dec 2016 05:44:03 +0000 (21:44 -0800)]
Merge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into Starsam80-fix-20982
Mark Otto [Tue, 20 Dec 2016 05:37:09 +0000 (21:37 -0800)]
Rename _animation.scss to _transitions.scss (#21370)
* Rename _animation.scss to _transitions.scss for accuracy
* fix docs reference to file name
* cleanup line breaks
Mark Otto [Tue, 20 Dec 2016 05:08:24 +0000 (21:08 -0800)]
grunt
Mark Otto [Tue, 20 Dec 2016 05:06:27 +0000 (21:06 -0800)]
Merge branch 'progress-brand' of https://github.com/szastupov/bootstrap into szastupov-progress-brand
Mark Otto [Tue, 20 Dec 2016 04:54:41 +0000 (20:54 -0800)]
Merge branch '14840-consistent-colors' of https://github.com/Kovah/bootstrap into Kovah-14840-consistent-colors
Geoffrey Tisserand [Tue, 20 Dec 2016 04:35:02 +0000 (20:35 -0800)]
Fix typo in migration docs: card-title is replacing panel-title (#21331)
Jesse Mandel [Tue, 20 Dec 2016 04:34:27 +0000 (20:34 -0800)]
Update _modal.scss (#21346)
pull->float comment
Tom Lutzenberger [Tue, 20 Dec 2016 04:33:17 +0000 (05:33 +0100)]
Add variables for transitions (#21345)
* Add variables for transitions
* Add variables for transitions
Michal Zdrojewski [Tue, 20 Dec 2016 04:31:44 +0000 (04:31 +0000)]
fix(readme): locked composer to a proper version (#21338)
* fix(readme): locked composer to a proper version
Without a version lock, users get current stable
* match docs
Bardi Harborow [Fri, 16 Dec 2016 12:43:24 +0000 (23:43 +1100)]
Add 'system-ui' to font stack.
Mark Otto [Tue, 20 Dec 2016 04:29:09 +0000 (20:29 -0800)]
Merge pull request #21363 from Johann-S/fixDocPopovers
Remove mention of popovers auto placement + add note to migration docs
Stepan Zastupov [Mon, 19 Dec 2016 21:58:37 +0000 (00:58 +0300)]
Use brand color for progress bar
Johann-S [Mon, 19 Dec 2016 08:37:27 +0000 (09:37 +0100)]
Remove mention of popovers auto placement + add note to migration docs
Mark Otto [Mon, 12 Dec 2016 03:01:47 +0000 (19:01 -0800)]
update jsbin example, fixes #21322
Mark Otto [Sun, 11 Dec 2016 01:03:32 +0000 (17:03 -0800)]
clarify that
Mark Otto [Sun, 11 Dec 2016 01:03:28 +0000 (17:03 -0800)]
grunt
Mark Otto [Thu, 8 Dec 2016 18:23:47 +0000 (10:23 -0800)]
linting property order
Mark Otto [Thu, 8 Dec 2016 05:27:49 +0000 (21:27 -0800)]
put the custom control spacer var to use
Mark Otto [Thu, 8 Dec 2016 18:48:06 +0000 (10:48 -0800)]
Update _config.yml
Christian Oliff [Tue, 6 Dec 2016 13:05:49 +0000 (22:05 +0900)]
Update jQuery CDN to use jQuery.com instead of Google
Fixes: #21130
Mark Otto [Thu, 8 Dec 2016 04:46:17 +0000 (20:46 -0800)]
grunt
Starsam80 [Thu, 27 Oct 2016 22:50:23 +0000 (16:50 -0600)]
Fix tabs by using new classes
Starsam80 [Thu, 27 Oct 2016 22:13:17 +0000 (16:13 -0600)]
Rename `.active` to `.show`
Mark Otto [Tue, 6 Dec 2016 07:31:14 +0000 (23:31 -0800)]
Merge pull request #21298 from twbs/carousel
Refactor carousel