Releases: jsloat/scriptable-utils
Releases · jsloat/scriptable-utils
v2.0.1
2.0: eslint rule tightening
This implements unicorn eslint rules, some of which may have a notiecable performance impact (e.g. for...of instead of reduce).
This is possibly a breaking change, so bumping the major version number. Test on a separate branch!
- Tighten linting rules, hopefully improve performance a bit e530d68
Expose light & dark color objects for enhanced colors
- Expose light & dark colors for preset colors 6ef5bd2
v1.0.46
v1.0.45
v1.0.44
v1.0.43
BaseRow onTap: allow any number of taps to be mapped to actions
- Expose unlimited number-of-click mapping in BaseRow f7fe278
Add select multiple input modal
- Add select multiple input 3886b89
Cleanup errant timers on script end
- In cleanup util, stop any existing repeating timers to prevent errant timers from overstaying their welcome. 4d9bf06