Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@benjamincharity benjamincharity released this 16 Oct 06:18
· 4 commits to master since this release
  • 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.