biola_wcms_components 0.15.0 → 0.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b12b789f34d22018b2645bfa5a68fb88aaac3b7
4
- data.tar.gz: 78891750e2d172b08690f55b8ec5c4a1a795a8cd
3
+ metadata.gz: c407fabebf9a7797993b24ac2c7ad3118d2c3ea4
4
+ data.tar.gz: f805d4dab3ec115c2436d202ab101700f06f1fa0
5
5
  SHA512:
6
- metadata.gz: 0b10589efcfb6018603eaf79db21cf63565f417a68496e435f7da9a5d8de4065089b5772ed6f37cc981aa63b13661661923589d8af2bda48da3a462044a42b59
7
- data.tar.gz: 4ba973bfc880fd8786d709959f31c4d9ca6911a11df38a4ebf16e45dbd5765914612606da0d83407cd1cc0a589450843448964280b267d86aecb20f82b446465
6
+ metadata.gz: 69094799e0579ce2cd07b1cad897179a9967a3b2ca958b9fa8006b93973077f611de890ba99e8988f3d5eadb7d33a5dd138700043db96f306683c2e18fe945d8
7
+ data.tar.gz: 5547e587f4c19db88725321464b6f3e94e6eb1233310faeab3d31c1ac2d19b2564b34c5455a88b42b9ad798abe26bef65b7578557c1b972ad30892d06b646cd8
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ### Master (unreleased)
4
4
 
5
+ ### 0.15.1
6
+
7
+ * Fixed multiselect searching. It was searching the value field instead of the text.
8
+
5
9
  ### 0.15.0
6
10
 
7
11
  * Updated presentation data redactor editors
@@ -3,7 +3,7 @@ $(document).ready ->
3
3
  $(this).multiselect
4
4
  enableCaseInsensitiveFiltering: true
5
5
  enableFiltering: true
6
- filterBehavior: 'value'
6
+ filterBehavior: 'text' # The other option is value but dont change this. Things will break!
7
7
  includeSelectAllOption: false
8
8
  maxHeight: 400
9
9
  numberDisplayed: 1
@@ -1,3 +1,3 @@
1
1
  module BiolaWcmsComponents
2
- VERSION = "0.15.0"
2
+ VERSION = "0.15.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: biola_wcms_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Hall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-17 00:00:00.000000000 Z
11
+ date: 2015-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ace-rails-ap