- Update dependencies
- Fix Light and Dark theme toggle state issue
- Fix Sidebar Mini toggle state issue
- Update dependencies
- Fix
react-select
component's styling issue.
- Fix issues
- Update dependencies
- Fix installation issues
- Update dependencies
- Migrate from node-sass to sass
- Delete the usage of
react-google-maps
, and change it with simple JS code from the Google Maps API tutorials - #30
- #27
- #24
- #25
- creativetimofficial/black-dashboard-react#19
- Replace downloaded version of
bootstrap
scss tonode_modules
ones - Renamed
src/assets/scss/black-dashboard-pro-react/react/_react-differences.scss
tosrc/assets/scss/black-dashboard-pro-react/react/react-differences.scss
src/components/TagsInput/TagsInput.js
(instead ofreact-tagsinput
plugin)
- @types/googlemaps
- @types/react
- @types/markerclustererplus
- react-google-maps (Instead of it, we're going to use simple plain JS Google maps)
- react-tagsinput (instead of this one, we've copied it's code inside
src/components/TagsInput/TagsInput.js
and updated it to the latest React features) - react-bootstrap-switch (replaced by the
CustomInput
component fromreactstrap
) - history (instead of using
history
, we'll be usingBrowserRouter
fromreact-router-dom
)
- match-sorter@6.0.2 (for new React Table API)
- bootstrap@4.5.3
- node-sass-package-importer@5.3.2
chart.js 2.9.3 → 2.9.4
moment 2.24.0 → 2.29.1
node-sass 4.13.1 → 4.14.1
nouislider 14.1.1 → 14.6.3
react 16.13.0 → 17.0.1
react-big-calendar 0.24.0 → 0.30.0
react-bootstrap-sweetalert 5.1.9 → 5.2.0
react-bootstrap-wizard 0.0.7 → 0.0.9
react-chartjs-2 2.9.0 → 2.11.1
react-datetime 2.16.3 → 3.0.4
react-dom 16.13.0 → 17.0.1
react-notification-alert 0.0.12 → 0.0.13
react-router-dom 5.1.2 → 5.2.0
react-scripts 3.4.0 → 4.0.1
react-select 3.0.8 → 3.1.1
react-table 6.11.5 → 7.6.2
reactstrap 8.4.1 → 8.7.1
eslint-plugin-flowtype 3.13.0 → 5.2.0
typescript 3.8.2 → 4.1.2
The jQuery and TypeScript dependencies are installed only to stop console warnings on install. They are not actually used in our product. So the product is not based on jQuery, and it is not based on TypeScript!
Some warnings may appear when running the installation command, but they do not affect the UI or the functionality of the product. The following warnings will appear when running the installation command, but they do not affect the UI or the functionality of the product (they will be solved in our next update - they come from the plugins that we are using, and they haven't yet upgraded to the latest React version):
npm WARN react-big-calendar@0.30.0 requires a peer of react@^16.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN react-big-calendar@0.30.0 requires a peer of react-dom@^16.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN react-datetime@3.0.4 requires a peer of react@^16.5.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-select@3.1.1 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-select@3.1.1 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @restart/hooks@0.3.25 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-input-autosize@2.2.2 requires a peer of react@^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-popper@1.3.7 requires a peer of react@0.14.x || ^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN create-react-context@0.3.0 requires a peer of react@^0.14.0 || ^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
Also, inside the product - the browser console, you will see a warning for deprecated methods of React. Once again, these do not affect the UI or the functionality of the product, they are there, so that the owners of the plugins will know that in React 18, their plugins will fail. These will be solved by the release of React 18, so you do not have to worry about them. Also, they appear only in development, and not in production. Happy Hacking!
- Change the usage of
.env
file for absolute imports tojsconfig.json
file - Changed the usage of
.jsx
files to.js
ones - Github Issues:
- Almost all files from the
src/assets/scss/*
were changed due to the update of the scss/css/styles to the latest version of Black Dashboard PRO by Creative Tim
- For our copyrights:
- gulp@4.0.2
- gulp-append-prepend@1.0.8
- To stop the following warnings we've added:
- eslint-plugin-flowtype@3.13.0
- typescript@3.8.2
npm WARN eslint-config-react-app@5.2.0 requires a peer of eslint-plugin-flowtype@3.x but none is installed. You must install peer dependencies yourself.
npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
chart.js 2.7.3 → 2.9.3
history 4.7.2 → 4.10.1
moment 2.23.0 → 2.24.0
node-sass 4.11.0 → 4.13.1
nouislider 12.1.0 → 14.1.1
prop-types 15.6.2 → 15.7.2
react 16.7.0 → 16.13.0
react-big-calendar 0.20.2 → 0.24.0
react-bootstrap-sweetalert 4.4.1 → 5.1.9
react-chartjs-2 2.7.4 → 2.9.0
react-dom 16.7.0 → 16.13.0
react-jvectormap 0.0.4 → 0.0.16
react-notification-alert 0.0.9 → 0.0.12
react-router-dom 4.3.1 → 5.1.2
react-scripts 2.1.3 → 3.4.0
react-select 2.2.0 → 3.0.8
react-table 6.8.6 → 6.11.5
reactstrap 7.0.2 → 8.4.1
@types/googlemaps 3.30.16 → 3.39.3
@types/react 16.7.18 → 16.9.23
We haven't updated react-table to the latest version (version 7), since it is still in testing. Also, on a future udpdate, we will drop support for this component and replace it with another dynamic table, such as DataTables.net! The folowing components make react throw errors for using life-cycle methods that will be dropped in React 17.x: react-jvectormap, react-bootstrap-switch, react-datetime, react-tagsinput. But the UI or functionality of the product is not affected. When we'll update the product to React 17.x, if the issue will persist, we'll drop support for these components and replace them with other ones that create the same or a similar UI. Also, the warnings are only present in the development, and not in production. The following warnings on installation could not be solved, due to some of our dependencies, however, they do not affect the functionality or the UI of the product:
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated popper.js@1.16.1: Popper changed home, find its new releases at @popperjs/core
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN react-bootstrap-wizard@0.0.7 requires a peer of reactstrap@7.x.x but none is installed. You must install peer dependencies yourself.
- Added Reactstrap as base framework
- Added design from Black Dashboard PRO by Creative Tim