-
Notifications
You must be signed in to change notification settings - Fork 34
/
changelog.json
38 lines (38 loc) · 1.19 KB
/
changelog.json
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
{
"releases": {
"0.4.2": [
"[Added] Form validation controls",
"[Added] Simple validator"
],
"0.4.1": [
"[Added] Events `onMount` and `onDestroy` to DOM nodes",
"[Fixed] Modal now destroys correctly",
"[Fixed] Attribute `loadfocus` now uses correct event",
"[Improved] Input types `radio` and `checkbox` now works well with `model` attribute"
],
"0.4.0": [
"[New] Deprecates usage of on.event, instead use onEvent for components",
"[Improved] Rename of `$events` and `$privateStore`"
],
"0.3.30": [
"[Added] New event `after{ActionName}`",
"[Improved] Action decorator rewrite"
],
"0.3.29": [
"[Fixed] Browser export now works again #29"
],
"0.3.28": [
"[New] Adds new custom attribute `animation`"
],
"0.3.27": [
"[New] Adds custom tag creator `Radi.customTag()`",
"[New] Adds custom tag <modal>",
"[New] Adds custom attribute `prevent` that prevents default from onsubmit event",
"[Improved] Code structure fixes"
],
"0.3.26": [
"[New] Adds changelog in json format",
"[Fixed] Param passing as Listeners from Component to Component"
]
}
}