Skip to content

Commit f96a633

Browse files
committed
bump version, add contribution to readme
1 parent 463edc4 commit f96a633

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,17 @@ prop | type | default | description
5353
**handleFormatter** | `Function` | `formatter` | A function to re-format values on the handle/float before they are displayed. Defaults to the same function given to the `formatter` property
5454
**springValues** | `Object` | `{ stiffness: 0.15, damping: 0.4 }` | Svelte spring physics object to change the behaviour of the handle when moving
5555

56-
**[🔗 _For full documentation and examples, see the Github Pages_](https://simeydotme.github.io/svelte-range-slider-pips/)**
56+
**[🔗 _For full documentation and examples, see the Github Pages_](https://simeydotme.github.io/svelte-range-slider-pips/)**
57+
58+
59+
## contribue
60+
61+
I am very happy to accept;
62+
- suggestions/requests for new features or changes with examples of how they would be useful
63+
- pull-requests for bug fixes, or issue resolution
64+
- help with creating a proper test-suite
65+
66+
When making changes/edits to the code you should use the `/test/` folder and check the Readme.md in there
67+
to help with testing all the functionality. I don't have real tests set up, and would appreciate anyone's
68+
help who knows how to accomplish that.
69+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"src",
3838
"dist"
3939
],
40-
"version": "1.2.2",
40+
"version": "1.3.0",
4141
"description": "Multi-Thumb, Accessible, Beautiful Range Slider with Pips",
4242
"repository": "https://github.com/simeydotme/svelte-range-slider-pips",
4343
"homepage": "https://simeydotme.github.io/svelte-range-slider-pips/",

test/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ Test folder for trying out combinations of options while editing the plugin.
77
cd test/
88
yarn install
99
yarn run dev
10-
```
10+
```
11+
12+
It's basic for now with just a large list of different sliders with different options to help identify anythingh broken.
13+
14+
If anyone has experience with how to do actual testing for UI components and wants to start
15+
this off in the right direction, please get in touch using the issues feature!

0 commit comments

Comments
 (0)