Blog

CBWIRE 3.2 Released

Grant Copley January 04, 2024

Spread the word

Grant Copley

January 04, 2024

Spread the word


Share your thoughts

Hey there CBWIRE enthusiasts! 👋 It's an exciting time in the world of ColdFusion Markup Language (CFML) development as CBWIRE 3.2 rolls out with some nifty new features that are set to make your development process smoother and more efficient. Let's dive right into the highlights of this latest release!

📣 Dispatch Browser Events

Enhancing user interaction, CBWIRE 3.2 introduces the ability to dispatch browser events. This feature empowers developers to create more interactive and dynamic web applications. You can now easily trigger browser events, enhancing the responsiveness and user experience of your CFML applications.

Documentation: https://cbwire.ortusbooks.com/essentials/events#dispatching-browser-events

🌟 Auto-Population of Data Properties

First up, CBWIRE 3.2 introduces an incredibly handy feature: the automatic population of data properties. Previously, if you didn't define an onMount() method in your components, you had to manually handle the population of data properties. Not anymore! This process is now automated, saving you time and reducing boilerplate code in your projects. This feature ensures that your components are more intuitive and easier to manage, especially when dealing with dynamic data.

Documentation: https://cbwire.ortusbooks.com/essentials/components#auto-population-of-data-properties

Contributed by Michael Rigsby

🔄 Module Aware Components

Ever found yourself wishing for a smoother way to call components within modules? Your wish is granted in CBWIRE 3.2! The new release adds support for calling components directly from modules with wire("MyComponent@module"). This enhancement simplifies the process of modular development, allowing you to organize and reuse code more efficiently.

Contributed by Michael Rigsby

🧩 Enhanced Template Functionality

Another significant update in CBWIRE 3.2 is the enhanced template functionality. You can now access event methods such as event.buildLink() directly within templates. This update provides a more seamless and efficient way to handle events and methods, further streamlining your development process.

CBWIRE 3.2 is a testament to the continuous evolution and dedication to making CFML development a breeze. These new features are just the tip of the iceberg in terms of what CBWIRE offers to the ColdFusion community. So, dive in, explore these new capabilities, and take your CFML projects to the next level!

Stay tuned for more updates and happy coding! ✨

Add Your Comment

Recent Entries

BoxLang 1.0.0 Beta 15 Launched

BoxLang 1.0.0 Beta 15 Launched

Welcome to Beta 15! This release brings several significant enhancements aimed at improving the efficiency and functionality of the CLI environment and continued bug fixing to bring our CFML compatibility to several client applications and Ortus Libraries. Key among these is the introduction of the bx-web-support module, which allows the CLI to interface with web server capabilities, making it an excellent tool for testing and feature auditing. Additionally, the merge capabilities within module settings have been refined to support deep merges from the configuration file, ensuring greater flexibility and control.

Luis Majano
Luis Majano
September 20, 2024
Introducing numeric placeholders in BoxLang source!

Introducing numeric placeholders in BoxLang source!

Introducing Numeric Placeholders in BoxLang

We're excited to announce a new addition to our BoxLang parser—a feature that draws inspiration from several other languages but fits naturally within BoxLang. The conversation around which features from other languages m...

Maria Jose Herrera
Maria Jose Herrera
September 18, 2024
BoxLang 1.0.0 Beta 14 Launched

BoxLang 1.0.0 Beta 14 Launched

In this release, we are excited to introduce several new features and enhancements aimed at improving functionality and user experience. These updates include the creation of immutable query types, new server keys to aid on CLI tooling, and methods to identify runtime initiation modes.

Additionally, we've added an event announcement for dump rendering to enable better integration with external listeners. Read on to learn more about these features and how they can benefit your workflow.

Code Strong!

Luis Majano
Luis Majano
September 13, 2024