This repository has been archived by the owner on May 30, 2022. It is now read-only.
Releases: angular-macgyver/MacGyver
Releases · angular-macgyver/MacGyver
v1.0.0
v1.0.0-rc.1
1.0.0-rc.1 (2016/5/22)
Bug Fixes
- macTagAutocomplete:
Optimizations
- macTagAutocomplete:
Breaking Changes
- macTagAutocomplete:
- Directly populate item from source without filtering (9e83d0e)
v1.0.0-rc.0
1.0.0-rc.0 (2016/2/10)
Bug Fixes
- macAffix: Fix referencing incorrect variable due to JS conversion (7d95b2a)
- macModal: Fix not closing modal with escape (ac70db5)
- macPopover:
- macTagAutocomplete: Fix bugs introduced in refactor (c55011d)
- macTooltip: Fix appending tooltip inside does not calculate offset correctly (19cbb09, #31)
- main: Update height and width calculation to prevent NaN (d77e40d)
Breaking Changes
- macAutocomplete:
- macAutocomplete is now isolated scope
- mac-autocomplete-url has been removed in favor of mac-autocomplete-source (438e8fe)
- macCSpinner: Canvas spinner has been removed. Use macSpinner instead. (f6d04ce)
- macFocusOnEvent: mac-focus-on-event directive has been removed
from MacGyver. The directive was never documented and should not be
used. (f0e12ec) - macPopover:
- macTagAutocomplete:
- mac-tag-autocomplete-url has been removed (fa4bab8)
- underscoreStringFilter: Underscore string filter has been completely removed (c9ec969)
Optimizations
- booleanFilter: Converted to Javascript (8a7d314)
- constants: Move component default values to constants file (7222c10)
- keys: Converted keys to Javascript Switched from factory to constants (7467e78)
- listFilter: Converted to Javascript (8942398)
- macAffix:
- macAutocomplete: Embed template into directive js (2946357)
- macKeydown: Converted to Javascript (c7f7b50)
- macMenu: Converted to Javascript (91cf2c9)
- macModal:
- macPauseTyping: Converted to Javascript (73ce838)
- macPlaceholder: Converted to Javascript (4ee1113)
- macScrollSpy:
- macSpinner: Converted to Javascript (6dcfa1c)
- macTime:
- macTooltip: Convert to Javascript (95287ac)
- macUtil:
- macWindowResize: Minor performance tweak and code cleanup Converted to Javascript and rewrote part of the directive (bba5ebc)
- main: Converted to Javascript Removed ngAnimate dependencies for Mac Updated karma config (8693388)
- pluralizeFilter: Converted to Javascript (c3b5cf7)
- timestampFilter: Converted to Javascript Cleaned up time calculation (c6d9adf)
v0.6.1
v0.6.0
v0.5.1
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)
v0.4.0
v0.4.0 (2014/9/29)
Breaking Changes
- macTable: Table view has been removed from core MacGyver In order to continue using table view, please visit: https://github.com/angular-macgyver/macgyver-table
(0be6abfa)