Skip to content

Latest commit

 

History

History
137 lines (84 loc) · 5.26 KB

CHANGELOG.md

File metadata and controls

137 lines (84 loc) · 5.26 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog

[1.0.8] - [2019-12-04]

Added

  • Option to force sorting order (#237)

Fixed

  • Wrong sort order on some archives (#235)

[1.0.7] - [2019-11-27]

Changed

Fixed

  • Worker is not terminated (228)
  • Incorrect target zoom on book mode (See commit)
  • Use more inclusive regexp for matching file paths (#227)
  • Can't render more than one instance of the component (#229)

[1.0.6] - [2019-11-24]

Added

  • Style prop to pass in-line styles to the main container (See commit)

Changed

Fixed

  • Minor patch for electron (See commit)
    • Fix css issues on electron
    • Fix menu height not updating on electron

[1.0.5] - [2019-11-23]

Fixed

[1.0.4] - [2019-11-23]

Changed

  • Update build

[1.0.3] - [2019-11-23]

Added

Changed

[1.0.2] - [2019-11-21]

Added

Changed

Fixed

  • Localization not updating strings (See commit)
  • Reverse mode (manga) is not optimized (#221)
  • Can't properly fit pages to viewer bounds (book mode) (#132)
  • Performance issues on Focus / blur event listener (#220)

[1.0.1] - [2019-11-12]

Added

  • New files of project's logo (#180)

Changed

  • Css styles refactoring (#140):
    • Add villain prefix to css styles
    • Better naming convention for css classes

[1.0.0] - [2019-11-11]

Added

  • Localization (#76)
  • Menu (options) (#13)
  • Dark and light theme (#15)
  • Theme toggler (#14)
  • Keyboard navigation for slider component (#39)
  • Preview mode (#27)
  • Manga mode (#10)
  • Keyboard shortcuts (#20)
  • Load archive from file object (#129)
  • Aria-labels and roles to buttons and inputs (#84)
  • Keyboard navigation for slider component (#39)

Fixed

  • Slider component skipped key tab (#40)
  • Improve image type validation (#50)
  • Unified tooltip (#93)

Changed

  • Reduce module size (#60)
  • Implement reakit (#165)
  • Renamed workerPath option to workerUrl (#55)
  • Move react/react-dom deps into peerDependencies (#155)
  • Split main css into different files for each component (#99)

[0.0.9] - [2019-10-15]

Fixed

  • Bad zoom levels (#3)
  • Fullscreen mode not working (#11)
  • Change fullscreen icon on enter and exit events (#17)

Changed

  • Update libarchive.js (#28)