• 020-800-456-747

Free in-store delivery

Changelog

Version 2.2.0

October 10, 2022

- update: Updated to NextJS 12.3.1, React 18.2.0, Leaflet 1.9.1, React Select 5.4.0,
 Swiper 8.3.2, React Bootstrap 2.5.0, React Leaflet 4.1.0, React Parallax 3.5.1 and many more
- new: Converted from React Magnifier to React Inner Image Zoom for React 18 support (see docs here)
- new: Converted from React Image Lightbox to Yet Another React Lightbox for React 18 support (see docs here)
- new: Converted from next-react-svg to @svgr/webpack
- improvement: Removed Next Compose Plugins and transformed next.config.js to native Nextjs code
- fix: fixed various console and NextJS errors
- fix: added check for DOM load for Swiper components
  • M next.config.js
  • M package.json
  • M package-lock.json
  • M src/components/Brands.js
  • M src/components/Layout.js
  • M src/components/ProductBottomProducts.js
  • M src/components/Swiper.js
  • M src/components/SwiperGallery.js
  • A src/components/docs/Theme/ReactInnerImageZoom.js
  • D src/components/docs/Theme/ReactMagnifier.js
  • M src/pages/contact.js
  • M src/pages/customer-account.js
  • M src/pages/detail-1.js
  • M src/pages/detail-2.js
  • M src/pages/detail-3.js
  • M src/pages/post.js
  • M src/pages/[category]/[slug].js
  • M src/pages/blog/[slug].js
  • M src/pages/docs/changelog.js
  • M src/pages/docs/components-theme.js
  • M src/pages/docs/credits.js
  • D src/scss/theme/_image-zoom.scss
  • A src/scss/theme/_inner-image-zoom.scss
  • M src/scss/theme/_theme.scss
  • M src/scss/theme/_utils.scss
  • A src/scss/theme/_yarl.scss
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