Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Releases: reactioncommerce/admin-core

v1.3.2

14 Apr 21:31
Compare
Choose a tag to compare

1.3.2 (2020-04-14)

Bug Fixes

  • eslint disable extraneous import (ec72058)

v1.3.1

14 Apr 17:16
be1be13
Compare
Choose a tag to compare

1.3.1 (2020-04-14)

Bug Fixes

  • call register routes (2c5d22d)
  • don't copy test-utils, babel handles it (4fb3cb5)
  • move test setup to scripts and import required modules (75dcfa0)
  • remove unfetch polyfill fron apollo init file (ec142c0)
  • update paths (e864ea7)
  • update paths and ignores (153b7c0)
  • use babel env (4f8f6a2)

v1.3.0

08 Apr 15:46
8b7633e
Compare
Choose a tag to compare

1.3.0 (2020-04-08)

Bug Fixes

  • add default icon to prevent broken behavior (1c9c987)
  • only keep the drawer open on non mobile devices (894844e)
  • update context variable name (fa73a21)

Features

v1.2.0

07 Apr 21:22
cb78663
Compare
Choose a tag to compare

1.2.0 (2020-04-07)

Bug Fixes

  • add pseudoClass focusVisible (a89732e)
  • add pseudoClass focusVisible (678e727)
  • adjust padding when drawers are open (69223fe)
  • simplify and fix list item selection (10c6fb6)
  • update context import (3704bfd)
  • update import path (937345a)
  • update translation strings to match keys from API (5ba8030)
  • use the UI context (aed75b0)

Features

  • add AppBar component (f958b7b)
  • add basic profile page (1e0138f)
  • add basic profile page (1c58bb0)
  • add Blocks component and API (d1f2381)
  • add ContentLayout component (8971d8a)
  • add error boundary component (04d9058)
  • add logger (6e3e427)
  • add media query hook (42bdbb6)
  • add nav drawer component (67eb8d8)
  • add primary shop ID query (14ecade)
  • add profile component (29f471a)
  • add public assets for example app (d722bb0)
  • add React.Suspense for i18n load (c167cfc)
  • add routes API (3ba073e)
  • add routes component (423e586)
  • add routes hook (ff472da)
  • add settings dashboard component (020f758)
  • add settings menu component (e05be1f)
  • add shop hooks (e86c7f5)
  • add shop logo component (7315abd)
  • add shop query (06fdff5)
  • add source-sans font (bd5c9fb)
  • add two column layout (6f94c55)
  • add UIContext (2d2532a)
  • async init i18n with env vars (7bdfd8f)
  • export available components and utils (66191ae)
  • init i18n (567a8c6)
  • init i18n and blocks (f4cda84)
  • load i18n translation remotely (fb90368)
  • pass registration functions to plugins on init (6ef6297)
  • register settings (de985b4)
  • register settings dashboard (d1bb593)
  • update dashboard to use built-in components (0b99d52)
  • update required deps and peer-deps (0e93815)

v1.1.0

03 Apr 23:16
858940e
Compare
Choose a tag to compare

1.1.0 (2020-04-03)

Bug Fixes

  • remove node_modules dir exclusion (c731357)
  • update build script (6b7837c)

Features

  • create hydra client when starting dev sever (2b2ee23)
  • update bin scripts (9011d11)

v1.0.1

03 Apr 20:09
Compare
Choose a tag to compare

1.0.1 (2020-04-03)

Bug Fixes

  • add missing folders to build copy step (2788be0)
  • update path for package release (9ea7b5a)

v1.0.0

03 Apr 19:07
Compare
Choose a tag to compare

1.0.0 (2020-04-03)

Bug Fixes

  • add release branch config to package.json (05e91df)
  • change address to serve dev app (b8cfa02)
  • include system vars (538c62c)
  • lint issues (d0d43bd)
  • remove yalc build step (705a088)
  • update log message (3122911)
  • use npm semantic release context (ebf834d)

Features