Releases: standardagents/arrow-js
Releases · standardagents/arrow-js
v1.0.6
🚀 Features
- core: Add svg template tag - by @justin-schroeder (665e4)
🐞 Bug Fixes
- core: Replace disjoint keyed lists correctly - by @justin-schroeder (8dadb)
- docs: Exposes svg api on playground - by @justin-schroeder (d682d)
🏎 Performance
- core: Optimize template reuse and keyed replacement - by @justin-schroeder (2f0b2)
View changes on GitHub
v1.0.5
🚀 Features
- Redesign release CLI with interactive prompts and workflow tracking - by @justin-schroeder (fbb35)
🐞 Bug Fixes
- core: Narrow internal template reuse typing - by @justin-schroeder (1d4ae)
🏎 Performance
- Improve benchmark rendering performance - by @justin-schroeder (515ce)
View changes on GitHub
Alpha 10
- Fixes bug related to calling
Array.splice()with a single argument. - Fixes TypeScript return value for
ArrowTemplate.key().
Alpha 5
- Better support for setting values on inputs, selects, and textareas dynamically.
- Removes event listeners from DOM nodes that have been discarded.
Alpha 4
Fixes a bug with keyed lists when unshifting.
Alpha 3
Fixes a bug that caused unnecessary DOM patches on keyed elements.