Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select when updated #2

Merged
merged 69 commits into from
Jan 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
4b4e8b5
Protect against empty selection causing exception when getting placeh…
cdjackson May 25, 2015
b4b301a
Do not run bower after install automatically
vperron Jun 2, 2015
790bb25
Solving bug when selectItems is undefined.
upmauro Jun 24, 2015
58de0d7
Use opacity, not visibility to hide element
nherzing Jun 24, 2015
b4d7732
Merge branch 'master' of https://github.com/angular-ui/ui-select into…
cdjackson Jun 27, 2015
85e9269
Fix jshint warnings in tests.
lukaw3d Jul 11, 2015
3a7c45e
Limit the number of selections allowed in multiple mode
cdjackson Jul 26, 2015
76bf9da
Merge pull request #1040 from hightower/bugfix/focus-on-activate
dimirc Jul 28, 2015
6862b1f
chore(build): v0.12.1
dimirc Jul 28, 2015
148c06e
Merge pull request #1082 from lukaw3d/fix-jshint-tests
dimirc Jul 28, 2015
6b7b27b
Merge branch 'master' of https://github.com/angular-ui/ui-select into…
cdjackson Jul 28, 2015
a4fd087
Merge branch 'master' of https://github.com/angular-ui/ui-select into…
cdjackson Jul 28, 2015
3a8c50a
avoid errors when $select.selected is null
Jul 29, 2015
271bf6a
Merge pull request #982 from vperron/master
dimirc Jul 31, 2015
bb96d7c
Merge pull request #1115 from yadongwen/master
dimirc Jul 31, 2015
e28ecec
Added test to check multiple limit
cdjackson Aug 1, 2015
f953cc3
Merge pull request #1110 from cdjackson/limit_multi_select
dimirc Aug 3, 2015
145b306
chore(code clean-up): optimize propsFilter
haroldcampbell Aug 5, 2015
c0be90b
fix(uiSelect): typing goes on last focused component
awerlang Aug 7, 2015
757bba6
Merge pull request #1037 from upmauro/master
dimirc Aug 9, 2015
5ba8986
Merge pull request #956 from cdjackson/placeholder_bug
dimirc Aug 9, 2015
55b8aaf
Merge pull request #1125 from haroldcampbell/master
dimirc Aug 9, 2015
bc3de20
Merge pull request #1131 from awerlang/872-debugInfo
dimirc Aug 9, 2015
fb88ec8
fix(CSP): avoid inline execution of javascript in choices template.
Sjors Sep 8, 2015
0fb52ba
Dropdown can also be an empty array
sime Sep 14, 2015
50e64f9
feat(choices): use object as source iterating over its properties
dimirc Sep 27, 2015
87e732e
Resolves #976 (scroll to the selected item)
dimirc Sep 27, 2015
e0f9c6e
Create CHANGELOG.md
dimirc Sep 28, 2015
36e040c
Update README.md
dimirc Sep 28, 2015
a3e2e95
fix(templates): autocomplete off to false
dimirc Sep 28, 2015
8d32e62
Update CHANGELOG.md
dimirc Sep 28, 2015
22f50d8
Update CHANGELOG.md
dimirc Sep 28, 2015
a2f9e2a
Update CHANGELOG.md
dimirc Sep 28, 2015
10ec09b
refactor(choices): avoid setting activeItem on mouseenter
dimirc Sep 28, 2015
1041786
Remove unused method
dimirc Sep 28, 2015
f98b050
fix(dropdown): cross browser dropdown position
dimirc Sep 28, 2015
0548e4a
Update CHANGELOG.md
dimirc Sep 28, 2015
e817c5d
Merge pull request #1194 from sime/fix-dropdown-missing-style-property
dimirc Sep 28, 2015
15920e4
Merge pull request #1212 from angular-ui/fix-dropdown-pos
dimirc Sep 29, 2015
a159525
feat(choices): allow to set default dropdown position
dimirc Sep 29, 2015
f79a22f
Update CHANGELOG.md
dimirc Sep 29, 2015
a14e81d
Merge pull request #1208 from angular-ui/feat-object-as-source
dimirc Sep 29, 2015
9f1950b
Merge pull request #1210 from angular-ui/fix-autocomplete-off-attr
dimirc Sep 29, 2015
f6b6d81
Merge pull request #1211 from angular-ui/feat-choices-hover-css
dimirc Sep 29, 2015
3ab865a
Merge pull request #1213 from angular-ui/fix-setting-dropdown-pos
dimirc Sep 29, 2015
da0c0ca
Merge pull request #1209 from angular-ui/dimirc-changelog-create
dimirc Sep 29, 2015
b1415f4
chore(build): v0.13.0
dimirc Sep 29, 2015
abc4ce9
fix(choices): avoid to recalculate position when set 'down'
dimirc Sep 30, 2015
b8ee774
fix(repearParser): modify regex to accept a full 'collection expressi…
dimirc Sep 30, 2015
e38baf4
Update Changelog
dimirc Sep 30, 2015
8acd1af
remove hardcoded $scope.peopleObj
Sep 30, 2015
2a9fc76
Merge pull request #1216 from angular-ui/fix-patch-0.13.0
dimirc Sep 30, 2015
8b9ad4d
Merge pull request #1217 from ebergama/master
dimirc Sep 30, 2015
39566d1
Changes for v0.13.1
dimirc Sep 30, 2015
f5260ea
chore(build): v0.13.1
dimirc Sep 30, 2015
6f87765
add input id to search <input> if present on ui-select directive as i…
Sep 30, 2015
7917e56
add unit tests (for multiple and single)
Oct 1, 2015
04b9752
Merge pull request #1220 from arkarkark/ark-fix-input-id
dimirc Oct 3, 2015
6690dcd
Fixes #1208 matching and hardcoded value
amcdnl Oct 9, 2015
b797479
Merge pull request #1240 from angular-ui/fix-matching
amcdnl Oct 9, 2015
a7dc9d0
chore(build): v0.13.2
amcdnl Oct 9, 2015
f7316e7
make highlight filter work with numeric items
toddbranch Oct 30, 2015
a4cfa35
typo fixed
dab0bby Oct 31, 2015
e0432d5
Merge pull request #1283 from daB0bby/patch-1
dimirc Nov 1, 2015
d19a84e
Merge pull request #1281 from toddbranch/master
dimirc Nov 1, 2015
4467b82
Merge pull request #1182 from Sjors/void-0-csp-fix
dimirc Nov 1, 2015
b023384
added conditional select to ui-select
dwido Jan 10, 2016
ff4271b
Merge remote-tracking branch 'upstream/master' into select-when-updated
dwido Jan 12, 2016
d7688af
latest dist
dwido Jan 12, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Change Log
All notable changes to this project will be documented in this file.

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

