| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-12 | 711 Bytes | |
| v1.7.5 source code.tar.gz | 2026-03-12 | 172.2 kB | |
| v1.7.5 source code.zip | 2026-03-12 | 197.9 kB | |
| Totals: 3 Items | 370.8 kB | 0 | |
What's changed
- Instance-scoped custom components:
Thumbmark#includeComponent()now stores components on the instance rather than a shared global registry. DifferentThumbmarkinstances can have different custom components. - Legacy compatibility: The deprecated top-level
includeComponent()still works. If both define the same key, the instance registration wins. - Pre-execution filtering: Components on the exclude list are now skipped before execution, avoiding unnecessary work.
- Always-on stabilization:
speechis now always excluded for Brave and Firefox browsers, independent of stabilization options. - New test suites for
filterComponentsand custom component scoping.