Skip to content

Commit 06ed363

Browse files
committed
Pushlish new release
1 parent 3da6ef3 commit 06ed363

File tree

3 files changed

+25
-14
lines changed

3 files changed

+25
-14
lines changed

README.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,32 @@ SPFX Image Slider | [Shawn Fagan](https://twitter.com/fagansc)
4949
Version|Date|Comments
5050
-------|----|--------
5151
1.0.0.0|January 25, 2021|Initial release
52+
1.1.0.0|february 13, 2021|Added New Order By Options
5253

5354
## Current Features
54-
### Image Size
55-
56-
### Slide Speed
57-
### Display Image Filter
58-
59-
### Display Slide Caption
60-
61-
### Display Slide Indicators
62-
63-
### Render Images using Office 365 Public CDN
64-
65-
### Select Default Image
66-
55+
- Ability to adjust the Image Size
56+
- Small (Height: 300px)
57+
- Medium (Height: 350px)
58+
- Large (Height: 400px)
59+
- X-Large (Height: 450px)
60+
- Ability to adjust the Slide Speed
61+
- Min Speed: 5 Seconds inbetween slides
62+
- Max Speed: 30 Seconds inbetween slides
63+
- Ability to select the Display Image Filter
64+
- Display All Images within the Library
65+
- Display Images with the Enabled Flag set to Yes
66+
- Display Image based on the Publish Start & End fields
67+
- Ability to select the field to use to order of images to be displayed
68+
- Modified Date
69+
- Created Date
70+
- Display Order Field
71+
- Ability to select the direction of the field to order of images to be displayed
72+
- Ascending
73+
- Descending
74+
- Hide or Show the Image Caption
75+
- Hide or Show the Slide Indicators
76+
- Render Images using Office 365 Public CDN
77+
- Select a Default Image to display if no image is found in the libary
6778
## Future Features
6879
- Multplie Layout Options
6980
- Configurable Caption Settings

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resources:
1515
variables:
1616
node_version: '10.x'
1717
package_manager: 'npm'
18-
majorminor: '1.0.1'
18+
majorminor: '1.1.0'
1919
patch: $[counter(${{ variables.majorminor }}, 0)]
2020
version: $(majorminor).$(patch)
2121
name: ${{ variables.version }}

documentation/screenshot.gif

-726 KB
Loading

0 commit comments

Comments
 (0)