Ember.js 1.0.0-rc1

This is a prerelease version of Ember.js.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Ember.js --version 1.0.0-rc1
                    
NuGet\Install-Package Ember.js -Version 1.0.0-rc1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ember.js" Version="1.0.0-rc1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ember.js" Version="1.0.0-rc1" />
                    
Directory.Packages.props
<PackageReference Include="Ember.js" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ember.js --version 1.0.0-rc1
                    
#r "nuget: Ember.js, 1.0.0-rc1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Ember.js@1.0.0-rc1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ember.js&version=1.0.0-rc1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Ember.js&version=1.0.0-rc1&prerelease
                    
Install as a Cake Tool

Ember.js is built for productivity. Designed with developer ergonomics in mind, its friendly APIs help you get your job done—fast.
     Don't waste time making trivial choices. Ember.js incorporates common idioms so you can focus on what makes your app special, not reinventing the wheel.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-rc2 166 4/11/2013
1.0.0-rc1 95 3/5/2013
1.0.0-pre4 90 1/20/2013
1.0.0-pre2 88 10/31/2012
1.0.0-pre 93 10/16/2012

*Ember 1.0.0-rc.1 (February 15, 2013)*

     * Upgrade to Handlebars 1.0.0-rc.3
     * Update RSVP.js
     * Update router.js
     * Support 0 values for input tags
     * Support for jQuery 1.9
     * ArrayController now defaults to empty array
     * Added Vagrant support for setting up a development environment
     * Adds {{each itemController="..."}}
     * Fix issues where route transitions would not register properly
     * Initial support for Application#reset
     * Fix handling of keywords in bind helpers
     * Better handling of DOM properties
     * Better handling of complex {{#if}} targets
     * {{linkTo}} shouldn't change view context
     * Router#send accepts multiple params
     * Provide a view's template name for debugging
     * Create activate and deactivate hooks for router
     * {{action}} targets are now looked up lazily
     * The model for Route#render is now bound
     * Improvements to ContainerView
     * Added 'pattern' attribute to text field for iOS.
     * CollectionView context is now its content
     * Various enhancements to bound helpers: adds multiple property support to bound helpers, adds bind-able options hash properties, adds {{unbound}} helper support to render unbound form of helpers.
     * Add App.inject
     * Add Ember.EnumberableUtils.intersection
     * Deprecate Controller#controllerFor in favour of Controller#needs
     * Adds `bubbles` property to Ember.TextField
     * Allow overriding of Ember.Router#handleURL
     * Allow libraries loaded before Ember to tie into Ember load hooks
     * Fixed behavior with Route#render and named outlets
     * Fix bug where history location does not account for root URL
     * Allow redirecting from mid-route
     * Support string literals as param for {{linkTo}} and {{action}}
     * Empty object proxies are no longer truthy in {{#if}}