Skip to content

Commit b45d1e9

Browse files
chore(release): 11.0.0
1 parent 25c9f9a commit b45d1e9

File tree

2 files changed

+36
-24
lines changed

2 files changed

+36
-24
lines changed

CHANGELOG.md

Lines changed: 35 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## [10.2.0]
1+
## 11.0.0
2+
3+
### BREAKING CHANGE
4+
5+
* `FormBuilderTypeAhead`: Update to use `flutter_typeahead` 5.x.x. Take a look how migrate on their [readme](https://pub.dev/packages/flutter_typeahead#from-4x-to-5x)
6+
7+
### Features
8+
9+
* Update android settings on example
10+
* Set minimal Flutter version to 3.24.0
11+
* Set minimal Dart version to 3.5.0
12+
13+
## 10.2.0
214

315
* Update dependencies:
416
* `intl` from ^0.18.1 to ^0.19.0
@@ -10,53 +22,53 @@
1022
* Resolved deprecation warning. using super.key instead of super(key: key) https://dart.dev/tools/linter-rules/use_super_parameters
1123
* Migrate to applying Gradle Plugins with the declarative plugins block: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply
1224

13-
## [10.1.0]
25+
## 10.1.0
1426

1527
* `FormBuilderTypeAhead`: Add new properties
1628
* Update dependencies
1729
* Built with Flutter 3.13
1830

19-
## [10.0.0]
31+
## 10.0.0
2032

2133
### BREAKING CHANGE
2234

2335
* Update constraints to Dart 3
2436
* Update constraints to Flutter 3.10
25-
* Update `flutter_form_builder` to 9.x.x. Take a look breaking changes on [there changelog](https://pub.dev/packages/flutter_form_builder/changelog#900)
37+
* Update `flutter_form_builder` to 9.x.x. Take a look breaking changes on there changelog
2638

27-
## [10.0.0-dev.2]
39+
## 10.0.0-dev.2
2840

2941
### BREAKING CHANGE
3042

3143
* Update constraints to Dart 3
3244

33-
## [10.0.0-dev.1]
45+
## 10.0.0-dev.1
3446

3547
### BREAKING CHANGE
3648

3749
* Update constraints to Flutter 3.10
3850
* Update intl to 0.18
3951

40-
## [9.0.0]
52+
## 9.0.0
4153

4254
### BREAKING CHANGE
4355

4456
* Remove `FormBuilderChipsInput` field
4557
* Remove `FormBuilderCupertinoDateTimePicker` field
46-
* Update `flutter_form_builder` to 8.x.x. Take a look breaking changes on [there changelog](https://pub.dev/packages/flutter_form_builder/changelog#800)
58+
* Update `flutter_form_builder` to 8.x.x. Take a look breaking changes on there changelog
4759

4860
### Features
4961

5062
* `FormBuilderColorPickerField`: Add `availableColors` property
5163

52-
## [8.5.0]
64+
## 8.5.0
5365

5466
* Remove flutter_chips_input dependency
5567
* Remove touch_input dependency
5668
* Update dependencies
5769
* Built with Flutter 3.7
5870

59-
## [8.4.0] - 28-Oct-2022
71+
## 8.4.0
6072

6173
* Set by default flex loose to `FormBuilderSearchableDropdown`
6274
* Set show search field by default
@@ -66,63 +78,63 @@
6678
* `dropdown_search` from 5.0.2 to 5.0.3
6779
* Performance improvement on FormBuilderSignaturePad on Web
6880

69-
## [8.3.0] - 27-Jul-2022
81+
## 8.3.0
7082

7183
* Apply license BSD-3-clause
7284
* Update dependency dropdown_search from 4.0.1 to 5.0.2
7385
* Refactor readme
7486

75-
## [8.2.0] - 12-Jul-2022
87+
## 8.2.0
7688

7789
* Moved repository
7890

79-
## [8.1.0] - 18-May-2022
91+
## 8.1.0
8092

8193
* Bump up `dropdown_search` package version
8294
* Export the whole `dropdown_search` package
8395

84-
## [8.0.1] - 17-May-2022
96+
## 8.0.1
8597

8698
* Add missing attributes for `FormBuilderSearchableDropdown`
8799

88-
## [8.0.0] - 16-May-2022
100+
## 8.0.0
89101

90102
* Flutter 3 compatibility
91103

92-
## [7.1.0] - 31-Jan-2022
104+
## 7.1.0
93105

94106
* Use `flutter_datetime_picker_bdaya` instead of the unmaintained `flutter_datetime_picker`
95107
* TypeAhead onReset uses `valueTransformer`
96108
* Export the class `TextFieldProps` - prevents importing from transitive dependency `dropdown_search`
97109

98-
## [7.0.0] - 27-Oct-2021
110+
## 7.0.0
99111

100112
* `flutter_form_builder` ^7.0.0 compatibility
101113
* Upgraded packages
102114

103-
## [7.0.0-alpha.6] - 10-Sep-2021
115+
## 7.0.0-alpha.6
104116

105117
* Upgraded `flutter_colorpicker` dependency - comes with improvements to `FormBuilderColorPicker` field
106118
* Upgraded `dropdown_search` dependency - comes with improvements to `FormBuilderDropdownSearch` field
107119
* **Breaking Changes**: comes with breaking changes in `FormBuilderColorPicker` modes
108120

109-
## [7.0.0-alpha.5] - 02-Sep-2021
121+
## 7.0.0-alpha.5
110122

111123
* Upgrade form_builder to v7.0.0-alpha.3
112124

113-
## [7.0.0-alpha.4] - 25-May-2021
125+
## 7.0.0-alpha.4
114126

115127
* Use null-safe version of `flutter_chips_input`
116128
* Rename `InputType` to `CupertinoDateTimePickerInputType` - avoids name clash with `form_builder_fields`
117129

118-
## [7.0.0-alpha.3] - 17-May-2021
130+
## 7.0.0-alpha.3
119131

120132
* Replaced `rating_bar` packge with a popular, better maintained and null-safe `flutter_rating_bar`
121133

122-
## [7.0.0-alpha.2] - 17-May-2021
134+
## 7.0.0-alpha.2
123135

124136
* Improvements to package documentation and example
125137

126-
## [7.0.0-alpha.1] - 16-May-2021
138+
## 7.0.0-alpha.1
127139

128140
* Split into own package from `flutter_form_builder`

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: form_builder_extra_fields
22
description: Additional ready-made form input fields for flutter_form_builder package
3-
version: 10.2.0
3+
version: 11.0.0
44
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields/issues
55
homepage: https://github.com/flutter-form-builder-ecosystem
66
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields

0 commit comments

Comments
 (0)