Skip to content

Releases: ArtelierMaisa/artelier-maisa

v1.1.2

22 Jul 16:58
Compare
Choose a tag to compare

1.1.2 (2024-07-22)

Bug Fixes

  • remove internationalization (02e18a4)

v1.1.1

19 Jul 14:19
Compare
Choose a tag to compare

1.1.1 (2024-07-19)

Bug Fixes

  • add contain to show images in Carousel of the ProductCard component and gap between button and price (7f0edb1)
  • remove invalid error when highlights doesn't exists (6d03d22)

v1.1.0

07 Jul 17:57
Compare
Choose a tag to compare

1.1.0 (2024-07-07)

Bug Fixes

  • add title to change language buttons (8fb261d)

Features

  • add meta tags to show platform preview (44d2084)
  • add name to CarouselImage component to be used by alt img property (0c39141)
  • add internationalization label that's faulted to the LandingPage (7d5406c)
  • add internationalization libraries and implementation (5ecc7cf)
  • add internationalization to CarouselButton component (37285b8)
  • add internationalization to Footer component (a56dee2)
  • add internationalization to Header component (84d5d31)
  • add internationalization to LandingPage (609cf67)
  • add internationalization to Metric component and remove yours constants (a118ad1)
  • add internationalization to NotFound page (a25fc1d)
  • add internationalization to ProductCard component and change language in Header (03b9f8d)
  • add internationalization to Products page (378f5bb)
  • add internationalization to SearchInput component (7fb36fc)
  • add internationalization to Spinner component (9ac64a6)
  • add internationalization to UserContext toast (d83c1ae)
  • add internationalization to WhatsAppButton component (1710635)

Performance Improvements

  • add change all get firebase function to onValue (58b13d6)
  • change all components to use memo and avoid unnecessary renderings (9b85436)
  • improve search product by name in handleSearchProducts (d1d461b)

v1.0.0

03 Jul 20:51
Compare
Choose a tag to compare

1.0.0 (2024-07-03)

Bug Fixes

  • add textColors constant to manager colors of Text component (1ce1641)
  • add correct favicon image (978ded8)
  • add cover to profile image (54ec48e)
  • add highlight to tab products when user open platform directly in the Product page (5ae34ab)
  • add safe z-index to overlay in Modal component (903f119)
  • add scroll Y auto to Modal component and custom style (29587f8)
  • adjust in SendMessageProps interface when its used by WhatsAppButton and Footer (5403d73)
  • bigger adjusts in colors and sizes of Icon types component, and size of Text component (9402a49)
  • improve Text component and add responsiveness to Footer component (c0218bc)
  • release 1.0.3 (48dd83d)
  • remove Uri import (4d933b6)
  • resolve problem when products doesn't exists in category (d2d625e)
  • small adjust in favicon path image (9da52a1)

Features

  • add .env.example (84922f8)
  • add CarouselButton and Carousel components (8e2e052)
  • add CarouselEvent component and small style adjust in ProductCard component (c2580c7)
  • add CarouselImage component (fa1a946)
  • add firabase config (c6458ea)
  • add flowbite and flowbite-react config (2eb6203)
  • add Footer component (ac105b9)
  • add GenericButton component (a86f529)
  • add Header component (dd0d4b9)
  • add inter font to tailwind (125f10c)
  • add isLoading property to GenericButton component (a38c559)
  • add Metric component and custom box-shadow in tailwindcss (f1646e5)
  • add Modal component (2458bea)
  • add Modal component and tailwind-scrollbar plugin (5e535b5)
  • add NotFound page (63523b7)
  • add ProductCard component (af05290)
  • add react-scroll for scroll to correctly section in structure of landing page (2e4ee45)
  • add ScrollTopContext and useScrollTop to when we go back from Products page (a14ef70)
  • add SearchInput component (a6abe6e)
  • add Spinner component (cd57837)
  • add tailwindcss and setup colors (afd6e85)
  • add useUser hook to handle with user requests (08c29c9)
  • add weights and sizes of Text component in constants folder (f83e82c)
  • add WhatsAppButton component (c03307a)
  • add conditional to show additional of the about in LandingPage (309c8e9)
  • add default phone and email (e955c99)
  • add integration in the Products page (728339e)
  • add integration with banners (2ad30de)
  • add integration with highlight data (0e5086f)
  • add integration with WhatsApp API (18303e5)
  • add mail to in envelope icon in the Footer component (99d3e86)
  • add products to LandingPage (997699e)
  • add project logo (38fd301)
  • add routes in App (f0886c0)
  • add support ts to images (c0dfd4e)
  • create envs file to manager all environment variables (8f58e8a)
  • create react project with vite (597aab4)
  • create Text component (7d9551a)
  • create Icon component (01df400)
  • finish LandingPage structure and style (06a1697)
  • finish structure and styles from Products page (ebdeff4)
  • integrate Header component with react-router-dom (26891c9)
  • release 1.0.0 (152a936)
  • release 1.0.1 (4a419f5)
  • release 1.0.2 (6415cef)

Performance Improvements

  • change Text to span when it's a text inside text (10969e1)