Skip to content

Commit 14c4322

Browse files
Merge pull request #76 from Gauravdarkslayer/0.0.8
v0.0.8 released
2 parents c60f2ef + dbabc24 commit 14c4322

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

projects/ngx-stories/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ interface NgxStoriesOptions {
7979
* Swipe Gestures (Mobile Friendly): Allow users to swipe left or right to navigate through the stories.
8080
* Hold to Pause: Pause the story progress when the user holds their finger on the screen.
8181
* Events: Trigger events when the user reaches the end of the stories or when they exit the carousel.
82-
* Keyboard navigation
82+
* Keyboard navigation(Experimental).
83+
* Loading: A Loading svg will be shown when story buffers (SVG from <a href="https://www.svgbackgrounds.com/elements/animated-svg-preloaders/">Animated SVG Preloaders by SVGBackgrounds.com</a>)
8384

8485
## Contributing
8586
[Contributing Guide](https://github.com/Gauravdarkslayer/ngx-stories/blob/main/CONTRIBUTING.md)

projects/ngx-stories/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-stories",
3-
"version": "0.0.7-beta.13",
3+
"version": "0.0.8",
44
"peerDependencies": {
55
"@angular/common": "^18.2.0",
66
"@angular/core": "^18.2.0",

0 commit comments

Comments
 (0)