Skip to content

Commit

Permalink
1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbize committed Aug 16, 2013
1 parent 3fec2f7 commit c33de92
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 23 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Check out full documentation and examples here: http://nicolasbize.github.com/ma

Milestone change log:

v1.3.1 BugFixing again! (Minor Tagged Milestone - August 17th, 2013)
====================================================================
- (fix) enable after disable now works (credits to amanokerim - https://github.com/amanokerim)
- (fix) trigger icon now takes full height (credits to DioVayne - https://github.com/DioVayne)
- (fix) clear now compatible with isSilent (credits to Coywolf - https://github.com/Coywolf)
- (fix) groupBy was broken by 1.3.0
- (fea) compatibility with latest jQuery 1.10.2 (credits to RafaelMalgor - https://github.com/RafaelMalgor)
- (fea) resulted JSON objects can now have a custom result property resultsField (credits to RafaelMalgor - https://github.com/RafaelMalgor)

v1.3.0 Some more features and bugfixing (Minor Tagged Milestone - May 25th, 2013)
=================================================================================
- (fea) combo component can now be fetched through the same div element (credits to meghuizen - https://github.com/meghuizen)
Expand Down
1 change: 0 additions & 1 deletion bin/magicsuggest-1.3.0-min.css

This file was deleted.

1 change: 0 additions & 1 deletion bin/magicsuggest-1.3.0-min.js

This file was deleted.

1 change: 1 addition & 0 deletions bin/magicsuggest-1.3.1-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/magicsuggest-1.3.1-min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions demo/bootstrap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<title>MagicSuggest Test Sandbox</title>
<link rel="stylesheet" href="css/bootstrap.css"/>
<link rel="stylesheet" href="../../src/magicsuggest-1.3.0.css">
<link rel="stylesheet" href="../../src/magicsuggest-1.3.1.css">
<link rel="stylesheet" href="demo.css">
<script type="text/javascript" src="../../src/jquery-1.8.3-min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="../../src/magicsuggest-1.3.0.js"></script>
<script type="text/javascript" src="../../src/magicsuggest-1.3.1.js"></script>
<script type="text/javascript">
$(document).ready(function() {
var jsonData = [];
Expand Down
Loading

0 comments on commit c33de92

Please sign in to comment.