coupdoeil 1.2.0 → 1.2.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
  SHA256:
3
- metadata.gz: 067fc6a0c3e16c460fc8d3a7cce20e4c1077828df4d276f1b53599cc3c8d9561
4
- data.tar.gz: 776e22b5bab74ea40082e932d806be74a072d5c6f471dfabc18f52d9d4d7f907
3
+ metadata.gz: 02d5fe5e193bfb116d3abc297e6521f7698e4ae2e41b453e2a4e9b32b4328f69
4
+ data.tar.gz: ca8da6697bf591175607f69410eb057819b43200f1a3c1801e2997738ab4ac8b
5
5
  SHA512:
6
- metadata.gz: 34bfcaf445cb7c12cd0c4bb230159608227e96d6d3431fd36dd49950199bab18aeb1c529cc20684376757812159867cefdb61860afdbede855b44074cd4ff47d
7
- data.tar.gz: a9938616c4ddef15eb293891df410cfbd83fa3a6f474cbceef950f36527d4868755e20063b4ad7b838a4328978de0178ce733414aa1112278746d0e6f8311583
6
+ metadata.gz: 2ca7a1d76729f1b6f840cdd833f2d93b5f8795d865fdf80836568be7456b795c2357e8367c574c63b862cfb059e22a51e95317970c22a1b17f1ddb0953381f99
7
+ data.tar.gz: c7ed3212c8bd6787caca7d054b0181dd4ca573928eee877ad3c0c15000ac069ec3a8f91af8b98eaa42dc03f7fa16d7593148dfaf3453d40b2e263a9185b7ed79
data/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
3
  ### next version
4
+ - docs: warn about dataset syntax and preload option being not compatible
5
+ - fix: fix loading preload missing params
4
6
 
5
7
  ### v1.2.0
6
8
  - docs: improve documentation (4ca20b7)
data/README.md CHANGED
@@ -64,7 +64,7 @@ Which is embedded by doing so:
64
64
  </div>
65
65
  ```
66
66
 
67
-
67
+ > An alternative syntax using a dataset also exists. See [dataset syntax documentation](https://coupdoeil.org/guides/dataset-syntax.html).
68
68
 
69
69
  ### Why use Coupdoeil popovers?
70
70
 
@@ -160,7 +160,7 @@ Also note that render does not terminate execution of the action."
160
160
  parsed_params = Coupdoeil::Params.deserialize(parsed_params).sole
161
161
  parsed_params.with_indifferent_access
162
162
  else
163
- {}.with_indifferent_access
163
+ @raw_params.with_indifferent_access
164
164
  end
165
165
  end
166
166
  helper_method :params
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Coupdoeil
4
- VERSION = "1.2.0"
4
+ VERSION = "1.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coupdoeil
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - PageHey