Skip to content

Latest commit

 

History

History
189 lines (144 loc) · 9.76 KB

CHANGELOG.md

File metadata and controls

189 lines (144 loc) · 9.76 KB

CHANGELOG

[1.2.3] 2024-01-01

  • Update dependencies
  • Fix react-select component's styling issue.

[1.2.2] 2023-05-22

  • Fix issues
  • Update dependencies
  • Fix installation issues

[1.2.1] 2022-06-29

  • Update dependencies
  • Migrate from node-sass to sass

[1.2.0] 2020-12-11

Bug fixing

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 react@^16.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react-dom@^16.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react@^16.5.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @restart/[email protected] requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] 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 [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 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!

[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:

Major style changes

Deleted components

Added components

Deleted dependencies

Added dependencies

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 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.

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]: 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 [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