stimulus_reflex 3.2.0.pre0 → 3.2.0.pre1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of stimulus_reflex might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -4
- data/Gemfile.lock +52 -52
- data/lib/stimulus_reflex/version.rb +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: ef755199c691867f1083ae6b234e155f6945a4a997cd28202985792a4f60549f
|
4
|
+
data.tar.gz: 26e926810f99fc3ad9574be140cd3b4524a1ce9e3518abac6fdff3a513af4475
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f8b7b3b38941887c24252fba67f9627e40b73f6572541ca2ac499b8e0ccb40be1e4993774b4938b15f3f293e1fec675ceaf14cfabc32f05f0f5e86932ceae08
|
7
|
+
data.tar.gz: e0f0d0362d2a698474b5673036a5c6d3816b0afa814b798fa0e4a54a71a97dd6b622de5f0234a2ce5439d11f203256b8a4dcf976a2a51f9c686631c4817f0783
|
data/CHANGELOG.md
CHANGED
@@ -2,7 +2,19 @@
|
|
2
2
|
|
3
3
|
## [Unreleased](https://github.com/hopsoft/stimulus_reflex/tree/HEAD)
|
4
4
|
|
5
|
-
[Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.
|
5
|
+
[Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.2.0-pre0...HEAD)
|
6
|
+
|
7
|
+
**Fixed bugs:**
|
8
|
+
|
9
|
+
- Add guard to morph that checks stimulusReflex [\#191](https://github.com/hopsoft/stimulus_reflex/pull/191) ([hopsoft](https://github.com/hopsoft))
|
10
|
+
|
11
|
+
## [v3.2.0-pre0](https://github.com/hopsoft/stimulus_reflex/tree/v3.2.0-pre0) (2020-05-07)
|
12
|
+
|
13
|
+
[Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.2.0.pre0...v3.2.0-pre0)
|
14
|
+
|
15
|
+
## [v3.2.0.pre0](https://github.com/hopsoft/stimulus_reflex/tree/v3.2.0.pre0) (2020-05-07)
|
16
|
+
|
17
|
+
[Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.1.4...v3.2.0.pre0)
|
6
18
|
|
7
19
|
**Implemented enhancements:**
|
8
20
|
|
@@ -17,7 +29,6 @@
|
|
17
29
|
**Fixed bugs:**
|
18
30
|
|
19
31
|
- Pluralize the generated class name, so that will match with the file name [\#178](https://github.com/hopsoft/stimulus_reflex/pull/178) ([darkrubyist](https://github.com/darkrubyist))
|
20
|
-
- remove changelog rake task [\#150](https://github.com/hopsoft/stimulus_reflex/pull/150) ([andrewmcodes](https://github.com/andrewmcodes))
|
21
32
|
|
22
33
|
**Closed issues:**
|
23
34
|
|
@@ -92,6 +103,7 @@
|
|
92
103
|
**Fixed bugs:**
|
93
104
|
|
94
105
|
- Cannot read property 'removeEventListener' of undefined after updating to 3.1.0 [\#151](https://github.com/hopsoft/stimulus_reflex/issues/151)
|
106
|
+
- remove changelog rake task [\#150](https://github.com/hopsoft/stimulus_reflex/pull/150) ([andrewmcodes](https://github.com/andrewmcodes))
|
95
107
|
|
96
108
|
**Closed issues:**
|
97
109
|
|
@@ -110,7 +122,6 @@
|
|
110
122
|
- Check the ActionCable connection on stimuluate [\#148](https://github.com/hopsoft/stimulus_reflex/pull/148) ([hopsoft](https://github.com/hopsoft))
|
111
123
|
- Attach element.tagName to extracted attributes [\#146](https://github.com/hopsoft/stimulus_reflex/pull/146) ([julianrubisch](https://github.com/julianrubisch))
|
112
124
|
- Create dynamic changelog [\#143](https://github.com/hopsoft/stimulus_reflex/pull/143) ([andrewmcodes](https://github.com/andrewmcodes))
|
113
|
-
- add funding file [\#141](https://github.com/hopsoft/stimulus_reflex/pull/141) ([andrewmcodes](https://github.com/andrewmcodes))
|
114
125
|
|
115
126
|
**Fixed bugs:**
|
116
127
|
|
@@ -138,6 +149,7 @@
|
|
138
149
|
|
139
150
|
- update install script to set session store [\#134](https://github.com/hopsoft/stimulus_reflex/pull/134) ([leastbad](https://github.com/leastbad))
|
140
151
|
- update package.json and readme [\#133](https://github.com/hopsoft/stimulus_reflex/pull/133) ([andrewmcodes](https://github.com/andrewmcodes))
|
152
|
+
- tweak prettier-standard and add actions caching [\#125](https://github.com/hopsoft/stimulus_reflex/pull/125) ([andrewmcodes](https://github.com/andrewmcodes))
|
141
153
|
|
142
154
|
**Closed issues:**
|
143
155
|
|
@@ -149,8 +161,8 @@
|
|
149
161
|
|
150
162
|
**Implemented enhancements:**
|
151
163
|
|
164
|
+
- add funding file [\#141](https://github.com/hopsoft/stimulus_reflex/pull/141) ([andrewmcodes](https://github.com/andrewmcodes))
|
152
165
|
- Reload session prior to each reflex accessing it [\#131](https://github.com/hopsoft/stimulus_reflex/pull/131) ([hopsoft](https://github.com/hopsoft))
|
153
|
-
- tweak prettier-standard and add actions caching [\#125](https://github.com/hopsoft/stimulus_reflex/pull/125) ([andrewmcodes](https://github.com/andrewmcodes))
|
154
166
|
|
155
167
|
**Closed issues:**
|
156
168
|
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
stimulus_reflex (3.2.0.
|
4
|
+
stimulus_reflex (3.2.0.pre1)
|
5
5
|
cable_ready (>= 4.1.2)
|
6
6
|
nokogiri
|
7
7
|
rack
|
@@ -10,61 +10,61 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
actioncable (6.0.
|
14
|
-
actionpack (= 6.0.
|
13
|
+
actioncable (6.0.3)
|
14
|
+
actionpack (= 6.0.3)
|
15
15
|
nio4r (~> 2.0)
|
16
16
|
websocket-driver (>= 0.6.1)
|
17
|
-
actionmailbox (6.0.
|
18
|
-
actionpack (= 6.0.
|
19
|
-
activejob (= 6.0.
|
20
|
-
activerecord (= 6.0.
|
21
|
-
activestorage (= 6.0.
|
22
|
-
activesupport (= 6.0.
|
17
|
+
actionmailbox (6.0.3)
|
18
|
+
actionpack (= 6.0.3)
|
19
|
+
activejob (= 6.0.3)
|
20
|
+
activerecord (= 6.0.3)
|
21
|
+
activestorage (= 6.0.3)
|
22
|
+
activesupport (= 6.0.3)
|
23
23
|
mail (>= 2.7.1)
|
24
|
-
actionmailer (6.0.
|
25
|
-
actionpack (= 6.0.
|
26
|
-
actionview (= 6.0.
|
27
|
-
activejob (= 6.0.
|
24
|
+
actionmailer (6.0.3)
|
25
|
+
actionpack (= 6.0.3)
|
26
|
+
actionview (= 6.0.3)
|
27
|
+
activejob (= 6.0.3)
|
28
28
|
mail (~> 2.5, >= 2.5.4)
|
29
29
|
rails-dom-testing (~> 2.0)
|
30
|
-
actionpack (6.0.
|
31
|
-
actionview (= 6.0.
|
32
|
-
activesupport (= 6.0.
|
30
|
+
actionpack (6.0.3)
|
31
|
+
actionview (= 6.0.3)
|
32
|
+
activesupport (= 6.0.3)
|
33
33
|
rack (~> 2.0, >= 2.0.8)
|
34
34
|
rack-test (>= 0.6.3)
|
35
35
|
rails-dom-testing (~> 2.0)
|
36
36
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
37
|
-
actiontext (6.0.
|
38
|
-
actionpack (= 6.0.
|
39
|
-
activerecord (= 6.0.
|
40
|
-
activestorage (= 6.0.
|
41
|
-
activesupport (= 6.0.
|
37
|
+
actiontext (6.0.3)
|
38
|
+
actionpack (= 6.0.3)
|
39
|
+
activerecord (= 6.0.3)
|
40
|
+
activestorage (= 6.0.3)
|
41
|
+
activesupport (= 6.0.3)
|
42
42
|
nokogiri (>= 1.8.5)
|
43
|
-
actionview (6.0.
|
44
|
-
activesupport (= 6.0.
|
43
|
+
actionview (6.0.3)
|
44
|
+
activesupport (= 6.0.3)
|
45
45
|
builder (~> 3.1)
|
46
46
|
erubi (~> 1.4)
|
47
47
|
rails-dom-testing (~> 2.0)
|
48
48
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
49
|
-
activejob (6.0.
|
50
|
-
activesupport (= 6.0.
|
49
|
+
activejob (6.0.3)
|
50
|
+
activesupport (= 6.0.3)
|
51
51
|
globalid (>= 0.3.6)
|
52
|
-
activemodel (6.0.
|
53
|
-
activesupport (= 6.0.
|
54
|
-
activerecord (6.0.
|
55
|
-
activemodel (= 6.0.
|
56
|
-
activesupport (= 6.0.
|
57
|
-
activestorage (6.0.
|
58
|
-
actionpack (= 6.0.
|
59
|
-
activejob (= 6.0.
|
60
|
-
activerecord (= 6.0.
|
52
|
+
activemodel (6.0.3)
|
53
|
+
activesupport (= 6.0.3)
|
54
|
+
activerecord (6.0.3)
|
55
|
+
activemodel (= 6.0.3)
|
56
|
+
activesupport (= 6.0.3)
|
57
|
+
activestorage (6.0.3)
|
58
|
+
actionpack (= 6.0.3)
|
59
|
+
activejob (= 6.0.3)
|
60
|
+
activerecord (= 6.0.3)
|
61
61
|
marcel (~> 0.3.1)
|
62
|
-
activesupport (6.0.
|
62
|
+
activesupport (6.0.3)
|
63
63
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
64
64
|
i18n (>= 0.7, < 2)
|
65
65
|
minitest (~> 5.1)
|
66
66
|
tzinfo (~> 1.1)
|
67
|
-
zeitwerk (~> 2.2)
|
67
|
+
zeitwerk (~> 2.2, >= 2.2.2)
|
68
68
|
ast (2.4.0)
|
69
69
|
builder (3.2.4)
|
70
70
|
cable_ready (4.1.2)
|
@@ -104,29 +104,29 @@ GEM
|
|
104
104
|
rack (2.2.2)
|
105
105
|
rack-test (1.1.0)
|
106
106
|
rack (>= 1.0, < 3)
|
107
|
-
rails (6.0.
|
108
|
-
actioncable (= 6.0.
|
109
|
-
actionmailbox (= 6.0.
|
110
|
-
actionmailer (= 6.0.
|
111
|
-
actionpack (= 6.0.
|
112
|
-
actiontext (= 6.0.
|
113
|
-
actionview (= 6.0.
|
114
|
-
activejob (= 6.0.
|
115
|
-
activemodel (= 6.0.
|
116
|
-
activerecord (= 6.0.
|
117
|
-
activestorage (= 6.0.
|
118
|
-
activesupport (= 6.0.
|
107
|
+
rails (6.0.3)
|
108
|
+
actioncable (= 6.0.3)
|
109
|
+
actionmailbox (= 6.0.3)
|
110
|
+
actionmailer (= 6.0.3)
|
111
|
+
actionpack (= 6.0.3)
|
112
|
+
actiontext (= 6.0.3)
|
113
|
+
actionview (= 6.0.3)
|
114
|
+
activejob (= 6.0.3)
|
115
|
+
activemodel (= 6.0.3)
|
116
|
+
activerecord (= 6.0.3)
|
117
|
+
activestorage (= 6.0.3)
|
118
|
+
activesupport (= 6.0.3)
|
119
119
|
bundler (>= 1.3.0)
|
120
|
-
railties (= 6.0.
|
120
|
+
railties (= 6.0.3)
|
121
121
|
sprockets-rails (>= 2.0.0)
|
122
122
|
rails-dom-testing (2.0.3)
|
123
123
|
activesupport (>= 4.2.0)
|
124
124
|
nokogiri (>= 1.6)
|
125
125
|
rails-html-sanitizer (1.3.0)
|
126
126
|
loofah (~> 2.3)
|
127
|
-
railties (6.0.
|
128
|
-
actionpack (= 6.0.
|
129
|
-
activesupport (= 6.0.
|
127
|
+
railties (6.0.3)
|
128
|
+
actionpack (= 6.0.3)
|
129
|
+
activesupport (= 6.0.3)
|
130
130
|
method_source
|
131
131
|
rake (>= 0.8.7)
|
132
132
|
thor (>= 0.20.3, < 2.0)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stimulus_reflex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.0.
|
4
|
+
version: 3.2.0.pre1
|
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-05-
|
11
|
+
date: 2020-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rack
|