Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2024-07-03) ### Bug Fixes * add `textColors` constant to manager colors of `Text` component ([1ce1641](1ce1641)) * add correct `favicon` image ([978ded8](978ded8)) * add cover to profile image ([54ec48e](54ec48e)) * add highlight to tab products when user open platform directly in the `Product` page ([5ae34ab](5ae34ab)) * add safe `z-index` to overlay in `Modal` component ([903f119](903f119)) * add scroll Y auto to `Modal` component and custom style ([29587f8](29587f8)) * adjust in `SendMessageProps` interface when its used by `WhatsAppButton` and `Footer` ([5403d73](5403d73)) * bigger adjusts in colors and sizes of `Icon` types component, and size of `Text` component ([9402a49](9402a49)) * improve `Text` component and add responsiveness to `Footer` component ([c0218bc](c0218bc)) * release 1.0.3 ([48dd83d](48dd83d)) * remove Uri import ([4d933b6](4d933b6)) * resolve problem when products doesn't exists in category ([d2d625e](d2d625e)) * small adjust in favicon path image ([9da52a1](9da52a1)) ### Features * add `.env.example` ([84922f8](84922f8)) * add `CarouselButton` and `Carousel` components ([8e2e052](8e2e052)) * add `CarouselEvent` component and small style adjust in `ProductCard` component ([c2580c7](c2580c7)) * add `CarouselImage` component ([fa1a946](fa1a946)) * add `firabase` config ([c6458ea](c6458ea)) * add `flowbite` and `flowbite-react` config ([2eb6203](2eb6203)) * add `Footer` component ([ac105b9](ac105b9)) * add `GenericButton` component ([a86f529](a86f529)) * add `Header` component ([dd0d4b9](dd0d4b9)) * add `inter` font to tailwind ([125f10c](125f10c)) * add `isLoading` property to `GenericButton` component ([a38c559](a38c559)) * add `Metric` component and custom `box-shadow` in `tailwindcss` ([f1646e5](f1646e5)) * add `Modal` component ([2458bea](2458bea)) * add `Modal` component and `tailwind-scrollbar` plugin ([5e535b5](5e535b5)) * add `NotFound` page ([63523b7](63523b7)) * add `ProductCard` component ([af05290](af05290)) * add `react-scroll` for scroll to correctly section in structure of landing page ([2e4ee45](2e4ee45)) * add `ScrollTopContext` and `useScrollTop` to when we go back from `Products` page ([a14ef70](a14ef70)) * add `SearchInput` component ([a6abe6e](a6abe6e)) * add `Spinner` component ([cd57837](cd57837)) * add `tailwindcss ` and setup colors ([afd6e85](afd6e85)) * add `useUser` hook to handle with user requests ([08c29c9](08c29c9)) * add `weights` and `sizes` of `Text` component in `constants` folder ([f83e82c](f83e82c)) * add `WhatsAppButton` component ([c03307a](c03307a)) * add conditional to show `additional` of the about in `LandingPage` ([309c8e9](309c8e9)) * add default phone and email ([e955c99](e955c99)) * add integration in the `Products` page ([728339e](728339e)) * add integration with banners ([2ad30de](2ad30de)) * add integration with highlight data ([0e5086f](0e5086f)) * add integration with WhatsApp API ([18303e5](18303e5)) * add mail to in envelope icon in the `Footer` component ([99d3e86](99d3e86)) * add products to `LandingPage` ([997699e](997699e)) * add project logo ([38fd301](38fd301)) * add routes in `App` ([f0886c0](f0886c0)) * add support ts to images ([c0dfd4e](c0dfd4e)) * create `envs` file to manager all environment variables ([8f58e8a](8f58e8a)) * create `react` project with `vite` ([597aab4](597aab4)) * create `Text` component ([7d9551a](7d9551a)) * create Icon component ([01df400](01df400)) * finish `LandingPage` structure and style ([06a1697](06a1697)) * finish structure and styles from Products page ([ebdeff4](ebdeff4)) * integrate `Header` component with `react-router-dom` ([26891c9](26891c9)) * release 1.0.0 ([152a936](152a936)) * release 1.0.1 ([4a419f5](4a419f5)) * release 1.0.2 ([6415cef](6415cef)) ### Performance Improvements * change `Text` to span when it's a text inside text ([10969e1](10969e1))
- Loading branch information