@creative-web-solution/front-library 7.1.18 → 7.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
+
4
+ ## 7.1.19
5
+
6
+ * [DragSlider] Fix variable init in goToItem
7
+
3
8
  ## 7.1.18
4
9
 
5
10
  * [DragSlider] Expose some properties + allow item index in goToItem function
@@ -490,6 +490,8 @@ export default class DragSlider {
490
490
  return;
491
491
  }
492
492
 
493
+ this.#currentSnapItem = ITEM;
494
+
493
495
  this.#options.onSnap?.( {
494
496
  "item": ITEM,
495
497
  "xPos": this.#deltaMove.x,
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Front Library
2
2
 
3
- @version: 7.1.18
3
+ @version: 7.1.19
4
4
 
5
5
 
6
6
  ## Use
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@creative-web-solution/front-library",
3
3
  "title": "Frontend library",
4
4
  "description": "Frontend functions and modules",
5
- "version": "7.1.18",
5
+ "version": "7.1.19",
6
6
  "homepage": "https://github.com/creative-web-solution/front-library",
7
7
  "author": "Creative Web Solution <contact@cws-studio.com> (https://www.cws-studio.com)",
8
8
  "keywords": [],