@yoursurprise/slider 0.0.9 → 0.0.10

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.
Files changed (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # React slider
1
+ # React slider (alpha)
2
2
 
3
3
  This package contains a basic modern slider. The purpose of this slider is to provide a simple React component
4
4
  which can be controlled in a userfriendly way on mobile, tablet and desktop.
@@ -11,9 +11,16 @@ This slider has the following features:
11
11
  - Support for multiple variable width slides
12
12
 
13
13
  Before using this slider, please consider the following:
14
+ - This project is still being set up, this is an alpha version
14
15
  - The slider only contains styling to make it functional
15
16
  - There is no configuration of aforementioned features (yet)
16
17
 
18
+ Todos:
19
+ - Add a demo page
20
+ - Add more configuration
21
+ - Add end-to-end tests
22
+ - Set up proper workflows in GitHub
23
+
17
24
  All browsers with [IntersectionObserver](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) are supported.
18
25
 
19
26
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoursurprise/slider",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "Basic React slider using modern Javascript and CSS",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",