Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

0.13.0

Compare
Choose a tag to compare
@mattlewis92 mattlewis92 released this 08 Jul 18:55
· 619 commits to master since this release
  • Build the entire calendar with webpack. Consequently the module is now exportable via common.js, amd and as a standalone script (#103)
  • Fix for the auto-open attribute not always auto opening when the events or day changes (#106)

Breaking changes

  • All directives templates are now inlined. Before templateUrl was used to set the template, but now the template property is. This only affects people using custom templates. To migrate use a decorator to delete the template and re-add the templateUrl to whatever your custom template is loaded as.