angular-ui / ui-calendar

A complete AngularJS directive for the Arshaw FullCalendar.
http://angular-ui.github.io/ui-calendar/
MIT License
1.49k stars 729 forks source link

Make upgrading angular compatible with tools that use higher versions… #503

Closed vrogers closed 7 years ago

vrogers commented 7 years ago

… of semver, while still maintaining backwards compatibility with older versions of semver

The current syntax of including the ".x" unnecessarily causes issues with systems using newer versions of semver for example: https://github.com/tenex/rails-assets/issues/405 (please excuse the self reference)

I'm open to feedback of course.