]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Sun, 28 May 2017 18:25:59 +0000 (11:25 -0700)]
new toc in utils and about and extend
Mark Otto [Sun, 28 May 2017 06:01:14 +0000 (23:01 -0700)]
update components docs
Mark Otto [Sun, 28 May 2017 05:40:00 +0000 (22:40 -0700)]
revisit how we do these heading examples because the jekyll-toc plugin renders them awkwardly
Mark Otto [Sun, 28 May 2017 05:16:44 +0000 (22:16 -0700)]
update content docs
Mark Otto [Sun, 28 May 2017 05:12:18 +0000 (22:12 -0700)]
hide third level toc and deeper
Mark Otto [Sun, 28 May 2017 05:12:00 +0000 (22:12 -0700)]
update layout pages
Mark Otto [Sun, 28 May 2017 05:03:48 +0000 (22:03 -0700)]
revamp getting started docs to use new toc
Mark Otto [Sun, 28 May 2017 05:03:17 +0000 (22:03 -0700)]
prep the navbar for some old version stuff
Mark Otto [Sun, 28 May 2017 04:44:50 +0000 (21:44 -0700)]
fix viewbox
Mark Otto [Sun, 28 May 2017 04:44:42 +0000 (21:44 -0700)]
swap kramdown toc for jekyll-toc plugin, update page layout to only show on xl and above
Mark Otto [Sun, 28 May 2017 04:43:52 +0000 (21:43 -0700)]
update nav to use logo at all times
Mark Otto [Sun, 28 May 2017 03:10:35 +0000 (20:10 -0700)]
purple nav
Mark Otto [Sun, 28 May 2017 03:10:02 +0000 (20:10 -0700)]
remove top/bottom padding
Mark Otto [Sun, 28 May 2017 01:47:59 +0000 (18:47 -0700)]
always show docs search
Mark Otto [Sun, 28 May 2017 01:47:45 +0000 (18:47 -0700)]
finesse the docs layout
Mark Otto [Sun, 28 May 2017 01:30:58 +0000 (18:30 -0700)]
redesign sidebar a bit
Mark Otto [Sun, 28 May 2017 01:24:00 +0000 (18:24 -0700)]
make it big screen friendly
Mark Otto [Sun, 28 May 2017 01:12:45 +0000 (18:12 -0700)]
more responsive docs nav
Mark Otto [Sun, 28 May 2017 01:12:25 +0000 (18:12 -0700)]
update path
Mark Otto [Sun, 28 May 2017 00:54:23 +0000 (17:54 -0700)]
move .scss-lint.yml to route dir instead of symlink (which didn't work)
Mark Otto [Sun, 28 May 2017 00:37:34 +0000 (17:37 -0700)]
explicit styles
Mark Otto [Sun, 28 May 2017 00:37:25 +0000 (17:37 -0700)]
hack the headings for sticky header so shit doesn't overlap
Mark Otto [Sun, 28 May 2017 00:37:03 +0000 (17:37 -0700)]
position the markdown toc on the right for larger screens
Mark Otto [Sun, 28 May 2017 00:36:35 +0000 (17:36 -0700)]
new nav styles
Mark Otto [Sun, 28 May 2017 00:36:20 +0000 (17:36 -0700)]
give the navbar a fixed height so we can position other sticky elements more reliably
Mark Otto [Sun, 28 May 2017 00:35:52 +0000 (17:35 -0700)]
moved file
Mark Otto [Sun, 28 May 2017 00:35:43 +0000 (17:35 -0700)]
remove ads from in these pages, move some content to descriptions
Mark Otto [Sun, 28 May 2017 00:34:32 +0000 (17:34 -0700)]
Add a symlink to the scss-lint for doing local dev
Mark Otto [Sun, 28 May 2017 00:34:17 +0000 (17:34 -0700)]
• Add SVGs for GitHub, Slack, and Twitter
• Move the Bootstrap SVG into the same folder
Mark Otto [Sun, 28 May 2017 00:31:55 +0000 (17:31 -0700)]
style our svg icons in the navbar
Mark Otto [Sun, 28 May 2017 00:31:28 +0000 (17:31 -0700)]
drop navbar search for download button and social icons
Mark Otto [Sun, 28 May 2017 00:30:28 +0000 (17:30 -0700)]
full width navbar too
Mark Otto [Sun, 28 May 2017 00:30:07 +0000 (17:30 -0700)]
make the body full width
Mark Otto [Sat, 27 May 2017 22:30:06 +0000 (15:30 -0700)]
Merge branch 'v4-dev' into v4-docs-streamlined
Mark Otto [Sat, 27 May 2017 04:41:36 +0000 (21:41 -0700)]
Add `docs-clean` task to watch scripts
Without this, the CSS and JS files don't get copied over to the `docs/dist/` folder during development. I imagine we can simplify this and not run it twice, and instead run it once? Unsure.
/cc @johann-s
Mark Otto [Sat, 27 May 2017 22:26:48 +0000 (15:26 -0700)]
Merge branch 'v4-dev' into v4-docs-streamlined
Geremia Taglialatela [Wed, 12 Apr 2017 14:06:52 +0000 (16:06 +0200)]
Update nav and navbar HTML markup
According to the docs, you just need to apply the `navbar-nav` to an
`<ul>` tag in a list-based navbar. In fact, `navbar-nav` seems to
override all the css properties set by `nav`.
Also, `nav-item` class should be used only for `<li>` tags, or in
conjunction with `<a>` tags to entirely avoid the list-based approach.
This commit removes the redundant `nav` class from `navbar-nav` `<ul>`
tags, moves `nav-item` from `<a>` tags to `<li>` tags and properly
adds `nav-item` class to `<li>` tags where missing.
Refs:
* https://v4-alpha.getbootstrap.com/components/navs/
* https://v4-alpha.getbootstrap.com/components/navbar/#nav
Mark Otto [Sat, 27 May 2017 05:28:09 +0000 (22:28 -0700)]
Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into v4-docs-streamlined
Patrick Yeo [Sat, 27 May 2017 03:55:07 +0000 (20:55 -0700)]
Rename `$navbar-*-toggler-bg` to `$navbar-*-toggler-icon-bg` since it's placed on .navbar-toggler-icon (#22564)
Hugh Bellamy [Mon, 22 May 2017 01:53:06 +0000 (08:53 +0700)]
Update migration docs for .has-error rename
Mark Otto [Sat, 27 May 2017 03:54:12 +0000 (20:54 -0700)]
Drop CSS icons for SVGs (#22708)
* add the svg icon as a partial so we can include it easily
* add the icon to the homepage
* drop .bd-booticon for svgs here
* rip out the import for .bd-booticon sass file
* Delete _booticon.scss
* indentation
* Update bootstrap-icon.html
* remove those
Mark Otto [Sat, 27 May 2017 03:21:29 +0000 (20:21 -0700)]
build
Mark Otto [Sat, 27 May 2017 03:20:19 +0000 (20:20 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sat, 27 May 2017 03:20:10 +0000 (20:20 -0700)]
build
Mark Otto [Fri, 26 May 2017 19:41:07 +0000 (12:41 -0700)]
Revert simplified grid column styles from #22376
The premise for #22376 was that if we removed the `max-width` and `flex` properties, we could use the column classes as `width` utilities. The problem that I didn't remember at the time is that column classes have horizontal `padding` on them. This doesn't work for setting `width`. Perhaps more importantly, this causes #22649—the automatic sizing of columns is broken with the absence of `flex` styles.
/cc @sachinsinghi
Mike Cooper [Fri, 26 May 2017 18:06:25 +0000 (04:06 +1000)]
update equal-width numbering in docs (#22697)
Mark Otto [Fri, 26 May 2017 04:32:59 +0000 (21:32 -0700)]
Add box-shadow to .progress-bar (#22579)
* Add box-shadow to .progress-bar
Puts an unused variable back in use for when folks set `$enable-shadows` to `true`.
Mark Otto [Fri, 26 May 2017 04:16:31 +0000 (21:16 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Fri, 26 May 2017 04:16:23 +0000 (21:16 -0700)]
build
Idan Cohen [Fri, 26 May 2017 04:01:07 +0000 (07:01 +0300)]
add webpack to documentation (#22423)
* add webpack to documentation"
implementing PR comments
implementing PR comments
* replace tether with popper
Ayachii [Thu, 25 May 2017 04:50:22 +0000 (00:50 -0400)]
Fix 22643 - Readme links to vanished file (#22647)
* Fixed dead link to browser list
The link to the list of browsers supported through Autoprefixer was dead, now updated to a working link.
* Updated label to display new file path
Changed the labeling on the updated link to show read as the new updated file path.
Johann-S [Wed, 24 May 2017 13:02:27 +0000 (15:02 +0200)]
Fix fallbackPlacement default value for Popovers documentation
Johann-S [Wed, 24 May 2017 12:44:16 +0000 (14:44 +0200)]
Update Popper.js to 1.9.9
Johann-S [Wed, 24 May 2017 12:27:15 +0000 (14:27 +0200)]
Update documentation for Tooltips/Popovers about auto placement
Johann-S [Wed, 24 May 2017 12:09:36 +0000 (14:09 +0200)]
Placement auto for popovers
Johann-S [Wed, 24 May 2017 11:48:32 +0000 (13:48 +0200)]
Placement auto for tooltips
Johann-S [Tue, 23 May 2017 13:05:26 +0000 (15:05 +0200)]
Documentation display tooltips/popovers arrows with css for static examples
Johann-S [Tue, 23 May 2017 12:17:07 +0000 (14:17 +0200)]
Use Popper.js to manage arrow position
Catalin Zalog [Mon, 22 May 2017 14:20:58 +0000 (17:20 +0300)]
Fix (css): force .navbar .dropdown-menu positioning
Johann-S [Mon, 22 May 2017 14:14:10 +0000 (16:14 +0200)]
Better management of dropdown/dropup with alignment
Johann-S [Wed, 17 May 2017 20:03:11 +0000 (22:03 +0200)]
Use popper to align dropdown menu instead of using css with important
Laussel Loïc [Wed, 17 May 2017 14:54:28 +0000 (16:54 +0200)]
fix tooltip documentation page missing classname prefix "bs-" to popover top
Johann-S [Wed, 17 May 2017 12:09:14 +0000 (14:09 +0200)]
Update Popper.js 1.9.4
Johann-S [Tue, 16 May 2017 12:03:14 +0000 (14:03 +0200)]
Force dropdown to be displayed in position static for navbar, to override Popper css
Johann-S [Tue, 16 May 2017 07:59:44 +0000 (09:59 +0200)]
build
Anand Chowdhary [Sun, 14 May 2017 09:58:26 +0000 (15:28 +0530)]
Change "Max CDN" to "MaxCDN"
Johann-S [Fri, 12 May 2017 19:44:43 +0000 (21:44 +0200)]
Update Popper.js 1.9.3
Johann-S [Fri, 12 May 2017 19:22:12 +0000 (21:22 +0200)]
Change fallbackPlacement to flip by default for Tooltips/Popovers
Johann-S [Fri, 12 May 2017 14:08:51 +0000 (16:08 +0200)]
Fix tooltip margin to be stick at their caller
Johann-S [Fri, 12 May 2017 07:39:27 +0000 (09:39 +0200)]
Fix bad position for Tooltips with animation at true
Johann-S [Thu, 11 May 2017 09:29:46 +0000 (11:29 +0200)]
Use _jQueryInterface for Dropdown to call toggle method
Johann-S [Fri, 5 May 2017 19:22:55 +0000 (21:22 +0200)]
Add fallbackPlacement option for Tooltip and Popover
Johann-S [Thu, 4 May 2017 10:04:29 +0000 (12:04 +0200)]
Fix dropdown in scrollspy visual test (add Popper.js)
Johann-S [Sat, 29 Apr 2017 14:05:22 +0000 (16:05 +0200)]
Update Popper.js 1.9.1 + Update documentation about Dropdown placement
Johann-S [Tue, 25 Apr 2017 19:34:06 +0000 (21:34 +0200)]
Fix dropdown-menu-right and dropdown-menu-left for Dropdown
Johann-S [Mon, 24 Apr 2017 20:56:10 +0000 (22:56 +0200)]
Documentation - fix examples for Tooltip and Popovers (display arrow)
Johann-S [Fri, 21 Apr 2017 08:49:04 +0000 (10:49 +0200)]
Allow to disable flip behaviour on Dropdown + documentation
Bardi Harborow [Thu, 20 Apr 2017 10:16:45 +0000 (10:16 +0000)]
Update shrinkwrap.
Johann-S [Thu, 20 Apr 2017 08:18:57 +0000 (10:18 +0200)]
Update Popper.js 1.8.2
Johann-S [Wed, 19 Apr 2017 13:08:06 +0000 (15:08 +0200)]
Add an update method to allow to update position for Tooltip/Popover/Dropdown manually
Johann-S [Wed, 19 Apr 2017 08:59:10 +0000 (10:59 +0200)]
Fix some css for the arrow of Popover/Tooltip + update documentation
Johann-S [Wed, 19 Apr 2017 08:20:50 +0000 (10:20 +0200)]
Better placement for Dropdown + Handle flip of Tooltip/Popover
Johann-S [Tue, 18 Apr 2017 12:02:24 +0000 (14:02 +0200)]
Remove totaly Tether from documentation + dependencies
Johann-S [Mon, 17 Apr 2017 13:20:53 +0000 (15:20 +0200)]
Remove Tether from package.json + Update Popper
Johann-S [Mon, 17 Apr 2017 12:26:40 +0000 (14:26 +0200)]
Handle dropup for Dropdown
Johann-S [Fri, 14 Apr 2017 11:30:55 +0000 (13:30 +0200)]
Fix unit tests + Update Popper to 1.6.0
Johann-S [Fri, 14 Apr 2017 10:05:54 +0000 (12:05 +0200)]
Remove constraints option and check every options
Johann-S [Fri, 14 Apr 2017 09:25:53 +0000 (11:25 +0200)]
Begin to use Popper for Dropdown
Johann-S [Sat, 8 Apr 2017 19:13:15 +0000 (21:13 +0200)]
Fix arrow for tooltip and popover
Johann-S [Fri, 7 Apr 2017 11:20:34 +0000 (13:20 +0200)]
Add attachment classes
Johann-S [Fri, 7 Apr 2017 09:12:17 +0000 (11:12 +0200)]
Begin to add arrow to Popover and Tooltip
Johann-S [Thu, 6 Apr 2017 21:16:07 +0000 (23:16 +0200)]
Use Popper for tooltip and popover
Peter Blazejewicz [Tue, 9 May 2017 08:51:44 +0000 (10:51 +0200)]
tooltips/popover must be hidden before their corresponding element is removed from the DOM
Sebastiaan Nijland [Mon, 8 May 2017 00:41:14 +0000 (02:41 +0200)]
Removed several unused scss variables (#22539)
Patrick H. Lauke [Fri, 5 May 2017 09:22:09 +0000 (10:22 +0100)]
Add explicit role="main" to <main> elements (#22574)
For compatibility in IE10/IE11 which don't otherwise "know" this element's role/don't expose it to AT
Laussel Loïc [Fri, 5 May 2017 09:10:28 +0000 (11:10 +0200)]
Add missing <main> element to documentation
includes explicit `role="main"` for IE10/IE11 compatibility
Patrick H. Lauke [Fri, 5 May 2017 08:53:45 +0000 (09:53 +0100)]
Add shim for "new" HTML5 structural elements (#22573)
For IE10 (and any older browsers) support , so at least the layout doesn't fall apart if author is using them.
Patrick H. Lauke [Thu, 4 May 2017 16:07:52 +0000 (17:07 +0100)]
Styling and accessibility clarification for navs documentation
* Split out/expand mention that base navs lack active styles
* Add accessibility notes for navigation bars vs dynamic tabbed interfaces
Johann-S [Tue, 2 May 2017 13:26:45 +0000 (15:26 +0200)]
Remove log from WEBrick during js-test-cloud
Peter Gerdes [Mon, 1 May 2017 20:23:38 +0000 (23:23 +0300)]
Link to package.json Fixed
The link to package.json in the v4 docs was linking to package.json in the v3 source. Fixed to point to the correct v4 location. A change like this will need to be made for all branches on version 4 if you want the docs to be linked correctly (github may be smart enough to follow the link to the current branch if you are on github but it was wrong from the main site).