Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-14 | Remove Babel plugin for ES Modules (#2975) | Yamagishi Kazutoshi | |
* Remove Babel plugin for ES Modules Processing of ES Modules is executed by Webpack. Don't have to do it on Babel side. * Add plugin for test | |||
2017-05-12 | Use ES Class Fields & Static Properties (#3008) | Yamagishi Kazutoshi | |
Use ES Class Fields & Static Properties (currently stage 2) for improve class outlook. Added babel-plugin-transform-class-properties as a Babel plugin. | |||
2017-05-07 | add asynchronous emojione-picker (code-splitting) (#2863) | Nolan Lawson | |
2017-05-06 | remove preset-es2015 from babel config (#2849) | Nolan Lawson | |
2017-05-06 | remove legacy decorators, use lodash.debounce (#2830) | Nolan Lawson | |
2017-05-06 | separate .babelrc for prod/dev, add babel-plugin-lodash (#2829) | Nolan Lawson | |
2017-05-03 | Replace sprockets/browserify with Webpack (#2617) | Eugen Rochko | |
* Replace browserify with webpack * Add react-intl-translations-manager * Do not minify in development, add offline-plugin for ServiceWorker background cache updates * Adjust tests and dependencies * Fix production deployments * Fix tests * More optimizations * Improve travis cache for npm stuff * Re-run travis * Add back support for custom.scss as before * Remove offline-plugin and babili * Fix issue with Immutable.List().unshift(...values) not working as expected * Make travis load schema instead of running all migrations in sequence * Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in <UI /> * Add react definitions to places that use JSX * Add Procfile.dev for running rails, webpack and streaming API at the same time | |||
2016-11-13 | Debounce autosuggestions requests | Eugen Rochko | |
2016-09-01 | Reblogs fixed | Eugen Rochko | |
2016-08-31 | Cleaning up action names and compose drawer | Eugen Rochko | |