@ulu/frontend 0.1.0-beta.56 → 0.1.0-beta.58

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,17 @@
1
1
  # Change Log
2
2
 
3
+ ## Version 0.1.0-beta.58
4
+
5
+ - **js/ui/slider**
6
+ - Change slider swipe to be on slides
7
+ - Add options for swipeOptions to configure ["swipe-listener"](https://www.npmjs.com/package/swipe-listener) library (see it's documentation for options)
8
+ - Adding preventScroll by default
9
+
10
+ ## Version 0.1.0-beta.57
11
+
12
+ - **js/ui/slider**
13
+ - Setup swipe listener and add option for swipeEnabled (true by default)
14
+
3
15
  ## Version 0.1.0-beta.56
4
16
 
5
17
  - **scss/components/counter-list**