@webexpr-agency/medusa-plugin-ultimate

0.29.0

Minor Changes

  • dc915c6: Added a new column on the CustomWorkspace : external_id

0.28.9

Patch Changes

  • bf0d7d5: Added bypass value to CustomProcessStatus enum

0.28.8

Patch Changes

  • ed9c259: Changed the default value of the status inside the CustomProcess to pending instead `draft

0.28.7

Patch Changes

  • 6be9ff7: Check if the cachedWorkspace exists before using cachedWorkspace.workspace_id in the register-logged-in-customer-workspace middleware

0.28.6

Patch Changes

  • 43e5429: Upgraded the monkey patching version of the @medusajs/admin-ui

0.28.5

Patch Changes

  • 021e444: Added bridge_metadata table

0.28.4

Patch Changes

  • 7d5317e: Add indexes to workspace_id and product_id
  • 6e9046c: Added a repository and service for the CustomRestrictedCatalog model

0.28.3

Patch Changes

  • 72d6ad2: simplify attribute retrieval and validation checks

0.28.2

Patch Changes

  • 5ce80f4: Fixed wrong middleware export path for the registerLoggedInCustomerWorkspace middleware.

0.28.1

Patch Changes

  • 3229ea1: Improved the middlewares

0.28.0

Minor Changes

  • 4a2b9b6: Added new Customer middlewares (register customer, register customer’s workspace)

0.27.1

Patch Changes

  • be5a7bc: Added index on custom_product_brand_id inside the Product model

0.27.0

Minor Changes

  • c157fa8: Added Admin UI widgets to allow the updates of the new fields in the CustomAttribute model
  • afdeda7: Added a way to update the is_facet of a CustomAttribute; Sorted the attributes by is_active and is_facet on the Admin API by default
  • a42b942: Added label and is_active properties to the CustomAttribute model

Patch Changes

  • cf8eb25: Fixed dialogs errors and wrong search params replacement on the Admin UI widgets
  • 888d4ee: Added missing “is_active” and “label” to the allowedAdminAttributesFields

0.26.8

Patch Changes

  • b5789aa: Update parent-child relationship in extended model ProductCategory to avoid cyclic dependency

0.26.7

Patch Changes

  • da1e50f: Make sure to transform a category only if the category_children array exists

0.26.6

Patch Changes

  • 75af462: Filters out the categories that do not have an mpath

0.26.5

Patch Changes

  • e92337d: Extended the ProductCategory Admin API routes fields (mpath)

0.26.4

Patch Changes

  • 303652c: Make sure that the mpath are set recursively on the category children

0.26.3

Patch Changes

  • a1ebd11: Only add category mpath if the relation category_children is set

0.26.2

Patch Changes

  • fa14a2f: Fixed missing mpath inside the ProductCategoryService.getCategoryTree

0.26.1

Patch Changes

  • 0c712df: Fixed the mpath order in the listing of categories

0.26.0

Minor Changes

  • 811145e: - Added a virtual field mpath for category-tree
    • Added a virtual field mpath for product-category

0.25.2

Patch Changes

  • 2031ee6: Only retrieve the active categories when building the category tree

0.25.1

Patch Changes

  • ec3cdcd: Added a way to retrieve a brand by its handle or id

0.25.0

Minor Changes

  • 97f02f1: Enhance category tree building and filtering
  • dbd4d85: Added a beforeInsert on the CustomProductBrand to generate a handle

0.24.2

Patch Changes

  • 5bb0041: Only retrieve the categories that have category children; Added an option to include the categories without category children

0.24.1

Patch Changes

  • 85b387a: Include handle on the brands fields

0.24.0

Minor Changes

  • e9ec72c: Added cascade deletion for the CustomProductBrandFeatured

Patch Changes

  • ac6135b: Improved the performance of the /store/product-categories/tree route
  • 367a1b6: Fixed some state issues on the featured brands and brands table

0.23.1

Patch Changes

  • bea5351: Added metadata on product categories tree
  • 1246e6c: Fixed sorting on brands

0.23.0

Minor Changes

  • 520b10b: Turned the CustomProductBrand to a SoftDeletableEntity

Patch Changes

  • d805bec: Fixed brands admin page and added a way to sort products
  • a7811a5: Fixed search on brands
  • 49c0fdc: Added metadata on product categories tree

0.22.0

Minor Changes

  • 45a1ca2: Turned the CustomProductBrand to a SoftDeletableEntity

Patch Changes

  • 56ffb43: Fixed search on brands

0.21.0

Minor Changes

  • 7db8da5: Added a route to allow the Customer to update its current workspace selected and get the current one selected

Patch Changes

  • 73888c3: Fixed some UI issues on the brands page

0.20.5

Patch Changes

  • a43fee2: Revamped the Admin UI pages
  • c1379fc: Removed the Description column in the workspaces page

0.20.4

Patch Changes

  • c98a18c: Revamped the Workspaces view

0.20.3

Patch Changes

  • b863c54: Renamed the Workspaces to Sociétés

0.20.2

Patch Changes

  • 5a93649: Fixed the ManyToMany relation with the workspaces in the Customer model

0.20.1

Patch Changes

  • 26116a5: Added an empty array if the workspace do not have any customers relation yet

0.20.0

Minor Changes

  • 4e383cb: Added search on some models (Brands, Workspaces, Attributes, Processes)

Patch Changes

  • 38dc45b: Fixed Workspace tables using wrong datasource for customers

0.19.0

Minor Changes

  • 8fd2217: Added a new route to add a customer to a workspace without a role

0.18.10

Patch Changes

  • 1dc1897: Added on delete cascade on the custom_workspace_has_customers table
  • f9cecef: Added workspaces type in the Customer’s module augmentation

0.18.9

Patch Changes

  • f3b4776: Added on delete cascade on the custom_workspace_has_customers table

0.18.8

Patch Changes

  • 1da94de: Fixed CI

0.18.7

Patch Changes

  • 01b19ea: Fixed CI

0.18.6

Patch Changes

  • 89eb757: Use process.env.JWT_SECRET instead of config.jwt_secret when injecting the default API credentials
  • 2fee040: Fixed the members not populating on the Workspace’s Admin UI component

0.18.5

Patch Changes

  • 14a4a7e: Fixed the members not populating on the Workspace’s Admin UI component

0.18.4

Patch Changes

  • 6b562d2: Added optional roleId for AddMemberDrawer’s form

0.18.3

Patch Changes

  • 40ceff8: Fixed migration typo
  • 2665946: Fixed varchar in migration

0.18.2

Patch Changes

  • ddb577f: Fixed migration typo

0.18.1

Patch Changes

  • 74f16b4: Fixed typo on migration `add-custom-workspace-has-customers“

