Skip to content

Commit

Permalink
Update changelogs (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson authored Mar 24, 2023
1 parent 04a1887 commit 7c9c9c2
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 44 deletions.
62 changes: 36 additions & 26 deletions packages/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 0.2-RC3

### Fixed

- Fixed an issue that prevented bulk actions from remembering the selected rows.

### Added

- Added the ability to specify the maximum length of textarea fields in the admin hub

## 0.2-RC2

### Fixed
Expand All @@ -26,38 +36,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Fixed

* [0.2] Hotfix - Upload Image by @Aslam97 in https://github.com/lunarphp/lunar/pull/810
* Hotfix [0.2] - Fix duplicate language code on tests by @alecritson in https://github.com/lunarphp/lunar/pull/802
* Hotfix [0.2] - UI Tweaks by @alecritson in https://github.com/lunarphp/lunar/pull/805
* fix blade directive issue causing error on products index page in hub by @kylekanderson in https://github.com/lunarphp/lunar/pull/801
* [0.2] Hotfix - Fix save form layout and clean up by @alecritson in https://github.com/lunarphp/lunar/pull/795
* fix images key by @wychoong in https://github.com/lunarphp/lunar/pull/789
* Hotfix - Fix discount saving by @alecritson in https://github.com/lunarphp/lunar/pull/793
* [0.2] Hotfix - Check for variants existence when saving images. by @alecritson in https://github.com/lunarphp/lunar/pull/778
* [0.2] Hotfix - Fix product/collection syncing by @alecritson in https://github.com/lunarphp/lunar/pull/781
* [0.2] Feat - Delay loading Collection products when large amounts by @alecritson in https://github.com/lunarphp/lunar/pull/770
* [0.2] Feat - Add fallback to images by @charlielangridge in https://github.com/lunarphp/lunar/pull/682
- [0.2] Hotfix - Upload Image by @Aslam97 in https://github.com/lunarphp/lunar/pull/810
- Hotfix [0.2] - Fix duplicate language code on tests by @alecritson in https://github.com/lunarphp/lunar/pull/802
- Hotfix [0.2] - UI Tweaks by @alecritson in https://github.com/lunarphp/lunar/pull/805
- fix blade directive issue causing error on products index page in hub by @kylekanderson in https://github.com/lunarphp/lunar/pull/801
- [0.2] Hotfix - Fix save form layout and clean up by @alecritson in https://github.com/lunarphp/lunar/pull/795
- fix images key by @wychoong in https://github.com/lunarphp/lunar/pull/789
- Hotfix - Fix discount saving by @alecritson in https://github.com/lunarphp/lunar/pull/793
- [0.2] Hotfix - Check for variants existence when saving images. by @alecritson in https://github.com/lunarphp/lunar/pull/778
- [0.2] Hotfix - Fix product/collection syncing by @alecritson in https://github.com/lunarphp/lunar/pull/781
- [0.2] Feat - Delay loading Collection products when large amounts by @alecritson in https://github.com/lunarphp/lunar/pull/770
- [0.2] Feat - Add fallback to images by @charlielangridge in https://github.com/lunarphp/lunar/pull/682

### Changed

* ux updates by @wychoong in https://github.com/lunarphp/lunar/pull/812
* Change of UI on discount limitations to use popover by @ryanmitchell in https://github.com/lunarphp/lunar/pull/796
* Improve UX for image manager by @rubenvanerk in https://github.com/lunarphp/lunar/pull/806
* [0.2] Feat - Menu layout refactor by @alecritson in https://github.com/lunarphp/lunar/pull/794
* [0.2] Nested menu by @markmead in https://github.com/lunarphp/lunar/pull/680
- ux updates by @wychoong in https://github.com/lunarphp/lunar/pull/812
- Change of UI on discount limitations to use popover by @ryanmitchell in https://github.com/lunarphp/lunar/pull/796
- Improve UX for image manager by @rubenvanerk in https://github.com/lunarphp/lunar/pull/806
- [0.2] Feat - Menu layout refactor by @alecritson in https://github.com/lunarphp/lunar/pull/794
- [0.2] Nested menu by @markmead in https://github.com/lunarphp/lunar/pull/680

### Added

* [0.2] Preview/View URLs for Products by @alecritson in https://github.com/lunarphp/lunar/pull/772
* [0.2] Image editor by @wychoong in https://github.com/lunarphp/lunar/pull/505
* Feat [0.2] - Enable validation extending on product variant by @alecritson in https://github.com/lunarphp/lunar/pull/824
* Add products to discount limitations by @ryanmitchell in https://github.com/lunarphp/lunar/pull/813
* [0.2] File upload field type by @alecritson in https://github.com/lunarphp/lunar/pull/452
* [0.2] Manage customer groups by @adam-code-labx in https://github.com/lunarphp/lunar/pull/496
* [0.2] Settings - Manage Product Options by @adam-code-labx in https://github.com/lunarphp/lunar/pull/419
* [0.2] Allow extending of validation rules by @wychoong in https://github.com/lunarphp/lunar/pull/443
* [0.2] Discounts by @alecritson in https://github.com/lunarphp/lunar/pull/324
* [0.2] Add tags to orders by @alecritson in https://github.com/lunarphp/lunar/pull/433
- [0.2] Preview/View URLs for Products by @alecritson in https://github.com/lunarphp/lunar/pull/772
- [0.2] Image editor by @wychoong in https://github.com/lunarphp/lunar/pull/505
- Feat [0.2] - Enable validation extending on product variant by @alecritson in https://github.com/lunarphp/lunar/pull/824
- Add products to discount limitations by @ryanmitchell in https://github.com/lunarphp/lunar/pull/813
- [0.2] File upload field type by @alecritson in https://github.com/lunarphp/lunar/pull/452
- [0.2] Manage customer groups by @adam-code-labx in https://github.com/lunarphp/lunar/pull/496
- [0.2] Settings - Manage Product Options by @adam-code-labx in https://github.com/lunarphp/lunar/pull/419
- [0.2] Allow extending of validation rules by @wychoong in https://github.com/lunarphp/lunar/pull/443
- [0.2] Discounts by @alecritson in https://github.com/lunarphp/lunar/pull/324
- [0.2] Add tags to orders by @alecritson in https://github.com/lunarphp/lunar/pull/433

**Full Changelog**: https://github.com/lunarphp/lunar/compare/0.1.4...0.2-rc1

Expand Down
41 changes: 23 additions & 18 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Fixed

- Fixed serialisation issue on `tax_breakdown` when creating an order.
- Cart cached properties should now refresh correctly when calculating.

### Changed

- The GetUnitPrice action will now use the cart user if present rather than the authenticated user.
- Discounts will now take other discounts into account before they apply their own logic.
- Cart meta is now cast to an `array` when adding a purchasable.

### Added

- Added the ability to specify the maximum length of textarea fields in the admin hub
- Added discount breakdowns to cart and order models in https://github.com/lunarphp/lunar/pull/884
- Added max uses by user on discounts.

## 0.2-RC2

Expand All @@ -39,29 +44,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Fixed

* Fix/get_class of extended polymoprhic model by @wychoong in https://github.com/lunarphp/lunar/pull/807
* Use boolean mode for scout driver by @afbora in https://github.com/lunarphp/lunar/pull/808
* Hotfix [0.2] - Fix language deletion by @alecritson in https://github.com/lunarphp/lunar/pull/811
* fixed the minSpend condition on Discount Feature by @0xenm21 in https://github.com/lunarphp/lunar/pull/823
* Add correct params to TransactionObserver by @ryanmitchell in https://github.com/lunarphp/lunar/pull/815
* Fix issue when discount relation dates are null by @ryanmitchell in https://github.com/lunarphp/lunar/pull/797
* Hotfix [0.2] - Fix duplicate language code on tests by @alecritson in https://github.com/lunarphp/lunar/pull/802
* Hotfix [0.2] - Add test to save cart coupon by @alecritson in https://github.com/lunarphp/lunar/pull/804
* [0.2] Hotfix - Delete CartLineManager.php by @alecritson in https://github.com/lunarphp/lunar/pull/777
* [0.2] Hotfix - Add active scope to user/cart association by @alecritson in https://github.com/lunarphp/lunar/pull/754
- Fix/get_class of extended polymoprhic model by @wychoong in https://github.com/lunarphp/lunar/pull/807
- Use boolean mode for scout driver by @afbora in https://github.com/lunarphp/lunar/pull/808
- Hotfix [0.2] - Fix language deletion by @alecritson in https://github.com/lunarphp/lunar/pull/811
- fixed the minSpend condition on Discount Feature by @0xenm21 in https://github.com/lunarphp/lunar/pull/823
- Add correct params to TransactionObserver by @ryanmitchell in https://github.com/lunarphp/lunar/pull/815
- Fix issue when discount relation dates are null by @ryanmitchell in https://github.com/lunarphp/lunar/pull/797
- Hotfix [0.2] - Fix duplicate language code on tests by @alecritson in https://github.com/lunarphp/lunar/pull/802
- Hotfix [0.2] - Add test to save cart coupon by @alecritson in https://github.com/lunarphp/lunar/pull/804
- [0.2] Hotfix - Delete CartLineManager.php by @alecritson in https://github.com/lunarphp/lunar/pull/777
- [0.2] Hotfix - Add active scope to user/cart association by @alecritson in https://github.com/lunarphp/lunar/pull/754

### Changed

* [0.2] Cart refactor by @alecritson in https://github.com/lunarphp/lunar/pull/676
- [0.2] Cart refactor by @alecritson in https://github.com/lunarphp/lunar/pull/676

### Added

* Increment discount uses as part of order creation by @ryanmitchell in https://github.com/lunarphp/lunar/pull/814
* Add products to discount limitations by @ryanmitchell in https://github.com/lunarphp/lunar/pull/813
* [0.2] Add clearOptions() method to ShippingManifest by @webcraft in https://github.com/lunarphp/lunar/pull/775
* [0.2] Allow extending of validation rules by @wychoong in https://github.com/lunarphp/lunar/pull/443
* [0.2] Discounts by @alecritson in https://github.com/lunarphp/lunar/pull/324
* [0.2] Feat - Ability to mark orders as new customer by @alecritson in https://github.com/lunarphp/lunar/pull/769
- Increment discount uses as part of order creation by @ryanmitchell in https://github.com/lunarphp/lunar/pull/814
- Add products to discount limitations by @ryanmitchell in https://github.com/lunarphp/lunar/pull/813
- [0.2] Add clearOptions() method to ShippingManifest by @webcraft in https://github.com/lunarphp/lunar/pull/775
- [0.2] Allow extending of validation rules by @wychoong in https://github.com/lunarphp/lunar/pull/443
- [0.2] Discounts by @alecritson in https://github.com/lunarphp/lunar/pull/324
- [0.2] Feat - Ability to mark orders as new customer by @alecritson in https://github.com/lunarphp/lunar/pull/769

**Full Changelog**: https://github.com/lunarphp/lunar/compare/0.1.4...0.2-rc1

Expand Down

0 comments on commit 7c9c9c2

Please sign in to comment.