WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ab17283

Browse files
committed
Package up v6.2.4
1 parent 163bb73 commit ab17283

15 files changed

+21
-21
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundation-sites",
3-
"version": "6.2.4-rc2",
3+
"version": "6.2.4",
44
"license": "MIT",
55
"main": [
66
"scss/foundation.scss",

dist/foundation-flex.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/foundation-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/foundation.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/foundation.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"use strict";
44

5-
var FOUNDATION_VERSION = '6.2.4-rc2';
5+
var FOUNDATION_VERSION = '6.2.4';
66

77
// Global Foundation object
88
// This is attached to the window, or used as a module for AMD/Browserify
@@ -2671,7 +2671,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
26712671
value: function _init() {
26722672
this.$element.find('[data-submenu]').not('.is-active').slideUp(0); //.find('a').css('padding-left', '1rem');
26732673
this.$element.attr({
2674-
'role': 'tablist',
2674+
'role': 'menu',
26752675
'aria-multiselectable': this.options.multiOpen
26762676
});
26772677

@@ -2685,13 +2685,13 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
26852685
$elem.attr({
26862686
'aria-controls': subId,
26872687
'aria-expanded': isActive,
2688-
'role': 'tab',
2688+
'role': 'menuitem',
26892689
'id': linkId
26902690
});
26912691
$sub.attr({
26922692
'aria-labelledby': linkId,
26932693
'aria-hidden': !isActive,
2694-
'role': 'tabpanel',
2694+
'role': 'menu',
26952695
'id': subId
26962696
});
26972697
});

dist/foundation.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugins/foundation.accordionMenu.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
5555
value: function _init() {
5656
this.$element.find('[data-submenu]').not('.is-active').slideUp(0); //.find('a').css('padding-left', '1rem');
5757
this.$element.attr({
58-
'role': 'tablist',
58+
'role': 'menu',
5959
'aria-multiselectable': this.options.multiOpen
6060
});
6161

@@ -69,13 +69,13 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
6969
$elem.attr({
7070
'aria-controls': subId,
7171
'aria-expanded': isActive,
72-
'role': 'tab',
72+
'role': 'menuitem',
7373
'id': linkId
7474
});
7575
$sub.attr({
7676
'aria-labelledby': linkId,
7777
'aria-hidden': !isActive,
78-
'role': 'tabpanel',
78+
'role': 'menu',
7979
'id': subId
8080
});
8181
});

dist/plugins/foundation.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"use strict";
44

5-
var FOUNDATION_VERSION = '6.2.4-rc2';
5+
var FOUNDATION_VERSION = '6.2.4';
66

77
// Global Foundation object
88
// This is attached to the window, or used as a module for AMD/Browserify

docs/pages/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ The folks at [jsDelivr](https://www.jsdelivr.com) host the compressed Foundation
127127

128128
```html
129129
<!-- Compressed CSS -->
130-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/foundation/6.2.4-rc2/foundation.min.css">
130+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/foundation/6.2.4/foundation.min.css">
131131

132132
<!-- Compressed JavaScript -->
133-
<script src="https://cdn.jsdelivr.net/foundation/6.2.4-rc2/foundation.min.js"></script>
133+
<script src="https://cdn.jsdelivr.net/foundation/6.2.4/foundation.min.js"></script>
134134
```
135135

136136
---

docs/pages/typography-base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Header | Default | Large and up
6969
By inserting a `<small>` element into a header Foundation will scale the header font size down for an inline element, allowing you to use this for subtitles or other secondary header text.
7070

7171
```html_example
72-
<h3>Foundation for Sites <small>Version 6.2.4-rc2</small></h3>
72+
<h3>Foundation for Sites <small>Version 6.2.4</small></h3>
7373
```
7474

7575
---

0 commit comments

Comments
 (0)