Skip to content

Commit b5a92dd

Browse files
committed
Copy generic CI/CD files
1 parent 7cfa249 commit b5a92dd

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cp -R ${GITHUB_WORKSPACE} /tmp/magento/package-source
4343
cd /tmp/magento
4444
composer config repositories.local-source path package-source/
45-
composer require --prefer-source -- ${COMPOSER_NAME}:@dev
45+
composer require --prefer-source -- ${COMPOSER_NAME}:@dev yireo/magento2-integration-test-helper
4646
4747
- name: Run Magento 2 Integration Tests
4848
run: |

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.8] - 04 September 2025
10+
### Fixed
11+
- Rename `field_type` text to input
12+
913
## [0.2.7] - 02 September 2025
1014
### Fixed
1115
- Update README.md
@@ -17,14 +21,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1721
- Do not escape pricing format
1822
- Fix wrong initialization of grid filter options
1923
- Re-enable saving array values
20-
- Add product_id field type
24+
- Add `product_id` field type
2125
- Remove requirement of repository provider to define additional factory
2226
- Get rid of confusing parent-block behaviour
2327
- Implement delete and duplicate for collection provider
2428
- Implement saving an item via collection provider
25-
- Automatically set primary key to field_type "view"
26-
- Allow changing HTML attributes of textarea; Rename html_attributes to field_attributes
27-
- Transform field_type string to FieldTypeInterface instance
29+
- Automatically set primary key to `field_type` "view"
30+
- Allow changing HTML attributes of textarea; Rename `html_attributes` to `field_attributes`
31+
- Transform `field_type` string to FieldTypeInterface instance
2832
- Allow hiding a complete field with label by setting "visible=false"
2933
- Simplify structure of Field and FieldFactory class
3034
- Retrieve modelClass and resourceModelClass from provider
@@ -41,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4145
- Fix CSS utils
4246
- Declare used PHP namespaces
4347
- Document latest version of template
44-
- Add missing strict_types declaration
48+
- Add missing `strict_types` declaration
4549

4650
## [0.2.3] - 18 August 2025
4751
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loki/magento2-admin-components",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "N/A",
55
"type": "magento2-module",
66
"require": {

0 commit comments

Comments
 (0)