You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getItemsMetareturn type: the getItemsMeta method of the Dashkit component now always returns an array (previously could return undefined) (#277) (8036d77)
grid layout calculation: updated the algorithm for calculating height and width of grid items (#279) (31feaa9)
ref type change: changed the ref type in renderer and placeholderRenderer plugin functions. Now requires React.RefCallback instead of React.RefObject (#280) (7627301)
renderer functions signature: removed isPlaceholder flag from the arguments of renderer and placeholderRenderer plugin functions (#284) (675c3d4)