File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ### v0.9.0 2016-09-03
4
+
3
5
* [ BUGFIX] Check the component still exists before handling event listeners on the ` ClickOutsideMixin ` .
4
6
5
7
* [ FEATURE] Add ` InputComponent ` .
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ http://lozjackson.github.io/ember-ui-components/
17
17
* CheckBox
18
18
* ContextMenu
19
19
* Dropdown
20
+ * FormElement
21
+ * Fieldset
22
+ * Input
20
23
* ModalDialog
21
24
* ModalWindow
22
25
* Select
@@ -31,4 +34,6 @@ http://lozjackson.github.io/ember-ui-components/
31
34
32
35
* Button
33
36
* ButtonGroup
37
+ * FormElement
38
+ * Fieldset
34
39
* Panel
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-ui-components" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " A collection of common user interface components" ,
5
5
"directories" : {
6
6
"doc" : " doc" ,
45
45
"dependencies" : {
46
46
"ember-cli-babel" : " ^5.1.6" ,
47
47
"ember-cli-htmlbars" : " ^1.0.1" ,
48
- "ember-svg-shapes" : " ^0.1.0 " ,
48
+ "ember-svg-shapes" : " ^0.1.1 " ,
49
49
"ember-wormhole" : " 0.4.0"
50
50
},
51
51
"keywords" : [
52
52
" ember-addon" ,
53
53
" components" ,
54
54
" ui" ,
55
55
" user-interface" ,
56
+ " css" ,
56
57
" button" ,
57
58
" button-group" ,
58
59
" checkbox" ,
59
60
" select" ,
61
+ " input" ,
62
+ " form-element" ,
63
+ " fieldset" ,
60
64
" context-menu" ,
61
65
" dropdown" ,
62
66
" menu" ,
You can’t perform that action at this time.
0 commit comments