Skip to content

v0.8.0

Latest

Choose a tag to compare

@dream-encode dream-encode released this 11 Sep 15:13
· 14 commits to main since this release

Changelog

  • FEA: Edit Product - Add @dream-encode/wp-js-plugin-utils/edit-product, wrappers around the registry that max-marine-edit-product-shared-state publishes on window.maxMarineEditProduct. Exports registerField, registerAction, registerRequirement, registerOnReady, getRegistry and onEditProductEvent, plus the lifecycle event names and context constants, so no consuming plugin hand-copies an event string. MMEPSSStockQuantityChanged had already been declared by hand in two plugins at once.
  • TSK: Edit Product - registerOnReady() registers fields before actions and requirements, since both refer to fields by key and the registry checks that the key resolves.

Full Changelog: v0.6.3...v0.8.0