Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/1.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Igloczek committed Oct 26, 2020
2 parents bacc2cf + 6c85cf2 commit 14f1e6d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@

## [Unreleased]

## [1.5.0] - 2020-10-26
### Changed
- Removed Magento framework dependency from `composer.json` to simply maintenance and add Magento 2.4 support (#241)

## [1.4.0] - 2020-03-10
### Added
- PageBuilder support (#235)

### Changed
- Reorganise styles/vendor/magento-ui/_lib Imports (#226)
- LESS fade mixin for rgba (#225)
- Reorganise `styles/vendor/magento-ui/_lib` Imports (#226)
- LESS fade mixin for rgba (#225)

## [1.3.0] - 2019-07-06
### Added
- email styles support (#84)
- Email styles support (#84)

### Changed
- reorganize imports of magento ui sass related files to match less theme structure (#204)
- Reorganize imports of Magento UI SASS related files to match less theme structure (#204)

### Removed
- xml decleration that were removed in Magento 2.3 sass blank theme (#208)
- XML decleration that were removed in Magento 2.3 sass blank theme (#208)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ SASS based version of Magento 2 Blank theme, which aims to be as close to the co
4. Compile SASS files using [Frontools](https://github.com/SnowdogApps/magento2-frontools) or tools of choice

## Compatibility
* Magento 2.4: v1.5.0 or later
* Magento 2.3: v1.2.0 or later
* Magento 2.2: v1.0.0 or later
* Magento 2.1: v0.11.0 or older
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"description": "SASS based version of Magento 2 Blank theme",
"license": "MIT",
"type": "magento2-theme",
"require": {
"magento/framework": "^101.0.0|^102.0.0"
},
"autoload": {
"files": [
"registration.php"
Expand Down

0 comments on commit 14f1e6d

Please sign in to comment.