Sep 29, 2019
- hilo2120 : Addedd
UNSAFE_
to componentWillReceiveProps to prevent console warning in react v16.8
Sep 05, 2019
- Fixed some dependency issues
- Deleted package-lock.json
- Enabled the star counter on gh-page
Feb 22, 2019
- Now you can set a callback function on shortcut buttons, for example:
const shortcuts = {
Today: moment(), // Pure moment object
Clear: /* moment + callback */ {
moment: currentMomentObj, // REQUIRED
callback: /* optional */ () => {
this.setState({ cleared: true });
}
}
};
Jan 22, 2019
- (Breaking) Fixed wrong name of days of the week in FA calendar.
Jan 6, 2019
- (Breaking) Fixed direction issue in RTL bodies.
- Updated webpack-dev-server because of it's vulnerability.
Oct 5, 2018
- README.md updated.
- TODO.md updated.
Oct 5, 2018
- All changes of alpha version.
- (Breaking) Month panel disabledMax/disabledMin bug (for solar mode) fixed. 🐛 🔫
- Performance improvements in Calendar.jsx, because of using conditional rendering approach instead of display=block/none.
- moment-jalaali updated.
Oct 4, 2018
- (Breaking) Moment-jalaali used instead of Moment.
- (Breaking) Solar calendar added.
- (Breaking) Persian/farsi language added.
Sep 27, 2018
- The style of bottom arrow for top popup :: Changed
Sep 19, 2018
- Docs & README.md :: Updated
Sep 19, 2018
-
(Breaking) All class names of the package, are used in local mode
-
(Breaking) CSS importing is required
-
Prettier codes
-
Webpack bundle updated
-
TODO.md :: Added
-
CONTRIBUTING.md :: Updated
-
README.md :: Updated
-
mini-css-extract-plugin
:: Used in :: Dev mode for bundle -
(Bug) :: Time picker react-slider
Sep 18, 2018
- (Breaking) Full
font-awesome
dependency :: Changed to :: Local selectedfont-awesome
Dependency - Safer peerDependencies
file-loader
devDependency :: Installed/Used
Sep 18, 2018
README
:: Fixed
Sep 17, 2018
package.json -> homepage
:: Changed to :: imrc-datetime-picker.js.orgCONTRIBUTING.md
:: Changed
Sep 16, 2018
- LICENSE :: Changed
.gitignore
in.npmignore
:: Not Ignored- Docs :: Updated for :: v1.0.0
- imrc-datetime-picker.js.org :: Pull request
react-loadable
:: Dependencyhtml-webpack-plugin
:: DevDependencyCONTRIBUTING.md
:: Addedwebpack-doc
configs :: Changed- New feature :: 'position' attribute with 'top' and 'bottom' values :: Added
Sep 15, 2018
- Global scope css classes problem is fixed
- Sass used instead of less
- Dist problems are fixed
- New configs added
.npmignore
is added.vscode
&.idea
folders are ignored- Jslint is removed
- Rollup is removed (used webpack, instead)
Mar 22, 2017
- Breaking Change props name
buttons
toshortcuts