v1.7.0
* Added command callback support and new commandCallback prop (#36) * Added default-enabled automatic bottom scrolling on command (Disabled via new noAutoScroll prop) (#36) * Moved utility functions to src/utils/helpers.js * Moved styles that needn't be computed from state to src/utils/sourceStyles.js * Moved prop types to src/utils/types.js and switched to static class field prop type declaration