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 3.0 Released

Today the Ember project is releasing version 3.0.0 of Ember.js, Ember Data, and
Ember CLI. Ember 3.0 doesn't introduce any new functionality, instead it focuses
the framework by removing long-deprecated APIs and support for legacy platforms.
Our plans for Ember 3.0 were announced in October 2017 in The Road to Ember
3.0
.





Ember 2.18 and 3.0 Beta Released

Today the Ember project is releasing version 2.18.0 of Ember.js, Ember Data,
and Ember CLI.
After 2.5 years and 18 minor releases, Ember 2.18 marks the end of the project's 2.x series.
To ensure a smooth upgrade path going into the 3.x series, 2.18 has been
declared an LTS candidate. In six weeks the latest 2.18 build will succeed
Ember 2.16.2 as the latest LTS release. As an LTS, it will
receive bug fixes until Ember 3.5 is released.





Ember 2.16-LTS, Ember 2.17 and 2.18 Beta Released

Updated on December 19, 2017 to include information about Ember.js 2.16-LTS.
Today the Ember project is releasing Ember.js 2.16 LTS (a long-term support
release) and version 2.17.0 of Ember.js, Ember Data, and
Ember CLI.





Ember 2.16 and 2.17 Beta Released

Today the Ember project is releasing version 2.16.0 of Ember.js, Ember Data, and Ember CLI.
After six weeks as a stable release, Ember.js 2.16 will be promoted to
long term support,
under which it will receive bugfixes for the next 6 releases and security fixes
for the next 10 release.





Glimmer.js Progress Report

At EmberConf in March of this year, we announced Glimmer.js, a
library for building modern UI components optimized for the mobile web. I wanted
to give an update on what we've been working on since then.
There were two primary motivations for releasing Glimmer.js as a standalone project:





The Road to Ember 3.0

Today the Ember.js Core Team is happy to announce our plans for the release of Ember 3.0. Ember 3.0 will arrive 2.5 years and 18 minor revisions after the release of Ember 2.0. The final release of the 2.x series will be Ember 2.18 on January 1st, 2018.
Ember 3.0 removes public API deprecated in Ember 2.x releases. 3.0 does not introduce new public APIs or breaking changes.





Ember FastBoot 1.0 Released

We are thrilled to share that we have released Ember FastBoot 1.0 (including ember-cli-fastboot addon, fastboot-app-server and other FastBoot libraries).
What is Ember FastBoot?
Ember FastBoot is a server-side rendering solution for ambitious Ember apps,
allowing your Ember apps to use principles of progressive enhancement, such as an initial render of your app without JavaScript.
It provides a complete solution for server-side rendering of your app from development to deployment.





Ember 2.12-LTS, Ember 2.13 and 2.14 Beta Released

Updated on December 19, 2017 to include information about Ember.js 2.12-LTS.
Today the Ember project is releasing Ember.js 2.12 LTS (a long-term support
release) and version 2.13.0 of Ember.js, Ember Data, and Ember CLI.





EmberConf 2017: State of the Union

Ember.js (or should we say Amber.js) turned five years old last December. In some ways, five years is a short amount of time. But when measured in web framework years, it feels like a downright eternity.
As Yehuda and I were getting ready for our keynote presentation at this year's EmberConf, we tried to remember what developing web apps was really like in 2011. We knew that the web had changed for the better since then, but I think we both had repressed our memories of how truly awful it was.





Ember 2.12 and 2.13 Beta Released

Today the Ember project is releasing version 2.12.0 of Ember.js, Ember Data, and Ember CLI.
This release kicks off the 2.13 beta cycle for all sub-projects. We encourage our
community (especially addon authors) to help test these beta builds and report
any bugs before they are published as a final release in six weeks' time. The
ember-try addon is a great way to
continuously test your projects against the latest Ember releases.
You can read more about our general release process here: