Mark Otto
733c092681
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
2017-05-26 20:54:12 -07:00
Mark Otto
b872a6f807
build
2017-05-26 20:21:29 -07:00
Mark Otto
f8c150fbe0
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2017-05-26 20:20:19 -07:00
Mark Otto
4282d892f3
build
2017-05-26 20:20:10 -07:00
Mark Otto
7e1497ddb8
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
2017-05-26 20:16:12 -07:00
Mike Cooper
c8c51186f5
update equal-width numbering in docs ( #22697 )
2017-05-26 11:06:25 -07:00
Mark Otto
2a833d559a
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`.
2017-05-25 21:32:59 -07:00
Mark Otto
9982626eff
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2017-05-25 21:16:31 -07:00
Mark Otto
24668e4a6e
build
2017-05-25 21:16:23 -07:00
Idan Cohen
fc5e8b9415
add webpack to documentation ( #22423 )
...
* add webpack to documentation"
implementing PR comments
implementing PR comments
* replace tether with popper
2017-05-25 21:01:07 -07:00
Ayachii
5fa262adec
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.
2017-05-24 21:50:22 -07:00
Johann-S
f5527c65f1
Fix fallbackPlacement default value for Popovers documentation
2017-05-24 15:10:26 +02:00
Johann-S
cc303d5d26
Update Popper.js to 1.9.9
2017-05-24 14:57:40 +02:00
Johann-S
9e894991b0
Update documentation for Tooltips/Popovers about auto placement
2017-05-24 14:57:40 +02:00
Johann-S
4c3b6c5ceb
Placement auto for popovers
2017-05-24 14:57:40 +02:00
Johann-S
2c72af88ee
Placement auto for tooltips
2017-05-24 14:57:40 +02:00
Johann-S
460ff235fa
Documentation display tooltips/popovers arrows with css for static examples
2017-05-23 15:19:54 +02:00
Johann-S
aa36439e17
Use Popper.js to manage arrow position
2017-05-23 15:19:54 +02:00
Catalin Zalog
3706c88348
Fix (css): force .navbar .dropdown-menu positioning
2017-05-22 16:20:58 +02:00
Johann-S
70f4a30def
Better management of dropdown/dropup with alignment
2017-05-22 16:14:10 +02:00
Johann-S
b36d8ae6cb
Use popper to align dropdown menu instead of using css with important
2017-05-17 22:03:11 +02:00
Laussel Loïc
be742b0f5c
fix tooltip documentation page missing classname prefix "bs-" to popover top
2017-05-17 16:54:28 +02:00
Johann-S
dd78950d0a
Update Popper.js 1.9.4
2017-05-17 14:22:10 +02:00
Johann-S
ba2352c14e
Force dropdown to be displayed in position static for navbar, to override Popper css
2017-05-16 14:48:12 +02:00
Johann-S
3719ed4cb6
build
2017-05-16 10:09:48 +02:00
Anand Chowdhary
183205afb8
Change "Max CDN" to "MaxCDN"
2017-05-14 11:58:26 +02:00
Johann-S
21c3864134
Update Popper.js 1.9.3
2017-05-14 11:41:19 +02:00
Johann-S
c78cbb275b
Change fallbackPlacement to flip by default for Tooltips/Popovers
2017-05-14 11:41:19 +02:00
Johann-S
2b403819b7
Fix tooltip margin to be stick at their caller
2017-05-14 11:41:19 +02:00
Johann-S
cc455c16c3
Fix bad position for Tooltips with animation at true
2017-05-14 11:41:19 +02:00
Johann-S
0cdf176f7a
Use _jQueryInterface for Dropdown to call toggle method
2017-05-14 11:41:19 +02:00
Johann-S
0ae9d28ba3
Add fallbackPlacement option for Tooltip and Popover
2017-05-14 11:41:19 +02:00
Johann-S
ab7dc8ae2a
Fix dropdown in scrollspy visual test (add Popper.js)
2017-05-14 11:41:19 +02:00
Johann-S
3cfa5e8c05
Update Popper.js 1.9.1 + Update documentation about Dropdown placement
2017-05-14 11:41:19 +02:00
Johann-S
dc35a840dc
Fix dropdown-menu-right and dropdown-menu-left for Dropdown
2017-05-14 11:41:19 +02:00
Johann-S
85f41309e2
Documentation - fix examples for Tooltip and Popovers (display arrow)
2017-05-14 11:41:19 +02:00
Johann-S
4f882a840c
Allow to disable flip behaviour on Dropdown + documentation
2017-05-14 11:41:19 +02:00
Bardi Harborow
65d0d9831a
Update shrinkwrap.
2017-05-14 11:41:19 +02:00
Johann-S
458b3cc4a3
Update Popper.js 1.8.2
2017-05-14 11:41:19 +02:00
Johann-S
e5a0471b0b
Add an update method to allow to update position for Tooltip/Popover/Dropdown manually
2017-05-14 11:41:19 +02:00
Johann-S
fc8b85b626
Fix some css for the arrow of Popover/Tooltip + update documentation
2017-05-14 11:41:19 +02:00
Johann-S
18e4e851e2
Better placement for Dropdown + Handle flip of Tooltip/Popover
2017-05-14 11:41:19 +02:00
Johann-S
d5fabf8de5
Remove totaly Tether from documentation + dependencies
2017-05-14 11:41:19 +02:00
Johann-S
c4b4d534a4
Remove Tether from package.json + Update Popper
2017-05-14 11:41:19 +02:00
Johann-S
53ee455bc7
Handle dropup for Dropdown
2017-05-14 11:41:19 +02:00
Johann-S
69de65180f
Fix unit tests + Update Popper to 1.6.0
2017-05-14 11:41:19 +02:00
Johann-S
c21a2b0d92
Remove constraints option and check every options
2017-05-14 11:41:19 +02:00
Johann-S
54a8ab4011
Begin to use Popper for Dropdown
2017-05-14 11:41:19 +02:00
Johann-S
d8996a7e0a
Fix arrow for tooltip and popover
2017-05-14 11:41:19 +02:00
Johann-S
b40b1bc396
Add attachment classes
2017-05-14 11:41:19 +02:00