This repository has been archived by the owner on May 30, 2022. It is now read-only.
v0.5.0
v0.5.0 (2014/11/13)
Bug Fixes
- core: Fixed val not getting initialized correctly
(c6eba169) - macAutocomplete: Fixed ng-class getting set to null string when no class is provided
(013111f9) - macPopover: Fixed compile issue replacing original popover element with comments
(fc84089b)
Optimizations
- Mac: Removed jQuery dependencies
(174d60c1,
#7) - MacGyver: Converted directive templates to html
(ca7d32f8) - macSpinner: Updated to work without jQuery
(ed6292b3) - macTagAutocomplete: Removed ng-click on reduce digest cycle
(dc429cb6)
Breaking Changes
- macDatepicker: macDatepicker has been moved to a separate module. In order to continue to use macDatepicker, please visit https://github.com/angular-macgyver/macgyver-datepicker
(d9438ec4,
#6)