UNPKG

4.99 kBMarkdownView Raw
1# CHANGELOG
2
3### Changelog is no longer maintained
4
5Please see the [releases page](https://github.com/react-native-community/datetimepicker/releases)
6
7### 2.6.0
8
9- Add time picker for Windows [#206](https://github.com/react-native-community/datetimepicker/pull/206)
10
11### 2.5.0
12
13- feat: add minute interval on Android [#177](https://github.com/react-native-community/datetimepicker/pull/177)
14
15### 2.4.3
16
17- Fix TS typings [#197](https://github.com/react-native-community/datetimepicker/pull/197)
18- document working with dark mode [#204](https://github.com/react-native-community/datetimepicker/pull/204)
19
20### 2.4.2
21
22- Make react-native-windows optional [#191](https://github.com/react-native-community/datetimepicker/pull/191)
23
24### 2.4.1
25
26- allow compiling with xcode 10 [#186](https://github.com/react-native-community/datetimepicker/pull/186)
27
28### 2.4.0
29
30- Add Windows date picker [#157](https://github.com/react-native-community/datetimepicker/pull/157)
31- Update Example App to RN 0.62.2 [#146](https://github.com/react-native-community/datetimepicker/pull/146)
32- throw when invalid props are passed to android picker [#148](https://github.com/react-native-community/datetimepicker/pull/148)
33- Recommend npx pod-install for setup instructions [#159](https://github.com/react-native-community/datetimepicker/pull/159)
34
35### 2.3.2
36
37- Fix android nougat display spinner [#118](https://github.com/react-native-community/datetimepicker/pull/118)
38
39### 2.3.1
40
41- fix typescript compilation errors #138, #143
42- use yarn for managing deps (this should not influence consumers)
43
44### 2.3.0
45
46- add `textColor` prop for iOS: [#127](https://github.com/react-native-community/datetimepicker/pull/127)
47
48### 2.2.3
49
50- Fix iOS picker's styling bug where picker would be fixed to 216px height no matter what `style` was applied to the picker. This is because previously, the picker was always wrapped in a `View` which was now removed. Since `style` prop was never documented in this package, we do not consider this a breaking change. Now `style` can correctly apply specific height settings and flex. NOTE: this only works with View style property type. [#120](https://github.com/react-native-community/react-native-datetimepicker/pull/120)
51- update readme example code [#124](https://github.com/react-native-community/react-native-datetimepicker/pull/124)
52
53### 2.2.2
54
55- Fix android time picker returning today's date instead of the given date [#115](https://github.com/react-native-community/react-native-datetimepicker/pull/115)
56
57### 2.2.1
58
59- Fix missing return statement [#107](https://github.com/react-native-community/react-native-datetimepicker/pull/107)
60
61### 2.2.0
62
63- Fix podspec to get source from tag [#103](https://github.com/react-native-community/react-native-datetimepicker/pull/103)
64- fix prettier usage [#102](https://github.com/react-native-community/react-native-datetimepicker/pull/102)
65- Introduce neutral button via neutralButtonLabel on Android pickers [#93](https://github.com/react-native-community/react-native-datetimepicker/pull/93)
66- update readme [#100](https://github.com/react-native-community/react-native-datetimepicker/pull/100)
67
68### 2.1.2
69
70- Fix Android Nougat datetime picker mode="spinner" [#47](https://github.com/react-native-community/react-native-datetimepicker/pull/47)
71
72### 2.1.1
73
74- Add `countdown` option to iOSMode types [#31](https://github.com/react-native-community/react-native-datetimepicker/pull/31)
75- Added TS type definition file path to package.json [#77](https://github.com/react-native-community/react-native-datetimepicker/pull/77)
76- Improved readme [#33](https://github.com/react-native-community/react-native-datetimepicker/pull/33), [#39](https://github.com/react-native-community/react-native-datetimepicker/pull/39), [#46](https://github.com/react-native-community/react-native-datetimepicker/pull/46), [#97](https://github.com/react-native-community/react-native-datetimepicker/pull/97)
77
78### 2.1.0
79
80- [#25] Add typescript definitions.
81- [#22] Fix backtick in documentation.
82
83### 2.0.0
84
85- [#13] Update to `react-native@0.60`
86
87### 1.0.0
88
89- [#7] Adding Readme.md and docs
90- [#6] Detox tests added
91- [#5] Adjust CHANGELOG.md to have links at bottom of markdown
92- [#4] Fixing iOS React import and cleaning iOS example project
93- [#3] Using @react-native-community/eslint-config
94
95[#3]: https://github.com/react-native-community/react-native-datetimepicker/pull/3
96[#4]: https://github.com/react-native-community/react-native-datetimepicker/pull/4
97[#5]: https://github.com/react-native-community/react-native-datetimepicker/pull/5
98[#6]: https://github.com/react-native-community/react-native-datetimepicker/pull/6
99[#7]: https://github.com/react-native-community/react-native-datetimepicker/pull/7
100[#13]: https://github.com/react-native-community/react-native-datetimepicker/pull/13
101[#22]: https://github.com/react-native-community/react-native-datetimepicker/pull/22
102[#25]: https://github.com/react-native-community/react-native-datetimepicker/pull/25