Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.

Commit a129738

Browse files
author
pkempenaers
committed
Merge branch 'develop'
# Conflicts: # bower.json # component/component.js # component/maps/component.js.map # package.json
2 parents aac6ab8 + 7b75178 commit a129738

File tree

11 files changed

+141
-139
lines changed

11 files changed

+141
-139
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Version numbers correspond to `bower.json` version
22

3+
# 2.0.0-beta.7
4+
5+
## Breaking Changes
6+
- bower.json and package.json main are back to the original dist/angularjs-dropdown-multiselect.min.js
7+
- Linking directly to the repository was bad practice and is no longer suported
8+
39
# 2.0.0-beta.5 & 2.0.0-beta.6
410

511
## Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This directive gives you a Bootstrap Dropdown with the power of AngularJS direct
1919
http://dotansimha.github.io/angularjs-dropdown-multiselect/
2020

2121
## Dependencies
22-
- required: AngularJS >= 1.2, Bootstrap >= 3.0
22+
- required: AngularJS >= 1.5, Bootstrap >= 3.0
2323

2424
- Make sure to add the dependencies before the directive's js file.
2525
- Note: Bootstrap JS file is not needed for the directive, it just uses the CSS file

bower.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
{
2-
"name": "angularjs-dropdown-multiselect",
3-
"version": "2.0.0-beta.6",
4-
"authors": [
5-
"Dotan Simha <dotansimha@gmail.com>",
6-
"Pieter Kempenaers <pkempenaers@myforce.be>"
7-
],
8-
"description": "AngularJS Dropdown Multiselect directive",
9-
"keywords": [
10-
"angular",
11-
"angularjs",
12-
"directive",
13-
"dropdown",
14-
"multiselect",
15-
"checklist",
16-
"list",
17-
"bootstrap",
18-
"checkbox"
19-
],
20-
"license": "MIT",
21-
"main": "component/component.js",
22-
"ignore": [
23-
"**/.*",
24-
"node_modules",
25-
"bower_components",
26-
"test",
27-
"tests"
28-
],
29-
"dependencies": {
30-
"angular": "~1.5"
31-
},
32-
"devDependencies": {
33-
"angular-highlightjs": "^0.7.1",
34-
"bootstrap-sass": "~3.3.5",
35-
"angular-mocks": "~1.5.3",
36-
"angular-bootstrap": "~2.1.4",
37-
"angular-ui-router": "~0.4.2"
38-
},
39-
"resolutions": {
40-
"angular": ">=1.4.0"
41-
},
42-
"overrides": {
43-
"bootstrap-sass": {
44-
"main": [
45-
"assets/stylesheets/_bootstrap.scss",
46-
"assets/fonts/**/*"
47-
]
48-
}
49-
}
2+
"name": "angularjs-dropdown-multiselect",
3+
"version": "2.0.0-beta.6",
4+
"authors": [
5+
"Dotan Simha <dotansimha@gmail.com>",
6+
"Pieter Kempenaers <pkempenaers@myforce.be>"
7+
],
8+
"description": "AngularJS Dropdown Multiselect directive",
9+
"keywords": [
10+
"angular",
11+
"angularjs",
12+
"directive",
13+
"dropdown",
14+
"multiselect",
15+
"checklist",
16+
"list",
17+
"bootstrap",
18+
"checkbox"
19+
],
20+
"license": "MIT",
21+
"main": "dist/angularjs-dropdown-multiselect.min.js",
22+
"ignore": [
23+
"**/.*",
24+
"node_modules",
25+
"bower_components",
26+
"test",
27+
"tests"
28+
],
29+
"dependencies": {
30+
"angular": "~1.5"
31+
},
32+
"devDependencies": {
33+
"angular-highlightjs": "^0.7.1",
34+
"bootstrap-sass": "~3.3.5",
35+
"angular-mocks": "~1.5.3",
36+
"angular-bootstrap": "~2.1.4",
37+
"angular-ui-router": "~0.4.2"
38+
},
39+
"resolutions": {
40+
"angular": ">=1.4.0"
41+
},
42+
"overrides": {
43+
"bootstrap-sass": {
44+
"main": [
45+
"assets/stylesheets/_bootstrap.scss",
46+
"assets/fonts/**/*"
47+
]
48+
}
49+
}
5050
}

component/component.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)