Overview
Cotomy v2.0.3 is a patch release focused on completing bind type renderer lookup behavior.
Changes
This release keeps the custom renderer registration and data-cotomy-bindtype normalization from the previous patch, and completes the behavior for renderer maps supplied by subclasses. CotomyViewRenderer now normalizes renderer map keys during primitive binding, so overridden renderers can still match data-cotomy-bindtype values regardless of casing.
The release also keeps renderer map normalization scoped to a single primitive binding pass, with tests covering overridden renderer maps and repeated matching within one binding operation.
Follow-up
An earlier v2.0.2 package briefly covered only part of this lookup path. v2.0.3 is the recommended install target because it includes the completed renderer lookup behavior.
Install
npm install [email protected]
Links
https://github.com/yshr1920/cotomy/releases/tag/v2.0.3
https://cotomy.net
Related Articles
Introducing Cotomy , CotomyForm in Practice , Debugging Features and Runtime Inspection in Cotomy