@backstage/plugin-catalog-react 1.1.1-next.1 → 1.1.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,25 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1f70704580: Accessibility updates:
8
+
9
+ - Wrapped the `EntityLifecyclePicker`, `EntityOwnerPicker`, `EntityTagPicker`, in `label` elements
10
+ - 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
11
+
12
+ - 568f2d1e75: Table component no longer has drag and drop columns by default
13
+ - Updated dependencies
14
+ - @backstage/plugin-catalog-common@1.0.3
15
+ - @backstage/core-components@0.9.5
16
+ - @backstage/integration@1.2.1
17
+ - @backstage/catalog-client@1.0.3
18
+ - @backstage/core-plugin-api@1.0.3
19
+ - @backstage/plugin-permission-common@0.6.2
20
+ - @backstage/catalog-model@1.0.3
21
+ - @backstage/plugin-permission-react@0.4.2
22
+
3
23
  ## 1.1.1-next.1
4
24
 
5
25
  ### 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.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
  });