Skip to content

Commit 89c541d

Browse files
authored
Merge pull request #3 from lozjackson/v0.9.0
V0.9.0
2 parents e8696de + b420e4a commit 89c541d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
### v0.9.0 2016-09-03
4+
35
* [BUGFIX] Check the component still exists before handling event listeners on the `ClickOutsideMixin`.
46

57
* [FEATURE] Add `InputComponent`.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ http://lozjackson.github.io/ember-ui-components/
1717
* CheckBox
1818
* ContextMenu
1919
* Dropdown
20+
* FormElement
21+
* Fieldset
22+
* Input
2023
* ModalDialog
2124
* ModalWindow
2225
* Select
@@ -31,4 +34,6 @@ http://lozjackson.github.io/ember-ui-components/
3134

3235
* Button
3336
* ButtonGroup
37+
* FormElement
38+
* Fieldset
3439
* Panel

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-ui-components",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "A collection of common user interface components",
55
"directories": {
66
"doc": "doc",
@@ -45,18 +45,22 @@
4545
"dependencies": {
4646
"ember-cli-babel": "^5.1.6",
4747
"ember-cli-htmlbars": "^1.0.1",
48-
"ember-svg-shapes": "^0.1.0",
48+
"ember-svg-shapes": "^0.1.1",
4949
"ember-wormhole": "0.4.0"
5050
},
5151
"keywords": [
5252
"ember-addon",
5353
"components",
5454
"ui",
5555
"user-interface",
56+
"css",
5657
"button",
5758
"button-group",
5859
"checkbox",
5960
"select",
61+
"input",
62+
"form-element",
63+
"fieldset",
6064
"context-menu",
6165
"dropdown",
6266
"menu",

0 commit comments

Comments
 (0)