Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
08aedfb
Add time inputs to time picker
leb2 Sep 13, 2022
2d1aac7
Merge pull request #1 from uncountableinc/brendan/time-inputs
yagmin Sep 13, 2022
34f8807
Build
leb2 Sep 14, 2022
2443148
Merge pull request #2 from uncountableinc/brendan/build
yagmin Sep 14, 2022
588a2d5
Fix react rendering issue
leb2 Sep 22, 2022
30e4975
Merge pull request #3 from uncountableinc/brendan/fix-render
yagmin Sep 23, 2022
eed8b38
Add prop to display time zone, show time first
leb2 Oct 7, 2022
f8bfa6d
build
leb2 Oct 7, 2022
6e8bacc
Merge pull request #4 from uncountableinc/brendan/time-zones
leb2 Oct 11, 2022
d78b300
Add types for new props
leb2 Oct 11, 2022
4ba4281
Merge pull request #5 from uncountableinc/brendan/add-types
yagmin Oct 11, 2022
8bf4657
Add types
leb2 Oct 11, 2022
4f5f1e0
Merge pull request #6 from uncountableinc/brendan/add-types-2
yagmin Oct 11, 2022
53a6071
Add timeCountersFormat prop
leb2 Oct 26, 2022
3a8fe5d
Merge pull request #7 from uncountableinc/brendan/time-counters
ncurrault Oct 27, 2022
e91f402
Fix cursor jumping issues when typing in the field
leb2 Jan 12, 2023
b3ad2db
Update build
leb2 Jan 12, 2023
dd1a39a
Merge pull request #8 from uncountableinc/brendan/fix-rendering
leb2 Jan 13, 2023
1ea5b78
add padding
logansnow17 Jul 14, 2025
b7db32d
bump
logansnow17 Jul 14, 2025
89a8c76
build
logansnow17 Jul 14, 2025
c9e713b
maxlength
logansnow17 Jul 14, 2025
9040f36
revert maxlength
logansnow17 Jul 14, 2025
567c295
Merge pull request #9 from uncountableinc/logan/pad-time-amount
logansnow17 Jul 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/react-datetime.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-datetime.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-datetime.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-datetime.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-datetime",
"version": "3.1.0",
"version": "3.1.0-unc-1",
"description": "A lightweight but complete datetime picker React.js component",
"homepage": "https://github.com/arqex/react-datetime",
"repository": {
Expand Down