This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Releases: wamonroe/vcfb
Releases · wamonroe/vcfb
v2.0.2
v2.0.1
v2.0.0
- Support rendering of the base form tag via component (including slot support
for ViewComponent v2.54.0 and above). - Support rendering of slots for button, label, collection checkbox label, and
collection radio button label components for ViewComponent v2.54.0 and above. - Extracted form component logic out of generated components to ease future
updates. - Added the
vcfb:initializergenerator.
Breaking Change: If you have previously run the component generator, you
will need to re-runvcfb:componentand merge the changes into your existing
components.