- Update dependencies
- Fix installation issue
- Update the dependencies
- Migration to React 18
- Migration to sass from node-sass
@babel/[email protected]
(to stop warnings on install)
gulp-append-prepend 1.0.8 → 1.0.9
moment 2.26.0 → 2.29.1
node-sass 4.14.1 → 6.0.0
nouislider 14.5.0 → 15.1.0
react 16.13.1 → 17.0.2
react-datetime 2.16.3 → 3.0.4
react-dom 16.13.1 → 17.0.2
react-scripts 3.4.1 → 4.0.3
reactstrap 8.4.1 → 8.9.0
typescript 3.9.5 → 4.2.4
While in development some of the plugins that were used for this product will throw some warnings - note, this only happens in development, the UI or the functionality of the product is not affected, also, if the issues will persist in React 17, we'll drop usage of those plugins, and replace them with other ones. Warnings might appear while doing an npm install - they do not affect the UI or the functionality of the product, and they appear because of NodeJS and not from the product itself.
npm WARN [email protected] requires a peer of react@^16.5.0 but none is installed. You must install peer dependencies yourself.
In our next update we'll replace this plugin with something else to stop these. You will also have the following message: found 80 vulnerabilities (1 low, 79 moderate). This comes from react-scripts, and will be fixed in the next version. NOTE: the product works as expected with these vulnerabilities.
- Other Now UI React products
- creativetimofficial/ct-now-ui-dashboard-pro-react#10 (added
window.scrollTo(0, 0)
anddocument.body.scrollTop = 0
to all pages so when you navigate to new page you are sent to the first line of the page) - creativetimofficial/ct-now-ui-dashboard-pro-react#31 (changed the fonts import to
~assets/fonts
and also added assets path insidejsconfig.json
file) - creativetimofficial/ct-now-ui-kit-pro-react#2 (added warnings on the documentation about this issue - unfortunately, we need to keep our own homepage prop inside the package.json for copyright issues)
- creativetimofficial/now-ui-dashboard-react#10
- creativetimofficial/ct-now-ui-dashboard-pro-react#10 (added
src/assets/scss/now-ui-kit/_nucleo-outline.scss
(changed the fonts import to~assets/fonts
and also added assets path insidejsconfig.json
file)src/assets/scss/now-ui-kit/_variables.scss
(changed the fonts import to~assets/fonts
and also added assets path insidejsconfig.json
file)src/assets/scss/react/now-ui-kit/_popovers.scss
(because of new bootstrap and reactstrap versions)src/assets/scss/react/now-ui-kit/_tooltips.scss
(because of new bootstrap and reactstrap versions)src/assets/scss/react/react-differences.scss
(to add the new tootlips styles)
- [email protected] (for Creative Tim copyrights)
- [email protected] (for Creative Tim copyrights)
moment 2.24.0 → 2.26.0
node-sass 4.12.0 → 4.14.1
nouislider 14.0.2 → 14.5.0
react 16.8.6 → 16.13.1
react-dom 16.8.6 → 16.13.1
react-router 5.0.1 → 5.2.0
react-router-dom 5.0.1 → 5.2.0
react-scripts 3.0.1 → 3.4.1
reactstrap 8.0.1 → 8.4.1
typescript 3.5.3 → 3.9.5
All the following products: Now UI Kit React, Now UI Dashboard React, Now UI Kit PRO React and Now UI Dashboard PRO React have been updated together, and thus, we've added to all of them the same version of 1.4.0 - we may have skipped some versions for some of the above products, we've done so, since we want all Now UI & React products to share the same versions. While in development some of the plugins that were used for this product will throw some warnings - note, this only happens in development, the UI or the functionality of the product is not affected, also, if the issues will persist in React 17, we'll drop usage of those plugins, and replace them with other ones. Warnings might appear while doing an npm install - they do not affect the UI or the functionality of the product, and they appear because of NodeJS and not from the product itself.
- Started project with create-react-app
- Added Reactstrap as base framework
- Added design from Now UI Kit by Creative Tim
- Added React Hooks