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.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Feb 28, 2014
1 parent df95c21 commit ddc7906
Show file tree
Hide file tree
Showing 18 changed files with 409 additions and 2,209 deletions.
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# v0.2.2 (2014/2/28)
## Bug Fixes
- **macAutocomplete:** Don't allow ENTER in autocomplete to propagate up.
This was causing accidental form submissions.
([7c8f93ce](https://github.com/StartTheShift/MacGyver/commit/7c8f93cea114d894bb737df03d1c1683fc8ef3e8))
- **macModal:** Fixed scope getting destroyed when closing modal
([29ac5216](https://github.com/StartTheShift/MacGyver/commit/29ac52167962209263e010372308d043029886a8))
- **modal:** Fixed mac-modal directive not cleaning up when being removed from DOM
([f2b3efb9](https://github.com/StartTheShift/MacGyver/commit/f2b3efb92337e6fd53ef3f08adbc8be1f7f399ef))

## Features
- **macModal:** Added callbacks for before and after showing modal and before and after hiding modal
([c133c3a6](https://github.com/StartTheShift/MacGyver/commit/c133c3a64db76bfa32b72799d1786fa2c4d3253d),
[#154](https://github.com/StartTheShift/MacGyver/issues/154))

## Optimizations
- **macModal:**
- Cleaned up how scope is included with mac-modal trigger and updated how scope is created on compile
([e7bf3439](https://github.com/StartTheShift/MacGyver/commit/e7bf343960a65dba51f971186dfc5315e1f19233))
- Add mac-modal-close to handle closing modal to remove a function used by modal to close. Changed mac-modal directive to use the same parent scope.
([2992e359](https://github.com/StartTheShift/MacGyver/commit/2992e3592d2bb8a887a1a5619c194b9bf627eb0e))

## Breaking Changes
- **build:** Underscore.string is not compiled into MacGyver and in order for underscore.string filter to work, user must externally include that library
([df95c21b](https://github.com/StartTheShift/MacGyver/commit/df95c21b80d3140765e16996274c325286ece144),
[#156](https://github.com/StartTheShift/MacGyver/issues/156))


# v0.2.1 (2014/1/27)
## Bug Fixes
- **macTagAutocomplete:** Fixed source not getting set properly compiling on top of another directive
Expand Down Expand Up @@ -290,5 +318,3 @@ Close #134
([0096f558](https://github.com/StartTheShift/MacGyver/commit/0096f558847c4b52335ca9c5add340998845c696))
- **server:** Switched from express to connect
([b2179a8c](https://github.com/StartTheShift/MacGyver/commit/b2179a8c38677dbefbcb8c35f4dd20fdc18ca788))


2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MacGyver",
"version": "0.2.1",
"version": "0.2.2",
"main": [
"lib/img/ui-bg_flat_0_aaaaaa_40x100.png",
"lib/img/ui-bg_glass_75_ffffff_1x400.png",
Expand Down
2 changes: 1 addition & 1 deletion example/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3>Example</h3><div class="docs-example"><input type="text" mac-pause-typing="a
<p>Binding custom behavior on window resize event </p>
<h3 id="parameters">Parameters</h3>
<p><strong>mac-window-resize</strong><br>Type: <code>Expression</code><br>Expression to evaluate on window resize </p>
<h3>Example</h3><div class="docs-example"><div mac-window-resize="windowResizing($event)">Current width: {{windowWidth}}</div></div></section></div></div></div><footer class="footer"><div class="container"><p>Built by the Dev team at&nbsp;<a href="http://www.shift.com">SHIFT.com</a></p><p>Code licensed under&nbsp;<a href="https://github.com/StartTheShift/MacGyver/blob/master/LICENSE">MIT</a></p></div><ul class="footer-links"><li>Currently 0.2.1</li><li>·</li><li><a href="http://starttheshift.github.io/MacGyver/example/0.1.28/">MacGyver 0.1.28 docs</a></li><li>·</li><li><a href="https://github.com/StartTheShift/MacGyver/issues">Issues</a></li></ul></footer><script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js" type="text/javascript"></script><script src="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.js" type="text/javascript"></script><script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.2/angular.min.js" type="text/javascript"></script><script src="//code.angularjs.org/1.2.2/angular-animate.js" type="text/javascript"></script><script src="js/MacGyver.js" type="text/javascript"></script><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
<h3>Example</h3><div class="docs-example"><div mac-window-resize="windowResizing($event)">Current width: {{windowWidth}}</div></div></section></div></div></div><footer class="footer"><div class="container"><p>Built by the Dev team at&nbsp;<a href="http://www.shift.com">SHIFT.com</a></p><p>Code licensed under&nbsp;<a href="https://github.com/StartTheShift/MacGyver/blob/master/LICENSE">MIT</a></p></div><ul class="footer-links"><li>Currently 0.2.2</li><li>·</li><li><a href="http://starttheshift.github.io/MacGyver/example/0.1.28/">MacGyver 0.1.28 docs</a></li><li>·</li><li><a href="https://github.com/StartTheShift/MacGyver/issues">Issues</a></li></ul></footer><script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js" type="text/javascript"></script><script src="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.js" type="text/javascript"></script><script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.2/angular.min.js" type="text/javascript"></script><script src="//cdnjs.cloudflare.com/ajax/libs/underscore.string/2.3.3/underscore.string.min.js" type="text/javascript"></script><script src="//code.angularjs.org/1.2.2/angular-animate.js" type="text/javascript"></script><script src="js/MacGyver.js" type="text/javascript"></script><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
Expand Down
2 changes: 1 addition & 1 deletion example/filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h3 id="parameters">Parameters</h3>
<p><strong>separator</strong><br>Type: <code>String</code><br>String to separate each element of the array (default ,) </p>
<h3 id="returns">Returns</h3>
<p>Type: <code>String</code><br>Formatted string </p>
<h3>Example</h3><div class="docs-example"><p>{{ ["item1", "item2", "item3", "item4"] | list }}</p></div><pre class="prettyprint linenums">{{ [&quot;item1&quot;, &quot;item2&quot;, &quot;item3&quot;, &quot;item4&quot;] | list }}</pre></section></div></div></div><footer class="footer"><div class="container"><p>Built by the Dev team at&nbsp;<a href="http://www.shift.com">SHIFT.com</a></p><p>Code licensed under&nbsp;<a href="https://github.com/StartTheShift/MacGyver/blob/master/LICENSE">MIT</a></p></div><ul class="footer-links"><li>Currently 0.2.1</li><li>·</li><li><a href="http://starttheshift.github.io/MacGyver/example/0.1.28/">MacGyver 0.1.28 docs</a></li><li>·</li><li><a href="https://github.com/StartTheShift/MacGyver/issues">Issues</a></li></ul></footer><script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js" type="text/javascript"></script><script src="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.js" type="text/javascript"></script><script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.2/angular.min.js" type="text/javascript"></script><script src="//code.angularjs.org/1.2.2/angular-animate.js" type="text/javascript"></script><script src="js/MacGyver.js" type="text/javascript"></script><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
<h3>Example</h3><div class="docs-example"><p>{{ ["item1", "item2", "item3", "item4"] | list }}</p></div><pre class="prettyprint linenums">{{ [&quot;item1&quot;, &quot;item2&quot;, &quot;item3&quot;, &quot;item4&quot;] | list }}</pre></section></div></div></div><footer class="footer"><div class="container"><p>Built by the Dev team at&nbsp;<a href="http://www.shift.com">SHIFT.com</a></p><p>Code licensed under&nbsp;<a href="https://github.com/StartTheShift/MacGyver/blob/master/LICENSE">MIT</a></p></div><ul class="footer-links"><li>Currently 0.2.2</li><li>·</li><li><a href="http://starttheshift.github.io/MacGyver/example/0.1.28/">MacGyver 0.1.28 docs</a></li><li>·</li><li><a href="https://github.com/StartTheShift/MacGyver/issues">Issues</a></li></ul></footer><script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js" type="text/javascript"></script><script src="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.js" type="text/javascript"></script><script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.2/angular.min.js" type="text/javascript"></script><script src="//cdnjs.cloudflare.com/ajax/libs/underscore.string/2.3.3/underscore.string.min.js" type="text/javascript"></script><script src="//code.angularjs.org/1.2.2/angular-animate.js" type="text/javascript"></script><script src="js/MacGyver.js" type="text/javascript"></script><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
Expand Down
Loading

0 comments on commit ddc7906

Please sign in to comment.