Skip to content

Releases: benjamincharity/angular-json-calendar

2.0.0

16 Oct 06:18

Choose a tag to compare

  • Child directives now inherit from parents
  • Directives are no longer replaced; breaking change for styles
  • Fixed border alignment issues with the last week of the month
  • Fixed tabindex on days to better support tabbing through months
  • Fixed docs incorrectly referencing AngularJS date format instead of Moment.js

NOTE: AngularJS 1.5.0 introduces an issue that breaks the nesting of directives using the replace flag. Because of this, the directive elements now must be left in the DOM. This may break your styles; especially if you are using flexbox.

1.0.3

26 Jul 01:06

Choose a tag to compare

  • 🚨 added tests for most of library
  • 🐛 fixed issue where durationInDays would return 1 day too many
  • 🔧 isDayToday now creates a date via Moment if none is passed in
  • integrated Coveralls
  • 📚 wording fixes and clarification in the docs
  • 💄 added coverage badge to README
  • 💄 added license badge
  • 💄 added NPM version badge

1.0.2

05 Jul 13:24

Choose a tag to compare

Fixed issue where using toISOString was causing an incorrect date in some timezones. Thanks to @joejordanbrown for tracking this issue down.

1.0.1

13 May 03:25

Choose a tag to compare

  • Full docs
  • Small updates and cleanup

0.1.0-rc

10 May 17:35

Choose a tag to compare

Potential release candidate. Still need to finalize documentation.