From: Rafi Date: Wed, 24 Feb 2016 17:10:02 +0000 (-0800) Subject: Update migration.md X-Git-Tag: v2.0.0~2^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d19a773fb8a59308bd032861fe6920e998f32154;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Update migration.md --- diff --git a/migration.md b/migration.md index 901ed93a..689bec7f 100644 --- a/migration.md +++ b/migration.md @@ -325,6 +325,7 @@ Version 2 (Inky markup) ``` +The button markup has changed to make the touch targets better. Now the whole button is clickable. It requires more table markup but you should use Inky anyways which is much simpler. ## Panels are now Callouts @@ -356,8 +357,37 @@ Version 2 (CSS version) Version 2 (Inky markup) +``` +Work in progress - issue [188](https://github.com/zurb/foundation-emails/issues/188) +``` + +*** +## NEW +*** + +### Menu + +Version 2 (CSS version) + +``` + + + + + + + ``` +Version 2 (Inky markup) + +``` + + Item One + Item Two + Item Three + ``` +The menu component can be used to create a simple set of links comonly used in headers, for social icons or in footers. Adding the `.vertical` class will change the orientation.