Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.29.0](v3.28.0...v3.29.0) (2023-12-08) ### Features * add i18n support for client component and typesafety for i18n keys ([2d86247](2d86247)) * add i18n support for Dashboard url used in Clerk ([12b89bc](12b89bc)) * add i18n with Clerk components and remove custom style in global.css file ([5e1af6c](5e1af6c)) * add i18n with next-intl ([1f43eb2](1f43eb2)) * add locale switcher UI to change lang ([13b40e3](13b40e3)) * add metatags in App Router for page migrated from Pages Router ([ce8c277](ce8c277)) * add support i18n for authMiddleware ([8651d36](8651d36)) * add tests for page in App Router ([6a722a1](6a722a1)) * convert all hard coded text and translate in french ([0c3b1b2](0c3b1b2)) * i18n for page metatag ([5e7676d](5e7676d)) * link in BaseTemplate replaced margin with gap ([28b6ff2](28b6ff2)) * migreate the index page from Page Rotuer to App Router ([fd3e82c](fd3e82c)) * move messages folder to locales ([305e385](305e385)) * remove Page router and migrate about page to App Router ([3965cbf](3965cbf)) * translate text in dashboard layout ([8119f1d](8119f1d)) ### Reverts * add back NEXT_PUBLIC_CLERK_SIGN_IN_URL in the previous location ([16ae2ef](16ae2ef)) * add back style for a tag link ([c12a7bd](c12a7bd)) * use percy/cli 1.27.4 instead of 1.27.5, impossible to upload snapshort with 1.27.5 ([73f8a0b](73f8a0b))
- Loading branch information