Changelog
Version 2.1.0
April 26, 2022
- new: Added 7 new product cards. See demo. - fixed: Homepage slider priority loading - updated packages: Next.js 12.1.5, React Bootstrap 2.3.0
- M package.json
- M package-lock.json
- M src/components/Swiper.js
- A src/components/CardProduct/1.js
- A src/components/CardProduct/2.js
- A src/components/CardProduct/3.js
- A src/components/CardProduct/4.js
- A src/components/CardProduct/5.js
- A src/components/CardProduct/6.js
- A src/components/CardProduct/7.js
- A src/components/CardProduct/Colors.js
- R src/components/ { CardProduct.js → CardProduct/Default.js }
- A src/components/CardProduct/index.js
- A src/components/Docs/Theme/Product.js
- M src/components/Header/DropdownMenuItem.js
- M src/data/menu.json
- M src/data/products-clothes.json
- M src/pages/category-big-products.js
- M src/pages/category-boxed.js
- M src/pages/category-full-sidebar.js
- M src/pages/docs/components-theme.js
- A src/pages/listing-0.js
- A src/pages/listing-1.js
- A src/pages/listing-2.js
- A src/pages/listing-3.js
- A src/pages/listing-4.js
- A src/pages/listing-5.js
- A src/pages/listing-6.js
- A src/pages/listing-7.js
- M src/scss/theme/_container.scss
- M src/scss/theme/_icons.scss
- M src/scss/theme/_navbar.scss
- M src/scss/theme/_products.scss
- A src/scss/theme/_ribbon.scss
- M src/scss/theme/_swiper.scss
- M src/scss/theme/_theme.scss
- M src/scss/theme/_utilities.scss
- M src/scss/theme/_variables.scss
Version 2.0.0
January 10, 2022
- update: Updated to Bootstrap 5 - new: Converted from ReactStrap to React Bootstrap package (see docs here) - new: Font Awesome React component (see usage here) - new: Avatar component (src/components/Avatar
) - new: Header component is split to multiple components for better readiblity (src/components/Header
) - updated packages: NPM update, Next.js (12.0.7), Swiper (7.3.1), react-select (5.2.1), react-scroll (1.8.4) - new: Image component using next/image (src/components/Image
) - improved: Removed Swiper react wrapper (ReactIdSwiper). Using Swiper.js's react component - improved: Moved TopBar and MainIcons component to Header component folder - fixed: Mobile megamenu width overflow
Version 1.0.0
November 3, 2020
Initial Release