@deephaven/eslint-config 0.32.1-table-plugins.9 → 0.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.33.0](https://github.com/deephaven/web-client-ui/compare/v0.32.0...v0.33.0) (2023-03-28)
7
+
8
+ ### Code Refactoring
9
+
10
+ - Fix fast refresh invalidations ([#1150](https://github.com/deephaven/web-client-ui/issues/1150)) ([2606826](https://github.com/deephaven/web-client-ui/commit/26068267c2cd67bc971b9537f8ce4108372167f5)), closes [#727](https://github.com/deephaven/web-client-ui/issues/727)
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ - Renamed `renderFileListItem` to `FileListItem`.
15
+ Renamed `RenderFileListItemProps` to `FileListItemProps`.
16
+ Removed exports for `ConsolePlugin.assertIsConsolePluginProps`,
17
+ `GridPlugin.SUPPORTED_TYPES`, `FileList.getPathFromItem`,
18
+ `FileList.DRAG_HOVER_TIMEOUT`, `FileList.getItemIcon`,
19
+ `Grid.directionForKey`, `GotoRow.isIrisGridProxyModel`, and
20
+ `Aggregations.SELECTABLE_OPTIONS`. These were all only being consumed
21
+ within their own file and are not consumed in enterprise
22
+
6
23
  # [0.32.0](https://github.com/deephaven/web-client-ui/compare/v0.31.1...v0.32.0) (2023-03-10)
7
24
 
8
25
  **Note:** Version bump only for package @deephaven/eslint-config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/eslint-config",
3
- "version": "0.32.1-table-plugins.9+29cd4d8",
3
+ "version": "0.33.0",
4
4
  "description": "Deephaven ESLint configuration",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,5 +26,5 @@
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "29cd4d83572be60355a22e372fe11f70ad5ea75a"
29
+ "gitHead": "778346cf8a96f20e04dbad0f6cab75d5fad4b541"
30
30
  }