@iyulab/modern-app 0.11.0 β 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.11.1] - 2026-08-04
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- π΄**`@iyulab/components` μμ‘΄ λ²μκ° μ€μ λ‘ νμν κ²λ³΄λ€ λμ¨νλ€** β `^1.21.0` μ΄μμΌλ
|
|
8
|
+
`0.11.0` μ **λ΄λΉ μμ΄μ½ ν΄λ°±μ `u-icon[fallback]`(1.24.0)** μ μ΄λ€. λ²μκ° κ·Έκ²μ
|
|
9
|
+
Β«μꡬ»νμ§ μμΌλ―λ‘, components λ₯Ό `1.22.x` μ κ³ μ ν μλΉμμκ²λ ν΄λ°±μ΄ **μ‘°μ©ν
|
|
10
|
+
λμνμ§ μλλ€** β μμ΄μ½ μλ κ·Έλ£Ή νλͺ©μ΄ μ ν μ¬μ΄λλ°μμ λ€μ λΉ λ²νΌμ΄ λλ€.
|
|
11
|
+
β `^1.24.0` μΌλ‘ μ’νλ€.
|
|
12
|
+
|
|
13
|
+
β
**μ΄κ²μ λλ¬λΈ κ²μ CI μλ€** β `0.11.0` νκ·Έ μ§μ μ main λΉλκ° μμ§ κ²μλμ§ μμ
|
|
14
|
+
`1.24.0` λμ `1.23.0` μ μ€μΉνκ³ , κ·Έ μ‘°ν©μμ ν΄λ°± νκ· 7κ±΄μ΄ μ€ν¨νλ€.
|
|
15
|
+
***Β«λ²μκ° λ΄λλ€Β»μ Β«λ²μκ° μꡬνλ€Β»λ λ€λ₯΄λ€.***
|
|
16
|
+
|
|
3
17
|
## [0.11.0] - 2026-08-04
|
|
4
18
|
|
|
5
19
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iyulab/modern-app",
|
|
3
3
|
"description": "web-framework by iyulab based on lit-element",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.1",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iyulab",
|
|
7
7
|
"web-framework",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"typecheck": "tsc --noEmit"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@iyulab/components": "^1.
|
|
45
|
+
"@iyulab/components": "^1.24.0",
|
|
46
46
|
"@iyulab/router": "^0.10.2",
|
|
47
47
|
"i18next": "^26.3.6",
|
|
48
48
|
"lit": "^3.3.3"
|