react-native-date-input
Version:
A simple React Native date input component that uses DatePickerAndroid and DatePickerIOS to select dates
79 lines (40 loc) • 1.53 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.11] - 2020-06-01
### Changed
- Fixed issue where `defaultValue` wouldn't always update
## [1.0.10] - 2020-04-27
### Changed
- Switch to manual dependency management to avoid collisions
## [1.0.9] - 2020-04-15
### Changed
- Update dependencies
## [1.0.8] - 2019-09-24
### Changed
- Listens to system-wide dark mode setting to show dark date picker on iOS
## [1.0.7] - 2019-09-24
### Changed
- Added `defaultValue` prop for input
## [1.0.6] - 2019-09-18
### Changed
- Migrated `moment` to `dayjs` to reduce bundle size
## [1.0.5] - 2019-09-18
### Added
- Added default date support via `defaultDate` prop (see [usage example](https://github.com/ethercreative/react-native-date-input))
## [1.0.4] - 2019-09-18
### Changed
- Removed `react-native-modal` dependency
## [1.0.3] - 2019-09-18
### Added
- Added minimum and maximum date support via `minimumDate` / `maximumDate` props (see [usage example](https://github.com/ethercreative/react-native-date-input))
## [1.0.2] - 2019-09-18
### Added
- Added done button above date picker on iOS
## [1.0.1] - 2019-09-11
### Added
- Programmatic focus support (see [usage example](https://github.com/ethercreative/react-native-date-input))
## [1.0.0] - 2019-09-10
### Added
- Initial release