Skip to content

Releases: scality/core-ui

core-ui 0.7.1

29 Jan 09:26
Compare
Choose a tag to compare

Release 0.7.1

Bug fixes

  • Progressbar: Unable to enrich the property for the progressbar component
    (PR #225)

core-ui 0.7.0

12 Jan 13:33
Compare
Choose a tag to compare

Release 0.7.0

Features Added

  • Input number: Add number type to the input component
    (PR #213)
  • Sidebar: Expand the sidebar when hovering on it.
    (PR #216)

core-ui 0.6.1

05 Jan 10:40
Compare
Choose a tag to compare

Release 0.6.0

Bug fixes

  • Fix missing Chips background and warning about unknown event handler property
    (PR #219)

core-ui 0.6.0

22 Dec 15:56
Compare
Choose a tag to compare

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)

New Color Palette

21 Feb 17:21
Compare
Choose a tag to compare

apply the new color palette

const themes = [
  {
    name: "Light Theme",
    brand: {
      base: "#607080",
      primary: "#FAF9FB",
      primaryDark1: "#F7F6F9",
      primaryDark2: "#EDEAF0",
      secondary: "#037AFF",
      secondaryDark1: "#1C3D59",
      secondaryDark2: "#1C2E3F",
      success: jade,
      healthy: "#25AC56",
      healthyLight: "#75FE63",
      info: "#027AFF",
      warning: "#FEFA51",
      danger: warmRed,
      critical: "#BE2543",
      background: white,
      backgroundBluer: "#ECF4FF",
      textPrimary: "#313B44",
      textSecondary: "#8593A0",
      textTertiary: "#6C8398",
      borderLight: "#A5A5A5",
      border: "#A5A5A5"
    }
  },
  {
    name: "Dark Theme",
    brand: {
      base: "#6A7B92",
      primary: "#1D1D1F",
      primaryDark1: "#171718",
      primaryDark2: "#0A0A0A",
      secondary: "#037AFF",
      secondaryDark1: "#1C3D59",
      secondaryDark2: "#1C2E3F",
      success: jade,
      healthy: "#25AC56",
      healthyLight: "#75FE63",
      info: "#027AFF",
      warning: "#FEFA51",
      danger: warmRed,
      critical: "#BE2543",
      background: "#121214",
      backgroundBluer: "#182A41",
      textPrimary: "#FFFFFF",
      textSecondary: "#A8B5C1",
      textTertiary: "#A7B6C3",
      borderLight: "#2C3137",
      border: "#A5A5A5"
    }
  }
];

0.3.0

28 Nov 09:12
Compare
Choose a tag to compare

Features:

  • Navbar actions refactor with breaking changes
  • Banner
  • Progressbar
  • Linechart
  • Textarea Input

0.2.0

06 Nov 11:02
Compare
Choose a tag to compare
Merge branch 'feature/button-inverted-disabled' into q/1.0