@contentful/f36-entity-list 4.0.1 → 4.1.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 +11 -0
- package/README.mdx +3 -5
- package/dist/main.js +0 -0
- package/dist/main.js.map +0 -0
- package/dist/module.js +0 -0
- package/dist/module.js.map +0 -0
- package/dist/types.d.ts +0 -0
- package/dist/types.d.ts.map +0 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [4.1.0](https://github.com/contentful/forma-36/compare/@contentful/f36-entity-list@4.0.1...@contentful/f36-entity-list@4.1.0) (2022-01-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* implement props list redesign [BAU-535] ([#1756](https://github.com/contentful/forma-36/issues/1756)) ([21c57e7](https://github.com/contentful/forma-36/commit/21c57e72008b75990d03af4e7500edc1c7f3d26d))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [4.0.1](https://github.com/contentful/forma-36/compare/@contentful/f36-entity-list@4.0.0...@contentful/f36-entity-list@4.0.1) (2022-01-11)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @contentful/f36-entity-list
|
package/README.mdx
CHANGED
|
@@ -95,14 +95,12 @@ This component should be used in combination with the EntityList.Item component.
|
|
|
95
95
|
</EntityList>
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
-
## Props
|
|
99
|
-
|
|
100
|
-
import { Props } from '@contentful/f36-docs-utils';
|
|
98
|
+
## Props (API reference)
|
|
101
99
|
|
|
102
100
|
### EntityList
|
|
103
101
|
|
|
104
|
-
<
|
|
102
|
+
<PropsTable of="EntityList" />
|
|
105
103
|
|
|
106
104
|
### EntityList.Item
|
|
107
105
|
|
|
108
|
-
<
|
|
106
|
+
<PropsTable of="EntityListItem" />
|
package/dist/main.js
CHANGED
|
File without changes
|
package/dist/main.js.map
CHANGED
|
File without changes
|
package/dist/module.js
CHANGED
|
File without changes
|
package/dist/module.js.map
CHANGED
|
File without changes
|
package/dist/types.d.ts
CHANGED
|
File without changes
|
package/dist/types.d.ts.map
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/f36-entity-list",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "Forma 36: EntityList component",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "parcel build"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@babel/runtime": "^7.6.2",
|
|
10
10
|
"@contentful/f36-badge": "^4.0.1",
|
|
11
|
-
"@contentful/f36-button": "^4.0
|
|
11
|
+
"@contentful/f36-button": "^4.1.0",
|
|
12
12
|
"@contentful/f36-core": "^4.0.1",
|
|
13
13
|
"@contentful/f36-drag-handle": "^4.0.1",
|
|
14
14
|
"@contentful/f36-icon": "^4.0.1",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "3bbe5bae60ddfb45a5e5101ea0348972242ac8a0"
|
|
43
43
|
}
|