Skip to content

Ember 1.8.1

Compare
Choose a tag to compare
@rwjblue rwjblue released this 04 Nov 21:33
00d1be8
  • [BUGFIX] Make sure that {{view}} can accept a Ember.View instance.
  • [BUGFIX] Throw an assertion if classNameBindings are specified on a tag-less view.
  • [BUGFIX] Setting an attributeBinding for class attribute triggers assertion.
  • [BUGFIX] Fix htmlSafe to allow non-strings in unescaped code.
  • [BUGFIX] Add support for null prototype object to mandatory setter code. Prevents errors when operating on Ember Data meta objects.
  • [BUGFIX] Fix an issue with select/each that causes the last item rendered to be selected.