CBWIRE 2.2 Released!

CBWIRE 2.2 Released

I’m excited to announce the release of CBWIRE 2.2. This release includes several added enhancements, such as new lifecycle hooks and simplified Turbo Drive integration. We changed the previous lifecycle hook of mount() to onMount() to be consist going forward, and several bugs were squashed.

The docs have been updated also. https://cbwire.ortusbooks.com/

Enjoy!

01/09/2023

Added

CBWIRE-99: Implement lifecycle hook onHydrate().

CBWIRE-100: Implement lifecycle hook onHydrateProperty().

CBWIRE-103: Implement an automatic trim() for all data properties.

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.

Changed

CBWIRE-93: Implement onMount() method instead of mount().

Fixed

CBWIRE-121: DocBox generated docs are failing because of file structure.

CBWIRE-126: Listeners are being fired immediately when calling emit() when the listener is defined on the same component, which they shouldn’t.

CBWIRE-127: onHydrate() is firing after actions are performed.

CBWIRE-129: Computed properties are not being rendered before actions are called.

3 Likes

Very exciting! Can’t wait to start playing with it.

2 Likes