Ember.js
1.0.0-rc1
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
<PackageReference Include="Ember.js" Version="1.0.0-rc1" />
paket add Ember.js --version 1.0.0-rc1
#r "nuget: Ember.js, 1.0.0-rc1"
// Install Ember.js as a Cake Addin #addin nuget:?package=Ember.js&version=1.0.0-rc1&prerelease // Install Ember.js as a Cake Tool #tool nuget:?package=Ember.js&version=1.0.0-rc1&prerelease
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.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.8.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-rc2 | 1,286 | 4/11/2013 |
1.0.0-rc1 | 1,003 | 3/5/2013 |
1.0.0-pre4 | 1,130 | 1/20/2013 |
1.0.0-pre2 | 1,271 | 10/31/2012 |
1.0.0-pre | 1,267 | 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}}