forked from spicywebau/craft-neo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases.json
73 lines (73 loc) · 2.65 KB
/
releases.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[
{
"version": "1.0.0",
"downloadUrl": "https://github.com/benjamminf/craft-neo/archive/1.0.0.zip",
"date": "2016-04-24T22:46:00+11:00",
"notes": [
"[Added] Added support for the Quick Field plugin",
"[Added] Added \"Top Level\" block type setting for hiding blocks from the main button row",
"[Improved] Added support for Internet Explorer 10+",
"[Improved] Blocks now force-expanded if they have errors",
"[Improved] Expanding and collapsing a block is now animated",
"[Improved] Delete confirmation box shows when deleting multiple blocks",
"[Fixed] The \"Add block above\" feature now works correctly for child blocks",
"[Fixed] Fixed issue with child block checkbox ordering",
"[Fixed] Miscellaneous layout issues and minor bugs"
]
},
{
"version": "0.5.1",
"downloadUrl": "https://github.com/benjamminf/craft-neo/archive/0.5.1.zip",
"date": "2016-04-23T16:35:00+11:00",
"notes": [
"[Improved] Block tabs now respond to mobile devices",
"[Fixed] Fixed bug where reporting errors on new blocks were breaking many non-obvious things",
"[Fixed] Fixed bug where blocks of different levels could be group-dragged together",
"[Fixed] Fixed bug where child block checkboxes would be in the incorrect order if groups were present"
]
},
{
"version": "0.5.0",
"downloadUrl": "https://github.com/benjamminf/craft-neo/archive/0.5.0.zip",
"date": "2016-04-09T13:45:00+11:00",
"notes": [
"[Added] Added support for the Relabel plugin"
]
},
{
"version": "0.4.0",
"downloadUrl": "https://github.com/benjamminf/craft-neo/archive/0.4.0.zip",
"date": "2016-04-09T10:35:00+11:00",
"notes": [
"[Improved] Implemented transitions when adding/removing blocks",
"[Improved] Group buttons now disable when all their child buttons are also disabled",
"[Fixed] Fixed bug where child blocks weren't being appended correctly",
"[Fixed] Fixed bug with button layout on child blocks when groups were involved"
]
},
{
"version": "0.3.0",
"downloadUrl": "https://github.com/benjamminf/craft-neo/archive/0.3.0.zip",
"date": "2016-04-06T17:35:00+11:00",
"notes": [
"[Added] Added support for block hierarchies"
]
},
{
"version": "0.2.1",
"downloadUrl": "https://github.com/benjamminf/craft-neo/archive/0.2.1.zip",
"date": "2016-04-02T19:40:00+11:00",
"notes": [
"[Added] Added support for eager loading",
"[Fixed] Fix issue where some saved field values wouldn't load inside a Neo block"
]
},
{
"version": "0.2.0",
"downloadUrl": "https://github.com/benjamminf/craft-neo/archive/0.2.0.zip",
"date": "2016-04-02T00:25:00+11:00",
"notes": [
"[Added] Added support for the Reasons plugin"
]
}
]