Releases: benjamincharity/angular-json-calendar
Releases · benjamincharity/angular-json-calendar
2.0.0
- 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
- 🚨 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
Fixed issue where using toISOString
was causing an incorrect date in some timezones. Thanks to @joejordanbrown for tracking this issue down.
1.0.1
- Full docs
- Small updates and cleanup
0.1.0-rc
Potential release candidate. Still need to finalize documentation.