Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.2-rc2 #873

Merged
merged 2 commits into from
Feb 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions packages/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ 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-RC2

### Fixed

- The delete form for a discount should now show.
- Validation across multiple languages has been fixed when editing attribute groups.
- Validation when creating a collection should now take languages into account
- The `HasImages` trait now uses Livewire to determine whether S3 is used.
- Order lines now has more checks for whether a purchasable exists first.
- When creating a collection, the reloaded tree should now only show collections in that group
- Ensure correct `connection` is passed when using the `DB` facade.

### Changed

- `isActive` check on `MenuLink` now handles an array of slug handles.

### Added

## 0.2-RC1

### Fixed
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ 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-RC2

### Fixed

- `brand_id` is now fillable on the `Product` model.
- Brand URL should now generate automatically when created.
- The Discount (AmountOff) type should reference the `purchasable` relation correctly.

### Changed

- Renamed `Discount` discount type to `AmountOff`
- Fixed price discounts will now spread the amount across all eligible cart lines.
- `cartDiscountAmount` property has been removed.

### Added

- Added `subTotalDiscounted` property to CartLine which shows the sub total with the discount.

## 0.2-RC1

### Fixed
Expand Down