- Improve viewer instance storage to avoid side effect.
- Add 2 new options:
toggleOnDblclick
(#173) andinitialViewIndex
(#183). - Enhance the
title
option to support to customize title content (#54, #185).
- Add 2 new events:
zoom
andzoomed
(#144). - Make the touch zooming more smoother (#162).
- Add namespace to data attribute names (from
data-*
todata-viewer-*
) to avoid side effect. - Make sure the image data is a non-null object to avoid unexpected errors.
- Fix broken zoom feature in iOS browsers (#167).
- Add in browser checking to support to import in Node.js.
- Cancel update when there are no images when call the
update
method.
- Fix the wrong image switching behavior in iOS browsers.
- Fix a
TypeError
in strict mode (#149). - Fix type definitions issue of the
show
andhide
methods.
- Add a new option:
loading
. - Add type definitions file for TypeScript.
- Enhance the
show
,hide
andplay
methods. - Change the default value of
loop
option fromfalse
totrue
.
- Add a new option:
container
. - Recover the missing default value of the
interval
option (#133).
- Add a new option:
backdrop
.
- Add
style
field topackage.json
. - Fix the issue of NodeList deconstructing (#118).
- Fall back to
document.documentElement
ifdocument.body
is not existing (#120).
- Add a new option:
loop
. - Enhance toolbar customization.
- Add a new option:
filter
. - Enhance the
prev
andnext
methods (#47). - Support to customize the layout of toolbar (#79).
- Disallow to show again if it had shown.
- Refactor - separate constants, simplify utilities, and so on.
- Stop play after exited fullscreen.
- Improve JSDoc.
- Ignore mouse down event when the viewer is hiding (#70).
- Fixed multiple active items in navbar (#75).
- Support to use Viewer in a modal (#39).
- Changed the
main
field value fromdist/viewer.js
(UMD) todist/viewer.common.js
(CommonJS). - Added
module
andbrowser
fields topackage.json
. - Fixed an issue of touch zoom.
- Fixed the issue of touch and move problem (#63).
- Prevented the default behaviour of drag action (#63).
- Ported JavaScript code to ECMAScript 6.
- Ported CSS code to CSSNext.
- Improved event handler for Pointer Events.
- Improve modal opening and closing.
- Remove
build
event. - Rename
built
event toready
. - Fixed a bug of
data-*
attributes setting and getting (#33).
- Added some properties to "event.detail" of the "view" and "viewed" events.
- Fix the issue of hiding wrong element in the "view" method (#19).
- Fix the parameters error on the "url" option when it is a function.
- Added tests.
- Ignored invalid class name.
- Re-render image only when viewed.
- Add more available values to the "title", "toolbar" and "navbar" options.
- Support to toggle the visibility of title, toolbar and navbar between different screen widths.
- Exit fullscreen when stop playing.
- Fixed title not generated bug.
- Added "update" method for update image dynamically.
- Hides title and toolbar on small screen (width < 768px).
- Supports to zoom from event triggering point.
- Optimized "toggle" method.
- Fixed a bug of the index of viewing image.
- Supports 2 modes: "modal" (default), "inline"
- Supports 30 options: "inline", "button", "navbar", "title", "toolbar", "tooltip", "movable", "zoomable", "rotatable", "scalable", "transition", "fullscreen", "keyboard", "interval", "minWidth", "minHeight", "zoomRatio", "minZoomRatio", "maxZoomRatio", "zIndex", "zIndexInline", "url", "build", "built", "show", "shown", "hide", "hidden", "view", "viewed"
- Supports 22 methods: "show", "hide", "view", "prev", "next", "move", "moveTo", "zoom", "zoomTo", "rotate", "rotateTo", "scale", "scaleX", "scaleY", "play", "stop", "full", "exit", "tooltip", "toggle", "reset", "destroy"
- Supports 8 events: "build", "built", "show", "shown", "hide", "hidden", "view", "viewed"