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

Commit 7cec385

Browse files
committed
Merge branch 'drcapulet-alexc-changelog'
2 parents f3f122a + a494b88 commit 7cec385

File tree

1 file changed

+27
-36
lines changed

1 file changed

+27
-36
lines changed

CHANGELOG.md

Lines changed: 27 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,12 @@
2929

3030

3131
<a name="0.14.8"></a>
32-
## [0.14.8](https://github.com/angular-ui/ui-select/compare/v0.14.8...v0.14.8) (2016-02-18)
33-
32+
## [0.14.8](https://github.com/angular-ui/ui-select/compare/v0.14.7...v0.14.8) (2016-02-18)
3433

3534

3635

3736
<a name="0.14.7"></a>
38-
## [0.14.7](https://github.com/angular-ui/ui-select/compare/v0.14.7...v0.14.7) (2016-02-18)
39-
37+
## [0.14.7](https://github.com/angular-ui/ui-select/compare/v0.14.6...v0.14.7) (2016-02-18)
4038

4139
### Bug Fixes
4240

@@ -45,8 +43,7 @@
4543

4644

4745
<a name="0.14.6"></a>
48-
## [0.14.6](https://github.com/angular-ui/ui-select/compare/v0.14.6...v0.14.6) (2016-02-18)
49-
46+
## [0.14.6](https://github.com/angular-ui/ui-select/compare/v0.14.5...v0.14.6) (2016-02-18)
5047

5148
### Bug Fixes
5249

@@ -56,8 +53,7 @@
5653

5754

5855
<a name="0.14.5"></a>
59-
## [0.14.5](https://github.com/angular-ui/ui-select/compare/v0.14.5...v0.14.5) (2016-02-18)
60-
56+
## [0.14.5](https://github.com/angular-ui/ui-select/compare/v0.14.4...v0.14.5) (2016-02-18)
6157

6258
### Bug Fixes
6359

@@ -66,8 +62,7 @@
6662

6763

6864
<a name="0.14.4"></a>
69-
## [0.14.4](https://github.com/angular-ui/ui-select/compare/v0.14.4...v0.14.4) (2016-02-18)
70-
65+
## [0.14.4](https://github.com/angular-ui/ui-select/compare/v0.14.3...v0.14.4) (2016-02-18)
7166

7267
### Bug Fixes
7368

@@ -76,14 +71,12 @@
7671

7772

7873
<a name="0.14.3"></a>
79-
## [0.14.3](https://github.com/angular-ui/ui-select/compare/v0.14.3...v0.14.3) (2016-02-18)
80-
74+
## [0.14.3](https://github.com/angular-ui/ui-select/compare/v0.14.2...v0.14.3) (2016-02-18)
8175

8276

8377

8478
<a name="0.14.2"></a>
85-
## [0.14.2](https://github.com/angular-ui/ui-select/compare/v0.14.2...v0.14.2) (2016-02-18)
86-
79+
## [0.14.2](https://github.com/angular-ui/ui-select/compare/v0.14.1...v0.14.2) (2016-02-18)
8780

8881
### Bug Fixes
8982

@@ -93,21 +86,13 @@
9386

9487

9588

96-
<a name="0.14.2"></a>
97-
## [0.14.2](https://github.com/angular-ui/ui-select/compare/v0.14.1...v0.14.2) (2016-01-28)
98-
99-
100-
101-
10289
<a name="0.14.1"></a>
103-
## [0.14.1](https://github.com/angular-ui/ui-select/compare/v0.14.1...v0.14.1) (2016-01-27)
104-
90+
## [0.14.1](https://github.com/angular-ui/ui-select/compare/v0.14.0...v0.14.1) (2016-01-27)
10591

10692

10793

10894
<a name="0.14.0"></a>
109-
# [0.14.0](https://github.com/angular-ui/ui-select/compare/v0.13.3...v0.14.0) (2016-01-25)
110-
95+
# [0.14.0](https://github.com/angular-ui/ui-select/compare/v0.13.2...v0.14.0) (2016-01-25)
11196

