Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

40 lines (32 loc) · 1.09 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • changelog file to start log changes (#72)
  • basic unit test for App, ProductsList, ShippingMethods components
  • proper unit test dependencies (vue/test-utils, jest) and configuration
  • discount code support
  • totals section
  • vue-multiselect
  • basic 2 columns layout styles
  • progress bar component

Changed

  • currency vue filter
  • presets in babelrc
  • button component (possibility to use button with loader)
  • vuex mutations to reusable
  • succes step page
  • moved billing address form to separate component (#104)
  • moved axios headers to separate file
  • moved customer email field to separate component

Fixed

  • shipping methods checked item
  • requests if user is logged in

[0.2.0] - 2018-05-21

Added

  • basic module configuration and components file

[0.1.0] - 2017-08-10

Added

  • initial magento 2 module files