{
"name": "foundation-sites",
- "version": "6.7.4",
+ "version": "6.7.5",
"description": "The most advanced responsive front-end framework in the world.",
"homepage": "https://get.foundation/sites",
"license": "MIT",
```html
<!-- Compressed CSS -->
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.4/dist/css/foundation.min.css" crossorigin="anonymous">
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.5/dist/css/foundation.min.css" crossorigin="anonymous">
<!-- Compressed JavaScript -->
-<script src="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.4/dist/js/foundation.min.js" crossorigin="anonymous"></script>
+<script src="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.5/dist/js/foundation.min.js" crossorigin="anonymous"></script>
```
From Foundation 6.4, flex is enabled by default and **only the new XY Grid is available**. However, others CSS versions are available for backward compatibility and the most common usage cases. For others uses and advanced customization, we recommand to build Foundation with custom settings (see others installation methods).
```html
<!-- foundation-float.min.css: Compressed CSS with legacy Float Grid -->
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.4/dist/css/foundation-float.min.css" crossorigin="anonymous">
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.5/dist/css/foundation-float.min.css" crossorigin="anonymous">
<!-- foundation-prototype.min.css: Compressed CSS with prototyping classes -->
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.4/dist/css/foundation-prototype.min.css" crossorigin="anonymous">
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.5/dist/css/foundation-prototype.min.css" crossorigin="anonymous">
<!-- foundation-rtl.min.css: Compressed CSS with right-to-left reading direction -->
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.4/dist/css/foundation-rtl.min.css" crossorigin="anonymous">
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.5/dist/css/foundation-rtl.min.css" crossorigin="anonymous">
```
<div class="text-center">
<div class="collapse expanded row secondary-bar">
<div class="small-5 medium-3 large-2 columns">
- <a target="_blank" href="https://github.com/foundation/foundation-sites/releases/" class="version-dropdown-label"><span class="foundation-version-label">Foundation for Sites</span><span class="foundation-version-number">6.7.4</span> <span class="changelog-link">changelog</span></a>
+ <a target="_blank" href="https://github.com/foundation/foundation-sites/releases/" class="version-dropdown-label"><span class="foundation-version-label">Foundation for Sites</span><span class="foundation-version-number">6.7.5</span> <span class="changelog-link">changelog</span></a>
</div>
<div class="small-7 columns show-for-small-only">
import { GetYoDigits } from './foundation.core.utils';
import { MediaQuery } from './foundation.util.mediaQuery';
-var FOUNDATION_VERSION = '6.7.4';
+var FOUNDATION_VERSION = '6.7.5';
// Global Foundation object
// This is attached to the window, or used as a module for AMD/Browserify
-# [Foundation for Sites](https://get.foundation) (v6.7.4)
+# [Foundation for Sites](https://get.foundation) (v6.7.5)
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.
Package.describe({
name: 'foundation:foundation-sites',
summary: 'Foundation 6 - The most advanced responsive front-end framework in the world.',
- version: '6.7.4',
+ version: '6.7.5',
git: 'https://github.com/foundation/foundation-sites.git',
documentation: 'meteor-README.md'
});
{
"name": "foundation-sites",
- "version": "6.7.4",
+ "version": "6.7.5",
"main": "dist/js/foundation.js",
"module": "dist/js/foundation.esm.js",
"jsnext:main": "dist/js/foundation.esm.js",
<metadata>
<id>foundation-sites</id>
- <version>6.7.4</version>
+ <version>6.7.5</version>
<title>Foundation for Sites</title>
<authors>Yetinauts</authors>
<projectUrl>https://get.foundation/sites</projectUrl>
<iconUrl>https://get.foundation/assets/img/icons/foundation-favicon.ico</iconUrl>
- <releaseNotes>https://github.com/foundation/foundation-sites/releases/tag/v6.7.4</releaseNotes>
+ <releaseNotes>https://github.com/foundation/foundation-sites/releases/tag/v6.7.5</releaseNotes>
<licenseUrl>https://github.com/foundation/foundation-sites/blob/develop/LICENSE</licenseUrl>
- <copyright>Copyright 2017-2021</copyright>
+ <copyright>Copyright 2017-2022</copyright>
<repository type="git" url="https://github.com/foundation/foundation-sites"/>
<dependencies>
<dependency id="jQuery" version="3.6.0"/>
<dependency id="what-input" version="*"/>
- <dependency id="motion-ui" version="2.0.3"/>
+ <dependency id="motion-ui" version="2.0.4"/>
</dependencies>
</metadata>
/**
* Foundation for Sites
- * Version 6.7.4
+ * Version 6.7.5
* https://get.foundation
* Licensed under MIT Open Source
*/