Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole Sullivan committed Feb 26, 2015
1 parent 9ab454b commit b430bc1
Show file tree
Hide file tree
Showing 160 changed files with 147,977 additions and 1 deletion.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
<a name="1.5.0"></a>
## 1.5.0 (2015-02-25)


#### Bug Fixes

* **docs:**
* add success modifier classes ((51c6369d))
* Update fontawesome link. ((1e78e379))
* **dropdown:** add role="menuitem" to examples in styleguide ((358efa0b), closes (#87044280))
* **react-alert:** add prop validations ((a2faeb76))
* **react-button:** add prop validation ((5fd8f4a1))
* **react-collapse:** add prop validations ((f24ab8cc))
* **react-divider:** add prop validations ((e4c634cf))
* **react-draggable-list:** style draggable list ((2956ba1b))
* **react-dropdown:** pass react props better ((c9d30bf4))
* **react-grid:** add prop validation ((bcca1619))
* **react-image:**
* Allow UI.Image to take a className. ((8444ba65))
* add prop validations ((d1ef2a03))
* **react-input:** add prop validation ((ab50e903))
* **react-lists:** Allow InlineList to take a className. ((02bb247a))
* **react-media:**
* Allow Media to take a className. ((d4c10b23))
* update prop validation ((aacd4815))
* **react-panel:** add prop validations ((710fbab1))
* **react-sortable-table:** add prop validations ((ee2c39f9))
* **react-typography:** add prop validations ((ed39292b))
* **simple-tabs-alt:** active border on active tab ((255b3609))


#### Features

* **dropdown-notification:** add notifications with alert icon ((ce756c20))
* **dropdown-notifications:** add notification dropdown component ((e968a9de))
* **react-lists:**
* add transitions to addable list ((3bf0b1cf))
* add list spacing ((ad5312a0))
* add addable list component ((e07ff19f))
* Add list components in react ((2a6932bd))
* **react-notifications:**
* add alert notifications to react ((cb057145))
* add react notification component ((ae56aa96))

<a name="1.4.0"></a>
## 1.4.0 (2015-01-26)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"yargs": "^1.3.2"
},
"description": "***",
"version": "1.4.0",
"version": "1.5.0",
"main": "gulpfile.js",
"dependencies": {
"bootstrap-sass": "3.3.1",
Expand Down
1 change: 1 addition & 0 deletions release/pui-v1.5.0/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h2>Whoops! 404 :(</h2>
1 change: 1 addition & 0 deletions release/pui-v1.5.0/Staticfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# this is required for static file buildpack
Loading

0 comments on commit b430bc1

Please sign in to comment.