Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

Security and Bugfix Releases - Ember 1.10.1, 1.11.2, 1.11.3

Because developers trust Ember.js to handle sensitive customer data in
production, we take the security of the project extremely seriously. Ember
remains one of the few JavaScript projects that has a clearly
outlined security policy
and a
low-traffic mailing list exclusively for security
announcements
.





Ember.js 1.11.1 Released

Today we are releasing Ember.js 1.11.1, a patch-level release of Ember that
fixes several regressions introduced in the 1.11.0 release.
CollectionView with attributeBindings
During the 1.11.0 cycle much effort was put into making sure that attributeBindings used
the same logic that template bound attributes use. Namely, that attributeBindings use
HTMLBars' attribute helpers instead of jQuery's.





Ember.js 1.11.0 and 1.12 Beta Released

We are pleased to announce the release of both Ember.js 1.11.0 and the
first beta in the 1.12 series. This comes as the eleventh cycle of our
release process that began after 1.0 was released.
The 1.11 release represents the effort of at least 87 contributors
across over 646 commits.





Ember Data v1.0.0-beta.16.1 Released

Ember Data v1.0.0-beta.16.1 is a bugfix release that fixes 2
regressions reported with Ember Data v1.0.0-beta.16. As always
this release can be obtained from npm (for use with ember-cli),
rubygems, or bower. The builds are also available as static files at
http://emberjs.com/builds.





Ember Data v1.0.0-beta.16 Released

We are pleased to announce the release Ember Data 1.0.0-beta.16. It
includes many bug fixes as well as several new features. As always
this release can be obtained from npm (for use with ember-cli),
rubygems, or bower. The builds are also available as static files at
emberjs.com/builds
The 1.0.0-beta.16 release represents the effort of at least 31
contributors across over 112 commits.





Ember Data v1.0.0-beta.15 Released

We are pleased to announce the release Ember Data 1.0.0-beta.15. It
includes many bug fixes as well as several new features. As always
this release can be obtained from npm (for use with ember-cli),
rubygems, or bower. The builds are also available as static files at
emberjs.com/builds
The 1.0.0-beta.15 release represents the effort of at least 30
contributors across over 168 commits.





Ember.js 1.10.0 and 1.11 Beta Released

We are pleased to announce the release of both Ember.js 1.10.0 and the
first beta in the 1.11 series. This comes as the tenth cycle of our
release process that began after 1.0 was released.
The 1.10 release represents the effort of at least 50 contributors
across over 553 commits.





Compiling templates with Ember 1.10

As many of you know, Ember 1.10 will be the first version of Ember that uses HTMLBars as its templating engine. With this change you may need to change the way you compile your templates.





Inside FastBoot: Faking the DOM in Node

As we announced in the inaugural blog post in our Inside FastBoot
series
, we
have begun working on giving Ember.js developers the ability to run
their apps in Node.js. Once complete, this feature will allow your users
to see HTML and CSS right away, with the JavaScript downloading
in the background and taking over once it has fully loaded.





Ember Data v1.0.0-beta.14.1 Released

Ember Data v1.0.0-beta.14.1 is a bugfix release that adds sourcemaps
to your build pipeline in Ember CLI and Rails. Additionally support
for versions of Ember <= 1.7.1 have been removed. This was mentioned
in the beta.12 blogpost, and is now enforced via an assertion
in the code and by your package manager files.