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.

Ember.js 2.1 Beta Released

Ember.js 2.1 beta is released today. As a minor release, Ember 2.1 will be
backwards compatible with Ember 2.0. Any changes to the API will be additive.
This continues Ember's commitment to Semantic Versioning
we began with the 1.0 release.
In addition it means many of the first features for Ember 2.2, most notably angle
bracket components, have landed in Canary behind a feature flag. If you're
interested in help us progress with those features, now is a good time to
try them out.





Ember.js 2.0 Released

Ember 2.0 is not a traditional major release. After thirteen point releases in
almost two years, we're taking a turn to focus entirely on sweeping out
built-up cruft as a foundation for continued progress.
Ember 2.0 only removes features that were deprecated as of Ember 1.13, so
apps that run on Ember 1.13 without any deprecation warnings should run
without issues on Ember 2.0.

New applications should begin using Ember 2.0 today. Apps requiring Ember-Data
should use Ember-Data 2.0.0-beta.1 (2.0 release coming shortly!).





Ember Data v1.13 Released

We are proud to announce the release of Ember Data 1.13. This
represents the first stable release of Ember Data since its creation
over 3 years ago.
As we explained in the The Ember 2.x Project
blog post, going forward Ember Data will be syncing up its releases and version numbers with Ember.js releases.





The Ember 2.x Project

For the past several years, when we've talked about "Ember releases", we were always talking about releases of the Ember codebase itself.
In practice, that has meant that in order to put together the full, recommended Ember stack, you needed to figure out not only what Ember version to use, but also what versions of our other libraries and tools worked with it.
Starting with Ember 2.0, we will coordinate every release of Ember with releases of the main ecosystem tools maintained by the core team:





Ember.js 1.13.0 and 2.0 Beta Released

We are pleased to announce the release of both Ember.js 1.13.0 and the
first beta in the 2.0 series. This comes as the thirteenth cycle of our
release process that began after 1.0 was released.
The 1.13 release represents the effort of at least 43 contributors
across over 680 commits.
Ember 1.13 is the last release in the 1.x series and the first release that includes the Glimmer rendering engine. It includes a number of deprecations that will ease the upgrade to Ember 2.0, which is due to land in six weeks.





Ember Data v1.0.0-beta.19.1 Released

Ember Data 19.1 contains fixes for a few regressions. Thanks to everyone
who reported issues. Thanks to @bmac and @wecc for fixing!

  • Fix a regression where a DS.Model's InternalModel would not be set
    on init - @bmac Pull Request
  • Pass store to inverseFor in removeEmbeddedForeignKey #3270 - @wecc
    Pull Request




Ember Data v1.0.0-beta.19 Released

Ember Data 1.0.0-beta.19 contains a lot of bugfixes from the comunity!
Thank you for helping us push toward a stable release of Ember Data!
New Features
Snapshots have changedAttributes
changedAttributes, which represents the changes that have happened
since the model was last synced with the server, are now available on
the snapshot in your adapters and serializers, instead of on
DS.Model instances.





Another Ember 2.x Status Update

We're a few weeks away from the release of Ember 1.13 and Ember 2.0 beta, and while there's been a lot of focus on those releases, the trains will keep rolling on June 12. There will be a 2.1 release 6 weeks hence, and a 2.2 release 6 weeks later.

With all of the focus on Ember 2.0, it's easy to forget that 2.0 is just a six-week release, with the added ability to remove some built-up cruft. Because of the symbolic nature of 2.0, discussions about the future have had an artificial end date of June 12, which is now three weeks away.





Ember Data v1.0.0-beta.17/18 Released

Beta.17 and Beta.18 contained many bugfixes from the community! Please check
them out in the CHANGELOG. Thank you to everyone who submitted
patches!
While many bugs were stomped, some important changes are worth calling out:





Ember.js 1.12 and 1.13 Beta (Glimmer!) Released

We are please to announce the release of Ember.js 1.12 and the first beta in the 1.13 series.
1.13 beta is the first Ember.js release that includes Glimmer, the new Ember
rendering engine, as well as the final batch of Ember 2.0 features.
We will
discuss those details more below.
New Features in Ember 1.12
Ember 1.12 is a relatively light release, and includes features that move Ember
closer to ES6 class syntax and the first parts of the internal implementation
needed for a stable release of the FastBoot addon.