-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
134 lines (130 loc) · 5.6 KB
/
Changes
File metadata and controls
134 lines (130 loc) · 5.6 KB
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
Revision history for HTML::Forms
- Adds Permission field type
- Validate inline adds item_id to API request
- Fixes theme attribute for Captcha
- Moves tootips to Util.Markup
- More JSDoc
- Improved JSDoc
- Fixes captcha tests
- Reworked Captchas use of local storage
- Added password options to select validity tests
- Request token refreshes value automatically
- Fixes subfield extraction in FormBuilder
- Uses stars in password strength meter display
- Adds tooltips
- Adds password strength meter
- Octal field type uses type validation
- Builder role returns changed fields
- Adds FormBuilder role
- Adds boolean integer and ipaddress DS rendering widgets
- Renderer supports serialising compound fields
- Adds the add_handler field method
- Unifies SelectOne and SelectMany apis
- Adds SelectMany field type
- Implments checkbox and radio groups auto_widget_size
- Adds droplets form styling
- Adds event to args of event handlers if arg is object
- Default API endpoint changed
- Version number fixes
0.2.100 2026-01-02 22:36:06
- Improved make_handler signature
- Improved styling for disabled DS fields
- Moved LESS constants to wcom-05-constants.less
- Added field autocomplete
- Documentation updates
- Better styling for data2markup output
- Adds data2markup to utilities
- Allows info to be placed above the field
- Removes uses of innerHTML and most eval string in JS
- Removes Repeatable field type. Use DataStructure
- Added version numbers to LESS and JS
- Fibonaci series for label widths
- Implements Group in FE
- CSS done for now
- More CSS refactoring
- CSS colour refactoring
- Validated now checks for has_errors and has_error_results
- Adds DS flex direction
- Added settable icon height and width
- Label alignment improvements in CSS
- Links displayed as buttons get animation
- Toggle code cleanup
- Replaced maps with variables in CSS
- Pixel aligned labels and input fields
- Moved form messages after form info
- Uses CSS grid for form layout
- Serialise href attr. Toggle.js unrequires hidden fields
- Datastructure field has add/remove callbacks
- Buttons can display as icons
- Changed event register method name in JS utils
- Added some more POD
- Completed placeholders for POD
- Shiny buttons for DataStructure
- Added number of pages and page size to renderer
- Only 20 more field classes to add POD boilerplate
- All POD boilerplate except for field classes
- More POD link fixes
- Fixes POD links in markdown
- Completed first pass at POD in HTML::Forms
- Renamed JS files
- Supports multipage forms
- DataStructure rows can now be readonly
- Adds more JS rendered field types
- Adds EmptyDiv for JS rendering
- Field constructors for attributes now methods not functions
- Just throw exceptions from Manager
- Field default_over_obj now just a bool
- Moves get_body_parameters to Context
- Moved onReady function to utils
- Buttons now position on the right when required
- Renames JS files
- Adds drag title and icons to DataStructure field type
- Adds Selector field type
- Adds reveal password
- Moves repeatable JS to utils
- Inline server field validation
- Shiny buttons
- Adding Digits field type
- Better error messages
- Renamed Forms before/after build to before/after build fields
- Regenerate meta data
- Adds empty English lexicon
- Hiding adds/remove class. Leaves display alone
- Adds Image field. Adds showIfRequired
- Better styling on form errors
- CSS fonts
- Label and colon right CSS improved
- Started adding pod
- Fiddled with label right
- Better styling
- Constants exports username
- Adds timezone field
- Looks labels up on the model
- Adds action to forms
- Focuses first form field
- Minor style improvements
- Switched to using less
- Added sequence number to JS files
- Reduced to using just one exporter
- Updated dependencies
- Moved MCat to own distribution
- Made toke lifetime a config option
- Adds tags to artist
- Adds table row traits to MCat
- Adds an API. Table preferences. JS column traits
- Adds time zone handling to date field
- Added config loader role
- MCat complete
- MCat track model working
- MCat cd model working
- MCat artist model working
- MCat forms working
- Added MCat server
- Javascript mow has its own package deps system
- Added time with zone field
- Toggle js working
- Test forms server and TestMany field types
- Added more field types
- Moved namespace::autoclean to end of code
0.1.1 2017-12-04 15:06:49
- Added project files to master branch