Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

feat(date): adds date time picker #128

Merged
merged 7 commits into from
Nov 30, 2019

Conversation

martinrradev
Copy link
Contributor

Fixes #34

Changes proposed in this pull request:

  • Add DateTimePicker component based on react-datepicker package
  • Add type definition based on @types/react-datepicker package
  • Add Storybook story for component
  • Add tests for component

Newly added dependencies with Bundlephobia links:

@jsf-clabot
Copy link

jsf-clabot commented Nov 28, 2019

CLA assistant check
All committers have signed the CLA.

dateFormatCalendar?: string
/** Disable datepicker. */
disabled?: boolean
dropdownMode: 'scroll' | 'select'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this prop is missing a description

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

children?: ReactNode
/** The format for parsed and displayed dates. */
dateFormat?: string
dateFormatCalendar?: string
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this prop is missing a description

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@jackcmeyer
Copy link
Member

@martinrradev nice work! just a couple of missing prop descriptions to add. thanks for your contribution 😊

@jackcmeyer jackcmeyer added this to the v1.0.0 milestone Nov 29, 2019
@jackcmeyer jackcmeyer added this to In progress in Version 2.0 via automation Nov 29, 2019
@matteovivona matteovivona changed the title Date and time picker feat(date): adds date time picker Nov 30, 2019
@matteovivona matteovivona merged commit 7d2f9fb into HospitalRun:master Nov 30, 2019
Version 2.0 automation moved this from In progress to Done Nov 30, 2019
@ghost
Copy link

ghost commented Dec 4, 2019

🎉 This PR is included in version 0.20.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ghost ghost added the released label Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Version 2.0
  
Done
Development

Successfully merging this pull request may close these issues.

Date and Time Picker
5 participants