|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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. |
3 | 10 |
|
4 | 11 | ## 0.5.1 (Mar 11, 2016)
|
5 | 12 |
|
6 | 13 | - Fixed the issue of the "button" option (#8).
|
7 | 14 | - Fixed the issue of the "$.fn.viewer.setDefault" static method (#9).
|
8 | 15 |
|
9 |
| - |
10 | 16 | ## 0.5.0 (Jan 21, 2016)
|
11 | 17 |
|
12 | 18 | - Add more available values to the "title", "toolbar" and "navbar" options.
|
13 | 19 | - Support to toggle the visibility of title, toolbar and navbar between different screen widths.
|
14 | 20 | - Exit fullscreen when stop playing.
|
15 | 21 | - Fixed title not generated bug (#6).
|
16 | 22 |
|
17 |
| - |
18 | 23 | ## 0.4.0 (Jan 1, 2016)
|
19 | 24 |
|
20 | 25 | - Added "update" method for update image dynamically.
|
21 | 26 | - Hides title and toolbar on small screen (width < 768px).
|
22 | 27 |
|
23 |
| - |
24 | 28 | ## 0.3.1 (Dec 28, 2015)
|
25 | 29 |
|
26 | 30 | - Supports to zoom from event triggering point.
|
27 | 31 | - Fix a bug of the index of viewing image.
|
28 | 32 |
|
29 |
| - |
30 | 33 | ## 0.3.0 (Dec 24, 2015)
|
31 | 34 |
|
32 | 35 | - Add 2 new options: "view" and "viewed"
|
|
35 | 38 | - Fix lost transition after call full method in inline mode
|
36 | 39 | - Fix incorrect tooltip after switch image quickly
|
37 | 40 |
|
38 |
| - |
39 | 41 | ## 0.2.0 (Oct 18, 2015)
|
40 | 42 |
|
41 | 43 | - Added one new method: "moveTo"
|
42 | 44 | - Improved the image loading and showing
|
43 | 45 |
|
44 |
| - |
45 | 46 | ## 0.1.1 (Oct 7, 2015)
|
46 | 47 |
|
47 | 48 | - Fixed the issue of modal closing after zoomed in and zoomed out
|
48 | 49 |
|
49 |
| - |
50 | 50 | ## 0.1.0 (Sep 2, 2015)
|
51 | 51 |
|
52 | 52 | - Supports 2 modes: "modal" (default), "inline"
|
53 | 53 | - 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"
|
54 | 54 | - Supports 21 methods: "show", "hide", "view", "prev", "next", "move", "zoom", "zoomTo", "rotate", "rotateTo", "scale", "scaleX", "scaleY", "play", "stop", "full", "exit", "tooltip", "toggle", "reset", "destroy"
|
55 | 55 | - Supports 6 events: "build.viewer", "built.viewer", "show.viewer", "shown.viewer", "hide.viewer", "hidden.viewer"
|
56 | 56 |
|
57 |
| - |
58 | 57 | ## 0.0.1 (Apr 19, 2015)
|
59 | 58 |
|
60 | 59 | - Improve UI
|
61 | 60 | - Develop a alpha version
|
62 | 61 |
|
63 |
| - |
64 | 62 | ## 0.0.0 (Apr 19, 2014)
|
65 | 63 |
|
66 | 64 | - Design UI
|
|
0 commit comments