Releases: deephaven/web-client-ui
Releases · deephaven/web-client-ui
v0.76.0
0.76.0 (2024-05-03)
Bug Fixes
- Fixed ListView props (#1986) (0ca3a66)
- remove extra padding on column statistic refresh button (#1984) (dc29aa9)
- Typing in notebooks is laggy (#1977) (47f9a57)
Performance Improvements
- remove focus tracking in notebook panel causing extra re-render (#1983) (a283e13)
- remove workspace dependancy from iris-grid-panel and memoize settings redux selector (#1982) (c3ea867), closes #1977
BREAKING CHANGES
- getPluginContent deprecatedProps have been removed from
iris-grid
v0.75.1
v0.75.0
v0.74.0
v0.73.0
0.73.0 (2024-04-19)
Bug Fixes
- allow plotly plots to shrink inside ui.flex/grid layouts (#1946) (88fbe86)
- Fix issues when auto-size columns/rows is false, and when row headers are not 0 (#1927) (01c2a06)
Features
- improve table loading (#1898) (9b14ee0), closes #1865
- ListView components (#1919) (b63ab18)
- log export blacklist (#1881) (d3fb28a), closes #1245
- New chart error panel (#1850) (309ff79), closes #1520
- reopen closed tabs (#1912) (c2e8714), closes #1785
BREAKING CHANGES
LIST_VIEW_ROW_HEIGHT
number constant replaced with
dictionaryLIST_VIEW_ROW_HEIGHTS
v0.72.0
0.72.0 (2024-04-04)
Bug Fixes
- Add isInvalid prop to Select component (#1883) (1803f31), closes #1882
- adjust alignment of search input next/previous buttons (#1917) (c7fcd38)
- Dashboard onLayoutInitialized not firing if config is empty (#1914) (84c648b)
- package-lock missing pinned dependency (#1920) (1d9d216)
Code Refactoring
Features
- Picker - formatter settings (#1907) (f06a141), closes #1889
- re-export spectrum useStyleProp util (#1916) (aafa14b)
- wrap spectrum View, Text and Heading to accept custom colors (#1903) (a03fa07)
BREAKING CHANGES
@deephaven/embed-grid
does not handle messages to the
iframe for filtering or sorting the grid any more