智能化下的产物,无人棋牌室
Ember.js v2.2.0-beta.2 发布,此版本主要是 bug 修复,更新内容如下:
- #12445 [BUGFIX] Ensure rest arg positionalParams can be supplied as hash arguments.
- #12456 [BUGFIX] Allow usage of bound properties in
{{link-to}}
forbubbles
,preventDefault
,target
,replace
, anddisabledWhen
. - #12503 [BUGFIX] Add assertions for tagless components that include event handler functions (i.e.
click
). - #12464 [BUGFIX]
Ember.String.htmlSafe()
should return a instance of SafeString fornull
/undefined
. - #12463 [BUGFIX] Fix uglification introduced bug with super wrapping.
- #12519 [BUGFIX] Ensure closure actions are wrapped in a run loop.
下载:https://github.com/emberjs/ember.js/archive/v2.2.0-beta.2.zip。