cable_ready 4.4.5 → 4.4.6
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 +4 -4
- data/CHANGELOG.md +12 -7
- data/Gemfile.lock +2 -2
- data/README.md +1 -1
- data/lib/cable_ready/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be725ae91b18e01ba24fd9b42ca4eb2d824e90a7b25fab3cd3cab36af14740c6
|
|
4
|
+
data.tar.gz: 9231b6d225221a866a52d9b19a412bfbcfea29e6f2a01eaa78d609642bb44670
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 684b2d9fb4d068f41620806b2b649d142acd9b7571b1ac0e5da71a50f90917431ef1d5bdbc6f3cf1d057930fc183da328fa5723cdc0a0231ab56c2fc6c99e802
|
|
7
|
+
data.tar.gz: 0d29594d65f3e4ce1cd2044b13863c83297a829da0dca95fef2dc1f461fd39dfe06bd7a299f749fdd762e64d535a6318ad7f7e9b7875ec4a7ec8479a77916bb8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [v4.4.5](https://github.com/hopsoft/cable_ready/tree/v4.4.5) (2020-12-13)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.4...v4.4.5)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- changed storage method names, added clear flag [\#86](https://github.com/hopsoft/cable_ready/pull/86) ([leastbad](https://github.com/leastbad))
|
|
10
|
+
|
|
3
11
|
## [v4.4.4](https://github.com/hopsoft/cable_ready/tree/v4.4.4) (2020-12-11)
|
|
4
12
|
|
|
5
13
|
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.3...v4.4.4)
|
|
@@ -148,8 +156,6 @@
|
|
|
148
156
|
- Support for multiple CSS classes. [\#49](https://github.com/hopsoft/cable_ready/pull/49) ([sarriagada](https://github.com/sarriagada))
|
|
149
157
|
- Make morph emit after event [\#48](https://github.com/hopsoft/cable_ready/pull/48) ([julianrubisch](https://github.com/julianrubisch))
|
|
150
158
|
- Customize operations via initializer [\#47](https://github.com/hopsoft/cable_ready/pull/47) ([leastbad](https://github.com/leastbad))
|
|
151
|
-
- Correct method 'outerHtml' to 'outer\_html' in documentation [\#39](https://github.com/hopsoft/cable_ready/pull/39) ([pskarlas](https://github.com/pskarlas))
|
|
152
|
-
- Add setStyles [\#37](https://github.com/hopsoft/cable_ready/pull/37) ([excid3](https://github.com/excid3))
|
|
153
159
|
- Fix typo in method name outerHTML -\> outer\_html [\#35](https://github.com/hopsoft/cable_ready/pull/35) ([back2war](https://github.com/back2war))
|
|
154
160
|
|
|
155
161
|
## [v4.2.0](https://github.com/hopsoft/cable_ready/tree/v4.2.0) (2020-06-02)
|
|
@@ -164,7 +170,10 @@
|
|
|
164
170
|
|
|
165
171
|
- after-outer-html emitted from new element [\#46](https://github.com/hopsoft/cable_ready/pull/46) ([leastbad](https://github.com/leastbad))
|
|
166
172
|
- Fix `outer\_html` notation [\#45](https://github.com/hopsoft/cable_ready/pull/45) ([julianrubisch](https://github.com/julianrubisch))
|
|
173
|
+
- Correct method 'outerHtml' to 'outer\_html' in documentation [\#39](https://github.com/hopsoft/cable_ready/pull/39) ([pskarlas](https://github.com/pskarlas))
|
|
174
|
+
- Add setStyles [\#37](https://github.com/hopsoft/cable_ready/pull/37) ([excid3](https://github.com/excid3))
|
|
167
175
|
- Print out the selector for easier debugging perform errors [\#36](https://github.com/hopsoft/cable_ready/pull/36) ([excid3](https://github.com/excid3))
|
|
176
|
+
- add set\_property method to library [\#34](https://github.com/hopsoft/cable_ready/pull/34) ([leastbad](https://github.com/leastbad))
|
|
168
177
|
|
|
169
178
|
## [v4.1.2](https://github.com/hopsoft/cable_ready/tree/v4.1.2) (2020-04-27)
|
|
170
179
|
|
|
@@ -174,10 +183,6 @@
|
|
|
174
183
|
|
|
175
184
|
- Ensure the active text input retains its value and focus after DOM mutations [\#33](https://github.com/hopsoft/cable_ready/pull/33) ([hopsoft](https://github.com/hopsoft))
|
|
176
185
|
|
|
177
|
-
**Merged pull requests:**
|
|
178
|
-
|
|
179
|
-
- update README and package.json [\#30](https://github.com/hopsoft/cable_ready/pull/30) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
180
|
-
|
|
181
186
|
## [v4.1.1](https://github.com/hopsoft/cable_ready/tree/v4.1.1) (2020-04-20)
|
|
182
187
|
|
|
183
188
|
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.1.0...v4.1.1)
|
|
@@ -189,6 +194,7 @@
|
|
|
189
194
|
**Merged pull requests:**
|
|
190
195
|
|
|
191
196
|
- Add funding file [\#31](https://github.com/hopsoft/cable_ready/pull/31) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
197
|
+
- update README and package.json [\#30](https://github.com/hopsoft/cable_ready/pull/30) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
192
198
|
|
|
193
199
|
## [v4.1.0](https://github.com/hopsoft/cable_ready/tree/v4.1.0) (2020-04-05)
|
|
194
200
|
|
|
@@ -196,7 +202,6 @@
|
|
|
196
202
|
|
|
197
203
|
**Merged pull requests:**
|
|
198
204
|
|
|
199
|
-
- add set\_property method to library [\#34](https://github.com/hopsoft/cable_ready/pull/34) ([leastbad](https://github.com/leastbad))
|
|
200
205
|
- Bump acorn from 7.1.0 to 7.1.1 in /javascript [\#29](https://github.com/hopsoft/cable_ready/pull/29) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
201
206
|
- Set cookie support [\#28](https://github.com/hopsoft/cable_ready/pull/28) ([hopsoft](https://github.com/hopsoft))
|
|
202
207
|
- README.md: Fix typo [\#27](https://github.com/hopsoft/cable_ready/pull/27) ([henrik](https://github.com/henrik))
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
cable_ready (4.4.
|
|
4
|
+
cable_ready (4.4.6)
|
|
5
5
|
rails (>= 5.2)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -187,7 +187,7 @@ GEM
|
|
|
187
187
|
standardrb (1.0.0)
|
|
188
188
|
standard
|
|
189
189
|
thor (1.0.1)
|
|
190
|
-
tzinfo (2.0.
|
|
190
|
+
tzinfo (2.0.4)
|
|
191
191
|
concurrent-ruby (~> 1.0)
|
|
192
192
|
unicode-display_width (1.7.0)
|
|
193
193
|
websocket-driver (0.7.3)
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-brightgreen.svg" target="_blank" />
|
|
12
12
|
</a>
|
|
13
13
|
<a href="http://blog.codinghorror.com/the-best-code-is-no-code-at-all/" target="_blank">
|
|
14
|
-
<img alt="Lines of Code" src="https://img.shields.io/badge/lines_of_code-
|
|
14
|
+
<img alt="Lines of Code" src="https://img.shields.io/badge/lines_of_code-483-brightgreen.svg?style=flat" />
|
|
15
15
|
</a>
|
|
16
16
|
<a href="https://cableready.stimulusreflex.com" target="_blank">
|
|
17
17
|
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
|
data/lib/cable_ready/version.rb
CHANGED
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cable_ready
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.4.
|
|
4
|
+
version: 4.4.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Hopkins
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-12-
|
|
11
|
+
date: 2020-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|