-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yangyxd
committed
Sep 3, 2019
1 parent
a0ed849
commit 8a21b55
Showing
4 changed files
with
1,790 additions
and
1,778 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,94 @@ | ||
## 1.0.14 | ||
|
||
* Added return for showModal #44 (thank: @GiorgioBertolotti) | ||
|
||
## 1.0.13 | ||
|
||
* Add parameter: selectedTextStyle, Styles for setting selected items. (thank: @TristanWYL) | ||
* Add parameter: footer, Widgets can be added at the bottom. | ||
|
||
## 1.0.12 | ||
|
||
* Repair BUG: #38, #40 | ||
* DateTimePickerAdapter: Add the twoDigitYear attribute to support small screens (#39) | ||
|
||
## 1.0.11 | ||
|
||
* Add localization for Arabic language | ||
* Add parameter: cancel and confirm, Allow yourself to specify widgets to be placed in the identified and cancelled locations | ||
* DateTimePickerAdapter supports minValue and maxValue, which are used to limit the upper and lower bounds for selecting date and time. | ||
|
||
## 1.0.10 | ||
|
||
* Solving #25 Problem | ||
* Add attributes: headerDecoration, Can be used to control header borders. | ||
* Add Italian locale. | ||
|
||
## 1.0.9 | ||
|
||
* Add the ability to jump numbers in NumberPickerColumn (thank: @jesusrp98) | ||
|
||
## 1.0.8 | ||
|
||
* Repair Bug: showDialog | ||
|
||
## 1.0.7 | ||
|
||
* Add korea locale | ||
|
||
## 1.0.6 | ||
|
||
* Remove debugging output information | ||
|
||
## 1.0.5 | ||
|
||
* Modifying description information | ||
|
||
## 1.0.3 | ||
|
||
* Repair Bug. | ||
* NumberPickerAdapter, data Add onFormatValue property | ||
* DateTimePickerAdapter, Add customColumnType property, Support custom column order. | ||
|
||
## 1.0.2 | ||
|
||
* Repair Bug. | ||
|
||
## 1.0.1 | ||
|
||
* NumberPickerAdapter Support postfix; suffix. | ||
|
||
## 1.0.0 | ||
|
||
* Add NumberPickerAdapter, Support specified number range | ||
* Add isLinkage property, Support Array. | ||
* Add delimiter, Insert separators between columns | ||
* Add localization support | ||
* Optimization code | ||
|
||
## 0.0.5 | ||
|
||
* Adapter add notifyDataChanged function. | ||
|
||
## 0.0.4 | ||
|
||
* Add PickerDateTimeType.kYM. | ||
|
||
## 0.0.3 | ||
|
||
* Support column Flex setting. Add new DateTimeAdapter type. | ||
|
||
## 0.0.2 | ||
|
||
* Code refactoring, adding adapters. Support dialog box. Increase the date and time selection. | ||
|
||
|
||
## 0.0.1 | ||
|
||
* Describe initial release. | ||
## 1.0.15 | ||
|
||
* Move the edge of the head to the bottom of the head so that it can be hidden by customization. #55 (thank: @StarOfLife) | ||
* Repair bug: .showDialog(contex) - error for define style #49 (thank: @nielgomes) | ||
* Repair bug: Change superior data, lower data display blank #48 (thank: @DemoJameson) | ||
|
||
## 1.0.14 | ||
|
||
* Added return for showModal #44 (thank: @GiorgioBertolotti) | ||
|
||
## 1.0.13 | ||
|
||
* Add parameter: selectedTextStyle, Styles for setting selected items. (thank: @TristanWYL) | ||
* Add parameter: footer, Widgets can be added at the bottom. | ||
|
||
## 1.0.12 | ||
|
||
* Repair BUG: #38, #40 | ||
* DateTimePickerAdapter: Add the twoDigitYear attribute to support small screens (#39) | ||
|
||
## 1.0.11 | ||
|
||
* Add localization for Arabic language | ||
* Add parameter: cancel and confirm, Allow yourself to specify widgets to be placed in the identified and cancelled locations | ||
* DateTimePickerAdapter supports minValue and maxValue, which are used to limit the upper and lower bounds for selecting date and time. | ||
|
||
## 1.0.10 | ||
|
||
* Solving #25 Problem | ||
* Add attributes: headerDecoration, Can be used to control header borders. | ||
* Add Italian locale. | ||
|
||
## 1.0.9 | ||
|
||
* Add the ability to jump numbers in NumberPickerColumn (thank: @jesusrp98) | ||
|
||
## 1.0.8 | ||
|
||
* Repair Bug: showDialog | ||
|
||
## 1.0.7 | ||
|
||
* Add korea locale | ||
|
||
## 1.0.6 | ||
|
||
* Remove debugging output information | ||
|
||
## 1.0.5 | ||
|
||
* Modifying description information | ||
|
||
## 1.0.3 | ||
|
||
* Repair Bug. | ||
* NumberPickerAdapter, data Add onFormatValue property | ||
* DateTimePickerAdapter, Add customColumnType property, Support custom column order. | ||
|
||
## 1.0.2 | ||
|
||
* Repair Bug. | ||
|
||
## 1.0.1 | ||
|
||
* NumberPickerAdapter Support postfix; suffix. | ||
|
||
## 1.0.0 | ||
|
||
* Add NumberPickerAdapter, Support specified number range | ||
* Add isLinkage property, Support Array. | ||
* Add delimiter, Insert separators between columns | ||
* Add localization support | ||
* Optimization code | ||
|
||
## 0.0.5 | ||
|
||
* Adapter add notifyDataChanged function. | ||
|
||
## 0.0.4 | ||
|
||
* Add PickerDateTimeType.kYM. | ||
|
||
## 0.0.3 | ||
|
||
* Support column Flex setting. Add new DateTimeAdapter type. | ||
|
||
## 0.0.2 | ||
|
||
* Code refactoring, adding adapters. Support dialog box. Increase the date and time selection. | ||
|
||
|
||
## 0.0.1 | ||
|
||
* Describe initial release. |
Oops, something went wrong.