Change log

Change log

** Wed 02 Jul, 2025 - 2.2.1

  1. Update: Use useRouter instead of redirect in Hero-search-form submitHandle, and in some other client components

** Tue 01 Jul, 2025 - 2.2.0

  1. Update: Improve the useInteractOutside hook.

  2. Update: Improved and optimized Header-3 and FooterQuickNav hide/show scroll handle.

  3. Update: Improved and optimized the entire hero-search-form. The forms have pre-processed data in the handleFormSubmit function, just use it according to your logic.

  4. Update: Similarly, the hero-search-form-mobile components are also optimized and handles ready data in the handleSubmitForm function.

  5. Update: Booking forms on single-listing pages also have their data ready in the onSubmitForm function.

  6. Update: Other forms, such as: Checkout form, Add-listing forms, Listing-TabFilters form, etc, have also been optimized and processed data ready for actual use.

  7. Update: A few other minor updates

** Sat 21 Jun, 2025 - 2.1.1

  1. Update: Fix "sticky" style error in Map section (top-20 -> top-0)

  2. Update: Update font-sizes in input and textarea

  3. Update: Fixed whitespace bug in CheckboxGroup in ListingFilterTabs.tsx component

  4. Update: Rename "FooterNav" to "FooterQuickNavigation"

** Sat 31 May, 2025 - 2.1.0

  1. Update: Remove react-hooks-global-state and react-use-keypress

  2. Update: Create a themeContext for ThemeMode and ThemeDir

  3. Update: Social login icons for Login/Signup pages

** Fri 30 May, 2025 - 2.0

  1. Update: Update to Next.js 15

  2. Update: Update to Taiwind CSS 4

  3. Breaking update: Rebuild the structure of the whole project, use dynamic routes for collections/products/blogs, etc, rebuild the data, and get the data.

  4. Breaking update: Streamlined and optimized the entire codebase - reduced by over 15,000 
lines of code.

  5. Update 🎉: Update the entire way data is retrieved from pages and components, using best practices.

  6. Update: Updated all classNames to match Tailwind CSS 4

  7. Update: Update SEO, add metadata to all pages

  8. Update: Use embla-carousel instead of Glidejs

  9. New: Add the Real Estate listing detail page.

  10. Update: Update all "popover" components

  11. Update: Update the Blog page

  12. Update: Remove font Awesome icons, use Hugeicons instead

  13. Update: Update all dependent packages to the latest version

**Update (Sat 14 Dec, 2024)

  1. Update: Update Packages version @type

  2. Breakthrough: Added RTL mode feature 🎉🌟🔥

  3. Update Update slider components, use CSS Snap instead of @Frame-motion

  4. Added locales/en.ts file

**Update (Wed 20 Nov, 2024)

  1. Update: Update Packages version

  2. Breakthrough: Remove using Font Awesome Icon font and use SVG Icon in Hugeicons instead

  3. Update Filter Dialogs on Listings pages to use with HeadlessUI 2.1

  4. Fix the bug where the search button UI is hidden when operating on the Mobile Search form

  5. Add 3 new styles for the Footer

**Update (Sat 20 Jul, 2024)

  1. Update: Update Packages version

  2. Update: Use Google's @vis.gl/react-google-maps package instead of /google-map-react package. So you need to add your Google map API key to the NEXT_PUBLIC_GOOGLE_MAP_API_KEY and NEXT_PUBLIC_GOOGLE_MAP_ID environment variable in the .env file. https://visgl.github.io/react-google-maps/docs/get-started

  3. Update: Update HeadlessUI to version 2.0

VERSION: (25 May, 2023)

  1. Update: Update Nextjs 13.4.3 and all packages to the latest version.

  2. Update: Add 404 page

VERSION: 0.2.2 (12 April, 2023)

  1. Update: Update Nextjs 13.3 and all packages to the latest version.

  2. Update: Update some Routes for suitable Next.js 13.3

VERSION: 0.2.1 (10 MAR, 2023)

  1. Fixed: Fixed bugs that arose during development on listing-has-map pages

  2. Update: Set ReactStrictMode in next.config file to false to handle error 1

VERSION: 0.2.0 (05 MAR, 2023)

  1. Release v0.2.0

  2. Update!: Replace react-dates package with react-datepicker package (Cause: react-dates package has not been updated for a long time and better performance comes from react-datepicker package)

  3. Remove the moment package.

  4. Simplified HeroSearchForm components

VERSION: 0.1.1 (15 FEB, 2023)

  1. Release v0.1.1

  2. Fixed: Fix broken home page when uploading build to hosting

VERSION: 0.1.0 (03 FEB, 2023)

  1. Release v0.1.0

  2. Update docs to online.

Last updated

Was this helpful?