Skip to content

Data Down Actions Up Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@aaronbhansen aaronbhansen released this 26 Jul 15:15
· 129 commits to master since this release

After a few months of development and testing, we have released 2.0 beta.

While most of the changes are compatible with the 1.0 branch, there are some specific changes that you need to be aware of when upgrading. Please review the upgrade section.

Overall this is a big step forward for Semantic-UI-Ember. It is optimized to update properties directly on Semantic modules, avoid re-render issues, and improve performance. In addition, we were able to remove a lot of the work arounds in 1.0 like prefixing some names with ui_.

The biggest change is as the release name states, everything is now Data Down Actions Up. Properties are no longer mutated directly, but instead must be updated from the change events. This offers more control and flexibility in deciding what actions you want to take in response to events.

The last big change was in the documentation. We have moved all the documentation out of the readme into a stand alone site. We matched the look and feel of the existing Semantic-UI documentation. This should provide better documentation and easier navigation. Enjoy