Releases: lunarphp/lunar
Releases · lunarphp/lunar
v0.3.0-alpha
What's Changed
- Release 0.2-rc2 by @alecritson in #873
- Allow textarea component maxlength to be overridden by @ryanmitchell in #880
- remove duplicate refresh method on CachesProperties trait by @kylekanderson in #901
- Feat [0.3] - Add licensing package to monorepo by @alecritson in #906
- Laravel 10 by @glennjacobs in #903
Full Changelog: 0.2-rc2...0.3.0-alpha
v0.2.1
What's Changed
- Hotfix [0.2] - Fix cart pipelines by @alecritson in #905
Full Changelog: 0.2.0...0.2.1
0.2.0
Update split_packages.yml
0.2-rc3
What's Changed
- Add shipping tax correctly by @ryanmitchell in #889
- Fix tax breakdown on save by @ryanmitchell in #887
- Discount breakdown by @ryanmitchell in #884
- calculate cartline unit price based on cart user, rather than Auth::user by @kylekanderson in #897
- [0.2] Hotfix - Fix multiple discounts on cart lines by @alecritson in #894
- clear cached properties on model refresh by @wychoong in #896
- [0.2] Hotfix - Fix bulk action hydrating on tables by @alecritson in #888
- Cart meta cast by @wychoong in #895
- Add max user uses to discounts by @ryanmitchell in #892
- Release 0.2-RC3 by @alecritson in #900
Full Changelog: 0.2-rc2...0.2-rc3
0.2-rc2
What's Changed
- Fix bug in discount product limitation logic by @ryanmitchell in #838
- fixed roadmap url in readme by @theHocineSaad in #832
- When DB::table() is used make sure connection is passed by @ryanmitchell in #826
- Hotfix [0.2] - Wrap customer group in array by @alecritson in #846
- [0.2] Fix/discount by product by @wychoong in #841
- [0.2] Hotfix - fix pluck on null by @wychoong in #834
- [0.2] Hotfix: retrieve correct collection group for collection tree after action by @wychoong in #835
- [0.2] Hotfix - Fix missing purchasable on order lines by @alecritson in #849
- [0.2] Hotfix - Fix media upload, file missing exception by @alecritson in #853
- [0.2] Hotfix - Fix collection name on creation by @alecritson in #852
- Fix validation of attributes of type TranslatedText by @fakeheal in #839
- Add documentation for lunar models to improve IDE assistance and enable better PhPstan support by @kris914g in #855
- [0.2] Hotfix - Fix brand url generation by @alecritson in #861
- [0.2] Hotfix - Brand url generation by @wychoong in #862
- Validating attribute group names in additional languages by @fakeheal in #858
- [0.2] Hotfix - Show delete discount by @wychoong in #840
- Add Brand ID to Fillable on Product by @ThatBritishOne in #864
- change default payment type by @wychoong in #863
- [0.2] Hotfix - Fix discount logic by @alecritson in #871
- fix route name by @wychoong in #869
New Contributors
- @theHocineSaad made their first contribution in #832
- @fakeheal made their first contribution in #839
- @kris914g made their first contribution in #855
- @ThatBritishOne made their first contribution in #864
Full Changelog: 0.2-rc1...0.2-rc2
v0.2-rc1
What's Changed
- [0.2] Feat - Add fallback to images by @charlielangridge in #682
- [0.2] Cart refactor by @alecritson in #676
- [0.2] Hotfix - Add active scope to user/cart association by @alecritson in #754
- [0.2] Feat - Ability to mark orders as new customer by @alecritson in #769
- [0.2] Add tags to orders by @alecritson in #433
- [0.2] Discounts by @alecritson in #324
- [0.2] Feat - Delay loading Collection products when large amounts by @alecritson in #770
- [0.2] Nested menu by @markmead in #680
- [0.2] Allow extending of validation rules by @wychoong in #443
- [0.2] Settings - Manage Product Options by @adam-code-labx in #419
- [0.2] Manage customer groups by @adam-code-labx in #496
- [0.2] Preview/View URLs for Products by @alecritson in #772
- [0.2] Image editor by @wychoong in #505
- [0.2] Hotfix - Delete CartLineManager.php by @alecritson in #777
- [0.2] Add clearOptions() method to ShippingManifest by @webcraft in #775
- [0.2] Hotfix - Check for variants existence when saving images. by @alecritson in #778
- [0.2] Hotfix - Fix product/collection syncing by @alecritson in #781
- [0.2] Feat - Menu layout refactor by @alecritson in #794
- Hotfix - Fix discount saving by @alecritson in #793
- fix images key by @wychoong in #789
- [0.2] Hotfix - Fix save form layout and clean up by @alecritson in #795
- [0.2] File upload field type by @alecritson in #452
- fix blade directive issue causing error on products index page in hub by @kylekanderson in #801
- Hotfix [0.2] - Fix duplicate language code on tests by @alecritson in #802
- Hotfix [0.2] - UI Tweaks by @alecritson in #805
- Hotfix [0.2] - Add test to save cart coupon by @alecritson in #804
- Fix issue when discount relation dates are null by @ryanmitchell in #797
- [0.2] Hotfix - Upload Image by @Aslam97 in #810
- Improve UX for image manager by @rubenvanerk in #806
- Add correct params to TransactionObserver by @ryanmitchell in #815
- fixed the minSpend condition on Discount Feature by @0xenm21 in #823
- Hotfix [0.2] - Fix language deletion by @alecritson in #811
- Use boolean mode for scout driver by @afbora in #808
- Change of UI on discount limitations to use popover by @ryanmitchell in #796
- Fix/get_class of extended polymoprhic model by @wychoong in #807
- Add products to discount limitations by @ryanmitchell in #813
- Feat [0.2] - Enable validation extending on product variant by @alecritson in #824
- Increment discount uses as part of order creation by @ryanmitchell in #814
- ux updates by @wychoong in #812
- doctrine/dbal updated to latest version by @mebron in #825
New Contributors
- @charlielangridge made their first contribution in #682
- @webcraft made their first contribution in #775
- @kylekanderson made their first contribution in #801
- @0xenm21 made their first contribution in #823
- @afbora made their first contribution in #808
- @mebron made their first contribution in #825
Full Changelog: 0.1.4...0.2-rc1
v0.1.6
Core
Fixed
- Updated version constraint for licensing to a stable release.
Hub
Fixed
- Added unique validation against language code when saving.
- Properly handle adding media when disk is not local.
v0.1.5
Core
Fixed
- Cart manager will now check for active order before associating and merging carts.
- Price update will now correctly save the compare price.
Hub
Fixed
- Fixed incorrect translations when restoring staff members.
- Brand name validation has been improved.
- Fixed an issue where users would be unable to remove newly added URLs before saving.
- Fixed an issue where users were unable to remove product associations.
Added
- Added a
<x-hub::thumbnail>
component to keep image appearance consistent. - Various UI improvements
Changed
- Lunar version is no longer hard coded to
2.0-beta
if no suitable version is found. - Improved layout for error messages when editing customer group pricing.
Tables
Added
- Added Deleted filter
v0.1.4
Admin
Fixed
- Restoring a staff member has been fixed in the hub.
Core
Fixed
- Prices are now stored as
bigInt
to avoid out of range errors for certain currencies.
Livewire Tables
Fixed
- Pagination should now highlight the current page better
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.