-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathCHANGELOG
69 lines (57 loc) · 1.21 KB
/
CHANGELOG
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
v0.4a
- Nodejs tool chain
- Remove IE6 support
- Replace 2 phase layout with default css based layout
- Support css inlining
v0.2.1
- List#addRow bugfix
- Moved default font styles to themes
- PasswordTextField
v0.2.0
- uki-tools
- initial model/controller support
- mail.app demo
- api improvements
v0.1.0
- uki.dom.Event wrapper
- emulate mouseover, mouseleave events
- emulate dragover, dragout, dragstart, dragend, drag events
- remove uki.dom.drag
- d&d for list items
- slider values
- multiselect list
- use uki.view.declare instead of uki.newClass
v0.0.9
- uki-more
v0.0.8
- Simpler inheritance for event handlers
- Window dev server
- Install instructions
v0.0.7
- Stylable mixin
- List auto-layout
- Separate uki into several projects
v0.0.6
- Disabled
- Radiobutton
- Resizable tables [draft]
- Twitter tutorail code
- More hooks for inherited classes
v0.0.5
- Faster backgrounds
- List bugfixes
- More robust scroll pane
- Disabled input, checkbox
- IE6 focus rings
v0.0.4
- Bugfixes
v0.0.3
- Popup improvements
- Table draft
v0.0.2
- Moved _createDom from first layout to view constructor
- Moved initWithRect into constructor
- Split SplitPane and TextField into subclasses
- Toolbar popups
v0.0.1
- Initial release