Skip to content

Releases: lunarphp/lunar

v0.1.3

10 Nov 14:31
867d9d4
Compare
Choose a tag to compare

Admin

Fixed

  • Added missing translations for min,max inputs
  • Removed redundant $symbol on price input.
  • Fixed readable validation error messages
  • Input groups now support $errorIcon to help UI issue when validation errors are present.
  • Tiered pricing UI now displays correctly under headings
  • Staff table can now save searches properly.
  • Order status UI will now fallback on the original if it doesn't exist in config.
  • The side menu should now display the correct menu items when variants aren't present.
  • The bcmul function is now used when saving prices to avoid rounding issues.

Core

Fixed

  • Transaction activity log should now store the correct properties.

0.1.2

07 Nov 11:26
86ef10e
Compare
Choose a tag to compare

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.

0.1.1

07 Oct 08:31
Compare
Choose a tag to compare

Admin

Fixed

  • Added missing method for removing variant options in product editing.

0.1.0

05 Oct 14:18
f09c34a
Compare
Choose a tag to compare

Initial 0.1.0 release

Admin

Fixed

  • Product variant will fallback on it's product's thumbnail if it has no primary image.
  • Language code will now correctly be set on factory and unique.

Database driver

Fixed

  • Migration will check for SQLite driver before attempting a fullText index.

Livewire Tables

Changed

  • Table pagination will now default to true.

0.1.0-rc.5

29 Sep 10:03
a6f3a7e
Compare
Choose a tag to compare

Core

Changed

  • Updated publishing tag to be more consistent

Admin

Fixed

  • Image manager with now use a set key when referenced by array index to keep Livewire state intact.

Changed

  • Brand requirement is now configurable via config/lunar-hub/products.php
  • Updated publishing tag to be more consistent

Livewire Tables

Changed

  • Updated publishing tag to be more consistent

0.1.0-rc.4

28 Sep 11:06
c194613
Compare
Choose a tag to compare

Core

Fixed

  • Lunar migration command will now add brands into the correct table.
  • Added additional check for language existence when running the brand update state class.

Admin Hub

Fixed

  • Registered missing table builders as singletons.

0.1.0-rc.3

27 Sep 08:58
Compare
Choose a tag to compare

Lunar Admin Hub

Changed

  • Recompiled assets

0.1.0-rc.2

26 Sep 14:09
c360274
Compare
Choose a tag to compare

Livewire Tables

Changed

  • Updated tables view namespace to l-tables

0.1.0-rc.1

26 Sep 13:05
Compare
Choose a tag to compare

Initial Release