Skip to content

Commit

Permalink
Release 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joallard committed Jun 23, 2016
1 parent 8b18da7 commit 2e72b32
Show file tree
Hide file tree
Showing 17 changed files with 363 additions and 168 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,3 +1,4 @@
## v0.12.2 · 23 June 2016
* Fix issue preventing build ("Cannot assign to read only property
'subarray'") because of bug in uglifyjs. (#1072)

Expand Down
8 changes: 7 additions & 1 deletion dist/css/selectize.bootstrap2.css
@@ -1,5 +1,5 @@
/**
* selectize.bootstrap2.css (v0.12.1) - Bootstrap 2 Theme
* selectize.bootstrap2.css (v0.12.2) - Bootstrap 2 Theme
* Copyright (c) 2013–2015 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
Expand Down Expand Up @@ -108,6 +108,12 @@
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #e0e0e0;
}
.selectize-control.plugin-remove_button .remove-single {
position: absolute;
right: 28px;
top: 6px;
font-size: 23px;
}
.selectize-control {
position: relative;
}
Expand Down
8 changes: 7 additions & 1 deletion dist/css/selectize.bootstrap3.css
@@ -1,5 +1,5 @@
/**
* selectize.bootstrap3.css (v0.12.1) - Bootstrap 3 Theme
* selectize.bootstrap3.css (v0.12.2) - Bootstrap 3 Theme
* Copyright (c) 2013–2015 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
Expand Down Expand Up @@ -108,6 +108,12 @@
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control.plugin-remove_button .remove-single {
position: absolute;
right: 28px;
top: 6px;
font-size: 23px;
}
.selectize-control {
position: relative;
}
Expand Down
8 changes: 7 additions & 1 deletion dist/css/selectize.css
@@ -1,5 +1,5 @@
/**
* selectize.css (v0.12.1)
* selectize.css (v0.12.2)
* Copyright (c) 2013–2015 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
Expand Down Expand Up @@ -109,6 +109,12 @@
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
position: absolute;
right: 28px;
top: 6px;
font-size: 23px;
}
.selectize-control {
position: relative;
}
Expand Down
8 changes: 7 additions & 1 deletion dist/css/selectize.default.css
@@ -1,5 +1,5 @@
/**
* selectize.default.css (v0.12.1) - Default Theme
* selectize.default.css (v0.12.2) - Default Theme
* Copyright (c) 2013–2015 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
Expand Down Expand Up @@ -108,6 +108,12 @@
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #aaaaaa;
}
.selectize-control.plugin-remove_button .remove-single {
position: absolute;
right: 28px;
top: 6px;
font-size: 23px;
}
.selectize-control {
position: relative;
}
Expand Down
8 changes: 7 additions & 1 deletion dist/css/selectize.legacy.css
@@ -1,5 +1,5 @@
/**
* selectize.legacy.css (v0.12.1) - Default Theme
* selectize.legacy.css (v0.12.2) - Default Theme
* Copyright (c) 2013–2015 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
Expand Down Expand Up @@ -108,6 +108,12 @@
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #b4b4b4;
}
.selectize-control.plugin-remove_button .remove-single {
position: absolute;
right: 28px;
top: 6px;
font-size: 23px;
}
.selectize-control {
position: relative;
}
Expand Down

0 comments on commit 2e72b32

Please sign in to comment.