Skip to content

Ember 1.8.0-beta.2

Compare
Choose a tag to compare
@rwjblue rwjblue released this 21 Sep 00:19
· 15376 commits to main since this release
f91465b

Ember 1.8.0-beta.2 (September, 20, 2014)

  • [BUGFIX] Allow for bound property {{input}} type.
  • [BUGFIX] Ensure pushUnique targetQueue is cleared by flush.
  • [BUGFIX] instrument should still call block even without subscribers.
  • [BUGFIX] Remove uneeded normalization in query param controller lookup.
  • [BUGFIX] Do not use defineProperty on each View instance.
  • [PERF] Speedup watchKey by preventing for in related deopt.
  • [PERF] Change ENV.MANDATORY_SETTER to FEATURES so it can be compiled out of production builds.
  • [PERF] Object.create(null) in Ember.inspect.
  • [PERF] Extracts computed property set into a separate function.
  • [BUGFIX] Make GUID_KEY = intern(GUID_KEY) actually work on ES3.
  • [BUGFIX] Ensure nested routes can inherit model from parent.