| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-02-15 | 886 Bytes | |
| v2.10.0 source code.tar.gz | 2022-02-15 | 508.3 kB | |
| v2.10.0 source code.zip | 2022-02-15 | 987.8 kB | |
| Totals: 3 Items | 1.5 MB | 0 | |
Enhancements
- Sanitize URLs, defaulting to
https. Props @paulschreiber (#1413). - Establish Cypress E2E Testing. Props @markjaquith (#1437).
- Updated the JS
shiftRowsfunctionality to be simpler, and fix issues with JS initialization. Fixes #1426 and #1431. - Updated various NPM dependencies for security issues.
Bug Fixes
- Update to prevent deprecation notice:
Required parameter $i follows optional parameter $args.... Props @carloswph (#1417). - Make each date field more resilient to various date/timestamp values passed in (from REST API).