CHANGELOG
[1.2.1] 2022-06-29
- Update dependencies
- Migrate from node-sass to sass
[1.2.0] 2020-12-11
Bug fixing
- Delete the usage of
react-google-maps
, and change it with simple JS code from the Google Maps API tutorials
- https://github.com/creativetimofficial/ct-black-dashboard-pro-react/issues/30
- https://github.com/creativetimofficial/ct-black-dashboard-pro-react/issues/27
- https://github.com/creativetimofficial/ct-black-dashboard-pro-react/issues/24
- https://github.com/creativetimofficial/ct-black-dashboard-pro-react/issues/25
- https://github.com/creativetimofficial/black-dashboard-react/issues/19
Major style changes
- Replace downloaded version of
bootstrap
scss to node_modules
ones
- Renamed
src/assets/scss/black-dashboard-pro-react/react/_react-differences.scss
to src/assets/scss/black-dashboard-pro-react/react/react-differences.scss
Deleted components
Added components
src/components/TagsInput/TagsInput.js
(instead of react-tagsinput
plugin)
Deleted dependencies
- @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 from reactstrap
)
- history (instead of using
history
, we'll be using BrowserRouter
from react-router-dom
)
Added dependencies
Updated dependencies
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
Important Notes
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!
Warning
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 [email protected] requires a peer of [email protected]^16.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of [email protected]^16.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of [email protected]^16.5.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of [email protected]^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of [email protected]^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @restart/[email protected] requires a peer of [email protected]^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of [email protected]^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of [email protected] || ^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of [email protected]^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!
[1.1.0] 06-03-2020
Bug fixing
- Change the usage of
.env
file for absolute imports to jsconfig.json
file
- Changed the usage of
.jsx
files to .js
ones
- Github Issues:
- https://github.com/creativetimofficial/ct-black-dashboard-pro-react/issues/20
- https://github.com/creativetimofficial/ct-black-dashboard-pro-react/issues/18
- https://github.com/creativetimofficial/ct-black-dashboard-pro-react/issues/17
- https://github.com/creativetimofficial/ct-black-dashboard-pro-react/issues/15
- https://github.com/creativetimofficial/ct-black-dashboard-pro-react/issues/14
- https://github.com/creativetimofficial/ct-black-dashboard-pro-react/issues/12
- https://github.com/creativetimofficial/ct-black-dashboard-pro-react/issues/11
- https://github.com/creativetimofficial/ct-black-dashboard-pro-react/issues/10
- https://github.com/creativetimofficial/ct-black-dashboard-pro-react/issues/6
Major style changes
Deleted components
Added components
Deleted dependencies
Added dependencies
- For our copyrights:
- To stop the following warnings we've added:
npm WARN [email protected] requires a peer of [email protected] but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of [email protected]>=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.
Updated dependencies
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
Warning
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 [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: Popper changed home, find its new releases at @popperjs/core
npm WARN deprecated [email protected]: [email protected]<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 [email protected]
npm WARN [email protected] requires a peer of [email protected] but none is installed. You must install peer dependencies yourself.
[1.0.0] 2019-01-14
Original Release
- Added Reactstrap as base framework
- Added design from Black Dashboard PRO by Creative Tim