Releases: deephaven/web-client-ui
Releases · deephaven/web-client-ui
v0.97.0
0.97.0 (2024-10-23)
⚠ BREAKING CHANGES
RefreshToken
related classes have been removed from@deephaven/jsapi-components
. This functionality did not actually work in Core, and was unused. TheRefreshToken
type is now defined in@deephaven/jsapi-types
, asdh.RefreshToken
.
Features
- @deephaven/jsapi-nodejs npm package (#2260) (72507d3)
- add monaco docs CSS override (#2250) (6b949d5), closes #2247
- Add render blocking errors to Chart (#2255) (74a5cb7)
- add thousands format for numbers (#2261) (0802f8a), closes #2253
- Branded type utils (#2264) (fff0155), closes #2263
Bug Fixes
v0.96.1
v0.96.0
0.96.0 (2024-10-04)
⚠ BREAKING CHANGES
- The app should call
MonacoUtils.init
with agetWorker
function that
uses the JSON worker in addition to the general fallback worker when
adding support for configuring ruff.
Features
- checkbox_group re-export (#2212) (a24dc8c), closes #2211
- Ruff Python formatter and linter (#2233) (4839d72), closes #1255
Bug Fixes
- Change ruff errors to warnings and fix config saving (#2246) (6ae25a2)
- Closing tab with middle mouse on Linux pasting into active editor (#2240) (91bd8fe), closes #1461
- DH-17537: Fix Advanced Filter dialog not showing the values list on tree tables (#2232) (86e16ee)
- DH-17730: Fix Proxy Model Undefined Formatter (#2237) (ee1bc2f)
- improve color contrast of editor find in dark mode (#2248) (f8dd133)
- Layout shifts when opening and closing panels from a fresh state (#2241) (aad0aa6), closes #1268
- Reuse dashboard tabs when reassigning the variable (#2243) (d2c6eab), closes #1971
v0.85.6
v0.85.5
v0.95.0
v0.94.0
0.94.0 (2024-09-18)
⚠ BREAKING CHANGES
- TestUtils has been moved to new package
@deephaven/test-utils
. Consumers will need to install the new package
as a dev dependency and update references.
Features
Code Refactoring
v0.93.0
0.93.0 (2024-09-12)
Features
Bug Fixes
- ChartBuilderPlugin fixes for charts built from PPQs in Enterprise (#2167) (99b8d59)
- Publish WidgetPanelProps (#2210) (7331976), closes /github.com/deephaven-ent/iris/pull/2114/files#diff-536d6ac232028a4ebbafc5ca79bb1a22844488a4b628196e43056379f9326a90R17
- Use correct offset in snapshot (#2217) (a479d6c)