Ember v1.13.3 发布
腾讯SNG夏日招聘集结号:200个空缺岗位,JAVA、C++、云计算、Android……Ember是一个雄心勃勃的Web应用程序,消除了样板,并提供了一个标准的应用程序架构的JavaScript框架。
Ember v1.13.3 发布,更新内容:
[*] #11510 Deprecate Ember.Object.createWithMixins.
[*] #11512 Deprecate Ember.oneWay in favor of Ember.computed.oneWay.
[*] #11525 Add helpful error when using {{each}}with duplicate keys. This replaces a difficult to understand error deepin the HTMLBars internals, with an error that explains the duplicate key issue a bit better.
[*] #11511 Deprecate Ember.keys in favor of Object.keys.
[*] #11511 Deprecate Ember.create in favor of Object.create.
[*] #11543 / #11594 / #11603 - Fix extending or reopening Ember.LinkView.
[*] #11561 Fix issue with {{link-to}} not properly updating the link for certain routing state changes.
[*] #11572 Ensure local component state can shadow attributes provided during invocation.
[*] #11570 Prevent infinite loop when a yielded block param is changed.
[*] #11577 Ensure route backed views are properly destroyed.
[*] #11636 Fix sticky query params for nested and for dynamic routes.
[*] #11639 Fix testing of components containing {{link-to}}'s.
[*] #11650 Update HTMLBars to 0.13.32. Fixes a number of issues with the property first strategy used:
[*] for exceptions input.form, input.list, button.type always use elem.setAttribute
[*] for form.action always escape
[*] always assign handlers to props, even if the case appears strange
下载:https://github.com/emberjs/ember.js/archive/v1.13.3.zip。
页:
[1]