-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathchange_logs.txt
96 lines (79 loc) · 3.22 KB
/
change_logs.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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Logs of the work done
v1.0.0 - GC - 16.08.2019 :
- AJUI Button first version Implemented
- Button composition available : text, picture, composite
- States : default, hover, active, disable
- Callback on click and double click
- User Manual to check all the features
- Add an optional object parameter to pass to the callbacks (onClick and onDoubleClick)
- AJUI Button Lab implemented
v1.0.0 - GC - 21.08.2019 :
- Modification Lab :
• New templates added (checkbox, switch)
• New HDI Toggle button examples
• Fix button size (new template tip form)
v1.0.0 - GC - 22.08.2019 :
- Modification Lab :
• New feature : add a new Duplicate template button
• HDI Toggle buttons : new switch buttons
• New additional templated for switch buttons
v1.0.1 - GC - 27.08.2019 :
- Modification Lab :
• HDI Toggle buttons : new switch buttons
• New additional templated for switch buttons
- Component
• New property : TextMarginHorizontal
• Fix : apply active button skin on double click
V1.0.2 - GI - 19.09.2019
- Fix an issue when the button is on a subform. The conversion of the mouse coordinate was incorrect when leaving the button after a click.
V1.0.4 - MI - 04.10.2019
- Modification Lab :
• HDI Toggle Token button : new HDI which compare "CheckBox" and "Toggle Token button"
• New additional templated for Toggle Token button ON/OFF
V1.2.0 - GC - 22.11.2019
Component :
- New state "Focus"
- Two new methods to remove state exceptions
- Member function name modified :
- ColorToReplaceSVG - > ColorToReplace
- ReplacingColorSVG - > ReplacingColor
- Check if the callback exists and ask to create it otherwise
Lab :
- New file system to save/load the templates
- Updated to use the new features of the component
V1.3.0 - GC - 20.11.2020
Component :
- V18
- New feature : FAB (floating action button) with/without animation
- Manuals updated
Lab :
- v18
- listbox properties edited in bold
- HDI FAB
- Lab manuals updated
- Set default value for picker color
(lab) - GC - 28.02.2020
Lab :
- Quick save added (Mac : option + clic, Window : alt + clic)
- The save form selects the folder type of the template and not the default folder for the dropdown list now
- Updated wiki lab manuals
v1.3.1 - GI - 05.03.2020
- Replace also the stroke when we want to replace the color of a svg picture (before only the fill attribute was modified)
v1.3.2 - GC - 08.06.2020
- Added Button class
- Updated wiki
v1.3.3 - GC - 29.07.2020
- You can use "#" to designate the 4D resources folder in your path when you load a template
- The callback won't start anymore if you maintain the click and release outside the button
- Updated wiki
v1.4.0
- Accept Formula as a parameter for the callbacks
v1.5.0 - 27.11.2020
- Implement the textAlign and padding formula for text button
v2.0.0 - 28.11.2020
- Breaking Changes on the AJUI_Button Class :
- Change all the functions to start with lowercase. Some function have been renamed for a more clear and simple usage.
- Merge the textAlign and the CompTextAlign to have only one and not 2 properties
- Fix issues when importing template, we was also loosing 2 properties in the first level
v2.1.0 - 11.02.2022
- Compile for Intel and M1