Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-07 | feat: Cache status height to avoid expensive renders (#4439) | Sorin Davidoi | |
* feat: Cache status height to avoid expensive renders * feat: Escape content and emojify in reducers * fix(css): Remove backface-visibility: hidden from .scrollable * fix(statuses): Avoid creating DOMParses inside a loop | |||
2017-07-11 | refactor: Rewrite immutablejs import statements using destructuring (#4147) | Sorin Davidoi | |
2017-06-01 | Improve tests for JavaScript (#3496) | Yamagishi Kazutoshi | |
- Upgrade dependencies - chai (3.5.0 -> 4.0.1) - chai-enzyme (0.6.1 -> 0.7.1) - sinon (2.2.0 -> 2.3.2) - Change extensions from .jsx to .js - Don't assign `React` to `global` - Check code format using ESLint |