Merge branch 'develop' into feature/email-confirmation-banner
* develop: Fix GH-168: Rehabilitate the `Modal` props.style Fix GH-162: Show "user deletion canceled" modal Set empty states on sign out Clean up activity item rendering logic Add some padding to the empty message Make sure boxes aren't transparent Add empty state for What's Happening box Fix GH-124: Fix studio thumbnail URLs Only show "Welcome" panel if user is < 2 weeks old Fix #152: Don't output activity without a message Fix #102: Add remix and love icons Update arrow icons on Carousels # Conflicts: # src/components/modal/modal.jsx # src/views/splash/splash.jsx
Showing
... | ... | @@ -44,6 +44,8 @@ |
"json-loader": "0.5.2", | ||
"json2po-stream": "1.0.3", | ||
"jsx-loader": "0.13.2", | ||
"lodash.clone": "3.0.3", | ||
"lodash.defaultsdeep": "3.10.0", | ||
"lodash.omit": "3.1.0", | ||
"minilog": "2.0.8", | ||
"node-sass": "3.3.3", | ||
... | ... |
Please register or sign in to comment