Comment on page
What's New With 2.2
CBWIRE-124: Implement the ability to interact with CBWIRE component from JavaScript using cbwire.find( '#args._id#' ).
CBWIRE-125: Add configuration setting 'enableTurbo' to automatically include everything needed to work with Turbo for single page applications.
CBWIRE-130: Add ability to call reset() without passing a key to reset all data properties to their original values.
CBWIRE-126: Listeners are being fired immediately when calling emit() when the listener is defined on the same component, which they shouldn't.
Last modified 2mo ago