Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isteven committed Feb 20, 2015
2 parents a0f4fd6 + 2ec1448 commit cf702d9
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .npmignore
@@ -0,0 +1,7 @@
.git
.gitignore
bower.json
CHANGELOG.md
package.json
README.md
screenshot.png
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,4 @@
<<<<<<< HEAD
### v3.0.0
##### Added / Updated
- Customized text on helper elements
Expand All @@ -14,6 +15,8 @@
- input-model is now static (not dynamically updated), hence why we need output-model. On the plus side, you now can re-use the input model where necessary.
- default-label is deprecated. Custom text and translations can be done using the translation attribute.

=======
>>>>>>> 2ec1448096771715822b3329e9ef566d598a8f5d
### v2.0.2
##### Added / Updated
- Bring back CSS into bower.json.
Expand Down
4 changes: 3 additions & 1 deletion bower.json
Expand Up @@ -3,12 +3,14 @@
"version" : "v3.0.0",
"main" : [
"isteven-multi-select.js",
"isteven-multi-select.css",
"isteven-multi-select.css"
],
"ignore" : [
".git",
".gitignore",
"bower.json",
"CHANGELOG.md",
"package.json",
"README.md",
"screenshot.png",
"/doc"
Expand Down
1 change: 0 additions & 1 deletion isteven-multi-select.js
Expand Up @@ -61,7 +61,6 @@ angular.module( 'isteven-multi-select', ['ng'] ).directive( 'istevenMultiSelect'
groupProperty : '@',
searchProperty : '@', // 3.0.0 - OK
maxHeight : '@',
lazyLoading : '@', // 3.0.0

// callbacks
onClear : '&', // 3.0.0 - OK
Expand Down
22 changes: 22 additions & 0 deletions package.json
@@ -0,0 +1,22 @@
{
"name": "isteven-angular-multiselect",
"version": "v2.0.2",
"description": "A multi select dropdown directive for AngularJS",
"main": [
"angular-multi-select.js",
"angular-multi-select.css"
],
"repository": {
"type": "git",
"url": "https://github.com/isteven/angular-multi-select.git"
},
"keywords": [
"angular"
],
"author": "Ignatius Steven <isteven.github@gmail.com> (https://github.com/isteven)",
"license": "MIT",
"bugs": {
"url": "https://github.com/isteven/angular-multi-select/issues"
},
"homepage": "https://github.com/isteven/angular-multi-select"
}

0 comments on commit cf702d9

Please sign in to comment.