Skip to content

v1.1.0

Compare
Choose a tag to compare
@jondlm jondlm released this 07 Jun 22:01
· 4381 commits to master since this release

Changes

  • #288 minor: added the Paginator component
  • #312 patch: fixed Button font styling bug introduced in #302 and actually remove the firefox button outline that should have been fixed previously
  • #309 patch: fixed ContextMenu to allow proper style prop overriding
  • #308 patch: fixed ToolTip component that rendering on the wrong parts of the screen
  • #302 patch: this was a messed up PR that was corrected by #312
  • #303 patch: fixed a small bug when hovering over a disabled Autocomplete
  • #301 patch: fixed DataTable to properly center column group content
  • #297 patch: fixed ContextMenu initial render position
  • #284 patch: fixed Table to properly support right text alignment in Th
  • #277 patch: fixed Autocomplete input width to be 100%
  • #275 patch: minor performance improvement for ContextMenu by preventing alignment if the fly out isn't expanded
  • #273 patch: fixed style bug with Table first column left borders
  • #299 none: added "Credits" section to README
  • #295 none: removed linting from npm run test-tdd command