## [v0.13.0][v0.13.0] (2015-09-29)
### Added
- Allow to configure default dropdown position [#1213](https://github.com/angular-ui/ui-select/pull/1213)
- Can use object as source with (key,value) syntax [#1208](https://github.com/angular-ui/ui-select/pull/1208)
- CHANGELOG.md file created

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

### Fixed
- Position dropdown UP or DOWN correctly depending on the available space [#1212](https://github.com/angular-ui/ui-select/pull/1212)
- Scroll to selected item [#976](https://github.com/angular-ui/ui-select/issues/976)
- Change `autocomplete='off'` to `autocomplete='false'` [#1210](https://github.com/angular-ui/ui-select/pull/1210)
- Fix to work correctly with debugInfoEnabled(false) [#1131](https://github.com/angular-ui/ui-select/pull/1131)
- Limit the maximum number of selections allowed in multiple mode [#1110](https://github.com/angular-ui/ui-select/pull/1110)

[v0.13.1]: https://github.com/angular-ui/ui-select/compare/v0.13.0...v0.13.1
[v0.13.0]: https://github.com/angular-ui/ui-select/compare/v0.12.1...v0.13.0
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ AngularJS-native version of [Select2](http://ivaynberg.github.io/select2/) and [
- [Examples](https://github.com/angular-ui/ui-select/blob/master/examples)
- [Documentation](https://github.com/angular-ui/ui-select/wiki)

## Last Changes

- Check [CHANGELOG.md](/CHANGELOG.md)

## Features

Expand All @@ -33,7 +36,7 @@ For the roadmap, check [issue #3](https://github.com/angular-ui/ui-select/issues
* `gulp` to jshint, build and test
* `gulp build` to jshint and build
* `gulp test` for one-time test with karma (also build and jshint)
* `gulp watch` to watch src files to jshin, build and test when changed
* `gulp watch` to watch src files to jshint, build and test when changed

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-select",
"version": "0.12.0",
"version": "0.13.2",
"homepage": "https://github.com/angular-ui/ui-select",
"authors": [
"AngularUI"
Expand Down
7 changes: 6 additions & 1 deletion dist/select.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* ui-select
* http://github.com/angular-ui/ui-select
* Version: 0.12.0 - 2016-01-03T16:11:55.472Z
* Version: 0.13.2 - 2016-01-12T14:44:47.015Z
* License: MIT
*/

Expand All @@ -25,6 +25,11 @@
top: 0px !important;
}


.ui-select-choices-row:hover {
background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
Expand Down
Loading