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

v0.12.0

Compare
Choose a tag to compare
@eddiemonge eddiemonge released this 30 Jun 18:42
· 62 commits to master since this release

Bug Fixes

  • app:
    • add an override for bootstrap/bower (209100d9)
    • remove invalid parameter in app-suffix option config (aacd52b4)
    • remove IE6/7 CSS hacks (81a42bcb)
    • Add Disallow: to robots.txt (fd942ce9)
    • use https:// in the Analytics script (76de76e0)
    • remove no-js class (4ccfbac9)
    • update browsehappy conditional comment (c7bb7ff8)
  • gen:
    • switch ctrlAs name to a cameledName (b0809c0f)
    • use absolute paths in generated .gitignore (1f907d3c)
    • revert issues introduced in #1041 (1486af10)
  • htmlmin: disable the removeOptionalTags option. (f3d592ff)
  • ngtemplates: should build dest into .tmp (bb4babf6)
  • watch: sourcemap not updated on sass file change (5248054d)

Features

  • app:
    • add grunt-angular-templates to the build (b7b72b00, closes #277)
    • use controller as syntax (570fbf25)
  • templates: add provider test scafolding (7ec5f63d)