@backstage/plugin-catalog-react 1.1.1-next.1 → 1.1.2-next.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 1.1.2-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.9.6-next.1
9
+ - @backstage/catalog-model@1.1.0-next.1
10
+ - @backstage/errors@1.1.0-next.0
11
+ - @backstage/theme@0.2.16-next.0
12
+ - @backstage/catalog-client@1.0.4-next.1
13
+ - @backstage/integration@1.2.2-next.1
14
+ - @backstage/plugin-catalog-common@1.0.4-next.0
15
+ - @backstage/plugin-permission-common@0.6.3-next.0
16
+ - @backstage/plugin-permission-react@0.4.3-next.0
17
+
18
+ ## 1.1.2-next.0
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/catalog-model@1.1.0-next.0
24
+ - @backstage/core-components@0.9.6-next.0
25
+ - @backstage/integration@1.2.2-next.0
26
+ - @backstage/catalog-client@1.0.4-next.0
27
+
28
+ ## 1.1.1
29
+
30
+ ### Patch Changes
31
+
32
+ - 1f70704580: Accessibility updates:
33
+
34
+ - Wrapped the `EntityLifecyclePicker`, `EntityOwnerPicker`, `EntityTagPicker`, in `label` elements
35
+ - Changed group name `Typography` component to `span` (from default `h6`), added `aria-label` to the `List` component, and `role` of `menuitem` to the container of the `MenuItem` component
36
+
37
+ - 568f2d1e75: Table component no longer has drag and drop columns by default
38
+ - Updated dependencies
39
+ - @backstage/plugin-catalog-common@1.0.3
40
+ - @backstage/core-components@0.9.5
41
+ - @backstage/integration@1.2.1
42
+ - @backstage/catalog-client@1.0.3
43
+ - @backstage/core-plugin-api@1.0.3
44
+ - @backstage/plugin-permission-common@0.6.2
45
+ - @backstage/catalog-model@1.0.3
46
+ - @backstage/plugin-permission-react@0.4.2
47
+
3
48
  ## 1.1.1-next.1
4
49
 
5
50
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "1.1.1-next.1",
3
+ "version": "1.1.2-next.1",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/dist/index.esm.js CHANGED
@@ -1024,7 +1024,8 @@ const EntityTable = (props) => {
1024
1024
  search: false,
1025
1025
  paging: false,
1026
1026
  actionsColumnIndex: -1,
1027
- padding: "dense"
1027
+ padding: "dense",
1028
+ draggable: false
1028
1029
  },
1029
1030
  data: entities
1030
1031
  });