@backstage/plugin-catalog-react 0.0.0-nightly-20220612024701 → 0.0.0-nightly-20220622024934

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