agilibox 1.0.11 → 1.0.12

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: 626ceeea45261567ea302c0994021df65612a71c
4
- data.tar.gz: 7f7134b4e26583e5daffb9610022822080c4a163
3
+ metadata.gz: 3b08e4f142094d4f112b8a04ee13d4bdf36d4c1a
4
+ data.tar.gz: c02cc31bfb0646cf26690268f729382baac652a9
5
5
  SHA512:
6
- metadata.gz: 5654e800ab7c2027bd499b04c7559969b8d4c94671b1fd4e4d88922da8d39a6bc2368072b8bb07428fbe4006c862fba17c7b8848cbd133f7d2c0ba1eff071e5f
7
- data.tar.gz: 5b1be7380d0d7b9d33e40128d0cc827a52f430a7491fd075dc2e25c4abf961ff02ca3c824cc00047733c5e1c8640e3dad4ec1c7384a33d9f64871701401971cc
6
+ metadata.gz: a03f6713a7137a2abe5b4e2298923db5fb6154d3fcdfe63dbb899d9ba4865dd439134f0150f5c7dd9260c05e4a1b18eca53821e1e2d72e92b4855991dc83cad6
7
+ data.tar.gz: d0833c74ff908ba3d53e08a167afd5f53fb3349270ddf08f5e998f93fd982a020db2f66f5a0bbad4131a213a9eb75ee39bbd88bbfa72d3b48274e73e634f0cfb
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Next version
4
4
 
5
+ ## 1.0.12
6
+
7
+ - `.checkboxes-dropdown` CSS fix
8
+ - Fix sorting helper
9
+
5
10
  ## 1.0.11
6
11
 
7
12
  - Add Agilibox::SMS
@@ -8,6 +8,7 @@
8
8
  input[type=checkbox]
9
9
  position: static
10
10
  margin: 0 0.5em 0 0
11
+ width: auto
11
12
 
12
13
  // Chrome and Safari does not trigger display:none submit buttons on <enter> key press
13
14
  .hidden-submit
@@ -23,7 +23,7 @@ module Agilibox::SortingHelper
23
23
  klass = "sort"
24
24
  end
25
25
 
26
- url_params = params.to_h.symbolize_keys.merge(sort: new_sort_param)
26
+ url_params = (params.try(:permit!) || params).to_h.symbolize_keys.merge(sort: new_sort_param)
27
27
 
28
28
  link_to(name, url_params, class: klass)
29
29
  end
@@ -1,3 +1,3 @@
1
1
  module Agilibox
2
- VERSION = "1.0.11"
2
+ VERSION = "1.0.12"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agilibox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - agilidée
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-31 00:00:00.000000000 Z
11
+ date: 2017-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails-i18n