Skip to content

Latest commit

 

History

History
73 lines (60 loc) · 3.78 KB

CHANGELOG.md

File metadata and controls

73 lines (60 loc) · 3.78 KB

Changelog

All notable, unreleased changes to this project will be documented in this file. For the released changes, please visit the Releases page.

[Unreleased]

  • Fix login and registration overlay not showing - #322 by @mateuszkula
  • Add new design for 404 page - #183 by @mateuszkula
  • Add Sitemap generator - #342 by @bogdal
  • Add cypress tests - #333 by @AlicjaSzu
  • Add rich-text content renderer - #361 by @AlicjaSzu
  • Add TextField and ErrorMessage components - #373 by @AlicjaSzu
  • Add CreditCardForm component - #369 by @AlicjaSzu
  • Display filters when no product was found - #319 by @aldomonteiro
  • Add ServiceWorker provider - #352 by @bogdal
  • Add ButtonLink atom component - #392 by @AlicjaSzu
  • Add lingui - #382 by @AlicjaSzu
  • Add FormFooter molecule component - #393 by @AlicjaSzu
  • Add Overlay component - #402 by @AlicjaSzu
  • Add Modal component - #391 by @AlicjaSzu
  • Add the Credential Management API support - #409 by @bogdal

0.6.0

  • Fix items number in cart based on total sum of quantities - #286 by @bogdandjukic
  • Add new styles for inputs and labels - #311 by @AlicjaSzu
  • Create custom Select component and add it to ShippingAddress form - ##312 by @AlicjaSzu
  • Add schema.org data to homepage and product detail page - #316 by @koradon
  • Add link for creating account for anonymous users - #317 by @mateuszkula
  • Add react-alert library = #320 by @AlicjaSzu
  • CreditCard component refactor = #323 by @AlicjaSzu
  • Move App component to seperate module = #327 by @AlicjaSzu
  • Update Footer, Breadcrumbs and Table styles = #332 by @AlicjaSzu

0.5.1

  • Fix image caching - #271 by @timuric
  • Fix images cors - #288 by @piotrgrundas

0.5.0

  • Add stock quantity check without checkout in cart page - #254 by @piotrgrundas
  • Add ability to chose payment method, add dummy payment method, improve error handling on checkout shipping address update - #255 by @piotrgrundas
  • Add order details page - #262 by @piotrgrundas
  • Add order confirmation page - #263 by @piotrgrundas
  • Fix checkout composition - #264 by @piotrgrundas
  • Add ability to select user stored addresses, update copying shipping address to billing - #265 by @piotrgrundas
  • Fix rendering order statuses and order line prices - #281 by @maarcingebala

0.4.0

  • Handle quantity API errors in cart - #199 by @piotrgrundas
  • Fix sticky footer, adjust cart overlay to the mockups, fix error if no shipping method found - #205 by @piotrgrundas
  • Disable ability to continue to the billing step without shipement chosen - #211 by @piotrgrundas
  • Set max width of images in product description as 100% - #220 by @jxltom
  • Move checkout to a separate module, create checkout after user provides a valid email - #223 by @piotrgrundas
  • Update checkout review page styles - #239 by @piotrgrundas
  • Add syncing checkout after user logs in - #243 by @piotrgrundas
  • Create checkout for logged in users without checkout upon adding to cart - #250 by @piotrgrundas

0.3.0

  • Hide filters and sorting when there are no search results; add trending products to empty search and categories pages - #165 by @piotrgrundas
  • Add fetching menus from API - #170 by @piotrgrundas
  • Add "Add to cart" indicator - #173 by @piotrgrundas
  • Fix product page tablet view - #181 by @piotrgrundas
  • Add collection view, fix cursor pagination for categories, update storefront to use new thumbnail structure - #178 by @piotrgrundas
  • Minor UX improvements - #182 by @piotrgrundas
  • Fix product titles breaking the homepage carousel - #184 by @piotrgrundas
  • Fix resolving URLs that include numbers - #185 by @piotrgrundas
  • Add OpenGraph and Meta tags - #191 by @piotrgrundas
  • Add tslint check on CI; add the ability to change cart quantity - #194 by @piotrgrundas
  • Update placeholder for missing image - #198 by @piotrgrundas