Skip to content

Releases: Semantic-Org/Semantic-UI-Ember

v3.0.4

18 Dec 00:34
504edd3
Compare
Choose a tag to compare
  • Bump @ember/optional-features dependency.

Minor Release to Update Dependencies

07 Jan 21:14
Compare
Choose a tag to compare
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

19 Oct 03:43
Compare
Choose a tag to compare

Thank you for all the feedback and testing.

Ready for Glimmer 2

13 Oct 04:23
Compare
Choose a tag to compare
Ready for Glimmer 2 Pre-release
Pre-release

Fixed

  • hasOwnProperty now properly works for objects without prototype
  • Updating tests for Glimmer 2

Minor fix

03 Oct 18:29
Compare
Choose a tag to compare
Minor fix Pre-release
Pre-release

Changes isHTMLSafe to a package dependency

Almost there

01 Oct 23:21
Compare
Choose a tag to compare
Almost there Pre-release
Pre-release

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

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

26 Jul 15:15
Compare
Choose a tag to compare
Pre-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

05 May 03:32
Compare
Choose a tag to compare

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

22 Jan 22:10
Compare
Choose a tag to compare
  • #78: Fixed how we're building our constants so it's more compatible with Ember 2.3

Value Binding Dropdowns!

15 Dec 15:00
Compare
Choose a tag to compare
  • #75: Fixed a regression when value is used for binding to dropdowns @nathanpalmer