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

Releases: angular-macgyver/MacGyver

v1.0.0

08 Oct 23:40
Compare
Choose a tag to compare

v1.0.0 (2016/10/8)

Bug Fixes

  • macPopover: Fix mac-popover-refresh-on not registering properly (ec9e4ff, #38)

v1.0.0-rc.1

22 May 17:16
Compare
Choose a tag to compare

1.0.0-rc.1 (2016/5/22)

Bug Fixes

  • macTagAutocomplete:
    • Fix macTagAutocompleteOnSuccess not using '&'
      (50edb3a)
    • Fix not creating event directives
      (f13e6bb)

Optimizations

  • macTagAutocomplete:
    • Switch to use macTagAutocompleteController (9e83d0e)
    • Add mac-tag-autocomplete-on-success attribute for callback on a successful xhr request. This will allow users to modify the data pass back to mac-autocomplete before rendering (9e83d0e)

Breaking Changes

  • macTagAutocomplete:
    • Directly populate item from source without filtering (9e83d0e)

v1.0.0-rc.0

10 Feb 08:34
Compare
Choose a tag to compare

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:
    • Fix always switching to aligning right (34d94c5)
    • Fix not extending proper popover default values (bf03f6b)
  • 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:
    • mac-popover-fixed option has been removed (7ef8a19)
    • macPopover service resize renamed to reposition
    • mac-popover-child-popover attr has been removed
    • mac-popover-exclude attr has been removed (2b3c91e)
  • 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:
    • Clean up affix directive Move logic to macAffixController Fix some bus causing display issues (48b774e)
    • Add macAffixDefaults (4f94a66)
    • Converted to Javascript (6b106c9)
  • macAutocomplete: Embed template into directive js (2946357)
  • macKeydown: Converted to Javascript (c7f7b50)
  • macMenu: Converted to Javascript (91cf2c9)
  • macModal:
    • Clean up mac-modal trigger (451c2a0)
    • Convert macModal to JS - Move macModal defaults to constants - Clean up template, render and display modal logic - Add unit tests for modal service (673e1b8)
  • macPauseTyping: Converted to Javascript (73ce838)
  • macPlaceholder: Converted to Javascript (4ee1113)
  • macScrollSpy:
    • Clean up observe logic on anchor and target (873240c)
    • Converted to Javascript Minor performance improvements (5bbbab0)
  • macSpinner: Converted to Javascript (6dcfa1c)
  • macTime:
    • Embed template into directive js (621d371)
    • Convert to Javascript Move time utility function to a separate service for better testing Add tests for time utility function (bd96c7d)
  • macTooltip: Convert to Javascript (95287ac)
  • macUtil:
    • Cleaned up JS code (1829898)
    • Converted to Javascript Added validateTime function urlRegex, emailRegex and timeRegex are switched to local variables Updated macTime using validateTime (04c0ba3)
  • 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

06 Feb 08:49
Compare
Choose a tag to compare

v0.6.1 (2015/2/6)

Bug Fixes

  • macAutocomplete: Fixed dropdown placement issues
    Related to #11
    (725995cb)

v0.6.0

04 Dec 10:00
Compare
Choose a tag to compare

v0.6.0 (2014/12/4)

Features

  • Support AngularJS v1.3+

Bug Fixes

  • macAutocomplete: Fixed $animate API changes due to AngularJS v1.3
    (d6c69cd7)
  • macModal: Fixed not able to close with escape key
    (373d6647)

Optimizations

Breaking Changes

  • macModal: modalView provider has been removed and should be switched to use modalProvider instead Related to #4
    (c5fb9815)
  • macPopover: popoverView provider has been removed and should be switched to use popoverProvider instead Related to #4
    (f38cb92f)

v0.5.1

03 Dec 05:23
Compare
Choose a tag to compare

v0.5.1 (2014/12/2)

Bug Fixes

  • macTooltip: Fixed appending multiple tooltips
    Multiple tooltips get appended to document body when user mouse over the tooltip trigger multiple in a short period of time
    (8070c262)

v0.5.0

14 Nov 07:11
Compare
Choose a tag to compare

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

v0.4.0

30 Sep 00:59
Compare
Choose a tag to compare

v0.4.0 (2014/9/29)

Breaking Changes

v0.3.10

25 Sep 20:43
Compare
Choose a tag to compare

v0.3.10 (2014/9/25)

Bug Fixes

  • macPopover: Fixed popover not changing from below to above when overflow
    (52306f5e)