0.18.0

Minor Changes

  • d5a7298: Added a new table custom_workspace_has_customers to allows customers to belongs to a workspace without having a role

0.17.2

Patch Changes

  • df9104d: Updated permissions display on RolesTable
  • 4ad6579: Added mid_code on the variants table
  • 6b0a31f: Minor fixes

0.17.1

Patch Changes

  • 242ef8b: Added a way to create a role or permission with a handle

0.17.0

Minor Changes

  • afe7f7b: Added CustomApiCredential table
  • 47719ab: Added loader that injects default API credentials in the database
  • 7f7a2fd: Replaced the customer_id in the CustomRestrictedCatalog by workspace_id
  • 3abbf82: Only retrieve categories tree that have products
  • 63e8d2c: Added missing handles and indexes
  • c546d6a: Added handle on CustomAttribute
  • 2e4246e: Added the concept of role and permissions for Customer
  • 4c74a32: Added rank to CustomProcess
  • c147f4f: Added Workspace concept with roles
  • 8cd59b6: Added parent_id to CustomWorkspace
  • e68c367: Added a way to only retrieve brands and featured brands that have products

Patch Changes

  • a98768a: Added withProductsOnly selector/config option to only execute it on the Store API routes
  • 2476f15: Sort the CustomProcess by rank in the Admin UI
  • 05dd603: Fixed CI

0.16.1

Patch Changes

  • b015da0: Minor fixes

0.16.0

Minor Changes

  • b4f2c4d: Exported module augmentation, services and models

0.15.0

Minor Changes

  • c0db332: Added nullable image_url in CustomProductBrand model

0.14.0

Minor Changes

  • 9a0c072: Refactored some API routes; Removed the mapper and unselect by default the bridge_metadata in the model;
  • 9a0c072: Added a new Store API route to build a category tree
  • 9a0c072: Added a way to retrieve any resources without any limits

Patch Changes

  • 9a0c072: Added cursor-pointer on the document name in the ProductDocument widget
  • 9a0c072: Fixed ignored req.query in some store api routes
  • 9a0c072: Removed bridge_metadata from relations

0.13.0

Minor Changes

  • 2772f29: Added new column custom_long_description on Product model
  • 2772f29: Removed every bridge metadata key on Store API routes

