What's New With 2.2

01/09/2022

Enhancements

CBWIRE-99arrow-up-right: Implement lifecycle hook onHydrate().

CBWIRE-100arrow-up-right: Implement lifecycle hook onHydrate[Property]().

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

CBWIRE-124arrow-up-right: Implement the ability to interact with CBWIRE component from JavaScript using cbwire.find( '#args._id#' ).

CBWIRE-125arrow-up-right: Add configuration setting 'enableTurbo' to automatically include everything needed to work with Turbo for single page applications.

CBWIRE-130arrow-up-right: Add ability to call reset() without passing a key to reset all data properties to their original values.

Changed

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

Bug Fixes

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

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

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

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

Last updated