Skip to content

Commit 015c4da

Browse files
committed
v1.8.5
1 parent 6b645fd commit 015c4da

File tree

5 files changed

+52
-12
lines changed

5 files changed

+52
-12
lines changed

CHANGELOG.md

Lines changed: 48 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.8.5](https://github.com/mighty-justice/fields-ant/compare/v1.8.4...v1.8.5)
8+
9+
- Fix deep rendering of table cells [`#475`](https://github.com/mighty-justice/fields-ant/pull/475)
10+
711
#### [v1.8.4](https://github.com/mighty-justice/fields-ant/compare/v1.8.3...v1.8.4)
812

13+
> 2 December 2021
14+
915
- Fix: flaky date test [`#463`](https://github.com/mighty-justice/fields-ant/pull/463)
1016
- Fix: Nested form item values [`#451`](https://github.com/mighty-justice/fields-ant/pull/451)
1117
- Test onAddNewToggle, id, legend, title, renderTopRight, onSuccess [`#452`](https://github.com/mighty-justice/fields-ant/pull/452)
@@ -29,11 +35,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2935
3036
- Make argument for formManager's onFinish optional [`#435`](https://github.com/mighty-justice/fields-ant/pull/435)
3137

32-
#### [v1.8.0](https://github.com/mighty-justice/fields-ant/compare/v1.7.1...v1.8.0)
38+
#### [v1.8.0](https://github.com/mighty-justice/fields-ant/compare/v1.7.3...v1.8.0)
3339

3440
> 12 November 2021
3541
3642
- Bump Storybook from 5 to 6 [`#434`](https://github.com/mighty-justice/fields-ant/pull/434)
43+
44+
#### [v1.7.3](https://github.com/mighty-justice/fields-ant/compare/v1.7.2...v1.7.3)
45+
46+
> 12 November 2021
47+
48+
#### [v1.7.2](https://github.com/mighty-justice/fields-ant/compare/v1.7.1...v1.7.2)
49+
50+
> 12 November 2021
51+
3752
- Ant Design 4 Form [`#422`](https://github.com/mighty-justice/fields-ant/pull/422)
3853
- Small tweaks in prep for Ant 4 Form [`#430`](https://github.com/mighty-justice/fields-ant/pull/430)
3954
- Remove unused fieldsValidator [`#429`](https://github.com/mighty-justice/fields-ant/pull/429)
@@ -265,11 +280,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
265280

266281
> 30 September 2019
267282
283+
- Change object search create UX to be more user-friendly [`#245`](https://github.com/mighty-justice/fields-ant/pull/245)
284+
268285
#### [v1.1.9-0](https://github.com/mighty-justice/fields-ant/compare/v1.1.8...v1.1.9-0)
269286

270-
> 30 September 2019
287+
> 1 October 2019
271288
272-
- Change object search create UX to be more user-friendly [`#245`](https://github.com/mighty-justice/fields-ant/pull/245)
289+
- Add continuousSubmit prop to Form [`ba3452b`](https://github.com/mighty-justice/fields-ant/commit/ba3452b79bbf0eb886afeddeeee737d86de82188)
290+
- Fix tests [`325589f`](https://github.com/mighty-justice/fields-ant/commit/325589f159a11b6179a44c88a359eac884e12644)
291+
- Allow branch pre-release [`e24f5cb`](https://github.com/mighty-justice/fields-ant/commit/e24f5cb9ae51df8ee076440484f6ef547614bc10)
273292

274293
#### [v1.1.8](https://github.com/mighty-justice/fields-ant/compare/v1.1.7...v1.1.8)
275294

@@ -331,13 +350,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
331350

332351
> 4 September 2019
333352
334-
- Remove browser-validation for URLs from URl type [`#235`](https://github.com/mighty-justice/fields-ant/pull/235)
335-
- export date input [`#234`](https://github.com/mighty-justice/fields-ant/pull/234)
336-
337353
#### [v1.0.4](https://github.com/mighty-justice/fields-ant/compare/v1.0.3...v1.0.4)
338354

339-
> 18 August 2019
355+
> 4 September 2019
340356
357+
- Remove browser-validation for URLs from URl type [`#235`](https://github.com/mighty-justice/fields-ant/pull/235)
358+
- export date input [`#234`](https://github.com/mighty-justice/fields-ant/pull/234)
341359
- Allow Cards to receive a custom className [`#231`](https://github.com/mighty-justice/fields-ant/pull/231)
342360

343361
#### [v1.0.3](https://github.com/mighty-justice/fields-ant/compare/v1.0.2...v1.0.3)
@@ -881,7 +899,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
881899
882900
- Add objectSearchCreate interface to FieldConfig [`#12`](https://github.com/mighty-justice/fields-ant/pull/12)
883901

884-
#### [v0.0.12](https://github.com/mighty-justice/fields-ant/compare/v0.0.6...v0.0.12)
902+
#### [v0.0.12](https://github.com/mighty-justice/fields-ant/compare/v0.0.11...v0.0.12)
885903

886904
> 9 January 2019
887905
@@ -892,6 +910,28 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
892910
- Add linting before version bump [`#7`](https://github.com/mighty-justice/fields-ant/pull/7)
893911
- Bump to v0.0.11 to fix tagging issue [`6930677`](https://github.com/mighty-justice/fields-ant/commit/69306777155800e4444504ebdf27466fca764c33)
894912

913+
#### [v0.0.11](https://github.com/mighty-justice/fields-ant/compare/v0.0.8...v0.0.11)
914+
915+
> 8 January 2019
916+
917+
- Config more [`012d624`](https://github.com/mighty-justice/fields-ant/commit/012d624bbcb614ebff7291b18099bbc7d3dc97ca)
918+
- Config more [`239a24b`](https://github.com/mighty-justice/fields-ant/commit/239a24b2034514cf52a6b3757aa645f4c158c1a4)
919+
- Config more [`368182e`](https://github.com/mighty-justice/fields-ant/commit/368182e01133cde3bb74a392c13948dbbad5383c)
920+
921+
#### [v0.0.8](https://github.com/mighty-justice/fields-ant/compare/v0.0.7...v0.0.8)
922+
923+
> 8 January 2019
924+
925+
- Commit bad lint [`f4c548d`](https://github.com/mighty-justice/fields-ant/commit/f4c548d54de9e5454214157f2f83315c6520ffd6)
926+
927+
#### [v0.0.7](https://github.com/mighty-justice/fields-ant/compare/v0.0.6...v0.0.7)
928+
929+
> 8 January 2019
930+
931+
- Get linter running [`840a142`](https://github.com/mighty-justice/fields-ant/commit/840a142b05b4d04c89b53d610683b5dab388dc40)
932+
- Test lint checks on release [`bcbf305`](https://github.com/mighty-justice/fields-ant/commit/bcbf305a03385dc7717181d970507deb3ec01aa9)
933+
- Test linting [`0b30380`](https://github.com/mighty-justice/fields-ant/commit/0b30380f8266ef6226077720554bab620985878e)
934+
895935
#### [v0.0.6](https://github.com/mighty-justice/fields-ant/compare/v0.0.5...v0.0.6)
896936

897937
> 8 January 2019

dist/fieldsAnt.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3674,7 +3674,7 @@ function fieldSetsToColumns(fieldSets) {
36743674
});
36753675
}).map(function (fieldConfig) {
36763676
return _objectSpread2({
3677-
dataIndex: fieldConfig.field,
3677+
dataIndex: fieldConfig.field.split('.'),
36783678
render: function render(value, model) {
36793679
return fieldConfig.render(value, fieldConfig, model);
36803680
},

dist/fieldsAnt.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3666,7 +3666,7 @@ function fieldSetsToColumns(fieldSets) {
36663666
});
36673667
}).map(function (fieldConfig) {
36683668
return _objectSpread2({
3669-
dataIndex: fieldConfig.field,
3669+
dataIndex: fieldConfig.field.split('.'),
36703670
render: function render(value, model) {
36713671
return fieldConfig.render(value, fieldConfig, model);
36723672
},

dist/fieldsAnt.umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3665,7 +3665,7 @@
36653665
});
36663666
}).map(function (fieldConfig) {
36673667
return _objectSpread2({
3668-
dataIndex: fieldConfig.field,
3668+
dataIndex: fieldConfig.field.split('.'),
36693669
render: function render(value, model) {
36703670
return fieldConfig.render(value, fieldConfig, model);
36713671
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mighty-justice/fields-ant",
3-
"version": "1.8.4",
3+
"version": "1.8.5",
44
"description": "Standard Ant design component interface for Field Sets",
55
"main": "dist/fieldsAnt.cjs.js",
66
"module": "dist/fieldsAnt.esm.js",

0 commit comments

Comments
 (0)