Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Releases: stewones/angular-morris

1.3.0

22 Aug 15:26
Compare
Choose a tag to compare

I had to refactor the entire development structure, to change the way it was being built because I realized, that it was getting some difficult to maintain and scale.

Now its time to growing up. I'll try to release patch versions at least once a week to fix current issues, and get it increasingly stable.

See what's changed in this minor version.

Deprecated

  • bower and npm package name changed to angular-morris to make it more 'memorable'
    • as some people have pronounced the name without the 'chart ' at the end, i decided to change.
  • because of the above item I decided to do a rebrand at all, including logo, domain and home page
  • refacted all development environment to use Appfy tools

Minor changes

  • angular module name now is angular.morris instead of angular.morris-chart
  • fixed some async issues related in all directives

New features

1.2.0

22 Aug 13:31
Compare
Choose a tag to compare
  • Behave Like Line feature for area charts #29
  • New feature to change labels/keys dynamically #25
  • Bugfix #23
  • New feature #18
  • New feature #15
  • New feature where now we can easily map all keys from Morris.js thx to @rolaveric #26

1.1.0

24 May 19:23
Compare
Choose a tag to compare
Breaking Changes
  • changing dependency injection from stpa.morris to angular.morris-chart
  • development enviroment
New Features
  • new gulp development environment with testing tools
  • unit tests added
  • new configurable options for colors
  • directives improvements
Bugs