Skip to content

Added proptypes validation to components + bug fixes

Compare
Choose a tag to compare
@aeagle aeagle released this 08 Dec 23:26
· 448 commits to master since this release
  • Fix to ensured resize delta is reset when size property changed on anchored and resizable spaces
  • Added PropTypes for all exposed components for Javascript only consumers in addition to the Typescript typings in the library.
  • Fix when multiple classes provided as property to space to prevent a duplication of class names on the outer and inner space elements.