Skip to content

0.1.2

Compare
Choose a tag to compare
@alecritson alecritson released this 07 Nov 11:26
· 113 commits to 0.1 since this release
86ef10e

Core

Added

  • Added shorthand attr which can be used instead of translateAttribute

Hub

Fixed

  • Call validate when creating a tax class before the DB transaction.
  • Fix product thumbnail on dashboard.
  • Fix issue with customer saving #654
  • Use @js directive instead of @JSON
  • Fixed an issue where Spatie Media couldn't regenerate media transforms from within the hub in production.
  • Fixed issues with product editing when disabling variants.
  • Fixed issue where trying to add a saved search on product types has no effect.
  • Fixed an issue where the bulk action Livewire component wasn't registering correctly.
  • The orders table will now show the correct minutes in the timestamp.

Changed

  • When the hub password reset form is submitted, it will return a success message regardless.

Added

  • Added top, bottom slots to brands
  • Added unique validation to attribute handles.

Livewire Tables

Fixed

  • Added missing name parameter on ShippingOption data type.
  • Fixed a wire:key naming conflict on tables.

Added

  • Added after method to enable positioning of additional columns.