Releases: lunarphp/lunar
Releases · lunarphp/lunar
v0.1.3
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
Core
Added
- Added shorthand
attr
which can be used instead oftranslateAttribute
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
Admin
Fixed
- Added missing method for removing variant options in product editing.
0.1.0
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
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
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
Lunar Admin Hub
Changed
- Recompiled assets
0.1.0-rc.2
Livewire Tables
Changed
- Updated
tables
view namespace tol-tables
0.1.0-rc.1
Initial Release