Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

emberjs/ember-legacy-views

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status

ember-legacy-views

Ember.js 1.13 deprecated the Ember.View API and its associated helpers. Please see the deprecation guide for information about how to migrate away from views in Ember.js.

This addon enables legacy view support without deprecation notices in Ember.js 1.13. In Ember.js 2.0 views are not present at all, and this addon brings them back. After Ember 2.4 is released this addon will no longer be compatible with Ember. It should be used to provide extra time for migrating away from views, not as a permanent solution.

To remove the compile-time deprecation warnings that may appear in the terminal output of ember serve, make sure your Ember-CLI app is using ember-cli-htmlbars version 0.7.9 or later (this will be the default for Ember-CLI version 1.13.0 and later).

App Installation

ember install ember-legacy-views

Contributing to this Addon

  • git clone this repository
  • npm install
  • bower install

Running Tests

  • ember test
  • ember test --server

Building and Release

  • npm version TYPE where TYPE is major, minor or patch

For more information on using ember-cli, visit http://www.ember-cli.com/.

About

Extended support for Ember.View and friends until Ember 2.4

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published