A multi-paged viewer for browsers. See kitchensink/example1.html
for how it works.
-
Internal refactor to vanilla JS
No breaking changes anticipated but a minor version bump to avoid automagic patches, just in case.
- Support webkitDirectionInvertedFromDevice(ie. "natural scroll" on OS X)
- Fixed bug where arguments were not being passed to external event handlers.
- Use new mainFields option for rollup-plugin-node-resolve.
- Internal refactor for ES6 modules.
- Skip some unnecessary polyfill bundling.
- Add warnings for a number of common usage errors.
- Update dependencies.
- Fix bug where doing
viewer.start(); viewer.destroy(); viewer.start();
would break the viewer.
- Revert to core-js 2 for now
- Fix duplicate dev/runtime dependency on rollup-terser-plugin
- Update dependencies
- Fix missing core-js runtime dependency