Blog

ColdBox Elixir v3 Released

Eric Peterson January 21, 2019

Spread the word

Eric Peterson

January 21, 2019

Spread the word


Share your thoughts

After a lot of betas, we are happy to announce that ColdBox Elixir v3 is officially released! You can install it today via NPM:

npm install --dev coldbox-elixir

If you are still using ColdBox Elixir v2 this is a substantial upgrade switching from Gulp to Webpack. This brings major speed improvements to ColdBox Elixir as well as opening up access to the entire Webpack ecosystem.

While there have been some major changes to the API, the spirit of ColdBox Elixir remains the same. ColdBox Elixir provides a clean UI for configuring Webpack. It simplifies some common use cases like compiling styles and copying files. This is an example of compiling some javascript using Vue single-file components.

const elixir = require("coldbox-elixir");

module.exports = elixir(mix => {
    mix.vue("app.js");
});

Get an idea of what else you can do by checking out the docs.

ColdBox Elixir accounts for the 80% use case and fits in great with ColdBox conventions. If you find you are needing to modify the configuration a lot, you might be better suited with a different alternative. There's no problem with that. Your app may be better served by making a single-page app (SPA) that consumes a ColdBox-driven API. Use the right tool for your use case.

All the docs have been updated for the new version. You will want to especially check out the migration guide.

Good luck and happy bundling!

Add Your Comment

Recent Entries

Ortus June 2024 Newsletter!

Ortus June 2024 Newsletter!

Welcome to the latest edition of the Ortus Newsletter! This month, we're excited to bring you highlights from our sessions at CFCamp and Open South Code, as well as a sneak peek into our upcoming events. Discover the latest developments in BoxLang, our dynamic new JVM language, and catch up on all the insightful presentations by our expert team. Let's dive in!

Maria Jose Herrera
Maria Jose Herrera
June 28, 2024
BoxLang June 2024 Newsletter!

BoxLang June 2024 Newsletter!

We're thrilled to bring you the latest updates and exciting developments from the world of BoxLang. This month, we're diving into the newest beta release, introducing a new podcast series, showcasing innovative integrations, and sharing insights from recent events. Whether you're a seasoned developer or just getting started, there's something here for everyone to explore and enjoy.

Maria Jose Herrera
Maria Jose Herrera
June 28, 2024
BoxLang 1.0.0 Beta 3 Launched

BoxLang 1.0.0 Beta 3 Launched

We are thrilled to announce the release of BoxLang 1.0.0-Beta 3! This latest beta version is packed with exciting new features and essential bug fixes, including robust encryption functionality, enhanced Java interoperability, and more efficient event handling. Key highlights include the introduction of query caching capabilities, seamless coercion of Java Single Abstract Method (SAM) interfaces from BoxLang functions, and support for virtual thread executors. So, let’s dive into the details of what’s new in BoxLang 1.0.0-Beta 3 and how you can start leveraging these updates today!

Luis Majano
Luis Majano
June 28, 2024