Blaze 2.6.1 released šŸŽ‰

A patch version of Blaze numbered 2.6.1 has been released fixing some issues like:

  • #370 templating-runtime@1.6.1, returned the Template.__define__ with warning message
  • #366 Prevent firing callbacks until members are destroyed
    • fix destroying child templates when parent is destroyed; prevents memory leak and DOMRange ā€œnot attachedā€ error
  • #374 Blaze.remove should destroy view before detaching
  • #376 Modify ā€˜Must be attachedā€™ error to be more descriptive
  • #377 Add tests for Blaze.remove should destroy view before detaching
  • #382 Linters were added
  • #348 For-in loop does not work in IE fix
  • #349 fix regression: non array iterables were always treatead as empty
  • #341 add support for arbitrary iterables in #each templates

Many thanks to @denyhs @jkuester @harry97, and everyone else who tested & contributed, for making this release happen! :tada::heart::birthday:

So what is next?

There are a few small tasks for Blaze 2.6.2, that you can check in the milestone. Anything that canā€™t wait till Blaze 3.0 will be included in this patch release (or any other patch release until 3.0 is released).

Development on Blaze 3.0 has also started. Since this will be a major release it will include any potentially breaking PRs among anything else major. Check out the milestone to see what we are planning to do.

Copy on Dev.to: Blaze 2.6.1 released! - DEV Community

20 Likes

Great work JanĀ² & co :clap: . So good to see our beloved :fire: Blaze :fire: get some :heart:. Excited to see what 3 will bring.

6 Likes

Long live Blaze! Still love that frontend framework.

4 Likes

Havenā€™t used it for a while now, but happy to see itā€™s still alive! I was a huge fan of Blaze back in those days, and I still think itā€™s the easiest way to build a web app fast, especially if you have a frontend dev background.

3 Likes

Nice. Glad to see Blaze getting some support!

1 Like