Skip to content

Commit 1315443

Browse files
committed
bump
1 parent 7f2d3b7 commit 1315443

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
# Changelog
2+
## 2015-01-02
3+
- fix(selectpicker) change value for track by ngOptions only (by João Neto <[email protected]>)
4+
- fix(selectpicker) changed styles to theme attr (by João Neto <[email protected]>)
5+
- feat(selectpicker) added styles interpolation capability (by João Neto <[email protected]>)
6+
- chore(selectpicker) function to refresh with scope.$applyAsync (by João Neto <[email protected]>)
7+
- feat(dropdownClose) Added separated directive to close dropdown (by João Neto <[email protected]>)
8+
9+
## 2014-11-16
10+
- chore(docs) docs wip (by João Neto <[email protected]>)
11+
12+
## 2014-11-15
13+
- chore(gulpfile, package, bower): added gulp tasks and updated packages (by João Neto <[email protected]>)
14+
15+
## 2014-11-14
16+
- add support for ng-disabled (issue #13) (by jasonduley <[email protected]>)
17+
18+
## 2014-11-09
19+
- fix tests (by João Neto <[email protected]>)
20+
- Updated README.md (by João Neto <[email protected]>)
21+
- fix ngIf and ngRepeat bug (by João Neto <[email protected]>)
22+
223
## 2014-11-08
324
- fix angularjs and bootstrap-select versions (by João Neto <[email protected]>)
425

@@ -8,6 +29,10 @@
829
## 2014-08-02
930
- fixed ng-required ref #9 (by João Neto <[email protected]>)
1031

32+
## 2014-07-27
33+
- Update angular-bootstrap-select.js (by Aaron Jessen <[email protected]>)
34+
- Update 'compile' section to work with Angular 1.3.0 (by Aaron Jessen <[email protected]>)
35+
1136
## 2014-06-24
1237
- updated bower.json dependencies (by João Neto <[email protected]>)
1338

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-select",
3-
"version": "0.1.0rc1",
3+
"version": "0.1.0rc2",
44
"main": "./build/angular-bootstrap-select.js",
55
"description": "Directive to wrap bootstrap-select",
66
"author": "https://github.com/joaoneto/angular-bootstrap-select/graphs/contributors",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-select",
3-
"version": "0.1.0rc1",
3+
"version": "0.1.0rc2",
44
"description": "Directive to wrap bootstrap-select",
55
"devDependencies": {
66
"canonical-path": "0.0.2",

0 commit comments

Comments
 (0)