Skip to content

v1.1.0-5

Compare
Choose a tag to compare
@satyamyadav satyamyadav released this 25 Aug 15:26
· 3118 commits to master since this release

Fixes

  • 3fa730f fix(InputMask): fixes defaultValue
  • e526574 fix(Inputmask): fixes defaultValue prop -m #250
  • 38aedad fix(Grid): hides initial abrupt render
  • c73e71b fix(layering): fixes z-index in popperWrapper and modal
  • 5b3d41c fix(storybook): fixes height of canvas
  • 447d9b5 fix(Grid): fixes data mutation in translateData utility

Features

  • 7584eef feat(Button): adds type prop
  • 3a7b0bd feat(slider): adds slider component
  • 8afac37 feat(Grid): add patterns
  • 5881a57 feat:adds unit Testing
  • 9598aac feat(Grid): adds separator prop
  • f362227 feat(Grid): adds column width percent support
  • b13ba22 feat(Grid): adds headCellTooltip prop
  • 6cb317a feat(PageHeader): adds separator prop for border-bottom

Others

  • 64f9097 chore(Grid): moves Pagination out of Grid to Table