Skip to main content

Angular UI Bootstrap 0.11.0 Is Now On NuGet

Anyone who has used the NuGet package for Angular UI Bootstrap is probably aware of how it tends to lag behind the official releases. This is because the core team doesn’t use NuGet. I’m happy to announce that as of today I have taken over maintaining this package. Going forward new versions will be pushed to NuGet much quicker.

This release brings some breaking changes for existing users and I’ll explain what those are and why I made them.

No More Version Number

The version number has been dropped from the file names. I’m not sure if this has been a nuisance for others but for me each time I updated this package I’d also have to update my Cassette configuration. Now you shouldn’t have to make configuration changes if you’re using a similar asset management setup. This should also give you a cleaner commit history.

A New Home

The file location has been switched from /Scripts to /Scripts/angular-ui. This was done to keep your scripts folder more organized and to make asset bundling easier in some cases. The Angular UI UI-Utils package is setup to use the same location, so if you use both you can now add an angular-ui bundle by simply pointing to this folder.

Something For Everyone

For all the NancyFX users out there would any of you like to see a Nancy friendly version which puts these files under the /Content folder? If so let me know and I can add a new package for this.

Any package issues can be reported to the GitHub project.