• v0.17.0 3398a894a3

    feat(commandsModule): Add `previousImage` and `nextImage` actions and commands (#710)

    Ghost released this 2019-07-23 20:52:29 +02:00 | 4518 commits to master since this release

    • feat(commandsModule): Add previousImage and nextImage actions and commands

    This change adds the keybindings for previousImage (down) and nextImage (up) to the default
    configuration and adds the command and action necessary to support it. This pull request is
    dependent upon https://github.com/cornerstonejs/cornerstoneTools/pull/1025 which exports the scroll
    utility it uses.

    • style(default.js): Switch tabs to spaces

    • fix(commandsModule): import scroll through cornerstoneTools.import

    Downloads