Skip to content

Release 3.0.0

Choose a tag to compare

@mawelCaballero mawelCaballero released this 09 Apr 07:02
· 1257 commits to master since this release
4da3c42

New Features

  • Added responsiveness in sidebar
  • Added custom header component to Standard layout component.
  • Added custom footer component to Standard Layout component.
  • Added newWindow property in tag component.
  • Added button when onClick property is defined in tag component
  • Added underlined property in header component.
  • Added labelFormatCallback property in slider component.
  • Added coerceBoolean to boolean input parameters.
  • Added link icon component as child compound component of link component.
  • Added tab icon component as child compound component of tab component.
  • Added tagIcon component as child compound component of tag component.
  • Added InputPrefixIcon and InputSuffixIcon as child compound components of input text component.
  • Added Chip component.
  • Changes on button component. Icon has been defined as a compound component instead of a property object.
  • Changes on accordion component. Icon has been defined as a compound component instead of a property object.
  • Added new component, accordion group.
  • Added onTabHover event in tab component.

Breaking Changes

  • Removed arrowDistance property in layout standard component.
  • Changes on application layout structure.
  • Removed margin from main content of application layout component.
  • Removed activeTabIndexChange property function in tabs component.
  • Removed tabsMode property in tabs and tabbed section component.
  • Moved footer in same level as layout component container and removed from main content container.
  • Added itemsPerPage property to pagination component.
  • Changes on select component. Select options have been defined as compound components.
  • Changes on theme object property names.
  • Changes on wizard component. Icon has been defines as a compound component instead of a property object and added WizardStep as child compound component.

Bug Fixes

  • Fix in Sidenav
    • Fix push content
    • Fix overlay and displayArrow properties.
    • Fix styled componentes related with isModePush sidenav default value .
    • Fix position css property in sidenav container class.
    • Fix height and min-height css property calculation.
    • Fix height calculation depending on size property value.
  • Fix resizing in main container of layout standard component
  • Fix select theme color
  • Fix background styling on tabs component removing padding-box inner property.
  • Fix valid property on wizard component.
    Deprecation
  • Button component: iconSrc property
  • Input Text component: prefixIconSrc and suffixIconSrc properties.
  • Tab component: iconSrc property.
  • Tag component: iconSrc property.
  • Accordion component: iconSrc property.
  • Chip component: suffixIconSrc and prefixIconSrc properties.
  • Dropdown component: iconSrc property.
  • Link component: iconSrc property.