Skip to content

Commit 432e91e

Browse files
committed
v1.8.7
1 parent 4f287b0 commit 432e91e

File tree

5 files changed

+24
-47
lines changed

5 files changed

+24
-47
lines changed

CHANGELOG.md

Lines changed: 20 additions & 43 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.7](https://github.com/mighty-justice/fields-ant/compare/v1.8.6...v1.8.7)
8+
9+
- Only disable cancel button if form is saving [`#561`](https://github.com/mighty-justice/fields-ant/pull/561)
10+
711
#### [v1.8.6](https://github.com/mighty-justice/fields-ant/compare/v1.8.5...v1.8.6)
812

13+
> 7 February 2022
14+
915
- Improve required error message [`#490`](https://github.com/mighty-justice/fields-ant/pull/490)
1016

1117
#### [v1.8.5](https://github.com/mighty-justice/fields-ant/compare/v1.8.4...v1.8.5)
@@ -41,27 +47,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4147
4248
- Make argument for formManager's onFinish optional [`#435`](https://github.com/mighty-justice/fields-ant/pull/435)
4349

44-
#### [v1.8.0](https://github.com/mighty-justice/fields-ant/compare/v1.7.3...v1.8.0)
50+
#### [v1.8.0](https://github.com/mighty-justice/fields-ant/compare/v1.7.2...v1.8.0)
4551

4652
> 12 November 2021
4753
4854
- Bump Storybook from 5 to 6 [`#434`](https://github.com/mighty-justice/fields-ant/pull/434)
49-
50-
#### [v1.7.3](https://github.com/mighty-justice/fields-ant/compare/v1.7.2...v1.7.3)
51-
52-
> 12 November 2021
53-
54-
#### [v1.7.2](https://github.com/mighty-justice/fields-ant/compare/v1.7.1...v1.7.2)
55-
56-
> 12 November 2021
57-
5855
- Ant Design 4 Form [`#422`](https://github.com/mighty-justice/fields-ant/pull/422)
5956
- Small tweaks in prep for Ant 4 Form [`#430`](https://github.com/mighty-justice/fields-ant/pull/430)
6057
- Remove unused fieldsValidator [`#429`](https://github.com/mighty-justice/fields-ant/pull/429)
6158
- Bump @mighty-justice/tester [`#425`](https://github.com/mighty-justice/fields-ant/pull/425)
59+
- Fix format / lint [`12e911b`](https://github.com/mighty-justice/fields-ant/commit/12e911b90d89d9ecb32e0ba6bef5d9f260ed5074)
60+
61+
#### [v1.7.2](https://github.com/mighty-justice/fields-ant/compare/v1.7.1...v1.7.2)
62+
63+
> 27 October 2021
64+
6265
- Use custom className for info view [`#424`](https://github.com/mighty-justice/fields-ant/pull/424)
6366
- Fix defaultProps types; combine IInputProps and IFormFieldProps [`#423`](https://github.com/mighty-justice/fields-ant/pull/423)
64-
- Fix format / lint [`12e911b`](https://github.com/mighty-justice/fields-ant/commit/12e911b90d89d9ecb32e0ba6bef5d9f260ed5074)
6567

6668
#### [v1.7.1](https://github.com/mighty-justice/fields-ant/compare/v1.7.0...v1.7.1)
6769

@@ -286,15 +288,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
286288

287289
> 30 September 2019
288290
289-
- Change object search create UX to be more user-friendly [`#245`](https://github.com/mighty-justice/fields-ant/pull/245)
290-
291291
#### [v1.1.9-0](https://github.com/mighty-justice/fields-ant/compare/v1.1.8...v1.1.9-0)
292292

293-
> 1 October 2019
293+
> 30 September 2019
294294
295-
- Add continuousSubmit prop to Form [`ba3452b`](https://github.com/mighty-justice/fields-ant/commit/ba3452b79bbf0eb886afeddeeee737d86de82188)
296-
- Fix tests [`325589f`](https://github.com/mighty-justice/fields-ant/commit/325589f159a11b6179a44c88a359eac884e12644)
297-
- Allow branch pre-release [`e24f5cb`](https://github.com/mighty-justice/fields-ant/commit/e24f5cb9ae51df8ee076440484f6ef547614bc10)
295+
- Change object search create UX to be more user-friendly [`#245`](https://github.com/mighty-justice/fields-ant/pull/245)
298296

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

@@ -356,12 +354,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
356354

357355
> 4 September 2019
358356
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)
359+
359360
#### [v1.0.4](https://github.com/mighty-justice/fields-ant/compare/v1.0.3...v1.0.4)
360361

361-
> 4 September 2019
362+
> 18 August 2019
362363
363-
- Remove browser-validation for URLs from URl type [`#235`](https://github.com/mighty-justice/fields-ant/pull/235)
364-
- export date input [`#234`](https://github.com/mighty-justice/fields-ant/pull/234)
365364
- Allow Cards to receive a custom className [`#231`](https://github.com/mighty-justice/fields-ant/pull/231)
366365

367366
#### [v1.0.3](https://github.com/mighty-justice/fields-ant/compare/v1.0.2...v1.0.3)
@@ -905,7 +904,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
905904
906905
- Add objectSearchCreate interface to FieldConfig [`#12`](https://github.com/mighty-justice/fields-ant/pull/12)
907906

908-
#### [v0.0.12](https://github.com/mighty-justice/fields-ant/compare/v0.0.11...v0.0.12)
907+
#### [v0.0.12](https://github.com/mighty-justice/fields-ant/compare/v0.0.6...v0.0.12)
909908

910909
> 9 January 2019
911910
@@ -916,28 +915,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
916915
- Add linting before version bump [`#7`](https://github.com/mighty-justice/fields-ant/pull/7)
917916
- Bump to v0.0.11 to fix tagging issue [`6930677`](https://github.com/mighty-justice/fields-ant/commit/69306777155800e4444504ebdf27466fca764c33)
918917

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

943920
> 8 January 2019

dist/fieldsAnt.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4177,7 +4177,7 @@ var FormManager = autoBindMethods(_class$f = (_class2$7 = (_temp$6 = /*#__PURE__
41774177
}, {
41784178
key: "isCancelButtonDisabled",
41794179
get: function get() {
4180-
return this.isFormDisabled;
4180+
return this.isSaving;
41814181
}
41824182
}, {
41834183
key: "formValues",

dist/fieldsAnt.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4169,7 +4169,7 @@ var FormManager = autoBindMethods(_class$f = (_class2$7 = (_temp$6 = /*#__PURE__
41694169
}, {
41704170
key: "isCancelButtonDisabled",
41714171
get: function get() {
4172-
return this.isFormDisabled;
4172+
return this.isSaving;
41734173
}
41744174
}, {
41754175
key: "formValues",

dist/fieldsAnt.umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4168,7 +4168,7 @@
41684168
}, {
41694169
key: "isCancelButtonDisabled",
41704170
get: function get() {
4171-
return this.isFormDisabled;
4171+
return this.isSaving;
41724172
}
41734173
}, {
41744174
key: "formValues",

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