Skip to content

Aurelia TypeScript Samples 0.2.0

Past due by over 9 years 37% complete

Validate Loading & Browser Support

Aurelia is moving to a more consistent loading mechanism.

View Loading and Resource Pipeline

We have some issues with loading views from external packages. This also relates to module loader path/map information not being used for view loading. This will be addressed but will require some changes to the way the loader wo…

Validate Loading & Browser Support

Aurelia is moving to a more consistent loading mechanism.

View Loading and Resource Pipeline

We have some issues with loading views from external packages. This also relates to module loader path/map information not being used for view loading. This will be addressed but will require some changes to the way the loader works as well as the resource loading pipeline. The end result should be the resolution of these bugs as well as greater flexibility in the API.

Plugins and Global Resources

Plugins and global resource registration will be affected by changes in the loader and resource pipeline. The result is that we should be able to lift the flat directory structure limitation for 3rd party plugins and load views from anywhere.

To accomplish this, an automated mechanism for pulling and bundling (using r.js) the latest aurelia library versions. That way, it will be easy to test against the very latest changes as the libraries evolve.

Browser Validation

Continue work on validating the samples using the various browsers. As part of this, investigate problems and file aurelia library issues where appropriate.

Loading