Merge branch 'develop' into feature/email-confirmation-banner
* develop: separate out arrows var from settings object Handle arrow display dynamically Deploy from Travis Adjust nitpicks, remove whitespace in (), add around + display title and extras differently Add registration component to `JOIN SCRATCH` Explicitly set `Accept-Language` to cookie lang Remove the session listener on unmount Localize the welcome panel Update spacing on Splash page elements Handle sentry config and express routing/page handling errors, to do: handle uncaughtExceptions Handle sentry config and express routing/page handling errors, to do: handle uncaughtExceptions Update entire Tutorial cards to be clickable Add window.Intl polyfill. Resolves GH-96 Override `Slider`'s `arrows` setting by row length use ellipsis if text overflows and urlify username Test the build when we test our build Default admin panel to closed Set 'black' default props for thumbnails and carousel Remove localhost from api call for message count
Showing
... | @@ -28,14 +28,14 @@ | ... | @@ -28,14 +28,14 @@ |
"express-http-proxy": "0.6.0", | "express-http-proxy": "0.6.0", | ||
"lodash.defaults": "3.1.2", | "lodash.defaults": "3.1.2", | ||
"mustache": "2.1.3", | "mustache": "2.1.3", | ||
"newrelic": "1.22.1" | "newrelic": "1.22.1", | ||
"raven": "0.8.1" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"autoprefixer-loader": "2.1.0", | "autoprefixer-loader": "2.1.0", | ||
"classnames": "2.1.3", | "classnames": "2.1.3", | ||
"cookie": "0.2.2", | "cookie": "0.2.2", | ||
"css-loader": "0.17.0", | "css-loader": "0.17.0", | ||
"custom-event-polyfill": "0.2.1", | |||
"eslint": "1.3.1", | "eslint": "1.3.1", | ||
"eslint-plugin-react": "3.3.1", | "eslint-plugin-react": "3.3.1", | ||
"exenv": "1.2.0", | "exenv": "1.2.0", | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment