Skip to content

core-ui 0.6.0

Compare
Choose a tag to compare
@ChengYanJin ChengYanJin released this 22 Dec 15:56
· 1339 commits to development/1.0 since this release

Release 0.6.0

Breaking changes

  • Update the color-palette, rename healthyLight by healthySecondary, add textTertiary,alertand info
    (PR #208)

Features Added

  • LateralNavbarLayout: Export the layout with only sidebar(lateral navbar)
    (PR #180)
  • Statusbar component to display the health status of history.
    (PR #185)
  • HealthSeletor component do select alerts base on the severity(All, Ok, Warning, Critical)
    (PR #210)

Bug fixes

  • Fix ProgressBar component to fill with the correct percentage.
    (PR #200)
  • VegaChart component tries to render the graph even if the component has been unmounted leading to memory leak issues
    (PR #215)