MyGit

1.0.3

kamranahmedse/driver.js

版本发布时间: 2023-07-05 22:53:02

kamranahmedse/driver.js最新发布版本:1.3.1(2023-11-11 02:14:53)

TL;DR visit the new version at driverjs.com

Driver.js rendering engine has been rewritten from the ground up using TypeScript. It uses a different approach for highlighting elements; instead of playing with the z-index and opening up a pandora box of stacking context issues, it now draws an SVG over the page and cuts out the portion above the highlighted element which means that it can now handle any type of UI. Here are some of the key highlights:

Driver.js continues to be light-weight — the gzipped size is 5kb while the alternative libraries start at 12kb gzipped size.

This release will close most of the open-issues and will allow us to expand on the features. Thanks to everyone for their feedback, bug reports, pull requests. Special thanks to @josias-r and his work on boarding.js that inspired the algorithmic rewrite 🙏

Please do reach out if you have any feedback!

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-07-05发行的版本