Cezerin Versions Save

Cezerin is React and Node.js based eCommerce platform.

v0.33.0

6 years ago

Features

  • Added Additional Categories (@sonufrienko)
  • Edit category on product details page (@sonufrienko)
  • Edit images ALT tag (@sonufrienko)
  • Migrate to Webpack 4 (@sonufrienko)
  • Rename and refactoring of NPM scripts (@sonufrienko)
  • Remove from theme node_modules and npm i (@sonufrienko)
  • Remove unnecessary admin compile step (@sonufrienko)
  • Translated theme settings to RU (@sonufrienko)
  • Translated theme settings to CN (@channingbox)
  • Update CN locale (@channingbox)

Bugfixes

  • Fixed image drag-and-drop on the long list with a scroll (@sonufrienko)

v0.32.0

6 years ago

Features

  • Added Webhooks (@restmount)
  • Added WebSocket to API (@sonufrienko)
  • [API] Refactoring Order Items with async/await (@sonufrienko)
  • [API] Added custom_price to items. Use product price if no variant price. (@sonufrienko)
  • [API] Change stock quantity for product and product variant on purchase (@sonufrienko)
  • [API] Replace object lookup with MongoDB lookup. Can optimize memory usage. (@sonufrienko)
  • [Admin] Replace Server Side Events with WebSocket (@sonufrienko)
  • [Admin] Added basic responsive design (@sonufrienko)
  • [Admin] Update zh_CN locale (@channingbox)
  • [Admin] Update ru and uk locales (@sonufrienko)
  • [Theme] Added catch to products fetch (@sonufrienko)
  • [Theme] Show product price if variant price is zero (@sonufrienko)

Bugfixes

  • [Theme] Fixed too long cart on the desktop (@sonufrienko)

v0.31.1

6 years ago

Updated package-lock files.

Bugfixes

  • Fixed babel-polyfill no installed

v0.31.0

6 years ago

Features

  • Split API and Store. Run API without Babel. (@sonufrienko)
  • Move theme logic to shell script. Added theme installation logs. (@sonufrienko)
  • Update jsonwebtoken dependency (@restmount)
  • Update mongodb dependency (@restmount)
  • [API] Remove restart after theme install. We can watch file modifications. (@sonufrienko)
  • [API] Added theme export logs (@sonufrienko)
  • [API] MongoDB auto reconnection (@sonufrienko)
  • [API] Mailer refactoring (@restmount)
  • [API] Logger refactoring (@restmount)
  • [API] Refactoring of the sign-in message (@restmount)
  • [API] Replace var to const for module declarations (@restmount)
  • [Admin] Added Orders and Sales charts (@restmount)
  • [Admin] Added position to product edit form. (@restmount)
  • [Admin] Update TinyMCE (@restmount)
  • [Admin] Added delete button to customer details (@restmount)
  • [Admin] Added DeleteConfirmation component (@restmount)
  • [Admin] Added JivoSite app (@sonufrienko)
  • [Admin] Added Facebook SDK app (@restmount)
  • [Admin] Added Facebook Customer Chat app (@restmount)
  • [Store] Do not scroll up when products filter change (@sonufrienko)
  • [Store] Generate css file name by content hash (@sonufrienko)
  • [Store] Fetch additional data on sitemap request to speed up page load (@restmount)
  • [Store] Clear products on products fetch (@restmount)
  • [Store] Added validation before save - don't refresh form if value is empty (@restmount)
  • [Theme] Added custom theme styles (@sonufrienko)
  • [Theme] Highlight products which discontinued or out of stock (@sonufrienko)
  • [Theme] Added effect on product click (@sonufrienko)
  • [Theme] Added search effect on focus and clear by Esc (@sonufrienko)
  • [Theme] Checkout restyle (@sonufrienko)

Bugfixes

  • [API] Fixed. Update stock quantity to product variant on purchase. (@sonufrienko)
  • [API] Fixed. Server and client return different products because of filter was const. (@sonufrienko)
  • [API] Fixed. MongoError: pipeline requires text score metadata, but there is no text score available. (@sonufrienko)
  • [API] Fixed sort switch from search to the category. (@sonufrienko)
  • [API] Fixed cookies on different domains with Access-Control-Allow-Origin. (@restmount)
  • [API] Fixed search by date. Renamed date_created to date_placed on filter. (@restmount)
  • [API] Fixed #326 (@restmount)
  • [Admin] Fixed. Tooltips show scrolls. Changed position. (@sonufrienko)
  • [Store] Fixed products filter update (@sonufrienko)
  • [Theme] Fixed. Check and set available product quantity before add to order. (@sonufrienko)
  • [Theme] Hide outline and fix gallery dots in Firefox (@sonufrienko)

