Skip to content

Commit

Permalink
Package up v6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kball committed Oct 20, 2016
1 parent 163bb73 commit ab17283
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundation-sites",
"version": "6.2.4-rc2",
"version": "6.2.4",
"license": "MIT",
"main": [
"scss/foundation.scss",
Expand Down
2 changes: 1 addition & 1 deletion dist/foundation-flex.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/foundation-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/foundation.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/foundation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"use strict";

var FOUNDATION_VERSION = '6.2.4-rc2';
var FOUNDATION_VERSION = '6.2.4';

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

Expand All @@ -2685,13 +2685,13 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
$elem.attr({
'aria-controls': subId,
'aria-expanded': isActive,
'role': 'tab',
'role': 'menuitem',
'id': linkId
});
$sub.attr({
'aria-labelledby': linkId,
'aria-hidden': !isActive,
'role': 'tabpanel',
'role': 'menu',
'id': subId
});
});
Expand Down
2 changes: 1 addition & 1 deletion dist/foundation.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/plugins/foundation.accordionMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
value: function _init() {
this.$element.find('[data-submenu]').not('.is-active').slideUp(0); //.find('a').css('padding-left', '1rem');
this.$element.attr({
'role': 'tablist',
'role': 'menu',
'aria-multiselectable': this.options.multiOpen
});

Expand All @@ -69,13 +69,13 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
$elem.attr({
'aria-controls': subId,
'aria-expanded': isActive,
'role': 'tab',
'role': 'menuitem',
'id': linkId
});
$sub.attr({
'aria-labelledby': linkId,
'aria-hidden': !isActive,
'role': 'tabpanel',
'role': 'menu',
'id': subId
});
});
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/foundation.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"use strict";

var FOUNDATION_VERSION = '6.2.4-rc2';
var FOUNDATION_VERSION = '6.2.4';

// Global Foundation object
// This is attached to the window, or used as a module for AMD/Browserify
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ The folks at [jsDelivr](https://www.jsdelivr.com) host the compressed Foundation

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

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

---
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/typography-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Header | Default | Large and up
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.

```html_example
<h3>Foundation for Sites <small>Version 6.2.4-rc2</small></h3>
<h3>Foundation for Sites <small>Version 6.2.4</small></h3>
```

---
Expand Down
2 changes: 1 addition & 1 deletion js/foundation.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"use strict";

var FOUNDATION_VERSION = '6.2.4-rc2';
var FOUNDATION_VERSION = '6.2.4';

// Global Foundation object
// This is attached to the window, or used as a module for AMD/Browserify
Expand Down
2 changes: 1 addition & 1 deletion meteor-README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Foundation for Sites](http://foundation.zurb.com) (v6.2.4-rc2)
# [Foundation for Sites](http://foundation.zurb.com) (v6.2.4)

Foundation is the most advanced responsive front-end framework in the world. Quickly go from prototype to production, building sites or apps that work on any kind of device with Foundation. Includes layout constructs, like a fully customizable, responsive grid, commonly used JavaScript plugins, and full A11Y support.

Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'zurb:foundation-sites',
summary: 'Foundation 6 - The most advanced responsive front-end framework in the world.',
version: '6.2.4-rc2',
version: '6.2.4',
git: 'https://github.com/zurb/foundation-sites.git',
documentation: 'meteor-README.md'
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundation-sites",
"version": "6.2.4-rc2",
"version": "6.2.4",
"main": "dist/foundation.js",
"description": "The most advanced responsive front-end framework in the world.",
"author": "ZURB <foundation@zurb.com> (http://foundation.zurb.com)",
Expand Down
2 changes: 1 addition & 1 deletion scss/foundation.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Foundation for Sites by ZURB
* Version 6.2.4-rc2
* Version 6.2.4
* foundation.zurb.com
* Licensed under MIT Open Source
*/
Expand Down

0 comments on commit ab17283

Please sign in to comment.