Skip to content
This repository was archived by the owner on Aug 1, 2020. It is now read-only.

Commit 50e1217

Browse files
committed
build: release 0.6.0
1 parent 4401b0b commit 50e1217

17 files changed

+15920
-2639
lines changed

CHANGELOG.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11
# Changelog
22

3+
## 0.6.0 (Oct 7, 2017)
4+
5+
- Refactor in ES6.
6+
- Build CSS code with PostCSS.
7+
- Removed `build` event.
8+
- Renamed `built` event to `ready`.
9+
- Removed event namespace.
310

411
## 0.5.1 (Mar 11, 2016)
512

613
- Fixed the issue of the "button" option (#8).
714
- Fixed the issue of the "$.fn.viewer.setDefault" static method (#9).
815

9-
1016
## 0.5.0 (Jan 21, 2016)
1117

1218
- Add more available values to the "title", "toolbar" and "navbar" options.
1319
- Support to toggle the visibility of title, toolbar and navbar between different screen widths.
1420
- Exit fullscreen when stop playing.
1521
- Fixed title not generated bug (#6).
1622

17-
1823
## 0.4.0 (Jan 1, 2016)
1924

2025
- Added "update" method for update image dynamically.
2126
- Hides title and toolbar on small screen (width < 768px).
2227

23-
2428
## 0.3.1 (Dec 28, 2015)
2529

2630
- Supports to zoom from event triggering point.
2731
- Fix a bug of the index of viewing image.
2832

29-
3033
## 0.3.0 (Dec 24, 2015)
3134

3235
- Add 2 new options: "view" and "viewed"
@@ -35,32 +38,27 @@
3538
- Fix lost transition after call full method in inline mode
3639
- Fix incorrect tooltip after switch image quickly
3740

38-
3941
## 0.2.0 (Oct 18, 2015)
4042

4143
- Added one new method: "moveTo"
4244
- Improved the image loading and showing
4345

44-
4546
## 0.1.1 (Oct 7, 2015)
4647

4748
- Fixed the issue of modal closing after zoomed in and zoomed out
4849

49-
5050
## 0.1.0 (Sep 2, 2015)
5151

5252
- Supports 2 modes: "modal" (default), "inline"
5353
- Supports 28 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"
5454
- Supports 21 methods: "show", "hide", "view", "prev", "next", "move", "zoom", "zoomTo", "rotate", "rotateTo", "scale", "scaleX", "scaleY", "play", "stop", "full", "exit", "tooltip", "toggle", "reset", "destroy"
5555
- Supports 6 events: "build.viewer", "built.viewer", "show.viewer", "shown.viewer", "hide.viewer", "hidden.viewer"
5656

57-
5857
## 0.0.1 (Apr 19, 2015)
5958

6059
- Improve UI
6160
- Develop a alpha version
6261

63-
6462
## 0.0.0 (Apr 19, 2014)
6563

6664
- Design UI

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2016 Fengyuan Chen
3+
Copyright (c) 2015-2017 Fengyuan Chen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)