Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 3.16 KB

CHANGELOG.md

File metadata and controls

53 lines (32 loc) · 3.16 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.5.3 (2020-06-30)

⚠ BREAKING CHANGES

  • FioriIntegrationCards: Class name changed

Features

  • 🎸 add stacked column chart and improve column chart (9ed685b)
  • 🎸 color palettes and theme manager (#66) (bfbc5fd)
  • 🎸 support colorsForCategory for column and stacked column (4f88c4d)
  • 🎸 Support fetching data with Request object (#68) (4689b12), closes #33
  • 🎸 add custom views of FioriCharts to Xcode library (bc23d6e)

Bug Fixes

  • project ‘FioriSwiftUI’ is damaged and cannot be opened (8c324df)
  • rename BaseBaseCard to BackingCard (e998644), closes #59

0.5.2 (2020-06-12)

⚠ BREAKING CHANGES

  • SegmentedControl: API renaming

Features

  • add a new chart type - column (06bb4a6)
  • add new column chart to test app Micro Chart (52b41c0)
  • pin&zoom and pan for column chart's x axis labels (44ca423)
  • pinch&zoom and pan for column chart (def04f5)
  • selections for column chart (0b99e0f)

Bug Fixes

  • fix micro chart - column's ui when the column value is negative (d25cc9a)
  • SegmentedControl: dynamic height based on content size (708674c)

0.5.1 (2020-06-03)

  • fix version solving failed when adding try to add package in XCode with version rules

0.5.0 (2020-06-03)

  • First public release! 🎉
  • Introducing FioriCharts and FioriIntegrationCards module
  • Software is incomplete (but useable) and remains a work in progress