0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Commit Graph

14572 Commits

Author SHA1 Message Date
Chris Rebert
5a35ad6d74 Use named constants for magic numbers (#19992)
Mostly KeyboardEvent.which and MouseEvent.which values.

[skip validator]
2016-05-30 23:42:00 -07:00
Chris Rebert
301dc70e1b Merge pull request #19990 from twbs/bypass-grunt-eslint
Just use ESLint directly instead of going thru grunt-eslint

[skip sauce]
[skip validator]
2016-05-30 22:32:15 -07:00
Chris Rebert
5f243fa10d Update npm shrinkwrap 2016-05-30 22:16:37 -07:00
Chris Rebert
f77d8c91a9 Killed the grunt-eslint middleman; Long live ESLint.
Refs #19908

[skip sauce]
[skip validator]
2016-05-30 22:16:32 -07:00
Chris Rebert
14c7ba95f9 Fix load & scroll event usage in ScrollSpy tests (#19986)
* Use $.one() instead of $.on() since there are no $.off()s in the code.
* Remove unnecessary namespacing of listeners for the `scroll` & `load` events.
    These are vanilla DOM events (not custom jQuery namespaced events)
    and we're not using jQuery namespacing to manage these event listeners either (e.g. `$.off()`).

[skip validator]
2016-05-30 09:39:45 -07:00
Chris Rebert
d35973c2b3 js/tests/unit/scrollspy.js: Fix "offsed" typos (#19985)
[skip sauce]
[skip validator]
2016-05-29 18:36:09 -07:00
Chris Rebert
680cb317ed Travis: Upgrade Node.js from v5 to v6 (#19980)
v6 is the current stable version and will be an LTS version.
v5 is not an LTS version.

Refs https://github.com/nodejs/LTS
2016-05-28 13:39:40 -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
987d9f2c49 Bump gems. 2016-05-26 15:31:55 +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
akai
4d1b9d7ce7 Remove stray "~" in modal paddingRight value (#19932)
[skip validator]
2016-05-18 13:53:01 -07:00
Patrick H. Lauke
4354e87484 Merge pull request #19919 from dumb/v4-dev
Fixed a small typo
2016-05-16 20:43:24 +01:00
dumb
558a902e09 Fixed a small typo 2016-05-16 13:25:40 -04: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
9a50b1f04f Merge pull request #19889 from twbs/v4-popovers
v4: Couple popover fixes
2016-05-12 12:54:02 -07:00
Mark Otto
dc7811520c Merge pull request #19874 from patrickhlauke/v4-links-not-anchors-focusable
Make named anchor/placeholder link style reset more specific
2016-05-12 11:16:24 -07:00
Mark Otto
a6b797d17b Restore hiding of the .popover-title with :empty 2016-05-12 11:12:40 -07:00
Mark Otto
df6facf66e Alternate fix to #19006: Add a single variable for controlling that inner 1px padding on .popover 2016-05-12 11:12:22 -07:00
Mark Otto
2a36b4b320 grunt 2016-05-11 23:30:22 -07:00
Mark Otto
d8a9a069c8 fixes #19429: mention grunt tasks in local dev in readme 2016-05-11 23:30:19 -07:00
Mark Otto
64e7230d33 Fixes #19563: Add variable for setting background-color on .bg-inverse 2016-05-11 23:26:39 -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
fda41fd440 Merge pull request #19885 from twbs/v4-cards
v4: Card improvements
2016-05-11 23:21:18 -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
56a5b19cdb Fixes #17911: Explicitly remove margin-bottom from cards in .card-deck
Here we're doing some margin swapping, so it looks a little funky. All this does is match the margin implementation and rendering across our table and flex versions of card decks.
2016-05-11 22:14:05 -07:00
Mark Otto
de91c5e0be fixes #19650: improve non-flexbox card deck behavior so columns are always the same width 2016-05-11 21:18:35 -07:00
Mark Otto
5ff8d0f66e Fixes #19840: Invert the .card-subtitle color as well for .card-inverse 2016-05-11 20:41:33 -07:00
Mark Otto
f68b06a123 Update card variants
- Remove background-color from header and footer in inverse cards (fixes #19841)
- Update border override for header and footer in cards; only need to declare a new color
- Update the selector for targetting blockquote footers in cards
2016-05-11 20:32:20 -07:00
Mark Otto
964811d48d Update card header and footer
- Remove the box-shadow and switch back to border to match .card basics
- Update the header nav margin override--since we restored the border, we need that default negative margin at the bottom
2016-05-11 20:22:07 -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
e0ad178ac3 Merge pull request #18807 from twbs/v4-split-buttons
v4: Figuring out split dropdown buttons
2016-05-11 15:03:51 -07:00
Mark Otto
6e7d450e1c linting order 2016-05-11 14:28:59 -07:00
Mark Otto
7cc802ea78 Consolidate button-dropdown.md with dropdowns.md to simplify docs 2016-05-11 14:13:16 -07:00