Skip to content

v1.59.0

Compare
Choose a tag to compare
@mbrn mbrn released this 31 May 11:54
· 360 commits to master since this release

May 31, 2020

Version 1.59.0 published.

Fixes the unnecessary PropType warning in #1387. Thanks to @BrendanGoggin
fix: remove equality check on data prop function when remote data. Thanks to @giacomocerquone
Fixed misaligned filter placeholder text when using lookup filters . Thanks to Ingvald Lorentzen
Fix rows becoming locked when edit state is lost. Thanks to @aaron
Allow React.ReactNode for certain localization strings. Thanks to @Svish
remove unused variable. Thanks to @sajjadkarimi
fix(typings): added missing 'width' type on Column interface. Thanks to @janvandenberg
Fixed issue where parent detail panel would appear under all children. Thanks to Ingvald Lorentzen
Checking props.data type to skip remote sorting. Thanks to @sandeepkumar-vedam-by