Skip to content

Latest commit

 

History

History
113 lines (68 loc) · 8.58 KB

CHANGELOG.md

File metadata and controls

113 lines (68 loc) · 8.58 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0-rc.2 (2022-07-06)

Bug Fixes

  • deps: revert vue to 2.6 (semver) (ba1fd8e)

1.1.0-rc.1 (2022-07-06)

Features

  • support authentication with url params (f956986)

Bug Fixes

  • deps: revert vue to 2.6 (95ee73d)
  • deps: update all non-major dependencies (#14) (560182e)
  • deps: update all non-major dependencies (#16) (2a0b151)
  • deps: update all non-major dependencies (#19) (d56e111)
  • deps: update all non-major dependencies (#23) (1c202e6)
  • deps: update all non-major dependencies (#25) (0ecf2c6)
  • deps: update dependency core-js to ^3.9.1 (#6) (2d58863)

1.1.0-rc.0 (2021-02-24)

Features

  • ec-onboarding: setup onboarding card with timeline and video (#5) (19bc331)

Bug Fixes

  • deps: update all non-major dependencies to ^2.6.12 (#3) (185ec33)
  • ec-buyers-profile: handling buyers with gender not configured (optional) (3113fa9)

0.9.4 (2021-02-23)

Features

  • ec-buyers-profile-chart: setup new buyers profile graphs card (68e2445)
  • ec-orders-graphs: add pie chart with orders pass rate (1983ef2)

Bug Fixes

  • ec-home: load home cards when no period orders count (skip graphs) (098da22)
  • ec-home: show picture icon when no logo set (1e84cc9)
  • ec-payment-methods-chart: group by payemnt method name, legend first chart (23f624e)

0.9.3 (2021-02-21)

Features

  • ec-home: add useful links on head free space (7f927bb)
  • ec-home: showing both paid and total period amount (beaae40)

Bug Fixes

  • deps: update @ecomplus/admin-helpers to v1.2.4 (6dcb782)

0.9.2 (2021-02-12)

Bug Fixes

  • layout: minor fixes for xl devices view (d71db69)

0.9.1 (2021-02-12)

0.9.0 (2021-02-12)

Features

  • ec-dates-picker: setup date range picker for metrics filtering (66ec7a7)
  • ec-dates-picker: store chosen date range and get back from localStorage (ea9a710)
  • ec-home: finish handling domain save (udate store) (3069a9f)
  • ec-home: first (fixed) card with store main info and share (todo) (b98336d)
  • ec-home: handle selected periods, compare with same days past period (14814fa)
  • ec-home: load and render order metrics with share buttons (2839ce7)
  • ec-home: loading and transition effects, layout edits (51dcfad)
  • ec-home: markup/style improves, setup date range selector (3bdd895)
  • ec-home: showing storefront edit and home link (9166550)
  • ec-orders-graphs: date reactive mixed graph with order numbers/amount (d768c3f)
  • ec-orders-graphs: setup components and fetch 30 days orders data (e9a87f4)
  • ec-orders-list: setup orders list card (first one) (d916cd1)
  • ec-payment-methods-graph: setup new payment methods graph card (6d2d520)
  • ec-products-list: setup new products list (sort by sales) card (b597474)
  • setup: initialize bv plugins and start with @ecomplus/auth (966a15f)

Bug Fixes

  • deps: remove vuex (not used) (6bf3008)
  • deps: update @ecomplus/auth to v1.0.0-rc.6 (01dcae2)
  • deps: update all non-major dependencies (a62fe8b)
  • ec-dates-picker: minor component api fix (prop type) (49c8b6e)
  • ec-dates-picker: parse stored iso dates to date object (344d7d2)
  • ec-home: minor fixes handling date range changes and loading states (fb96a3a)
  • ec-home: reset loading states on date range change (de9de6d)
  • ec-orders-list: minor table content fix (responsiveness) (5306c91)
  • fix EcOrdersGraphs.js filename (f889af9)
  • setup: separate css from setup module file (f54e76f)