Changelog

v1.1.0 – January 9, 2023

  • Updated
    All dependencies, plugins and libraries to latest versions, including Next.js to v13.1.1, React to v18.2.0, Bootstrap to v5.2.3, React Bootstrap to v2.7.0
  • Updated
    Range Slider component to a different plugin. Now it is powered by React Slider instead of noUISlider React which is deprecated. Check the updated component's page.
  • Updated
    Breadcrumb to be compatible with new Nex.js Link component. Check the updated component's page.
  • Fixed
    Compatibility issue with updated Next.js Link component. Removed nested <a> tag everywhere in the app.
  • Fixed
    Compatibility issue with updated React Bootstrap responsive Offcanvas component. react-responsive plugin is no loger needed to build responssive offcanvas. Also updated the _offcanvas.scss file to be compatible with new responsive offcanvas.
  • Fixed
    Button styles. Modified _buttons.scss file.
  • Fixed
    Compatibility issue with the updated Next.js Image component. Dependant Finder ImageLoader component has to fall back to the legacy Image component that properly supports custom animated svg placeholder. We'll switch to the new Image component as soon as Nex.js fixed the issue. Read the issue thread here.
  • Fixed
    Page title that breaks the page after updating to Next.js 13. The error message: "A title element received an array with more than 1 element as children". Read the issue thread here.

v1.0.0 – May 3, 2022

  • Initial release