@@ -68,13 +68,19 @@ Additional optional parameter to support multiple galleries. Add it if you want
68
68
[flexImageSize]= " 7"
69
69
[galleryName]= " 'yourGalleryName'"
70
70
[maxRowsPerPage]= " 100"
71
- (viewerChange)= " yourNotificationFunction($event)" >
72
- < / gallery>
71
+ (viewerChange)= " yourNotificationFunction($event)"
72
+ [includeViewer]= " true"
73
+ >< / gallery>
73
74
```
74
75
75
- All parameters are optional. You may play around on the demo site to find out what parameters suit your needs.
76
+ All parameters are optional.
76
77
77
- The viewerChange event fires once the viewer component gets opened or closed.
78
+ * ** [ flexBorderSize] ** used to define the border thickness between the images within the gallery.
79
+ * ** [ flexImageSize] ** used to define the size of the images with the gallery (not the viewer).
80
+ * ** [ galleryName] ** used when having multiple galleries.
81
+ * ** [ maxRowsPerPage] ** maximum rows per gallery, this will add navigation arrows once the threshold is reached.
82
+ * ** [ viewerChange] ** event fires once the viewer component gets opened or closed.
83
+ * ** [ includeViewer] ** provides an option to manually place the viewer outside the default DOM structure. Defaults to true.
78
84
79
85
## Different use cases
80
86
### Fetching images from an external data source
@@ -90,3 +96,23 @@ This is possible, but not the intent of this project. Please [CLICK HERE](https:
90
96
If the conversion process fails, make sure you have enough swap space provided.
91
97
92
98
If you experience any other issues, please raise an issue on GitHub.
99
+
100
+ ## Changelog
101
+
102
+ ### 15.1.0
103
+
104
+ * Adding optional parameter [ includeViewer] to support use cases where viewer is placed outside the gallery component manually
105
+
106
+ ### 15.0.0
107
+
108
+ * Angular 15 support
109
+ * Performance improvements
110
+
111
+ ### 14.1.0
112
+
113
+ * Refactor convert script entirely
114
+ * Provide smoother output for image conversion process
115
+
116
+ ### 14.0.0
117
+
118
+ * Angular 14 support
0 commit comments