-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
40 lines (40 loc) · 1.47 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---------------------------------------------------------------------------------------------------
Version: 1.4.1
Date: 2024-08-28
Bug Fixes:
- [lsx] prevent errors in many scenarios
---------------------------------------------------------------------------------------------------
Version: 1.4.0
Date: 2024-08-27
Features:
- add createRoot function
---------------------------------------------------------------------------------------------------
Version: 1.3.0
Date: 2024-08-27
Features:
- [lsx] lsx is jsx but in lua
---------------------------------------------------------------------------------------------------
Version: 1.2.1
Date: 2024-08-27
Bug Fixes:
- [render] support array return values from function components
---------------------------------------------------------------------------------------------------
Version: 1.2.0
Date: 2024-08-26
Features:
- [hook] add useRef hook and ref param
---------------------------------------------------------------------------------------------------
Version: 1.1.0
Date: 2024-08-25
Features:
- [hooks] add useMemo and useCallback hooks
---------------------------------------------------------------------------------------------------
Version: 1.0.1
Date: 2024-08-25
Bug Fixes:
- [state] ensure hook state is persisted properly
---------------------------------------------------------------------------------------------------
Version: 1.0.0
Date: 2024-08-25
Features:
- [release] initial release