Skip to content

Commit

Permalink
Renames updateViewMode to navigate. Create v3 docs. Removes demo and …
Browse files Browse the repository at this point in the history
…example
  • Loading branch information
arqex committed Jan 19, 2020
1 parent 45a935e commit 823e053
Show file tree
Hide file tree
Showing 30 changed files with 44 additions and 14,504 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@

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.

This project started as a fork of https://github.com/quri/react-bootstrap-datetimepicker but the code and the API has changed a lot.
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.

## Installation

Expand Down
3 changes: 2 additions & 1 deletion config/webpack.config.build.js
Expand Up @@ -26,7 +26,8 @@ const baseConfig = {
loader: require.resolve('babel-loader')
}
]
}
},
devtool: 'source-map'
};

const umdConfig = {
Expand Down
21 changes: 0 additions & 21 deletions demo/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions demo/README.md

This file was deleted.

0 comments on commit 823e053

Please sign in to comment.