-
Notifications
You must be signed in to change notification settings - Fork 4
/
releases.json
39 lines (39 loc) · 1.48 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
[
{
"version": "1.1.1",
"downloadUrl": "https://github.com/TopShelfCraft/Hue/archive/1.1.1.zip",
"date": "2016-06-11T09:28:00",
"notes": [
"[Fixed] Fixed a bug where opening the colour picker and selecting a colour doesn't update the value in the field. (h/t @richhayler)",
"[Added] Added the ability to instantiate a color object from a hex value in Twig. (h/t @aaronwaldon)",
"[Added] Added a Luma method. (h/t @aaronwaldon)"
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/TopShelfCraft/Hue/archive/1.0.0.zip",
"date": "2016-05-31T20:43:00",
"notes": [
"[Fixed] Fixed a bug where the saved value for Default Color was not displayed on the field Settings screen."
]
},
{
"version": "0.1.0",
"downloadUrl": "https://github.com/TopShelfCraft/Hue/archive/0.1.0.zip",
"date": "2016-05-03T07:07:07",
"notes": [
"[Fixed] Fixed an issue that prevented the text input from being changed in Safari.",
"[Fixed] Fixed a bug where the RGB component methods referenced incorrect internal array keys.",
"[Improved] Removed `console.log` calls from the JS.",
"[Improved] Added a workaround to make sure `Craft.ColorPicker` syncs with the new color value when Hue's text input is changed."
]
},
{
"version": "0.0.1",
"downloadUrl": "https://github.com/TopShelfCraft/Hue/archive/0.0.1.zip",
"date": "2016-04-05T03:20:00",
"notes": [
"[Added] Beta release."
]
}
]