Releases: jasonleibowitz/react-add-to-calendar-hoc
Releases · jasonleibowitz/react-add-to-calendar-hoc
v1.0.10
v1.0.9 Internet Explorer Bug Fixes
Updates
- Fix an issue where the button doesn't function properly on IE.
Object.values
is not in IE, useObject.keys
instead. #24
v1.0.8 Button Can Render Any Node
Updates
- Button should render any valid React node rather than restricting it to just a string #19
v1.0.7 IE Support & Handle Timezones
v1.0.4 Minor Fixes
Updates
Thanks @AndrewNatoli and @jonfreeland for the PRs!
v1.0.3 Fix Calendar Links
- Fixes iCal and Yahoo Calendar links
- Replaces Outlook web with Outlook desktop
v1.0.2 Cleanup & Updated Docs
Updates
- Added Travis CI & Coveralls & Badges
- Added Test Coverage
- Updated examples with code examples
- Add more information to readme to help users understand how to use library
- Docs are now responsive
v1.0.1
Initial Release-able Version