Release Notes

space:flux 0.6.0

📘

Replaceing space:ui

This package will be a direct replacement for space:ui, although there are breaking changes so see the upgrade guide for how to migrate

This release marks a major step in the refinement of the overall project, in both design and APIs. We felt the name change was necessary to clarify the package's scope for providing tools to implementing a uni-directional data flow, or Flux pattern in Meteor apps.

We removed our custom view layer (Space.ui.Mediator + Meteor Template) in favor of more popular and recommended alternatives like Blaze Components as while undertaking real world projects we realized Mediators did not really improve the situation, instead added another layer of indirection.