11297
### Features
11398

@@ -116,46 +101,52 @@
116101

117102

118103
<a name="0.13.3"></a>
119-
## [0.13.3](https://github.com/angular-ui/ui-select/compare/v0.13.3...v0.13.2) (2016-01-25)
104+
## 0.13.3 (2016-01-25)
120105

121106
### Added
107+
122108
- Add support for commonjs and npm
123109

124-
<a name="0.13.2"></a>
125-
## [0.13.2](https://github.com/angular-ui/ui-select/compare/v0.13.2...v0.13.2) (2016-01-25)
126110

127111

112+
<a name="0.13.2"></a>
113+
## [0.13.2](https://github.com/angular-ui/ui-select/compare/v0.13.1...v0.13.2) (2016-01-25)
114+
128115
### Bug Fixes
129116

130117
* **CSP:** avoid inline execution of javascript in choices template. ([fb88ec8](https://github.com/angular-ui/ui-select/commit/fb88ec8))
131118

132119

133120

134-
# Change Log
135-
All notable changes to this project will be documented in this file.
121+
<a name="0.13.1"></a>
122+
## [v0.13.1](https://github.com/angular-ui/ui-select/compare/v0.13.0...v0.13.1) (2015-09-29)
136123

137-
## [v0.13.1][v0.13.1] (2015-09-29)
138124
### Fixed
125+
139126
- Remove hardcoded source name when using (key,value) syntax [#1217](https://github.com/angular-ui/ui-select/pull/1217)
140127
- Modify regex to accept a full 'collection expression' when not using (key,value) syntax [#1216](https://github.com/angular-ui/ui-select/pull/1216)
141128
- Avoid to recalculate position when set 'down' [#1214](https://github.com/angular-ui/ui-select/issues/1214#issuecomment-144271352)
142129

143-
## [v0.13.0][v0.13.0] (2015-09-29)
130+
131+
<a name="0.13.0"></a>
132+
133+
## [v0.13.0](https://github.com/angular-ui/ui-select/compare/v0.12.1...v0.13.0) (2015-09-29)
134+
144135
### Added
145-
- Allow to configure default dropdown position [#1213](https://github.com/angular-ui/ui-select/pull/1213)
146-
- Can use object as source with (key,value) syntax [#1208](https://github.com/angular-ui/ui-select/pull/1208)
136+
137+
- Allow to configure default dropdown position [#1213](https://github.com/angular-ui/ui-select/pull/1213)
138+
- Can use object as source with (key,value) syntax [#1208](https://github.com/angular-ui/ui-select/pull/1208)
147139
- CHANGELOG.md file created
148140

149141
### Changed
142+
150143
- Do not run bower after install automatically [#982](https://github.com/angular-ui/ui-select/pull/982)
151144
- Avoid setting activeItem on mouseenter to improve performance [#1211](https://github.com/angular-ui/ui-select/pull/1211)
152145

153146
### Fixed
147+
154148
- Position dropdown UP or DOWN correctly depending on the available space [#1212](https://github.com/angular-ui/ui-select/pull/1212)
155149
- Scroll to selected item [#976](https://github.com/angular-ui/ui-select/issues/976)
156150
- Change `autocomplete='off'` to `autocomplete='false'` [#1210](https://github.com/angular-ui/ui-select/pull/1210)
157151
- Fix to work correctly with debugInfoEnabled(false) [#1131](https://github.com/angular-ui/ui-select/pull/1131)
158152
- Limit the maximum number of selections allowed in multiple mode [#1110](https://github.com/angular-ui/ui-select/pull/1110)
159-
160-
[v0.13.1]: https://github.com/angular-ui/ui-select/compare/v0.13.0...v0.13.1
161-
[v0.13.0]: https://github.com/angular-ui/ui-select/compare/v0.12.1...v0.13.0

0 commit comments

Comments
 (0)