Tagged with “ember”

  1. New features for ember-test-selectors

    In March 2016 we have released the first version of ember-test-selectors and today we are proud to present you our next milestone: 0.1.0.

  2. Out-of-the-box FastBoot support in Ember Simple Auth

    Ever since FastBoot was first announced at EmberConf 2015 it was clear to us that we wanted to have out-of-the-box support for it in Ember Simple Auth. Our goal was to make sure that Ember Simple Auth did not keep anyone from adopting FastBoot and adopting FastBoot would not result in people having to figure out their own authentication and authorization solutions. Today we're happy to announce the availability of Ember Simple Auth 1.2.0-beta.1, the first release with out-of-the-box support for FastBoot.

  3. Using better element selectors in Ember.js tests

    We just released ember-test-selectors, an Ember Addon that enables better element selectors in Ember.js tests. It removes all data attributes starting with data-test- from the application's templates in the production environment so that these attributes can be used to select elements with in acceptance and integration tests without polluting the markup that is delivered to the end user.

  4. ember-cli-deploy-notifications

    A few weeks ago a new version of the "official" ember deployment solution ember-cli-deploy was released:

  5. Updating to Ember Simple Auth 1.0

    With Ember Simple Auth 1.0.0 having been released a few days ago, a lot of people will want to upgrade their applications to it so they can finally make the switch to Ember.js 2.0. While quite a big part of the public API has been changed in 1.0.0, updating an application from Ember Simple Auth 0.8.0 or earlier versions is actually not as hard as it might appear at first glance. This post explains the steps that are necessary to bring an application to 1.0.0.

  6. Ember Simple Auth 1.0 - a first look

    The first beta of Ember Simple Auth 1.0 will be released soon and this post provides a first look at the changes that come with it.

  7. Ember.js Workshop in Munich, July 22nd-24th

    We are organizing a three day Ember.js Workshop in Munich from July 22nd to 24th, taking participants through building a full Ember.js application.

  8. Testing with Ember Simple Auth and Ember CLI

    The last blog post showed how to use Ember Simple Auth with Ember CLI to implement session handling and authentication. This post shows how to test that code.

  9. Using Ember Simple Auth with ember-cli

    With the latest release of Ember Simple Auth, using the library with ember-cli has become much simpler. As ember-cli in general is still pretty new to many people though, this post describes how to setup a project using Ember Simple Auth with ember-cli.

  10. Ember.SimpleAuth needs a logo!

    The project needs a logo.

  11. Ember.SimpleAuth 0.3.0

    Ember.SimpleAuth 0.3.0 was just released. The main change in this release is the split of Ember.SimpleAuth into one core library and a set of extension libraries. These extension libraries include everything that’s not mandatorily required for Ember.SimpleAuth like authenticators, stores etc. so that every application would only have to load whatever it needs.

  12. Ember.SimpleAuth 0.2.1

    We released Ember.SimpleAuth 0.2.1.