Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.3.3 #212

Merged
merged 8 commits into from
Oct 22, 2022
Merged

v2.3.3 #212

merged 8 commits into from
Oct 22, 2022

Conversation

ndresx
Copy link
Owner

@ndresx ndresx commented Oct 8, 2022

Bugfixes

  • Fixes Make date props not optional #175
    The CountdownProps interface date prop was initially set to optional due to an older component that is still being supported in order to follow Semver (for react-countdown@2). This change will make it a required one. However, since this legacy version was neither utilizing TypeScript nor PropTypes, it's safe to assume that this won't break anything given that the actual countdown component only works by providing this prop while it's also documented this way.

@coveralls
Copy link

coveralls commented Oct 8, 2022

Coverage Status

Coverage remained the same at 100.0% when pulling 5dcfd4b on v2.3.3 into 1997d71 on master.

@ndresx ndresx merged commit bab6fe3 into master Oct 22, 2022
@ndresx ndresx deleted the v2.3.3 branch October 22, 2022 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make date props not optional
2 participants