@stanko/ctrls 0.1.6 → 0.1.7

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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -373,9 +373,12 @@ Thank you for stopping by! If you end up using Ctrls, please let me know, I woul
373
373
 
374
374
  ## TODO
375
375
 
376
+ * [ ] Add `add/removeEventListener` instead of direct update of `onInput` and `onChange`
376
377
  * [ ] Allow users to pass a custom PRNG lib
377
378
  * [ ] Hash storage - check if there is an instance using hash storage already
378
379
  * [ ] Storage - local storage
380
+ * [x] Add `name` and `id` to inputs
381
+ * [x] TypeDef bug - easing presets should be optional
379
382
  * [x] Add title which collapses the controls
380
383
  * [x] Prefix input names' with `ctrl_${id}_${name}` to avoid collisions
381
384
  * [x] Demo - stop animation when not in viewport
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stanko/ctrls",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "start": "npm run parse-markdown && vite",