0.12.0

Minor Changes

  • 49043d6: - Added CustomProductBrandFeatured model;
    • Added new Admin API routes to interact with CustomProductBrandFeatured (List, retrieve, add, update, bulk add)
    • Improved current CustomProductBrand Admin API routes to includes relations
    • Improved getFilteredRelations function to allow for default relations
    • Added new dependencies @dnd-kit/core, @dnd-kit/sortable, class-transformer and class-validator
  • 49043d6: - Added new Store API routes to retrieve a Product’s attributes, documents and brands
    • Added new Store API routes to list all brands and featured brands

Patch Changes

  • 49043d6: Fixed some issues within the Admin UI widgets for the CustomProductBrandFeatured
  • 49043d6: Removed URL column and make the name column clickable; Added a new menu item to show the file too

0.11.0

Minor Changes

  • 600b37e: Added new Store API routes : CustomProductBrand (List, retrieve, list by product)
  • 600b37e: Added custom_rank to product_images table
  • 600b37e: Added CustomRestricted catalog

Patch Changes

  • 600b37e: Fixed pagination on the Admin UI Attributes page
  • 600b37e: Disable pagination if there is no entries in tables

0.10.0

Minor Changes

  • f73220c: Added new Store API routes : CustomProductBrand (List, retrieve, list by product)
  • f73220c: Added custom_rank to product_images table
  • f73220c: Added CustomRestricted catalog

0.9.0

Minor Changes

  • ead91c1: Added new Store API routes : CustomProductBrand (List, retrieve, list by product)

0.8.0

Minor Changes

  • ac0cf6c: Updated CustomProcessStatus enum
  • ac0cf6c: Added UI patches

Patch Changes

  • ac0cf6c: Added new field custom_product_uv to Product entity
  • ac0cf6c: Updated the max height of the brands pictures to 24px
  • ac0cf6c: Fixed extended ProductCategory missing the tree decorator

0.7.2

Patch Changes

  • 00ab719: Added new field custom_product_uv to Product entity
  • 00ab719: Fixed extended ProductCategory missing the tree decorator

0.7.1

Patch Changes

  • 9853eea: Fixed extended ProductCategory missing the tree decorator

0.7.0

Minor Changes

  • 23db4f4: Added bridge metadata to the ProductOptionValue entity
  • 23db4f4: Added bridge metadata to the Image model
  • 23db4f4: Added bridge metadata to CustomProductDocument
  • 23db4f4: Added CustomAttribute and CustomProductVariantAttribute widgets and page
  • 23db4f4: Removed the /products/:id/document/:documentIdroute
  • 23db4f4: Added bridge metadata to the ProductOption entity
  • 23db4f4: Added bridge metadata to the ProductVariant entity
  • 23db4f4: Added CustomAttribute and CustomProductVariantAttribute entities

Patch Changes

  • 23db4f4: Improved placeholders in Admin UI widgets
  • 23db4f4: Fixed CustomAttribute migration syntax error
  • 23db4f4: Fixed CustomAttribute and CustomProductVariantAttribute migrations to add bridge_metadata column
  • 23db4f4: Fixed CustomProductVariantAttribute migration missing rank

0.6.1

Patch Changes

  • 3e467bb: Fixed the size of the brands in the Admin UI
  • 3e467bb: Moved the deletion logic to the Admin Routes instead of the Store Routes

0.6.0

Minor Changes

  • ae199a6: Implemented the CustomProductDocument feature

0.5.3

Patch Changes

  • c57c0d0: Fixed the width and height image for the brands images

0.5.2

Patch Changes

  • 54affab: Various fixes for the CustomProcess Admin UI and migrations

0.5.1

Patch Changes

  • Fixed the Webpack error on the Admin UI

0.5.0

Minor Changes

  • 152a946: Added ProductCategory extension
  • 152a946: Extended the Product model to have a new field : bridge_metadata

Patch Changes

  • 152a946: Revamped the CustomProcess admin ui widgets
  • 152a946: Added the bridge_metadata to the Product in the module augmentation file

0.4.0

Minor Changes

  • b7f2229: Added ProductCategory extension
  • b7f2229: Extended the Product model to have a new field : bridge_metadata

0.3.0

Minor Changes

  • 2ec0b0d: Added ProductCategory extension

0.2.0

Minor Changes

  • 4ca31c1: Added CustomProductBrand feature

0.1.0

Minor Changes

  • 65f91a2: Added CustomProcess feature