XhmikosR
|
49773684ff
|
Update clipboard.js to v1.5.9.
[ci skip]
|
2016-02-27 13:52:19 +02:00 |
|
XhmikosR
|
cf5855483d
|
Update anchor-js to v3.1.0.
[ci skip]
|
2016-02-27 13:51:14 +02:00 |
|
XhmikosR
|
e3e9da2516
|
Merge pull request #19328 from satsukitv/v4-dev
Include all grunt required files in npm package
|
2016-02-27 13:46:57 +02:00 |
|
XhmikosR
|
6a1df88bdc
|
Bump scss_lint to v0.47.0.
[skip sauce]
|
2016-02-27 13:26:40 +02:00 |
|
Charlie Wagner
|
2580981252
|
Include all grunt requires files in npm package
|
2016-02-26 21:36:00 -05:00 |
|
Chris Rebert
|
c3c2661d16
|
Merge pull request #19321 from twbs/bugs.chromium.org
Wall of Browser Bugs: Update Chromium bug tracker URLs
|
2016-02-25 17:06:09 -08:00 |
|
Chris Rebert
|
e47f3c958a
|
Wall of Browser Bugs: Update Chromium bug tracker URLs
RIP code.google.com
[skip sauce]
|
2016-02-25 16:52:57 -08:00 |
|
Patrick H. Lauke
|
13194ada33
|
Merge pull request #19277 from patrickhlauke/v4-dev-forms-fixes#2
Forms fixes: fieldset/legend, new .form-control-legend, accessibility advice
|
2016-02-25 11:28:16 +00:00 |
|
Chris Rebert
|
b25f37b783
|
Merge pull request #19312 from prose100/docs
docs/components/alerts.md: Correct grammar
[ci skip]
|
2016-02-25 01:20:38 -08:00 |
|
Paul Rose
|
723f82eac2
|
Correct grammar
|
2016-02-24 23:04:38 -06:00 |
|
Chris Rebert
|
1c46385fe1
|
Merge pull request #19294 from twbs/ios-9.2
Use iOS 9.2 in Sauce tests
|
2016-02-23 13:59:02 -08:00 |
|
Chris Rebert
|
a3c3188a19
|
Merge pull request #19293 from twbs/el-capitan
Use OS X El Capitan for Sauce tests
|
2016-02-23 13:29:31 -08:00 |
|
Chris Rebert
|
1b889d9ed6
|
Use iOS 9.2 in Sauce tests
[skip validator]
|
2016-02-23 12:49:21 -08:00 |
|
Chris Rebert
|
e2f01db965
|
Use OS X El Capitan for Sauce tests
[skip validator]
|
2016-02-23 12:46:29 -08:00 |
|
Chris Rebert
|
18745a803c
|
Merge pull request #19291 from twbs/win10
Use Windows 10 for Win Chrome+Firefox tests on Sauce Labs
|
2016-02-23 12:43:49 -08:00 |
|
Chris Rebert
|
25e85a2882
|
Use Windows 10 for Win Chrome+Firefox tests on Sauce Labs
[skip validator]
|
2016-02-23 12:16:26 -08:00 |
|
XhmikosR
|
44be1d261c
|
Bump grunt-contrib-concat.
[skip sauce]
|
2016-02-23 09:47:17 +02:00 |
|
XhmikosR
|
de97609358
|
Update Jekyll to v3.1.2.
[skip sauce]
|
2016-02-23 09:08:22 +02:00 |
|
XhmikosR
|
57dcd04093
|
Update scss_lint to v0.46.0.
[skip sauce]
|
2016-02-23 09:07:52 +02:00 |
|
Patrick H. Lauke
|
c25556e918
|
Appropriate use of fieldset/div, legend, callout for hidden/no label alternatives
|
2016-02-19 15:51:59 +00:00 |
|
Patrick H. Lauke
|
727722da59
|
Add form-control-legend
|
2016-02-19 15:51:59 +00:00 |
|
XhmikosR
|
255e89b241
|
Run grunt.
[ci skip]
|
2016-02-19 13:14:47 +02:00 |
|
XhmikosR
|
9989966dde
|
Update devDependencies.
|
2016-02-19 13:14:47 +02:00 |
|
XhmikosR
|
d9d84fefb9
|
Bump scss_lint to v0.45.0.
[skip sauce]
|
2016-02-19 12:55:14 +02:00 |
|
XhmikosR
|
a483f60c53
|
Merge pull request #19029 from twbs/v4-dev-xmr-grunt-html
Update grunt-html
|
2016-02-19 12:07:14 +02:00 |
|
XhmikosR
|
fe1b8913ac
|
Travis CI: switch to the Trusty image.
|
2016-02-19 11:53:50 +02:00 |
|
XhmikosR
|
79067a6440
|
Fix validation errors.
[skip sauce]
|
2016-02-19 11:26:54 +02:00 |
|
XhmikosR
|
c6c2958385
|
Update grunt-html to v6.0.0.
Also remove the workaround for the old validator version.
[skip sauce]
|
2016-02-19 11:26:54 +02:00 |
|
Jeremy Kratz
|
dd47423ae6
|
Docs: Add example of .dropdown-menu-right
Fixes #18493
Closes #18836
[skip sauce]
|
2016-02-18 18:51:25 -08:00 |
|
Chris Rebert
|
88aa1082c8
|
Merge pull request #18987 from xcatliu/v4-dev-fix-search-json-prefix
Add prefix to footer.html search.json
[skip sauce]
|
2016-02-18 18:36:14 -08:00 |
|
Russell Beye
|
e91c9e2898
|
Document .pos-f-t utility class; fixes #18494
Add documentation to components/utilities to publicly expose the
.pos-f-t utility class to users.
Closes #18799
[skip sauce]
|
2016-02-18 18:33:16 -08:00 |
|
Tobias
|
bf73425277
|
Document the possibility of extending the $spacers map
It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map.
Example:
```
$spacers: (
0: (
x: 0,
y: 0
),
1: (
x: $spacer-x,
y: $spacer-y
),
2: (
x: ($spacer-x * 1.5),
y: ($spacer-y * 1.5)
),
3: (
x: ($spacer-x * 3),
y: ($spacer-y * 3)
),
4: (
x: ($spacer-x * 5),
y: ($spacer-y * 5)
)
);
```
Closes #18706
[skip sauce]
|
2016-02-18 18:18:47 -08:00 |
|
Chris Rebert
|
e0dfe0d24d
|
Docs: Remove <meta name="keywords"> from <head>
Ports #18872 to v4
[skip sauce]
|
2016-02-18 18:08:43 -08:00 |
|
James Mosier
|
ba50680724
|
Modal docs: Added JS event handler for relatedTarget demo
Fixes #17584
Closes #17607 by merging it
|
2016-02-18 17:58:23 -08:00 |
|
Chris Rebert
|
06fac24b03
|
Merge pull request #19241 from twbs/carousel-indicators-width
Extract $carousel-indicators-width variable
|
2016-02-17 21:13:17 -08:00 |
|
Chris Rebert
|
105bfbc5f9
|
Extract $carousel-indicators-width variable
[skip sauce]
[skip validator]
|
2016-02-17 21:10:20 -08:00 |
|
Chris Rebert
|
702041e0c5
|
Merge pull request #19238 from twbs/dropdown-padding-y
Extract $dropdown-padding-y variable
|
2016-02-17 21:08:19 -08:00 |
|
Chris Rebert
|
1f5621f46e
|
Extract $dropdown-padding-y variable
[skip sauce]
[skip validator]
|
2016-02-17 21:07:12 -08:00 |
|
Chris Rebert
|
90e19380e8
|
Merge pull request #19243 from twbs/list-group-item-heading-margin-bottom
Extract $list-group-item-heading-margin-bottom variable
|
2016-02-17 21:04:35 -08:00 |
|
Chris Rebert
|
322f3bbe6b
|
Extract $list-group-item-heading-margin-bottom variable
[skip sauce]
[skip validator]
|
2016-02-17 21:04:06 -08:00 |
|
Mark Otto
|
bfe20c2971
|
Merge pull request #19242 from twbs/carousel-caption-width
Extract $carousel-caption-width variable
|
2016-02-17 08:55:16 -08:00 |
|
Mark Otto
|
13c8ecd893
|
Merge pull request #19239 from twbs/dropdown-margin-top
Extract $dropdown-margin-top variable
|
2016-02-17 08:54:47 -08:00 |
|
Mark Otto
|
48a338c27c
|
Merge pull request #19237 from twbs/carousel-indicator-size
Extract $carousel-indicator{-active}-size variables
|
2016-02-17 08:54:25 -08:00 |
|
Patrick H. Lauke
|
fb1d511a2a
|
Merge pull request #19255 from patrickhlauke/color-accessibility-callout-include
Docs: add/unify advice on contextual colors and accessibility
|
2016-02-17 16:48:51 +00:00 |
|
Patrick H. Lauke
|
cf57ec6934
|
Merge pull request #19259 from patrickhlauke/keyboard-navigation-focus-patch1
Replace jQuery with vanilla JS
|
2016-02-17 15:34:52 +00:00 |
|
Patrick H. Lauke
|
701b12bf58
|
Replace jQuery with vanilla JS
|
2016-02-17 15:21:02 +00:00 |
|
Chris Rebert
|
3c2692447c
|
Merge pull request #19257 from twbs/fix-19147
Add $gutter parameter to make-col mixin
|
2016-02-17 03:25:04 -08:00 |
|
Chris Rebert
|
43d0d45d0a
|
Add $gutter parameter to make-col mixin; fixes #19147
[skip sauce]
[skip validator]
|
2016-02-17 03:19:07 -08:00 |
|
Patrick H. Lauke
|
c1eb92a041
|
Merge pull request #19256 from patrickhlauke/label-tag-nav-fixup1
Replace "label" with "tag" in navigation
|
2016-02-17 11:08:43 +00:00 |
|
Patrick H. Lauke
|
9bc56d9b10
|
Replace "label" with "tag" in navigation
|
2016-02-17 11:06:32 +00:00 |
|