0.1.2-beta.2 (2019-05-24)
Fixes
- core Fix CollectionBreadcrumb.name error (5b6f93a), closes #97
- core Fix intermittent "no active session" errors (1313ca7)
Features
- asset-server-plugin Allow url prefix to be set in options (c0ea092)
0.1.2-beta.1 (2019-05-22)
Fixes
- admin-ui Fix publish flow to ensure correct version in UI (dc52814)
0.1.2-beta.0 (2019-05-22)
Fixes
- admin-ui Correctly display configurable money values (3546071)
- admin-ui Correctly sort assets (e57450b)
- admin-ui Do not run CanDeactivateGuard when switching tabs (d8e6258)
- admin-ui Fix boolean configurable input (994264d)
- admin-ui Fix creation of zone from country list (0aa0bc8)
- admin-ui Fix error with rich text editor (trix) (b42ead6)
- admin-ui Replace all clr-dropdown with vdr-dropdown (4de2a6a), closes #95
- admin-ui Reset page when filters changed in product list (c9325b6)
- core Add missing timestamp fields to Asset GraphQL type (1c543db)
- core Add property resolver for Collection.featuredAsset (cd367a7)
- core Check existence of ProductVariant before updating (fe5eedd)
- core Correctly intercept top-level Assets (d767a9d)
- core Correctly update country in customer address (75f9492)
- core Fix bad import paths (e126d2e)
- core Fix bug which created new address for each order placed (8703e25)
- core Fix error when updating variant stock level (57c5499)
- core Fix reordering of collections (75f8858), closes #75
- core Fix search.facetValues resolver error (ecfbf56)
- core Fix type error (missing isPrivate property) (4d1cd65)
- core Implement property resolver for Collection.children (e5f614e)
- core Prevent race conditions when updating search index (8872a94)
- core Relax engines check for Yarn (9c4f8fb)
- core Typo in mock product data (cf0f842)
- email-plugin Fix failing test (cf2acbf)
Features
- admin-ui Add ApiType to RequestContext (9b55c17)
- admin-ui Add asset preview dialog (34413ce)
- admin-ui Add controls for stockOnHand & trackInventory (4e021b8), closes #81
- admin-ui Add enabled/disabled toggle to ProductVariants (406ab28), closes #62
- admin-ui Add input for configurable string operators (b5a07d1), closes #71
- admin-ui Add toggle to enable/disable Product (a117bbe), closes #62
- admin-ui Add UI controls for making Collections private (4f17d3e), closes #71
- admin-ui Add UI controls for private Facets (290a576), closes #80
- admin-ui Collapse settings menu group by default (c8539de)
- admin-ui Create ProductSearchInput bar (0668443)
- admin-ui Implement custom dropdown based on CDK Overlay (409bb16), closes #95
- admin-ui Improve collection list & child collection creation (c996fa7)
- admin-ui Improve layout of ProductVariantList card (8ecd2c3)
- admin-ui Link up product filters with url (8aab908)
- admin-ui Make facet list values expandable (13ce943)
- admin-ui More styling for product variant list (0522e5c)
- admin-ui Numerous style tweaks (14ee458)
- admin-ui Reindex search index from product list (de7f22d)
- admin-ui Restyle form inputs (438802d), closes #60
- admin-ui Set the global trackInventory setting (bf4185b), closes #81
- admin-ui Standardise colour palette (9cb73ae), closes #41
- admin-ui Table view for product variants (058749a)
- core Add "enabled" field to Product & ProductVariant (a877853), closes #62
- core Add "enabled" field to search index, add & fix e2e tests (fcd3086), closes #62
- core Add isPrivate flag to Collection (848c8b4), closes #71
- core Correctly handle disabled field for grouped search (56cad72), closes #62
- core Create entities & fields needed for stock control (aace38f), closes #81
- core Create Logger service (65445cb), closes #86
- core Create Sale stock movements when Order is completed (e0a0441), closes #81
- core Create StockMovements when variant stock changed (f8521db), closes #81
- core Create workflow for updating a Customer email address (f8065de), closes #87
- core Export populate-collections CLI command (0aef0b7)
- core Expose init CLI command (4d5f0d9)
- core Implement CollectionFilter based on ProductVariant name (18549c7), closes #71
- core Implement private Facets (b6c3240), closes #80
- core Implement tax on shipping (1b13aa3), closes #54
- core Improved logging messages on bootstrap (9efada8), closes #86
- core Publish events on login/logout (5ab83da), closes #53
- core Richer mock data (089282e), closes #96
- core Update import CSV format to include stock fields (3f732ab), closes #81
- core Use Logger to log TypeORM logs (5966bec), closes #86
- create Better error reporting on DB connection issues. (1a7dc05), closes #90
- create Update config with latest email-plugin API changes (b2277c5)
- email-plugin Create dev mode mailbox server (e38075f)
- email-plugin Create handler for email address change (8a5907e), closes #87
- email-plugin Generate test emails from dev mailbox (35105ec)
- email-plugin Highlight open email in dev mailbox (3fac1ac)
- email-plugin Improve styling of email templates (8f0c6e7)
- email-plugin Introduce globalTemplateVars option (407d232)
- email-plugin Simplify email config API (d35420a), closes #88