@object-ui/plugin-detail 4.6.0 → 4.8.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,17 @@
|
|
|
1
1
|
# @object-ui/plugin-detail
|
|
2
2
|
|
|
3
|
+
## 4.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 06a4066: Mobile: render related sub-tables on record detail pages as a single-column
|
|
8
|
+
gallery of cards (reusing the existing `object-gallery` renderer) instead of
|
|
9
|
+
cramped multi-column tables. Non-first related sections start collapsed on
|
|
10
|
+
mobile to keep the page scannable. Desktop behavior is unchanged. Touch
|
|
11
|
+
targets on the section "+ 新建" button and header are enlarged on mobile.
|
|
12
|
+
|
|
13
|
+
## 4.7.0
|
|
14
|
+
|
|
3
15
|
## 4.6.0
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|