Skip to content
Developerhome

Sage 200 Standard 2024 R1 | Documentation | Changes to Web Amendability props

Published   23 February 2024     Less than to read

New Components

No new components have been added in this release.

Removed Components

No components have been removed in this release.

Updated Components

  • AccordionGroup
    • id prop has been added
    • visible prop has been added
  • Box
    • borderRadius prop has been modified
      • Description has changed from “Design Token for Border Radius. Note: please check that the border radius design token you are using is compatible with the Box component.” to “Design Token for Border Radius. Note: please check that the border radius design token you are using is compatible with the Box component. This prop will not do anything if you have the roundedCornerOptOut flag set in the CarbonProvider
  • ButtonMinor
    • isInPassword prop has been added
  • GridColumn
    • iconType prop has been modified
      • Type has changed from "filter" | "error" | "info" | "warning" | "chevron_down" | "dropdown" | "none" | "grid" | "add" | "admin" | "alert" | "alert_on" | "analysis" | "arrow" | "arrow_bottom_right_circle" | ... 220 more ... | undefined to "filter" | "error" | "info" | "warning" | "chevron_down" | "dropdown" | "none" | "grid" | "add" | "admin" | "alert" | "alert_on" | "analysis" | "arrow" | "arrow_bottom_right_circle" | ... 222 more ... | undefined
    • lockPosition prop has been modified
      • Description has changed from “Lock a column to position to 'left' or'right' to always have this column displayed in that position. true is treated as 'left'” to “Lock a column to position to 'left' or'right' to always have this column displayed in that position. true is treated as 'left'
    • menuTabs prop has been modified
      • Type has changed from string[] | undefined to ColumnMenuTab[] | undefined
  • GridItem
    • smRow prop has been added
    • mdRow prop has been added
    • lgRow prop has been added
  • Icon
    • type prop has been modified
      • Type has changed from "filter" | "error" | "info" | "warning" | "chevron_down" | "dropdown" | "none" | "grid" | "add" | "admin" | "alert" | "alert_on" | "analysis" | "arrow" | "arrow_bottom_right_circle" | ... 219 more ... | "messages" to "filter" | "error" | "info" | "warning" | "chevron_down" | "dropdown" | "none" | "grid" | "add" | "admin" | "alert" | "alert_on" | "analysis" | "arrow" | "arrow_bottom_right_circle" | ... 221 more ... | "messages"