Skip to content

Commit 823e053

Browse files
committed
Renames updateViewMode to navigate. Create v3 docs. Removes demo and example
1 parent 45a935e commit 823e053

30 files changed

+44
-14504
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
A date and time picker in the same React.js component. It can be used as a datepicker, timepicker or both at the same time. It is **highly customizable** and it even allows to edit date's milliseconds.
77

8-
This project started as a fork of https://github.com/quri/react-bootstrap-datetimepicker but the code and the API has changed a lot.
8+
These are the docs for version 3 of the library. If you are still using the deprecated v2, here it is its documentation, but we strongly recommend to migrate to version 3 in order to keep receiving updates. Please check migrating react-datetime to version 3 to safely update your app.
99

1010
## Installation
1111

config/webpack.config.build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ const baseConfig = {
2626
loader: require.resolve('babel-loader')
2727
}
2828
]
29-
}
29+
},
30+
devtool: 'source-map'
3031
};
3132

3233
const umdConfig = {

demo/.gitignore

Lines changed: 0 additions & 21 deletions
This file was deleted.

demo/README.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)