Skip to content

Latest commit

 

History

History
194 lines (124 loc) · 19.8 KB

CHANGELOG.md

File metadata and controls

194 lines (124 loc) · 19.8 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.37.3 (2023-04-25)

Bug Fixes

  • Move @deephaven/redux to be a dependency instead (#1249) (3f24e11)

0.37.2 (2023-04-25)

Bug Fixes

0.37.1 (2023-04-25)

Bug Fixes

0.37.0 (2023-04-20)

Bug Fixes

Features

0.36.0 (2023-04-14)

Bug Fixes

Features

  • Display workerName and processInfoId in the console status bar (#1173) (85ce600)
  • Pass optional envoyPrefix query param to CoreClient constructor (#1219) (8b1e58c)
  • usePanelRegistration hook (#1208) (d8db9ca), closes #1207

0.35.0 (2023-04-04)

Bug Fixes

Features

0.34.0 (2023-03-31)

Bug Fixes

  • Conditional formatting not being applied to custom columns (#1181) (1e4f8f9), closes #1135
  • Context menu does not appear when right-clicking IrisGrid component in styleguide (#1184) (696cc2d), closes #1065
  • Double clicking a file causes the loader to flash incorrectly (#1189) (a279670), closes #942
  • Preview did not draw correctly when dragging Grids (#1183) (1a0ff8d), closes #1112
  • Save or discard a changed notebook does not close modal on first click (#1188) (bba2d01), closes #1187
  • Typing for WritableStream (#1186) (dfdf356), closes #803

Features

0.33.0 (2023-03-28)

Bug Fixes

  • Added smarter caching for command history fetching (#1145) (76b3bd5), closes #325
  • DH-14439 Fix QueryMonitor breaking on "null" in default search filter (#1159) (ac6a514)
  • Error thrown when cell overflow position is unknown (#1177) (bb24f61), closes #1116
  • Goto Value Skips Rows on String Column, Displays Incorrect Filter, and shift+enter Doesn't go to Previous (#1162) (e83d7c9), closes #1156 #1157
  • Handling no columns (#1170) (2ac25ae), closes #1169
  • Scrolling horizontally in Linker mode renders empty cells (#1160) (e314be6), closes #1146

Code Refactoring

Features

BREAKING CHANGES

  • Renamed renderFileListItem to FileListItem. Renamed RenderFileListItemProps to FileListItemProps. Removed exports for ConsolePlugin.assertIsConsolePluginProps, GridPlugin.SUPPORTED_TYPES, FileList.getPathFromItem, FileList.DRAG_HOVER_TIMEOUT, FileList.getItemIcon, Grid.directionForKey, GotoRow.isIrisGridProxyModel, and Aggregations.SELECTABLE_OPTIONS. These were all only being consumed within their own file and are not consumed in enterprise
  • Selector Type removed from redux

0.32.0 (2023-03-10)

Bug Fixes

  • DH-12163 - Column grouping sidebar test failure fixes (#1142) (a55308d)
  • Fixed rollup divider position (#1125) (859bfa2), closes #1062
  • Grid rendering header incorrectly when hiding all children in a group via layout hints (#1139) (2fbccc6), closes #1097

Code Refactoring

Features

BREAKING CHANGES

  • Removed index property from dh.types Column type. IrisGridUtils.dehydrateSort now returns column name instead of index. TableUtils now expects column name instead of index for functions that don't have access to a columns array.

0.31.1 (2023-03-03)

Bug Fixes

0.31.0 (2023-03-03)

Bug Fixes

Features

0.30.1 (2023-02-16)

Bug Fixes

  • add missing return for editvalueforcell, missing from TS conversion (#1090) (1b00840), closes #1087
  • DH-14240 hasHeaders false should hide header bar (#1086) (28d97ad)
  • Remove default export in jsapi-types (#1092) (7de114a)

0.30.0 (2023-02-13)

Features

BREAKING CHANGES

  • The JS API packaged as a module is now required for the code-studio, embed-grid, and embed-chart applications. Existing (Enterprise) applications should be able to use jsapi-shim still and load the JS API using the old method.

0.29.1 (2023-02-10)

Bug Fixes

  • DH-14237: down arrow in console not returning to blank field (#1082) (e15c125), closes #646

0.29.0 (2023-02-03)

Features

  • Expandable rows shows tooltip (#1068) (f2efc0a), closes #1061
  • Update ^ in shorcut to "Ctrl+" per windows guidelines (#1069) (60c955a)
  • Use Conventional Commits for release management/PRs (#1057) (aeaf940)