decap-cms-widget-list 3.1.0 → 3.2.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 +88 -80
- package/README.md +1 -1
- package/dist/decap-cms-widget-list.js +3 -3
- package/dist/decap-cms-widget-list.js.map +1 -1
- package/dist/esm/ListControl.js +11 -11
- package/dist/esm/index.js +2 -2
- package/package.json +3 -3
- package/src/ListControl.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
# [3.2.0](https://github.com/decaporg/decap-cms/compare/decap-cms-widget-list@3.1.1...decap-cms-widget-list@3.2.0) (2024-08-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package decap-cms-widget-list
|
|
9
|
+
|
|
10
|
+
## [3.1.1](https://github.com/decaporg/decap-cms/compare/decap-cms-widget-list@3.1.0-beta.1...decap-cms-widget-list@3.1.1) (2024-03-21)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package decap-cms-widget-list
|
|
13
|
+
|
|
6
14
|
# [3.1.0](https://github.com/decaporg/decap-cms/compare/decap-cms-widget-list@3.1.0-beta.1...decap-cms-widget-list@3.1.0) (2024-02-01)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
@@ -71,67 +79,67 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
71
79
|
|
|
72
80
|
- **list-control:** better value validation ([#5592](https://github.com/decaporg/decap-cms/issues/5592)) ([fb0f825](https://github.com/decaporg/decap-cms/commit/fb0f8259eae60c27a3a35c3db834c8311131d328))
|
|
73
81
|
|
|
74
|
-
## [2.9.2](https://github.com/decaporg/decap-cms/tree/
|
|
82
|
+
## [2.9.2](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.9.1...decap-cms-widget-list@2.9.2) (2021-06-01)
|
|
75
83
|
|
|
76
84
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
77
85
|
|
|
78
|
-
## [2.9.1](https://github.com/decaporg/decap-cms/tree/
|
|
86
|
+
## [2.9.1](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.9.0...decap-cms-widget-list@2.9.1) (2021-05-12)
|
|
79
87
|
|
|
80
88
|
### Bug Fixes
|
|
81
89
|
|
|
82
|
-
- **deps:** update dependency react-sortable-hoc to v2 ([#5371](https://github.com/decaporg/decap-cms/tree/
|
|
90
|
+
- **deps:** update dependency react-sortable-hoc to v2 ([#5371](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/5371)) ([b5dabc2](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/b5dabc212953348bee83d41c36ca1f949c87b6b5))
|
|
83
91
|
|
|
84
|
-
# [2.9.0](https://github.com/decaporg/decap-cms/tree/
|
|
92
|
+
# [2.9.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.8.5...decap-cms-widget-list@2.9.0) (2021-05-04)
|
|
85
93
|
|
|
86
94
|
### Features
|
|
87
95
|
|
|
88
|
-
- added react 17 as peer dependency in packages ([#5316](https://github.com/decaporg/decap-cms/tree/
|
|
96
|
+
- added react 17 as peer dependency in packages ([#5316](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/5316)) ([9e42380](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/9e423805707321396eec137f5b732a5b07a0dd3f))
|
|
89
97
|
|
|
90
|
-
## [2.8.5](https://github.com/decaporg/decap-cms/tree/
|
|
98
|
+
## [2.8.5](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.8.4...decap-cms-widget-list@2.8.5) (2021-04-06)
|
|
91
99
|
|
|
92
100
|
### Bug Fixes
|
|
93
101
|
|
|
94
|
-
- allow any default list as default value for list widgets ([#5030](https://github.com/decaporg/decap-cms/tree/
|
|
102
|
+
- allow any default list as default value for list widgets ([#5030](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/5030)) ([83c2354](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/83c235423e76023fe10f167c8f9087cba7a4c922))
|
|
95
103
|
|
|
96
|
-
## [2.8.4](https://github.com/decaporg/decap-cms/tree/
|
|
104
|
+
## [2.8.4](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.8.3...decap-cms-widget-list@2.8.4) (2021-02-25)
|
|
97
105
|
|
|
98
106
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
99
107
|
|
|
100
|
-
## [2.8.3](https://github.com/decaporg/decap-cms/tree/
|
|
108
|
+
## [2.8.3](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.8.2...decap-cms-widget-list@2.8.3) (2021-02-23)
|
|
101
109
|
|
|
102
110
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
103
111
|
|
|
104
|
-
## [2.8.2](https://github.com/decaporg/decap-cms/tree/
|
|
112
|
+
## [2.8.2](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.8.1...decap-cms-widget-list@2.8.2) (2021-02-10)
|
|
105
113
|
|
|
106
114
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
107
115
|
|
|
108
|
-
## [2.8.1](https://github.com/decaporg/decap-cms/tree/
|
|
116
|
+
## [2.8.1](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.8.0...decap-cms-widget-list@2.8.1) (2020-11-26)
|
|
109
117
|
|
|
110
118
|
### Bug Fixes
|
|
111
119
|
|
|
112
|
-
- list markdown widgets ([#4492](https://github.com/decaporg/decap-cms/tree/
|
|
120
|
+
- list markdown widgets ([#4492](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/4492)) ([4789d20](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/4789d205386f589c3556df32700df25ad078904f))
|
|
113
121
|
|
|
114
|
-
# [2.8.0](https://github.com/decaporg/decap-cms/tree/
|
|
122
|
+
# [2.8.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.7.0...decap-cms-widget-list@2.8.0) (2020-10-25)
|
|
115
123
|
|
|
116
124
|
### Bug Fixes
|
|
117
125
|
|
|
118
|
-
- **widget-list:** don't split an empty string ([#4464](https://github.com/decaporg/decap-cms/tree/
|
|
126
|
+
- **widget-list:** don't split an empty string ([#4464](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/4464)) ([f3a8eac](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/f3a8eac816710dbc639ad40b06742fa90885e613))
|
|
119
127
|
|
|
120
128
|
### Features
|
|
121
129
|
|
|
122
|
-
- add add_to_top option to list widget ([#4465](https://github.com/decaporg/decap-cms/tree/
|
|
130
|
+
- add add_to_top option to list widget ([#4465](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/4465)) ([4c962f9](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/4c962f9149722074652c8939486650a4ddb1d7b3))
|
|
123
131
|
|
|
124
|
-
# [2.7.0](https://github.com/decaporg/decap-cms/tree/
|
|
132
|
+
# [2.7.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.6.6...decap-cms-widget-list@2.7.0) (2020-10-20)
|
|
125
133
|
|
|
126
134
|
### Features
|
|
127
135
|
|
|
128
|
-
- **widget-list:** add min max configuration ([#4394](https://github.com/decaporg/decap-cms/tree/
|
|
136
|
+
- **widget-list:** add min max configuration ([#4394](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/4394)) ([5fdfe40](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/5fdfe40dd29e9e22c9ae7d6219bc057f7ea7280b))
|
|
129
137
|
|
|
130
|
-
## [2.6.6](https://github.com/decaporg/decap-cms/tree/
|
|
138
|
+
## [2.6.6](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.6.5...decap-cms-widget-list@2.6.6) (2020-09-20)
|
|
131
139
|
|
|
132
140
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
133
141
|
|
|
134
|
-
## [2.6.5](https://github.com/decaporg/decap-cms/tree/
|
|
142
|
+
## [2.6.5](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.6.4...decap-cms-widget-list@2.6.5) (2020-09-15)
|
|
135
143
|
|
|
136
144
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
137
145
|
|
|
@@ -139,208 +147,208 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
139
147
|
|
|
140
148
|
### Reverts
|
|
141
149
|
|
|
142
|
-
- Revert "chore(release): publish" ([828bb16](https://github.com/decaporg/decap-cms/tree/
|
|
150
|
+
- Revert "chore(release): publish" ([828bb16](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/828bb16415b8c22a34caa19c50c38b24ffe9ceae))
|
|
143
151
|
|
|
144
152
|
## 2.6.3 (2020-08-20)
|
|
145
153
|
|
|
146
154
|
### Reverts
|
|
147
155
|
|
|
148
|
-
- Revert "chore(release): publish" ([8262487](https://github.com/decaporg/decap-cms/tree/
|
|
156
|
+
- Revert "chore(release): publish" ([8262487](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/82624879ccbcb16610090041db28f00714d924c8))
|
|
149
157
|
|
|
150
158
|
## 2.6.2 (2020-07-27)
|
|
151
159
|
|
|
152
160
|
### Reverts
|
|
153
161
|
|
|
154
|
-
- Revert "chore(release): publish" ([118d50a](https://github.com/decaporg/decap-cms/tree/
|
|
162
|
+
- Revert "chore(release): publish" ([118d50a](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/118d50a7a70295f25073e564b5161aa2b9883056))
|
|
155
163
|
|
|
156
|
-
## [2.6.1](https://github.com/decaporg/decap-cms/tree/
|
|
164
|
+
## [2.6.1](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.6.0...decap-cms-widget-list@2.6.1) (2020-07-16)
|
|
157
165
|
|
|
158
166
|
### Bug Fixes
|
|
159
167
|
|
|
160
|
-
- **prop-types:** check for react components via PropTypes.elementType ([#4025](https://github.com/decaporg/decap-cms/tree/
|
|
168
|
+
- **prop-types:** check for react components via PropTypes.elementType ([#4025](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/4025)) ([d3831b1](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/d3831b1ed44fcff51a63f6645a5aa68332467dab))
|
|
161
169
|
|
|
162
|
-
# [2.6.0](https://github.com/decaporg/decap-cms/tree/
|
|
170
|
+
# [2.6.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.5.1...decap-cms-widget-list@2.6.0) (2020-06-18)
|
|
163
171
|
|
|
164
172
|
### Features
|
|
165
173
|
|
|
166
|
-
- add widgets schema validation ([#3841](https://github.com/decaporg/decap-cms/tree/
|
|
174
|
+
- add widgets schema validation ([#3841](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/3841)) ([2b46608](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/2b46608f86d22c8ad34f75e396be7c34462d9e99))
|
|
167
175
|
|
|
168
|
-
## [2.5.1](https://github.com/decaporg/decap-cms/tree/
|
|
176
|
+
## [2.5.1](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.5.0...decap-cms-widget-list@2.5.1) (2020-06-01)
|
|
169
177
|
|
|
170
178
|
### Bug Fixes
|
|
171
179
|
|
|
172
|
-
- Error UI improvements for nested lists/objects ([#3726](https://github.com/decaporg/decap-cms/tree/
|
|
180
|
+
- Error UI improvements for nested lists/objects ([#3726](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/3726)) ([3978578](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/397857855b2c8514c2f7ce83756af6b6698abc3d))
|
|
173
181
|
|
|
174
|
-
# [2.5.0](https://github.com/decaporg/decap-cms/tree/
|
|
182
|
+
# [2.5.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.4.6...decap-cms-widget-list@2.5.0) (2020-05-19)
|
|
175
183
|
|
|
176
184
|
### Features
|
|
177
185
|
|
|
178
|
-
- **decap-cms-widget-list:** allow 'summary' field ([#3616](https://github.com/decaporg/decap-cms/tree/
|
|
179
|
-
- **widget-list:** add hiding list content with minimize_collapsed option ([#3607](https://github.com/decaporg/decap-cms/tree/
|
|
186
|
+
- **decap-cms-widget-list:** allow 'summary' field ([#3616](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/3616)) ([7cc4c89](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/7cc4c89539ddbd410ec7a1767c66f04e8d711cc5))
|
|
187
|
+
- **widget-list:** add hiding list content with minimize_collapsed option ([#3607](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/3607)) ([4dd58c5](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/4dd58c5dcb22f4c0456a36d6c38883b54d8a7c4d))
|
|
180
188
|
|
|
181
|
-
## [2.4.6](https://github.com/decaporg/decap-cms/tree/
|
|
189
|
+
## [2.4.6](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.4.4...decap-cms-widget-list@2.4.6) (2020-05-04)
|
|
182
190
|
|
|
183
191
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
184
192
|
|
|
185
|
-
## [2.4.4](https://github.com/decaporg/decap-cms/tree/
|
|
193
|
+
## [2.4.4](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.4.3...decap-cms-widget-list@2.4.4) (2020-04-20)
|
|
186
194
|
|
|
187
195
|
### Bug Fixes
|
|
188
196
|
|
|
189
|
-
- list widget item collapse toggle ([#3623](https://github.com/decaporg/decap-cms/tree/
|
|
190
|
-
- list widget validation after sort ([#3611](https://github.com/decaporg/decap-cms/tree/
|
|
197
|
+
- list widget item collapse toggle ([#3623](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/3623)) ([3a666e2](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/3a666e26b507f16767d0dafb82cd8a030424eec3))
|
|
198
|
+
- list widget validation after sort ([#3611](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/3611)) ([3d0856e](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/3d0856ea884f5acdceb23ea09e39fb67b0c902a9))
|
|
191
199
|
|
|
192
|
-
## [2.4.3](https://github.com/decaporg/decap-cms/tree/
|
|
200
|
+
## [2.4.3](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.4.2...decap-cms-widget-list@2.4.3) (2020-02-14)
|
|
193
201
|
|
|
194
202
|
### Bug Fixes
|
|
195
203
|
|
|
196
|
-
- remove empty list item ([#3245](https://github.com/decaporg/decap-cms/tree/
|
|
204
|
+
- remove empty list item ([#3245](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/3245)) ([f915bf3](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/f915bf375fc8faa9b4ed5b3684861dfbe462a032))
|
|
197
205
|
|
|
198
|
-
## [2.4.2](https://github.com/decaporg/decap-cms/tree/
|
|
206
|
+
## [2.4.2](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.4.1...decap-cms-widget-list@2.4.2) (2020-02-13)
|
|
199
207
|
|
|
200
208
|
### Bug Fixes
|
|
201
209
|
|
|
202
|
-
- change getAsset to not return a promise ([#3232](https://github.com/decaporg/decap-cms/tree/
|
|
210
|
+
- change getAsset to not return a promise ([#3232](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/3232)) ([ab685e8](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/ab685e85943d1ac48142f157683bc2126fd6af16))
|
|
203
211
|
|
|
204
|
-
## [2.4.1](https://github.com/decaporg/decap-cms/tree/
|
|
212
|
+
## [2.4.1](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.4.0...decap-cms-widget-list@2.4.1) (2020-01-07)
|
|
205
213
|
|
|
206
214
|
### Bug Fixes
|
|
207
215
|
|
|
208
|
-
- cleanup nested widget validation ([#2991](https://github.com/decaporg/decap-cms/tree/
|
|
216
|
+
- cleanup nested widget validation ([#2991](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/2991)) ([e4ba4d9](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/e4ba4d9d749c864e594c10e0bb31b0b8c4e6e60b))
|
|
209
217
|
|
|
210
|
-
# [2.4.0](https://github.com/decaporg/decap-cms/tree/
|
|
218
|
+
# [2.4.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.4.0-beta.0...decap-cms-widget-list@2.4.0) (2019-12-18)
|
|
211
219
|
|
|
212
220
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
213
221
|
|
|
214
|
-
# [2.4.0-beta.0](https://github.com/decaporg/decap-cms/tree/
|
|
222
|
+
# [2.4.0-beta.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.3.5-beta.1...decap-cms-widget-list@2.4.0-beta.0) (2019-12-16)
|
|
215
223
|
|
|
216
224
|
### Features
|
|
217
225
|
|
|
218
|
-
- Code Widget + Markdown Widget Internal Overhaul ([#2828](https://github.com/decaporg/decap-cms/tree/
|
|
226
|
+
- Code Widget + Markdown Widget Internal Overhaul ([#2828](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/2828)) ([18c579d](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/18c579d0e9f0ff71ed8c52f5c66f2309259af054))
|
|
219
227
|
|
|
220
|
-
## [2.3.5-beta.1](https://github.com/decaporg/decap-cms/tree/
|
|
228
|
+
## [2.3.5-beta.1](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.3.5-beta.0...decap-cms-widget-list@2.3.5-beta.1) (2019-11-07)
|
|
221
229
|
|
|
222
230
|
### Bug Fixes
|
|
223
231
|
|
|
224
|
-
- **widget-list:** when single field value is object widget ([#2387](https://github.com/decaporg/decap-cms/tree/
|
|
232
|
+
- **widget-list:** when single field value is object widget ([#2387](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/2387)) ([90748ff](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/90748ff4fe25f47dfc6aabd46cfc02df079bc126))
|
|
225
233
|
|
|
226
|
-
## [2.3.5-beta.0](https://github.com/decaporg/decap-cms/tree/
|
|
234
|
+
## [2.3.5-beta.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.3.4...decap-cms-widget-list@2.3.5-beta.0) (2019-09-04)
|
|
227
235
|
|
|
228
236
|
### Bug Fixes
|
|
229
237
|
|
|
230
|
-
- pass List instead of array to onChange ([#2611](https://github.com/decaporg/decap-cms/tree/
|
|
238
|
+
- pass List instead of array to onChange ([#2611](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/2611)) ([a801636](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/a801636))
|
|
231
239
|
|
|
232
|
-
## [2.3.4](https://github.com/decaporg/decap-cms/tree/
|
|
240
|
+
## [2.3.4](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.3.3...decap-cms-widget-list@2.3.4) (2019-07-24)
|
|
233
241
|
|
|
234
242
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
235
243
|
|
|
236
|
-
## [2.3.3](https://github.com/decaporg/decap-cms/tree/
|
|
244
|
+
## [2.3.3](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.3.2...decap-cms-widget-list@2.3.3) (2019-07-11)
|
|
237
245
|
|
|
238
246
|
### Bug Fixes
|
|
239
247
|
|
|
240
|
-
- **widget-list:** honor default values for widgets in lists ([#2395](https://github.com/decaporg/decap-cms/tree/
|
|
248
|
+
- **widget-list:** honor default values for widgets in lists ([#2395](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/2395)) ([83bd5d5](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/83bd5d5))
|
|
241
249
|
|
|
242
|
-
## [2.3.2](https://github.com/decaporg/decap-cms/tree/
|
|
250
|
+
## [2.3.2](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.3.2-beta.0...decap-cms-widget-list@2.3.2) (2019-04-10)
|
|
243
251
|
|
|
244
252
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
245
253
|
|
|
246
|
-
## [2.3.2-beta.0](https://github.com/decaporg/decap-cms/tree/
|
|
254
|
+
## [2.3.2-beta.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.3.1...decap-cms-widget-list@2.3.2-beta.0) (2019-04-05)
|
|
247
255
|
|
|
248
256
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
249
257
|
|
|
250
|
-
## [2.3.1](https://github.com/decaporg/decap-cms/tree/
|
|
258
|
+
## [2.3.1](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.3.1-beta.2...decap-cms-widget-list@2.3.1) (2019-03-29)
|
|
251
259
|
|
|
252
260
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
253
261
|
|
|
254
|
-
## [2.3.1-beta.2](https://github.com/decaporg/decap-cms/tree/
|
|
262
|
+
## [2.3.1-beta.2](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.3.1-beta.1...decap-cms-widget-list@2.3.1-beta.2) (2019-03-28)
|
|
255
263
|
|
|
256
264
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
257
265
|
|
|
258
|
-
## [2.3.1-beta.1](https://github.com/decaporg/decap-cms/tree/
|
|
266
|
+
## [2.3.1-beta.1](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.3.1-beta.0...decap-cms-widget-list@2.3.1-beta.1) (2019-03-26)
|
|
259
267
|
|
|
260
268
|
### Bug Fixes
|
|
261
269
|
|
|
262
|
-
- export on decap-cms and maps on esm ([#2244](https://github.com/decaporg/decap-cms/tree/
|
|
270
|
+
- export on decap-cms and maps on esm ([#2244](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/2244)) ([6ffd13b](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/6ffd13b))
|
|
263
271
|
|
|
264
|
-
## [2.3.1-beta.0](https://github.com/decaporg/decap-cms/tree/
|
|
272
|
+
## [2.3.1-beta.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.3.0...decap-cms-widget-list@2.3.1-beta.0) (2019-03-25)
|
|
265
273
|
|
|
266
274
|
### Bug Fixes
|
|
267
275
|
|
|
268
|
-
- update peer dep versions ([#2234](https://github.com/decaporg/decap-cms/tree/
|
|
276
|
+
- update peer dep versions ([#2234](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/2234)) ([7987091](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/7987091))
|
|
269
277
|
|
|
270
|
-
# [2.3.0](https://github.com/decaporg/decap-cms/tree/
|
|
278
|
+
# [2.3.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.2.0...decap-cms-widget-list@2.3.0) (2019-03-22)
|
|
271
279
|
|
|
272
280
|
### Features
|
|
273
281
|
|
|
274
|
-
- add ES module builds ([#2215](https://github.com/decaporg/decap-cms/tree/
|
|
282
|
+
- add ES module builds ([#2215](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/2215)) ([d142b32](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/d142b32))
|
|
275
283
|
|
|
276
|
-
# [2.2.0](https://github.com/decaporg/decap-cms/tree/
|
|
284
|
+
# [2.2.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.2.0-beta.0...decap-cms-widget-list@2.2.0) (2019-03-22)
|
|
277
285
|
|
|
278
286
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
279
287
|
|
|
280
|
-
# [2.2.0-beta.0](https://github.com/decaporg/decap-cms/tree/
|
|
288
|
+
# [2.2.0-beta.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.1.2-beta.0...decap-cms-widget-list@2.2.0-beta.0) (2019-03-21)
|
|
281
289
|
|
|
282
290
|
### Features
|
|
283
291
|
|
|
284
|
-
- provide usable UMD builds for all packages ([#2141](https://github.com/decaporg/decap-cms/tree/
|
|
292
|
+
- provide usable UMD builds for all packages ([#2141](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/2141)) ([82cc794](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/82cc794))
|
|
285
293
|
|
|
286
|
-
## [2.1.2-beta.0](https://github.com/decaporg/decap-cms/tree/
|
|
294
|
+
## [2.1.2-beta.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.1.1...decap-cms-widget-list@2.1.2-beta.0) (2019-03-15)
|
|
287
295
|
|
|
288
296
|
### Bug Fixes
|
|
289
297
|
|
|
290
|
-
- **deps:** update dependency react-sortable-hoc to v1 ([#2198](https://github.com/decaporg/decap-cms/tree/
|
|
298
|
+
- **deps:** update dependency react-sortable-hoc to v1 ([#2198](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/2198)) ([b5180e9](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/b5180e9))
|
|
291
299
|
|
|
292
300
|
### Features
|
|
293
301
|
|
|
294
|
-
- upgrade to Emotion 10 ([#2166](https://github.com/decaporg/decap-cms/tree/
|
|
302
|
+
- upgrade to Emotion 10 ([#2166](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/2166)) ([ccef446](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/ccef446))
|
|
295
303
|
|
|
296
|
-
## [2.1.1](https://github.com/decaporg/decap-cms/tree/
|
|
304
|
+
## [2.1.1](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.1.0...decap-cms-widget-list@2.1.1) (2019-02-08)
|
|
297
305
|
|
|
298
306
|
### Bug Fixes
|
|
299
307
|
|
|
300
|
-
- **decap-cms-core:** fix fields metadata for objects and lists ([#2011](https://github.com/decaporg/decap-cms/tree/
|
|
301
|
-
- **decap-cms-core:** validate nested fields ([#1873](https://github.com/decaporg/decap-cms/tree/
|
|
308
|
+
- **decap-cms-core:** fix fields metadata for objects and lists ([#2011](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/2011)) ([2d1d1c1](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/2d1d1c1))
|
|
309
|
+
- **decap-cms-core:** validate nested fields ([#1873](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/1873)) ([627e600](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/627e600))
|
|
302
310
|
|
|
303
|
-
# [2.1.0](https://github.com/decaporg/decap-cms/tree/
|
|
311
|
+
# [2.1.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.0.7...decap-cms-widget-list@2.1.0) (2018-12-27)
|
|
304
312
|
|
|
305
313
|
### Features
|
|
306
314
|
|
|
307
|
-
- **decap-cms-widget-list:** add variable type definitions to list widget ([#1857](https://github.com/decaporg/decap-cms/tree/
|
|
315
|
+
- **decap-cms-widget-list:** add variable type definitions to list widget ([#1857](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/1857)) ([8ddc168](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/8ddc168))
|
|
308
316
|
|
|
309
|
-
## [2.0.7](https://github.com/decaporg/decap-cms/tree/
|
|
317
|
+
## [2.0.7](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.0.6...decap-cms-widget-list@2.0.7) (2018-11-12)
|
|
310
318
|
|
|
311
319
|
### Bug Fixes
|
|
312
320
|
|
|
313
|
-
- **widget-list:** fix list item deletion ([#1815](https://github.com/decaporg/decap-cms/tree/
|
|
321
|
+
- **widget-list:** fix list item deletion ([#1815](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/1815)) ([cd2036f](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/cd2036f))
|
|
314
322
|
|
|
315
323
|
<a name="2.0.6"></a>
|
|
316
324
|
|
|
317
|
-
## [2.0.6](https://github.com/decaporg/decap-cms/tree/
|
|
325
|
+
## [2.0.6](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.0.5...decap-cms-widget-list@2.0.6) (2018-08-27)
|
|
318
326
|
|
|
319
327
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
320
328
|
|
|
321
329
|
<a name="2.0.5"></a>
|
|
322
330
|
|
|
323
|
-
## [2.0.5](https://github.com/decaporg/decap-cms/tree/
|
|
331
|
+
## [2.0.5](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.0.4...decap-cms-widget-list@2.0.5) (2018-08-24)
|
|
324
332
|
|
|
325
333
|
### Bug Fixes
|
|
326
334
|
|
|
327
|
-
- **list-widget:** fix single field usage in list widget ([#1395](https://github.com/decaporg/decap-cms/tree/
|
|
335
|
+
- **list-widget:** fix single field usage in list widget ([#1395](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/issues/1395)) ([06d3650](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/commit/06d3650))
|
|
328
336
|
|
|
329
337
|
<a name="2.0.4"></a>
|
|
330
338
|
|
|
331
|
-
## [2.0.4](https://github.com/decaporg/decap-cms/tree/
|
|
339
|
+
## [2.0.4](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.0.3...decap-cms-widget-list@2.0.4) (2018-08-07)
|
|
332
340
|
|
|
333
341
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
334
342
|
|
|
335
343
|
<a name="2.0.3"></a>
|
|
336
344
|
|
|
337
|
-
## [2.0.3](https://github.com/decaporg/decap-cms/tree/
|
|
345
|
+
## [2.0.3](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.0.2...decap-cms-widget-list@2.0.3) (2018-08-01)
|
|
338
346
|
|
|
339
347
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
340
348
|
|
|
341
349
|
<a name="2.0.2"></a>
|
|
342
350
|
|
|
343
|
-
## [2.0.2](https://github.com/decaporg/decap-cms/tree/
|
|
351
|
+
## [2.0.2](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list/compare/decap-cms-widget-list@2.0.1...decap-cms-widget-list@2.0.2) (2018-07-28)
|
|
344
352
|
|
|
345
353
|
**Note:** Version bump only for package decap-cms-widget-list
|
|
346
354
|
|
package/README.md
CHANGED
|
@@ -6,4 +6,4 @@ We haven't created a README for this package yet, but you can:
|
|
|
6
6
|
1. Check out the [main readme](https://github.com/decaporg/decap-cms/#readme) or the [documentation
|
|
7
7
|
site](https://www.decapcms.org) for more info.
|
|
8
8
|
2. Reach out to the [community chat](https://decapcms.org/chat/) if you need help.
|
|
9
|
-
3. Help out and [write the readme yourself](https://github.com/decaporg/decap-cms/edit/
|
|
9
|
+
3. Help out and [write the readme yourself](https://github.com/decaporg/decap-cms/edit/main/packages/decap-cms-widget-list/README.md)!
|