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

Durandal 2.1.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 08 Jun 18:46
· 70 commits to master since this release

This release contains many bug 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).

Details

A detailed list of the changes in this version can be found here. While we try to avoid breaking changes in minor releases, there are a couple things you'll need to look out for:

  • 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.
  • 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 can just drop in the version from 2.0.1 and it will work fine.

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