@culturehq/add-to-calendar
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -9,2 +9,8 @@ # Changelog | ||
## [1.0.2] - 2019-06-13 | ||
### Changed | ||
- Switch the background of the main button from `inherit` to `transparent`, as this is better supported in IE11. | ||
## [1.0.1] - 2019-06-07 | ||
@@ -41,3 +47,4 @@ | ||
[unreleased]: https://github.com/CultureHQ/add-to-calendar/compare/v1.0.1...HEAD | ||
[unreleased]: https://github.com/CultureHQ/add-to-calendar/compare/v1.0.2...HEAD | ||
[1.0.2]: https://github.com/CultureHQ/add-to-calendar/compare/v1.0.1...v1.0.2 | ||
[1.0.1]: https://github.com/CultureHQ/add-to-calendar/compare/v1.0.0...v1.0.1 | ||
@@ -44,0 +51,0 @@ [1.0.0]: https://github.com/CultureHQ/add-to-calendar/compare/v0.2.0...v1.0.0 |
{ | ||
"name": "@culturehq/add-to-calendar", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A small package for adding an event to a calendar.", | ||
@@ -35,3 +35,3 @@ "main": "dist/AddToCalendar.js", | ||
"babel-loader": "^8.0.6", | ||
"css-loader": "^2.1.1", | ||
"css-loader": "^3.0.0", | ||
"react": "^16.8.6", | ||
@@ -38,0 +38,0 @@ "react-dom": "^16.8.6", |
Sorry, the diff of this file is not supported yet
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
18069