Skip to content

Releases: fengyuanchen/viewerjs

v1.0.0-beta.2

13 Feb 13:39
Compare
Choose a tag to compare
  • Add a new option: container.
  • Recover the missing default value of the interval option (#133).

v1.0.0-beta.1

23 Dec 04:38
Compare
Choose a tag to compare
  • Add a new option: backdrop.

v1.0.0-beta

17 Dec 10:39
Compare
Choose a tag to compare
  • Add style field to package.json.
  • Fix the issue of NodeList deconstructing (#118).
  • Fall back to document.documentElement if document.body is not existing (#120).

v0.10.0

05 Nov 04:41
Compare
Choose a tag to compare
  • Add a new option: loop.
  • Enhance toolbar customization.

v0.9.0

04 Nov 13:57
Compare
Choose a tag to compare
  • Add a new option: filter.
  • Enhance the prev and next methods (#47).
  • Support to customize the layout of toolbar (#79).
  • Disallow to show again if it had shown.

v0.8.0

08 Oct 11:51
Compare
Choose a tag to compare
  • Refactor - separate constants, simplify utilities, and so on.
  • Stop play after exited fullscreen.
  • Improve JSDoc.

v0.7.2

19 Aug 07:09
Compare
Choose a tag to compare
  • Ignore mouse down event when the viewer is hiding (#70).
  • Fixed multiple active items in navbar (#75).

v0.7.1

14 May 07:13
Compare
Choose a tag to compare
  • Support to use Viewer in a modal (#39).

v0.7.0

30 Apr 03:42
Compare
Choose a tag to compare
  • Changed the main field value from dist/viewer.js (UMD) to dist/viewer.common.js (CommonJS).
  • Added module and browser fields to package.json.
  • Fixed an issue of touch zoom.

v0.6.2

04 Mar 08:21
Compare
Choose a tag to compare
  • Fixed the issue of touch and move problem (#63).