CBWIRE
v4.x
v4.x
  • Introduction
  • How It Works
  • Getting Started
  • Configuration
  • Releases
    • What's New With 4.1
    • What's New With 4.0
    • What's New With 3.2
    • What's New With 3.1
    • What's New With 3.0
    • What's New With 2.2
    • What's New With 2.1
    • What's New With 2.0
  • Resources
  • Upgrading from CBWIRE 3.x
  • Upgrading from CBWIRE 2.x
  • CBWIRE CLI
  • The Essentials
    • Components
    • Templates
    • Data Properties
    • Computed Properties
    • Data Binding
    • Actions
    • Events
    • Nesting Components
    • Lifecycle Methods
    • JavaScript
    • Testing
  • Features
    • Single-file Components
    • Alpine.js
    • Lazy Loading
    • Form Validation
    • File Uploads
    • Query String
    • Redirecting
    • WireBox
  • Template Directives
    • wire:click
    • wire:confirm
    • wire:dirty
    • wire:ignore
    • wire:init
    • wire:key
    • wire:loading
    • wire:model
    • wire:navigate
    • wire:offline
    • wire:poll
    • wire:stream
    • wire:submit
    • wire:transition
  • Advanced
    • Troubleshooting
Powered by GitBook
On this page
  • New Features
  • Bugs

Was this helpful?

Export as PDF
  1. Releases

What's New With 3.1

09/25/2023

New Features

  • Auto-include CBWIRE styles/scripts (no more wireScripts() / wireStyles())

  • Add onUpdate() and onUpdateProperty() lifecycle hooks

  • Support refreshing all child components from parent actions

  • Allow calling CBWIRE UDFs from templates (beyond computed props)

  • Fix SFC file name collisions in high-traffic apps

  • Clear compiled SFCs on fwreinit

  • Support params arg as alias for parameters in onMount()

  • Add cacheSingleFileComponents setting

  • Clean up unnecessary template variables

  • Allow calling ColdBox.cfc and module helpers in templates

  • Add resetExcept() method

Bugs

  • Fix child components not re-rendering on follow-up requests

  • Fix HTML comments in templates breaking re-renders

PreviousWhat's New With 3.2NextWhat's New With 3.0

Last updated 2 days ago

Was this helpful?