|
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 |
2 | 14 |
|
3 | 15 | * Update dependencies:
|
4 | 16 | * `intl` from ^0.18.1 to ^0.19.0
|
|
10 | 22 | * Resolved deprecation warning. using super.key instead of super(key: key) https://dart.dev/tools/linter-rules/use_super_parameters
|
11 | 23 | * Migrate to applying Gradle Plugins with the declarative plugins block: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply
|
12 | 24 |
|
13 |
| -## [10.1.0] |
| 25 | +## 10.1.0 |
14 | 26 |
|
15 | 27 | * `FormBuilderTypeAhead`: Add new properties
|
16 | 28 | * Update dependencies
|
17 | 29 | * Built with Flutter 3.13
|
18 | 30 |
|
19 |
| -## [10.0.0] |
| 31 | +## 10.0.0 |
20 | 32 |
|
21 | 33 | ### BREAKING CHANGE
|
22 | 34 |
|
23 | 35 | * Update constraints to Dart 3
|
24 | 36 | * 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 |
26 | 38 |
|
27 |
| -## [10.0.0-dev.2] |
| 39 | +## 10.0.0-dev.2 |
28 | 40 |
|
29 | 41 | ### BREAKING CHANGE
|
30 | 42 |
|
31 | 43 | * Update constraints to Dart 3
|
32 | 44 |
|
33 |
| -## [10.0.0-dev.1] |
| 45 | +## 10.0.0-dev.1 |
34 | 46 |
|
35 | 47 | ### BREAKING CHANGE
|
36 | 48 |
|
37 | 49 | * Update constraints to Flutter 3.10
|
38 | 50 | * Update intl to 0.18
|
39 | 51 |
|
40 |
| -## [9.0.0] |
| 52 | +## 9.0.0 |
41 | 53 |
|
42 | 54 | ### BREAKING CHANGE
|
43 | 55 |
|
44 | 56 | * Remove `FormBuilderChipsInput` field
|
45 | 57 | * 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 |
47 | 59 |
|
48 | 60 | ### Features
|
49 | 61 |
|
50 | 62 | * `FormBuilderColorPickerField`: Add `availableColors` property
|
51 | 63 |
|
52 |
| -## [8.5.0] |
| 64 | +## 8.5.0 |
53 | 65 |
|
54 | 66 | * Remove flutter_chips_input dependency
|
55 | 67 | * Remove touch_input dependency
|
56 | 68 | * Update dependencies
|
57 | 69 | * Built with Flutter 3.7
|
58 | 70 |
|
59 |
| -## [8.4.0] - 28-Oct-2022 |
| 71 | +## 8.4.0 |
60 | 72 |
|
61 | 73 | * Set by default flex loose to `FormBuilderSearchableDropdown`
|
62 | 74 | * Set show search field by default
|
|
66 | 78 | * `dropdown_search` from 5.0.2 to 5.0.3
|
67 | 79 | * Performance improvement on FormBuilderSignaturePad on Web
|
68 | 80 |
|
69 |
| -## [8.3.0] - 27-Jul-2022 |
| 81 | +## 8.3.0 |
70 | 82 |
|
71 | 83 | * Apply license BSD-3-clause
|
72 | 84 | * Update dependency dropdown_search from 4.0.1 to 5.0.2
|
73 | 85 | * Refactor readme
|
74 | 86 |
|
75 |
| -## [8.2.0] - 12-Jul-2022 |
| 87 | +## 8.2.0 |
76 | 88 |
|
77 | 89 | * Moved repository
|
78 | 90 |
|
79 |
| -## [8.1.0] - 18-May-2022 |
| 91 | +## 8.1.0 |
80 | 92 |
|
81 | 93 | * Bump up `dropdown_search` package version
|
82 | 94 | * Export the whole `dropdown_search` package
|
83 | 95 |
|
84 |
| -## [8.0.1] - 17-May-2022 |
| 96 | +## 8.0.1 |
85 | 97 |
|
86 | 98 | * Add missing attributes for `FormBuilderSearchableDropdown`
|
87 | 99 |
|
88 |
| -## [8.0.0] - 16-May-2022 |
| 100 | +## 8.0.0 |
89 | 101 |
|
90 | 102 | * Flutter 3 compatibility
|
91 | 103 |
|
92 |
| -## [7.1.0] - 31-Jan-2022 |
| 104 | +## 7.1.0 |
93 | 105 |
|
94 | 106 | * Use `flutter_datetime_picker_bdaya` instead of the unmaintained `flutter_datetime_picker`
|
95 | 107 | * TypeAhead onReset uses `valueTransformer`
|
96 | 108 | * Export the class `TextFieldProps` - prevents importing from transitive dependency `dropdown_search`
|
97 | 109 |
|
98 |
| -## [7.0.0] - 27-Oct-2021 |
| 110 | +## 7.0.0 |
99 | 111 |
|
100 | 112 | * `flutter_form_builder` ^7.0.0 compatibility
|
101 | 113 | * Upgraded packages
|
102 | 114 |
|
103 |
| -## [7.0.0-alpha.6] - 10-Sep-2021 |
| 115 | +## 7.0.0-alpha.6 |
104 | 116 |
|
105 | 117 | * Upgraded `flutter_colorpicker` dependency - comes with improvements to `FormBuilderColorPicker` field
|
106 | 118 | * Upgraded `dropdown_search` dependency - comes with improvements to `FormBuilderDropdownSearch` field
|
107 | 119 | * **Breaking Changes**: comes with breaking changes in `FormBuilderColorPicker` modes
|
108 | 120 |
|
109 |
| -## [7.0.0-alpha.5] - 02-Sep-2021 |
| 121 | +## 7.0.0-alpha.5 |
110 | 122 |
|
111 | 123 | * Upgrade form_builder to v7.0.0-alpha.3
|
112 | 124 |
|
113 |
| -## [7.0.0-alpha.4] - 25-May-2021 |
| 125 | +## 7.0.0-alpha.4 |
114 | 126 |
|
115 | 127 | * Use null-safe version of `flutter_chips_input`
|
116 | 128 | * Rename `InputType` to `CupertinoDateTimePickerInputType` - avoids name clash with `form_builder_fields`
|
117 | 129 |
|
118 |
| -## [7.0.0-alpha.3] - 17-May-2021 |
| 130 | +## 7.0.0-alpha.3 |
119 | 131 |
|
120 | 132 | * Replaced `rating_bar` packge with a popular, better maintained and null-safe `flutter_rating_bar`
|
121 | 133 |
|
122 |
| -## [7.0.0-alpha.2] - 17-May-2021 |
| 134 | +## 7.0.0-alpha.2 |
123 | 135 |
|
124 | 136 | * Improvements to package documentation and example
|
125 | 137 |
|
126 |
| -## [7.0.0-alpha.1] - 16-May-2021 |
| 138 | +## 7.0.0-alpha.1 |
127 | 139 |
|
128 | 140 | * Split into own package from `flutter_form_builder`
|
0 commit comments