-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
133 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,44 @@ | ||
# Change Log | ||
|
||
## [1.8.0] 2019-08-26 | ||
### Warning | ||
- Wizard and Wizard Steps were not changed to hooks since we need to be able to call the isValidated function (this can only be achieved with classes - withStyles function is still being used) | ||
- Sidebar Component could not be changed to hooks due to the dynamic nature of this component (the collapses states are done dynamically, and you do not have anyway of knowing the amount of collapses this component will have to create static states - withStyles function is still being used) | ||
### Bug fixing | ||
- Rewrote the ISSUE_TEMPLATE | ||
- Deleted the copyright comments from all files, we only need to keep them inside our index.js and index.html | ||
- Added script that adds copyrights to the built app | ||
- Renamed all the files from `.jsx` to `.js` | ||
- Changed the `withStyles` function from Material-UI with the `makeStyles` function (integration with other frameworks should now be easy) | ||
- React Hooks is now supported (Please read the above warnings) | ||
### Major style changes | ||
- `src/assets/jss/material-dashboard-pro-react/components/customDropdownStyle.js` | ||
- `src/assets/jss/material-kit-pro-react/components/cardBodyStyle.js` | ||
- `src/assets/scss/plugins/_plugin-nouislider.scss` | ||
### Deleted components | ||
|
||
### Added components | ||
|
||
### Deleted dependencies | ||
|
||
### Added dependencies | ||
+ [email protected] | ||
+ [email protected] | ||
### Updated dependencies | ||
``` | ||
@material-ui/core 4.1.0 → 4.3.2 | ||
@material-ui/icons 4.1.0 → 4.2.1 | ||
nouislider 13.1.5 → 14.0.2 | ||
react 16.8.6 → 16.9.0 | ||
react-big-calendar 0.21.0 → 0.22.0 | ||
react-dom 16.8.6 → 16.9.0 | ||
react-scripts 3.0.1 → 3.1.0 | ||
eslint-config-prettier 4.3.0 → 6.0.0 | ||
@types/googlemaps 3.36.4 → 3.37.3 | ||
ajv 6.10.0 → 6.10.2 | ||
typescript 3.5.1 → 3.5.3 | ||
``` | ||
|
||
## [1.7.0] 2019-06-19 | ||
### Warning | ||
**We've skipped version 1.6.0 so that all React Material products would be on the same version.** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters