Change log
Change log
** Wed 02 Jul, 2025 - 2.2.1
Update: Use
useRouter
instead ofredirect
in Hero-search-form submitHandle, and in some other client components
** Tue 01 Jul, 2025 - 2.2.0
Update: Improve the
useInteractOutside
hook.Update: Improved and optimized
Header-3
andFooterQuickNav
hide/show scroll handle.Update: Improved and optimized the entire
hero-search-form
. The forms have pre-processed data in thehandleFormSubmit
function, just use it according to your logic.Update: Similarly, the
hero-search-form-mobile
components are also optimized and handles ready data in thehandleSubmitForm
function.Update: Booking forms on single-listing pages also have their data ready in the
onSubmitForm
function.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.
Update: A few other minor updates
** Sat 21 Jun, 2025 - 2.1.1
Update: Fix "sticky" style error in Map section (
top-20
->top-0
)Update: Update font-sizes in
input
andtextarea
Update: Fixed whitespace bug in
CheckboxGroup
inListingFilterTabs.tsx
componentUpdate: Rename "
FooterNav
" to "FooterQuickNavigation
"
** Sat 31 May, 2025 - 2.1.0
Update: Remove
react-hooks-global-state
andreact-use-keypress
Update: Create a
themeContext
forThemeMode
andThemeDir
Update: Social login icons for Login/Signup pages
** Fri 30 May, 2025 - 2.0
Update: Update to Next.js 15
Update: Update to Taiwind CSS 4
Breaking update: Rebuild the structure of the whole project, use dynamic routes for collections/products/blogs, etc, rebuild the data, and get the data.
Breaking update: Streamlined and optimized the entire codebase - reduced by over 15,000 lines of code.
Update 🎉: Update the entire way data is retrieved from pages and components, using best practices.
Update: Updated all classNames to match Tailwind CSS 4
Update: Update SEO, add metadata to all pages
Update: Use embla-carousel instead of Glidejs
New: Add the Real Estate listing detail page.
Update: Update all "popover" components
Update: Update the Blog page
Update: Remove font Awesome icons, use Hugeicons instead
Update: Update all dependent packages to the latest version
**Update (Sat 14 Dec, 2024)
Update: Update Packages version @type
Breakthrough: Added RTL mode feature 🎉🌟🔥
Update Update slider components, use CSS Snap instead of @Frame-motion
Added locales/en.ts file
**Update (Wed 20 Nov, 2024)
Update: Update Packages version
Breakthrough: Remove using Font Awesome Icon font and use SVG Icon in Hugeicons instead
Update Filter Dialogs on Listings pages to use with HeadlessUI 2.1
Fix the bug where the search button UI is hidden when operating on the Mobile Search form
Add 3 new styles for the Footer
**Update (Sat 20 Jul, 2024)
Update: Update Packages version
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 theNEXT_PUBLIC_GOOGLE_MAP_API_KEY
andNEXT_PUBLIC_GOOGLE_MAP_ID
environment variable in the.env
file. https://visgl.github.io/react-google-maps/docs/get-startedUpdate: Update HeadlessUI to version 2.0
VERSION: (25 May, 2023)
Update: Update Nextjs 13.4.3 and all packages to the latest version.
Update: Add 404 page
VERSION: 0.2.2 (12 April, 2023)
Update: Update Nextjs 13.3 and all packages to the latest version.
Update: Update some Routes for suitable Next.js 13.3
VERSION: 0.2.1 (10 MAR, 2023)
Fixed: Fixed bugs that arose during development on listing-has-map pages
Update: Set ReactStrictMode in next.config file to false to handle error 1
VERSION: 0.2.0 (05 MAR, 2023)
Release v0.2.0
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)
Remove the moment package.
Simplified HeroSearchForm components
VERSION: 0.1.1 (15 FEB, 2023)
Release v0.1.1
Fixed: Fix broken home page when uploading build to hosting
VERSION: 0.1.0 (03 FEB, 2023)
Release v0.1.0
Update docs to online.
Last updated
Was this helpful?