react-html-email
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,6 @@ # Change Log | ||
## 1.0.1 - 2016-04-21 | ||
### Added | ||
- Accept React 15 as a peer dependency. (@chromakode) | ||
## 1.0.0 - 2016-04-21 | ||
@@ -10,3 +14,3 @@ ### Added | ||
- `alt` tag prop to `Image` component. (@Roilan) | ||
- `headCSS` prop to `Email` component to which creates a <style> tag. (@chromakode) | ||
- `headCSS` prop to `Email` component to which creates a `<style>` tag. (@chromakode) | ||
@@ -13,0 +17,0 @@ ## 0.2.1 - 2016-01-06 |
{ | ||
"name": "react-html-email", | ||
"description": "Create elegant HTML email templates using React.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"keywords": [ | ||
@@ -43,5 +43,5 @@ "react", | ||
"peerDependencies": { | ||
"react": "^0.14.0", | ||
"react-dom": "^0.14.0" | ||
"react": "^0.14.0 || ^15.0.0", | ||
"react-dom": "^0.14.0 || ^15.0.0" | ||
} | ||
} |
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
40727