Skip to content

Commit 591b011

Browse files
committed
ci(git): Copy generic CI/CD files
1 parent cee4e40 commit 591b011

4 files changed

Lines changed: 23 additions & 1 deletion

File tree

.github/workflows/compile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: ['push', 'pull_request']
44
jobs:
55
compile:
66
name: Magento 2 DI compilation
7+
#runs-on: self-hosted
78
runs-on: ubuntu-latest
89
strategy:
910
matrix:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
cp composer.json composer-old.json
3+
curl https://raw.githubusercontent.com/LokiCheckout/magento-2.4.9-patches/refs/heads/master/core/patches.json -o loki-checkout-patches.json
4+
jq -s add composer-old.json loki-checkout-patches.json > composer.json
5+

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.2.47] - 12 March 2026
10+
### Fixed
11+
- Improve autofocus behaviour
12+
- Allow for more translations
13+
- Make sure to read `polling_interval` from block
14+
- Rewrite email validator logic to be more readable
15+
- Do not set an interval but a timeout for lazyUpdateTimeout
16+
- Set default lazyUpdateTimeout of 0 in JS as well
17+
- Make sure that modalOpen is used when closing modal via ESC
18+
- Add optional polling behaviour
19+
- Allow for component to skip queue
20+
- Allow lazy updates to be submitted after timeout
21+
- Add simple helper functions for matching strings in body
22+
- Allow older versions of psr/log
23+
- Lower requirement of Laminas to laminas/laminas-http
24+
925
## [2.2.46] - 02 March 2026
1026
### Fixed
1127
- Allow required error-message to be configured via block arg `required_error_message`

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-components",
3-
"version": "2.2.46",
3+
"version": "2.2.47",
44
"description": "N/A",
55
"keywords": [
66
"loki-components"

0 commit comments

Comments
 (0)