Skip to content

Commit a024a93

Browse files
committed
v1.8.3
1 parent eb2a906 commit a024a93

File tree

5 files changed

+19
-43
lines changed

5 files changed

+19
-43
lines changed

CHANGELOG.md

Lines changed: 15 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ 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.3](https://github.com/mighty-justice/fields-ant/compare/v1.8.2...v1.8.3)
8+
9+
- Fix: Date validation test act errors [`#450`](https://github.com/mighty-justice/fields-ant/pull/450)
10+
- Fix: objectSearchCreate input id [`#449`](https://github.com/mighty-justice/fields-ant/pull/449)
11+
712
#### [v1.8.2](https://github.com/mighty-justice/fields-ant/compare/v1.8.1...v1.8.2)
813

14+
> 18 November 2021
15+
916
- Switch to Github Actions and fix insertIf bug [`#448`](https://github.com/mighty-justice/fields-ant/pull/448)
1017

1118
#### [v1.8.1](https://github.com/mighty-justice/fields-ant/compare/v1.8.0...v1.8.1)
@@ -14,20 +21,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1421
1522
- Make argument for formManager's onFinish optional [`#435`](https://github.com/mighty-justice/fields-ant/pull/435)
1623

17-
#### [v1.8.0](https://github.com/mighty-justice/fields-ant/compare/v1.7.3...v1.8.0)
24+
#### [v1.8.0](https://github.com/mighty-justice/fields-ant/compare/v1.7.1...v1.8.0)
1825

1926
> 12 November 2021
2027
2128
- Bump Storybook from 5 to 6 [`#434`](https://github.com/mighty-justice/fields-ant/pull/434)
22-
23-
#### [v1.7.3](https://github.com/mighty-justice/fields-ant/compare/v1.7.2...v1.7.3)
24-
25-
> 12 November 2021
26-
27-
#### [v1.7.2](https://github.com/mighty-justice/fields-ant/compare/v1.7.1...v1.7.2)
28-
29-
> 12 November 2021
30-
3129
- Ant Design 4 Form [`#422`](https://github.com/mighty-justice/fields-ant/pull/422)
3230
- Small tweaks in prep for Ant 4 Form [`#430`](https://github.com/mighty-justice/fields-ant/pull/430)
3331
- Remove unused fieldsValidator [`#429`](https://github.com/mighty-justice/fields-ant/pull/429)
@@ -259,15 +257,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
259257

260258
> 30 September 2019
261259
262-
- Change object search create UX to be more user-friendly [`#245`](https://github.com/mighty-justice/fields-ant/pull/245)
263-
264260
#### [v1.1.9-0](https://github.com/mighty-justice/fields-ant/compare/v1.1.8...v1.1.9-0)
265261

266-
> 1 October 2019
262+
> 30 September 2019
267263
268-
- Add continuousSubmit prop to Form [`ba3452b`](https://github.com/mighty-justice/fields-ant/commit/ba3452b79bbf0eb886afeddeeee737d86de82188)
269-
- Fix tests [`325589f`](https://github.com/mighty-justice/fields-ant/commit/325589f159a11b6179a44c88a359eac884e12644)
270-
- Allow branch pre-release [`e24f5cb`](https://github.com/mighty-justice/fields-ant/commit/e24f5cb9ae51df8ee076440484f6ef547614bc10)
264+
- Change object search create UX to be more user-friendly [`#245`](https://github.com/mighty-justice/fields-ant/pull/245)
271265

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

@@ -329,12 +323,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
329323

330324
> 4 September 2019
331325
326+
- Remove browser-validation for URLs from URl type [`#235`](https://github.com/mighty-justice/fields-ant/pull/235)
327+
- export date input [`#234`](https://github.com/mighty-justice/fields-ant/pull/234)
328+
332329
#### [v1.0.4](https://github.com/mighty-justice/fields-ant/compare/v1.0.3...v1.0.4)
333330

334-
> 4 September 2019
331+
> 18 August 2019
335332
336-
- Remove browser-validation for URLs from URl type [`#235`](https://github.com/mighty-justice/fields-ant/pull/235)
337-
- export date input [`#234`](https://github.com/mighty-justice/fields-ant/pull/234)
338333
- Allow Cards to receive a custom className [`#231`](https://github.com/mighty-justice/fields-ant/pull/231)
339334

340335
#### [v1.0.3](https://github.com/mighty-justice/fields-ant/compare/v1.0.2...v1.0.3)
@@ -878,7 +873,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
878873
879874
- Add objectSearchCreate interface to FieldConfig [`#12`](https://github.com/mighty-justice/fields-ant/pull/12)
880875

881-
#### [v0.0.12](https://github.com/mighty-justice/fields-ant/compare/v0.0.11...v0.0.12)
876+
#### [v0.0.12](https://github.com/mighty-justice/fields-ant/compare/v0.0.6...v0.0.12)
882877

883878
> 9 January 2019
884879
@@ -889,28 +884,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
889884
- Add linting before version bump [`#7`](https://github.com/mighty-justice/fields-ant/pull/7)
890885
- Bump to v0.0.11 to fix tagging issue [`6930677`](https://github.com/mighty-justice/fields-ant/commit/69306777155800e4444504ebdf27466fca764c33)
891886

892-
#### [v0.0.11](https://github.com/mighty-justice/fields-ant/compare/v0.0.8...v0.0.11)
893-
894-
> 8 January 2019
895-
896-
- Config more [`012d624`](https://github.com/mighty-justice/fields-ant/commit/012d624bbcb614ebff7291b18099bbc7d3dc97ca)
897-
- Config more [`239a24b`](https://github.com/mighty-justice/fields-ant/commit/239a24b2034514cf52a6b3757aa645f4c158c1a4)
898-
- Config more [`368182e`](https://github.com/mighty-justice/fields-ant/commit/368182e01133cde3bb74a392c13948dbbad5383c)
899-
900-
#### [v0.0.8](https://github.com/mighty-justice/fields-ant/compare/v0.0.7...v0.0.8)
901-
902-
> 8 January 2019
903-
904-
- Commit bad lint [`f4c548d`](https://github.com/mighty-justice/fields-ant/commit/f4c548d54de9e5454214157f2f83315c6520ffd6)
905-
906-
#### [v0.0.7](https://github.com/mighty-justice/fields-ant/compare/v0.0.6...v0.0.7)
907-
908-
> 8 January 2019
909-
910-
- Get linter running [`840a142`](https://github.com/mighty-justice/fields-ant/commit/840a142b05b4d04c89b53d610683b5dab388dc40)
911-
- Test lint checks on release [`bcbf305`](https://github.com/mighty-justice/fields-ant/commit/bcbf305a03385dc7717181d970507deb3ec01aa9)
912-
- Test linting [`0b30380`](https://github.com/mighty-justice/fields-ant/commit/0b30380f8266ef6226077720554bab620985878e)
913-
914887
#### [v0.0.6](https://github.com/mighty-justice/fields-ant/compare/v0.0.5...v0.0.6)
915888

916889
> 8 January 2019

dist/fieldsAnt.cjs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2476,6 +2476,7 @@ var ObjectSearchCreate = autoBindMethods(_class$4 = mobxReact.observer(_class$4
24762476
addNewContent: addNewContent,
24772477
debounceWait: debounceWait,
24782478
fieldConfig: fieldConfig,
2479+
id: fieldConfig.field,
24792480
isOptionDisabled: isOptionDisabled,
24802481
loadingIcon: loadingIcon,
24812482
noSearchContent: noSearchContent,

dist/fieldsAnt.esm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2469,6 +2469,7 @@ var ObjectSearchCreate = autoBindMethods(_class$4 = observer(_class$4 = (_class2
24692469
addNewContent: addNewContent,
24702470
debounceWait: debounceWait,
24712471
fieldConfig: fieldConfig,
2472+
id: fieldConfig.field,
24722473
isOptionDisabled: isOptionDisabled,
24732474
loadingIcon: loadingIcon,
24742475
noSearchContent: noSearchContent,

dist/fieldsAnt.umd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2468,6 +2468,7 @@
24682468
addNewContent: addNewContent,
24692469
debounceWait: debounceWait,
24702470
fieldConfig: fieldConfig,
2471+
id: fieldConfig.field,
24712472
isOptionDisabled: isOptionDisabled,
24722473
loadingIcon: loadingIcon,
24732474
noSearchContent: noSearchContent,

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.2",
3+
"version": "1.8.3",
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)