v0.30.0

6 years ago

Features

  • Added tags to pages (@sonufrienko)
  • Added file manager (@sonufrienko)
  • Added API to list files (@sonufrienko)
  • Added Chinese locale (@channingbox)
  • Move to babel-preset-env (@sonufrienko)
  • [Admin] Replace Floating Action Button with button in head (@sonufrienko)
  • [Admin] Replace button to manage categories from head to list (@sonufrienko)
  • [Admin] Change date format in Orders (@sonufrienko)
  • [Admin] Refactoring tree in sidebar (@sonufrienko)
  • [Admin] Translated word - Dashboard (@sonufrienko)
  • [Admin] Replace Pages from Settings to the main menu (@sonufrienko)
  • [Admin] Redesign Page Edit and Page List (@sonufrienko)
  • [Admin] Added View on website on Page edit (@sonufrienko)
  • [API] Added search by tags to pages (@sonufrienko)
  • [API] Added search by tags to products (@sonufrienko)
  • [API] Added sort by textScore to products (@sonufrienko)
  • [API] Change page list sorting to date_create (@sonufrienko)
  • [Theme] Added component to fetch all pages with tag blog (@sonufrienko)
  • [Theme] Refactoring Custom Products to filter by attributes and tags (@sonufrienko)

Bugfixes

  • [API] Fixed null items in product list (@restmount)
  • [API] Fixed bug with disabled product (@sonufrienko)
  • [Admin] Fixed tooltip position on Page edit (@sonufrienko)

v0.29.0

6 years ago

Features

  • [API] Added Theme Placeholders
  • [API] Added App Settings
  • [API] Added Developer Mode
  • [Dashboard] Added Client Apps (Plugins)
  • [Dashboard] Added Google Analytics App
  • [Dashboard] Added Site Verification App
  • [Dashboard] Added Developer Mode
  • [Store] Added Analytics to collect page views and other events

Bugfixes

  • [API] Fixed order notification BCC

v0.28.0

6 years ago

Features

  • [API] Apply handlebars template to email subject
  • [Theme] Added lightbox to gallery
  • [Theme] Added navigation arrows to galleries
  • [Theme] Added lazy loading image
  • [Theme] Added smooth scroll
  • [Theme] Added cart close icon
  • [Theme] Added component to choose product quantity
  • [Theme] Added recently viewed products
  • [Theme] Added Ukrainian locale
  • [Theme] Change cart count indicator
  • [Dashboard] Change category description to HTML
  • [Dashboard] Translated token alerts
  • [Dashboard] Allow changing default sorting fields, product_fields and products_limit

Bugfixes

  • [Theme] Fixed header space on mobile
  • [Theme] Fixed images overflow on product list page
  • [Theme] Fixed gallery thumbnails on product details page
  • [Dashboard] Fixed edit button text in order edit page

v0.27.0

6 years ago

Features

  • Added product tags
  • Added related products
  • Allowed slash in custom page slug
  • Moved to React 16
  • Express.js rejects files with 404
  • [Store] Removed unused category fields on page render
  • [Theme] Added product hover effect
  • [Theme] Comments fill full width
  • [Dashboard] New product variants inherit product price, stock_count, wight

Bugfixes

  • [API] Fixed products order, by selected ids and sku's
  • [Dashboard] Fixed page edit form
  • [Dashboard] Fixed required validation on Checkout

v0.26.0

6 years ago

Features

  • Added API to manage files
  • Added API to manage redirects
  • Added custom shipping fields
  • [Theme] Added effect on products loading
  • [Theme] Added active class to methods
  • [Dashboard] Added order comments and note
  • [Dashboard] Bundle all dashboard styles

Bugfixes

  • [Dashboard] Fixed product variants
  • [Dashboard] Fixed product search module
  • [Dashboard] Fixed token without email
  • [Dashboard] Fixed HTML Editor state

v0.25.0

6 years ago

Features

  • [Dashboard] Login by press Enter
  • [Dashboard] Product details on single page
  • [Dashboard] Improve products rendering speed
  • [Theme] Show cart when product added

Bugfixes

  • [Dashboard] Fixed decimal_number
  • [Dashboard] Fixed products duplicates on list
  • [Theme] Fixed long cart on mobile