forked from foundation/inky
-
Notifications
You must be signed in to change notification settings - Fork 0
get upstream #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
elcaptain
wants to merge
42
commits into
elcaptain:develop
Choose a base branch
from
foundation:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
get upstream #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix gap issue in Outlook 2016 referred to in http://foundation.zurb.com/forum/posts/50493-rows-and-spacers--outlook-trouble This fix had been retested from a clean install.
Update componentFactory.js
Fix build, get suite passing, Fix spacer component on Outlook and Windows Mail clients
Also had to update the test command for compatibility
Inky v1.4.0 is the first release in over 4 years! This merges in a bunch of changes from over the years and updates the underlying libs. [Full Release Compare](v1.3.6...v1.4.0) - 🐛 Remove data-parsed attributes from html output - 🐛 Fix gap issue in Outlook 2016 - 🐛 Fix spacer component on Outlook and Windows Mail clients - 🐛 Updated libraries and dependencies - 🚀 Support for `<hr>` elements - 🚀 Support for button attributes - 🚀 Support for table attributes Thanks to the amazing people who contributed code or documentation to the 1.4.0 release. Foundation for Emails wouldn't happen without you! * [Joe Workman](https://github.com/joeworkman) * [DanielRuf](https://github.com/DanielRuf) * [Kevin Ball](https://github.com/kball) * [Rafi](https://github.com/rafibomb) * [Purii](https://github.com/Purii) * [devender2](https://github.com/devender2) * [yvmarques](https://github.com/yvmarques) * [Marc Andre](https://github.com/marcandre) * [Joao Cunha](https://github.com/joaocunha) * [tazzydemon](https://github.com/tazzydemon) * [Dylan Reile](https://github.com/DylanReile) # gpg: Signature made Mon Jul 20 18:53:08 2020 PDT # gpg: using RSA key 0AB4D86C24D2FF3DB1D5298A52D9F1902936CAFE # gpg: Good signature from "Joe Workman <[email protected]>" [ultimate]
Rebuild dist and increment version # gpg: Signature made Mon Jul 20 18:59:22 2020 PDT # gpg: using RSA key 0AB4D86C24D2FF3DB1D5298A52D9F1902936CAFE # gpg: Good signature from "Joe Workman <[email protected]>" [ultimate]
This reverts commit 5d04a05.
This reverts commit 49b87a0.
Reverted a change that added zwj for outlook 2016. # gpg: Signature made Wed Jul 29 14:23:02 2020 PDT # gpg: using RSA key 0AB4D86C24D2FF3DB1D5298A52D9F1902936CAFE # gpg: Good signature from "Joe Workman <[email protected]>" [ultimate]
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](npm/ini@v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.19...4.17.21) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
….3.8 Bump ini from 1.3.5 to 1.3.8
…3.2.2 Bump y18n from 3.2.1 to 3.2.2
…h-4.17.21 Bump lodash from 4.17.19 to 4.17.21
…d-git-info-2.8.9 Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.3...v6.5.4) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…parse-1.0.7 Bump path-parse from 1.0.6 to 1.0.7
Bumps [bl](https://github.com/rvagg/bl) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/rvagg/bl/releases) - [Commits](rvagg/bl@v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: bl dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…tic-6.5.4 Bump elliptic from 6.5.3 to 6.5.4
Bump bl from 1.2.2 to 1.2.3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.