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

Commit

Permalink
chore(build): Build v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Dec 4, 2014
1 parent 675ea24 commit 336a732
Show file tree
Hide file tree
Showing 9 changed files with 1,203 additions and 1,028 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v0.6.0 (2014/12/4)
## Features
- Support AngularJS v1.3+

## Bug Fixes
- **macAutocomplete:** Fixed $animate API changes due to AngularJS v1.3
([d6c69cd7](https://github.com/angular-macgyver/MacGyver/commit/d6c69cd7dedbf0ef3d8620b4b0be29339c8a1a9e))
- **macModal:** Fixed not able to close with escape key
([373d6647](https://github.com/angular-macgyver/MacGyver/commit/373d6647c00e6c02eed374618cbc0b3d8594393b))

## Optimizations
- **Mac:** Initial 1.3 changes
([58207495](https://github.com/angular-macgyver/MacGyver/commit/582074950b5f034b3a8c4839534f5888f9c8821c))

## Breaking Changes
- **macModal:** modalView provider has been removed and should be switched to use modalProvider instead Related to #4
([c5fb9815](https://github.com/angular-macgyver/MacGyver/commit/c5fb98153e9f4f423019de545decb20f2cf1f274))
- **macPopover:** popoverView provider has been removed and should be switched to use popoverProvider instead Related to #4
([f38cb92f](https://github.com/angular-macgyver/MacGyver/commit/f38cb92f132ccc81d1ef6501e02421cb412e984e))


# v0.5.1 (2014/12/2)
## Bug Fixes
- **macTooltip:** Fixed appending multiple tooltips
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MacGyver",
"version": "0.5.1",
"version": "0.6.0",
"main": [
"lib/macgyver-core.js",
"lib/macgyver-filters.js",
Expand Down Expand Up @@ -30,4 +30,4 @@
"angular-animate": "~1.3.0",
"underscore.string": "~2.3.3"
}
}
}
Loading

0 comments on commit 336a732

Please sign in to comment.