* Load next chapter when scrolling to the bottom (Webtoon, Continues Vertical)
* Load next chapter when scrolling to the bottom (Paged reader)
* Added missing types to IReaderProps
* Move load next chapter when at last page to VerticalReader
* Dependency fix
* Use react history for loading next page
* Manga description changed from 4096 to 8192
* Check that the description of a manga is not longer than 4096, trim otherwise
* Revert description length changes