@backstage/plugin-catalog-react 1.1.1-next.0 → 1.1.2-next.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 1.1.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@1.1.0-next.0
9
+ - @backstage/core-components@0.9.6-next.0
10
+ - @backstage/integration@1.2.2-next.0
11
+ - @backstage/catalog-client@1.0.4-next.0
12
+
13
+ ## 1.1.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 1f70704580: Accessibility updates:
18
+
19
+ - Wrapped the `EntityLifecyclePicker`, `EntityOwnerPicker`, `EntityTagPicker`, in `label` elements
20
+ - 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
21
+
22
+ - 568f2d1e75: Table component no longer has drag and drop columns by default
23
+ - Updated dependencies
24
+ - @backstage/plugin-catalog-common@1.0.3
25
+ - @backstage/core-components@0.9.5
26
+ - @backstage/integration@1.2.1
27
+ - @backstage/catalog-client@1.0.3
28
+ - @backstage/core-plugin-api@1.0.3
29
+ - @backstage/plugin-permission-common@0.6.2
30
+ - @backstage/catalog-model@1.0.3
31
+ - @backstage/plugin-permission-react@0.4.2
32
+
33
+ ## 1.1.1-next.1
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies
38
+ - @backstage/core-components@0.9.5-next.1
39
+ - @backstage/catalog-client@1.0.3-next.0
40
+ - @backstage/core-plugin-api@1.0.3-next.0
41
+ - @backstage/integration@1.2.1-next.1
42
+ - @backstage/plugin-permission-common@0.6.2-next.0
43
+ - @backstage/catalog-model@1.0.3-next.0
44
+ - @backstage/plugin-permission-react@0.4.2-next.0
45
+ - @backstage/plugin-catalog-common@1.0.3-next.0
46
+
3
47
  ## 1.1.1-next.0
4
48
 
5
49
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "1.1.1-next.0",
3
+ "version": "1.1.2-next.0",
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
  });