diff --git a/CHANGELOG.md b/CHANGELOG.md index 05647699..878bbbed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +# Version 1.0.1 + +*December 12, 2014* + +Lots of fixes for the Sass, JavaScript, and documentation. Thanks so much to everyone who's been giving feedback, reporting bugs, and most importantly, *fixing our typos* this past week. + +## CSS + +- Fixed an alignment issue with action sheet dropdowns. +- #157: Fixed misbehaving box shadows on panels. +- #180: Added a PNG fallback for the SVG icons used in block lists, for IE10. +- #212: Corrected a misused parameter in the `grid-frame()` and `grid-block()` mixins. +- #215: Removed unused text direction variables. +- #225: Fixed some components not working inside of an off-canvas menu because of selector specificity. +- #226: Configured the Gulpfile to catch Sass errors instead of exiting. +- #268: Changed `map-serialize()` to escape quotes in the outputted JSON. +- #247: Set the `$accordion-title-background-active` variable to be relative to `$accordion-title-background`. + - #261: `$tab-title-background-active` got the same treatment. +- #295: Fixed a error that came up when creating a media query with `@include breakpoint(xxlarge only)`. + +## JavaScript + +- Added the `zf-hard-toggle` directive, to force other open components to close when the targeted component opens. +- Integrated the FastClick library. +- #199: Modals can be configured to not close when clicked outside of. +- #258: Accordions can be set to allow every item to be closed at once with `collapsible="true"`. +- #260: Added the element restriction to action sheets. +- #274: Added a timeout to hide elements that are missing an animationOut class. +- #290: Updated the Gulpfile to properly run `copy` when template pages are added or removed. + # Version 1.0.0 — Matterhorn Welcome to Foundation for Apps 1.0.0! Thanks for swinging by to try it out. diff --git a/bower.json b/bower.json index 595545f9..8774c59f 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "foundation-apps", - "version": "1.0.0", + "version": "1.0.1", "main": [ "scss/foundation.scss", "js/angular/app.js" diff --git a/docs/templates/changelog.html b/docs/templates/changelog.html index 8910df78..35cfba18 100644 --- a/docs/templates/changelog.html +++ b/docs/templates/changelog.html @@ -17,6 +17,42 @@
December 12, 2014
+ +Lots of fixes for the Sass, JavaScript, and documentation. Thanks so much to everyone who's been giving feedback, reporting bugs, and most importantly, *fixing our typos* this past week. + +Welcome to Foundation for Apps 1.0.0! Thanks for swinging by to try it out.
diff --git a/package.json b/package.json index 38f79485..7c0e4504 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundation-apps", - "version": "0.0.1", + "version": "1.0.1", "description": "Foundation for Apps", "scripts": { "postinstall": "bower install && bundle",