Comment on page
What's New With 3.0
CBWIRE-103: Increase component rendering performance by bypassing unnecessary ColdBox view caching and lookups
CBWIRE-107: Replace calling computed properties in templates using #args.computed.[property]()# with #property()# instead.
CBWIRE-108: Replace calling data properties in templates using #args.[property]()# with #property# instead.
CBWIRE-110: Using new component format, validation references this.constraints. Change to just 'constraints'.
CBWIRE-113: Change incorrect emitTo( event, component ) signature to instead by emitTo( component, event )
CBWIRE-111: Calling .see() and .dontSee() in component tests doesn't return the test object for additional method chaining
Last modified 2mo ago