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

Durandal 2.1.0-pre

Pre-release
Pre-release
Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 19 May 14:07

This is a prerelease of Durandal 2.1.0. This update contains many bugs fixes, some new features and some performance enhancements. There are no breaking changes to APIs and behavior should remain the same as before (minus bugs of course). Full details can be found in the changes.txt included in the source download.

While we try to avoid breaking changes in minor releases, there are a couple things you'll need to look out for. First, we now support Bootstrap 3.0. If you are using the modal dialog plugin, this may affect you. Fortunately, the new modal dialog plugin has configuration options that will let you fix things up if you are using an older version of Bootstrap. You may also need to make some modifications in durandal.css. Second, we've updated the example "entrance" transition to use CSS3 animations for better performance. This requires the updated CSS provided with Durandal. Bear in mind, the "entrance" transition is meant only as an example transition. You can/should consider writing your own. If the new version doesn't work for you, you should be able to drop in the version from 2.0.1 and it will work just fine.

Note: The starter kit and samples have been updated with the latest Bootstrap and animations. You can have a look in there to see how it's all working.