react-html-email
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -5,2 +5,10 @@ # Change Log | ||
## 0.2.0 - 2016-01-05 | ||
### Added | ||
- Add default export to match documentation. | ||
## 0.1.1 - 2016-01-02 | ||
### Added | ||
- Miscellaneous config files to .npmignore. | ||
## 0.1.0 - 2016-01-02 | ||
@@ -7,0 +15,0 @@ ### Added |
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.__styleValidator = exports.renderEmail = exports.configStyleValidator = exports.injectReactEmailAttributes = exports.A = exports.Span = exports.Item = exports.Image = exports.Email = exports.Box = exports.PropTypes = undefined; | ||
exports.renderEmail = exports.configStyleValidator = exports.injectReactEmailAttributes = exports.A = exports.Span = exports.Item = exports.Image = exports.Email = exports.Box = exports.PropTypes = undefined; | ||
@@ -57,2 +57,8 @@ var _PropTypes = require('./PropTypes'); | ||
exports.renderEmail = _renderEmail2.default; | ||
exports.__styleValidator = _PropTypes.__styleValidator; | ||
exports.default = { | ||
PropTypes: _PropTypes2.default, | ||
injectReactEmailAttributes: _injectReactEmailAttributes2.default, | ||
configStyleValidator: _PropTypes.configStyleValidator, | ||
renderEmail: _renderEmail2.default, | ||
__styleValidator: _PropTypes.__styleValidator | ||
}; |
{ | ||
"name": "react-html-email", | ||
"description": "Create elegant HTML email templates using React.", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "react", |
@@ -5,4 +5,4 @@ # react-html-email | ||
[![Coverage Status](https://img.shields.io/coveralls/chromakode/react-html-email/master.svg?style=flat-square)](https://coveralls.io/github/chromakode/react-html-email?branch=master) | ||
[![npm](https://img.shields.io/npm/v/react-html-email.svg)](https://www.npmjs.com/package/react-html-email) | ||
[![npm](https://img.shields.io/npm/l/react-html-email.svg)](https://github.com/chromakode/react-html-email/blob/master/LICENSE) | ||
[![npm](https://img.shields.io/npm/v/react-html-email.svg?style=flat-square)](https://www.npmjs.com/package/react-html-email) | ||
[![npm](https://img.shields.io/npm/l/react-html-email.svg?style=flat-square)](https://github.com/chromakode/react-html-email/blob/master/LICENSE) | ||
@@ -66,6 +66,6 @@ Modern HTML emails are a tangle of archaic HTML and inline styles. This library encapsulates the cruft into simple React components and helps avoid common pitfalls. | ||
strict: true, | ||
// Whether to warn when compatibility notes for a style property exist. | ||
warn: true, | ||
// Platforms to consider for compatibility checks. | ||
@@ -72,0 +72,0 @@ platforms: [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38759
421