Skip to content

Releases: jasonleibowitz/react-add-to-calendar-hoc

v1.0.10

25 Jun 20:29
c230e75
Compare
Choose a tag to compare

Updates

  • Adds a feature to allow custom ics download filenames #30
  • Fixes an issue where newlines in the description of ICS files wouldn't render properly #37
  • Improve docs #28 & #32

v1.0.9 Internet Explorer Bug Fixes

02 Jun 14:07
2eccd4c
Compare
Choose a tag to compare

Updates

  • Fix an issue where the button doesn't function properly on IE. Object.values is not in IE, use Object.keys instead. #24

v1.0.8 Button Can Render Any Node

02 Jun 13:59
2eccd4c
Compare
Choose a tag to compare

Updates

  • Button should render any valid React node rather than restricting it to just a string #19

v1.0.7 IE Support & Handle Timezones

22 Mar 22:11
d70c277
Compare
Choose a tag to compare

Updates

  • Add More Examples #13
  • Add Support for IE #14
  • Add examples to show how to use timezones #15
  • Add docs for using Moment Alternative Luxon, Duration is more Versatile, Add More Tests #16

v1.0.4 Minor Fixes

08 Aug 22:35
174a1ca
Compare
Choose a tag to compare

Updates

  • Fix mobile share file #4
  • Added prop-types as devDependency #5
  • Disable URI encode for Outlook #6

Thanks @AndrewNatoli and @jonfreeland for the PRs!

v1.0.3 Fix Calendar Links

08 Aug 22:32
2d99bf5
Compare
Choose a tag to compare
  • Fixes iCal and Yahoo Calendar links
  • Replaces Outlook web with Outlook desktop

v1.0.2 Cleanup & Updated Docs

04 Jun 18:28
fb7625f
Compare
Choose a tag to compare

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

04 Jun 18:27
fb7625f
Compare
Choose a tag to compare

Initial Release-able Version