Skip to content

Release-1.1.0

Compare
Choose a tag to compare
@Joelius300 Joelius300 released this 28 Mar 12:50
· 134 commits to master since this release
  • Update chart title configuration (#65, #67). Thanks @RestoreMonarchy!
  • Update tick configuration (#68)
  • Update animation configuration (#86, #73, #74). Thanks @ItsMeDan11!
  • Respect the aspect ratio configuration (#88). Thanks @esso23!
  • Add option for creating a custom chart type (#25). Thanks @oleksiizapara!
  • Rework the string- and object-enum with de/serialization in focus (#84). This is a prerequisit for #70 and shouldn't have external changes but also means better documentation and improved/fixed equality behaviour.

In this release we also bumped the .net standard version to 2.1. Considering this is currently only really usable with blazor, it's not an issue yet. Once we start to split the projects in order to make this library usable in other contexts (#78) we might need to revisit that decision.

On a different note, we now use Semantic Versioning going forward which might mean higher version numbers considering that there are still lots of breaking changes that need to happen in the future. Also the tag names now comply with standard git practice. The release names will be continued in the same fashion as before.