Releases: Semantic-Org/Semantic-UI-Ember
v3.0.4
Minor Release to Update Dependencies
Ember 2 10 (#175) * Updating ember to 2.10 * Updating dependencies * Cleaning packages * Fixing tests * Setting checkbox properties after module init * Adding change log * Adding release version
Semantic 2 Release
Thank you for all the feedback and testing.
Ready for Glimmer 2
Fixed
- hasOwnProperty now properly works for objects without prototype
- Updating tests for Glimmer 2
Minor fix
Changes isHTMLSafe to a package dependency
Almost there
If there are no other reported issues in the next week, we'll release the 2.0.0 official release.
[2.0.0-beta.1]
Added
- Allowing better configuration for customization #141
Fixed
- Popup: only update attributes passed in
- Popup: unwrap html safe values
- Popup: don't update position
- Base Mixin: added attribute bindings for autofocus, tabindex, title
- Base Mixin: upwrap html safe values
- Base Mixin: fix contains deprecation #143
Internal Changes
- Updating Ember, Ember Data, and Ember CLI to 2.8
- Updating multiple dependencies to latest version
- Adding additional ember try versions
- Moved promise tools to external addon
- Fixed build #151
Data Down Actions Up 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
Onto the "next" big thing
We heard Data Down Actions Up was the next big thing, and so we've decided to hop on the bandwagon.
In all seriousness, we wanted to finalize the code as it stood today for the 1.0 releases, so that we could make the needed changes to move to a DDAU architecture for the 2.0 release.
We will continue to support 1.0 with bug fixes for the next six months, but any new or remaining features will be implemented on the 2.0 branch.
Fixed a problem with Ember 2.3
- #78: Fixed how we're building our constants so it's more compatible with Ember 2.3
Value Binding Dropdowns!
- #75: Fixed a regression when value is used for binding to dropdowns @nathanpalmer