Changelog History
Page 2
-
v1.59.0 Changes
May 31, 2020May 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
π AllowReact.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 -
v1.58.0 Changes
May 24, 2020May 24, 2020
π Version 1.58.0 published.
π move search state to toolbar component to prevent rerendering. Thanks to MichaΕ Krawczyk
passing missing parameter to onSearchChanged method. Thanks to MichaΕ Krawczyk
Localization for FilterPlaceHolder. Thanks to @sshanzel
β Added searchAutoFocus to options. Thanks to @pradej
π¦ Expose a cspNonce option and pass it to react-beautiful-dnd's DragDrop. Thanks to @ogenodisho
β Add the ability to chose the variant of the search text field. Thanks to @AchilleasMich
β Add aria-labels to all text fields. Thanks to @aitchiss
β‘οΈ update actions types to support current icon usage. Thanks to @xiaomaini
β add overflowY to types. Thanks to @mebuckler
Disable add button when in edit mode. Thanks to @miktap
β Remove duplicate Options.searchText typing. Thanks to @skoging -
v1.57.2 Changes
February 07, 2020Feb 07, 2020
π Version 1.57.2 published.
Call onChangePage on changePageSize. Thanks to @Domino987
β Remove redundant function generation. Thanks to @Domino987
π Fix the error when lookup value is null. Thanks to @urbsny
β Adding Type searchText for options. Thanks to Prabhakara Rao
π fix(types): change void to any for promises return on editable callbacks. Thanks to @hyphaene
β Cell forwardRef boolean value warning solved. -
v1.57.0 Changes
February 05, 2020Feb 05, 2020
π Version 1.57.0 published.
π Fix issue #1321: broken isEditable and isDeletable options. Thanks to @benrawn
π Allows the custom elements to accept the needed props. Thansk to @Domino987
π #43 Fixed columns. -
v1.56.0 Changes
January 25, 2020 -
v1.55.0 Changes
January 12, 2020Jan 12, 2020
π Version 1.55.0 published.
GroupTitle override option added. Thanks to @mbwatson
π Bugfix: marginTop in TableFilterRow. Thanks to @FastStim
π Fixed label of groupby chip misalignment issue. Thanks to @rajarshikhare
overflowY added to options. Thanks to @mebuckler
Missing property searchText in TS def. Thanks to @mlnarik
Solves the problem when pagination changes dynamically. Thanks to @hrafaelveloso
π bugfix: string is not a column type. Thanks to @Domino987
β Add column filter component. Thanks to @jeffsupancic -
v1.54.2 Changes
December 12, 2019Dec 12, 2019
π Version 1.54.2 published.
π Date-time field string typed values transformation bug fixed.
-
v1.54.1 Changes
November 08, 2019Nov 08, 2019
π Version 1.54.1 published.
prevent actions icons re-render. Thanks to @kwiatkk1
β‘οΈ props changed algorithm changed on componentDidUpdate
disabling actions on non-editing row when table has any editing row
functional actions problem resolved -
v1.54.0 Changes
November 08, 2019Nov 08, 2019
π Version 1.54.0 published.
π Fixed bug connected with searchText and state. Thanks to @dimamalyshev
onFilterChange added. Thanks to Ross Anderson
π Passing down props CellStyle to ColumnDef props. Thanks to @sshanzel
β Remove UNSAFE_componentWillReceiveProps. Thanks to @Domino987
β Add typings for thirdSortClick. Thanks to @dsgriffin
0οΈβ£ disable defaultSorting when sorting = false. Thanks to @sshanzel
π Make MTableEditRow's cells use cellStyle. Thanks to @PFayoux
β Added table option hideFilterIcons as a shortcut to hide all hideFilterIcon. Thanks to @rshep1
π Fixed typescript definition for DetailPanel interface to use correct... Thanks to @ririvasπ₯ Breaking Change:
new position field added to actions. You can force an action to be row based even if selection is true. But isFreeAction field is removed. Please check this PR: #1156
-
v1.53.0 Changes
October 24, 2019Oct 24, 2019
π Version 1.53.0 published.
#968: Header checkbox is not working properly when grouping is enabled. Thanks to @martin-pepgit
π Fix Currency - Edit and Alignment. Thanks to @yonihorwitz
β Added iconProps prop to CustomIcon, removed style. Thanks to Dave.
β Add option to modify groupped row separator. Thanks to @t72o
#1049: and keeps the fix for issue #910 in tact. Thanks to @oze4
Enable string in column field. Thanks to @MichalKalita
β Add clear to fitlerTextField. Thanks to @Domino987
π Fixed bug where onChangeColumnHidden is called twice when clicking label. Thanks to @mikaelbr
π #1182 fixed. Thanks to @Domino987
π #1183 fixed. Thanks to @Domino987
π #1020 & #1075 fixed. Thanks to @brendon1555
0οΈβ£ Table Cell sytyle inherits color by default. Thanks to @DustinRobison
β Add minBodyHeight to available options. Thanks to @mfreeborn