Skip to content

Commit 5f24e15

Browse files
author
David Heinemeier Hansson
committed
Latest release data
1 parent 6a97338 commit 5f24e15

File tree

1 file changed

+140
-15
lines changed

1 file changed

+140
-15
lines changed

_data/releases.json

Lines changed: 140 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,114 @@
11
[
2+
{
3+
"url": "https://api.github.com/repos/hotwired/stimulus/releases/115433832",
4+
"assets_url": "https://api.github.com/repos/hotwired/stimulus/releases/115433832/assets",
5+
"upload_url": "https://uploads.github.com/repos/hotwired/stimulus/releases/115433832/assets{?name,label}",
6+
"html_url": "https://github.com/hotwired/stimulus/releases/tag/v3.2.2",
7+
"id": 115433832,
8+
"author": {
9+
"login": "dhh",
10+
"id": 2741,
11+
"node_id": "MDQ6VXNlcjI3NDE=",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/2741?v=4",
13+
"gravatar_id": "",
14+
"url": "https://api.github.com/users/dhh",
15+
"html_url": "https://github.com/dhh",
16+
"followers_url": "https://api.github.com/users/dhh/followers",
17+
"following_url": "https://api.github.com/users/dhh/following{/other_user}",
18+
"gists_url": "https://api.github.com/users/dhh/gists{/gist_id}",
19+
"starred_url": "https://api.github.com/users/dhh/starred{/owner}{/repo}",
20+
"subscriptions_url": "https://api.github.com/users/dhh/subscriptions",
21+
"organizations_url": "https://api.github.com/users/dhh/orgs",
22+
"repos_url": "https://api.github.com/users/dhh/repos",
23+
"events_url": "https://api.github.com/users/dhh/events{/privacy}",
24+
"received_events_url": "https://api.github.com/users/dhh/received_events",
25+
"type": "User",
26+
"user_view_type": "public",
27+
"site_admin": false
28+
},
29+
"node_id": "RE_kwDOBJJD884G4WFo",
30+
"tag_name": "v3.2.2",
31+
"target_commitish": "main",
32+
"name": "v3.2.2",
33+
"draft": false,
34+
"prerelease": false,
35+
"created_at": "2023-08-07T09:30:49Z",
36+
"published_at": "2023-08-07T09:33:38Z",
37+
"assets": [
38+
39+
],
40+
"tarball_url": "https://api.github.com/repos/hotwired/stimulus/tarball/v3.2.2",
41+
"zipball_url": "https://api.github.com/repos/hotwired/stimulus/zipball/v3.2.2",
42+
"body": "## What's Changed\r\n\r\n* Add `PageUp` and `PageDown` to keyMappings by @seb-jean in https://github.com/hotwired/stimulus/pull/677\r\n* Adding `@window` by @ThomasLandauer in https://github.com/hotwired/stimulus/pull/676\r\n* Add support for number values with underscores by @lb- in https://github.com/hotwired/stimulus/pull/693\r\n* Support keyboard modifier for click events by @shouichi in https://github.com/hotwired/stimulus/pull/665\r\n* Outlets: Add observers for controller element attributes by @seanpdoyle in https://github.com/hotwired/stimulus/pull/624\r\n* Fixed error message in outlet_properties by @drjayvee in https://github.com/hotwired/stimulus/pull/616\r\n* Explicitly type options of `Controller.dispatch()` method by @marcoroth in https://github.com/hotwired/stimulus/pull/643\r\n* Allow `ValueTypeObject` to be provided as a `Partial` by @marcoroth in https://github.com/hotwired/stimulus/pull/650\r\n* Ensure the `afterLoad` method gets called bound to controller by @lb- in https://github.com/hotwired/stimulus/pull/658\r\n* Ensure `Scope` is connected before accessing outlets by @marcoroth in https://github.com/hotwired/stimulus/pull/648\r\n* Pass the `ActionEvent` (with params) to `registerActionOption` callbacks by @lb- in https://github.com/hotwired/stimulus/pull/692\r\n* Pass the `Controller` instance to `registerActionOption` callback by @lb- in https://github.com/hotwired/stimulus/pull/691\r\n\r\n## New Contributors\r\n\r\n* @drjayvee made their first contribution in https://github.com/hotwired/stimulus/pull/616\r\n* @devcamke made their first contribution in https://github.com/hotwired/stimulus/pull/655\r\n* @frederfred made their first contribution in https://github.com/hotwired/stimulus/pull/664\r\n* @ThomasLandauer made their first contribution in https://github.com/hotwired/stimulus/pull/675\r\n* @seb-jean made their first contribution in https://github.com/hotwired/stimulus/pull/677\r\n* @shouichi made their first contribution in https://github.com/hotwired/stimulus/pull/665\r\n* @dnlgrv made their first contribution in https://github.com/hotwired/stimulus/pull/679\r\n* @benoittgt made their first contribution in https://github.com/hotwired/stimulus/pull/663\r\n* @swh-tropic made their first contribution in https://github.com/hotwired/stimulus/pull/696\r\n* @tellodaniel made their first contribution in https://github.com/hotwired/stimulus/pull/705\r\n\r\n**Full Changelog**: https://github.com/hotwired/stimulus/compare/v3.2.1...v3.2.2",
43+
"reactions": {
44+
"url": "https://api.github.com/repos/hotwired/stimulus/releases/115433832/reactions",
45+
"total_count": 26,
46+
"+1": 4,
47+
"-1": 0,
48+
"laugh": 0,
49+
"hooray": 0,
50+
"confused": 0,
51+
"heart": 20,
52+
"rocket": 0,
53+
"eyes": 2
54+
},
55+
"mentions_count": 13
56+
},
57+
{
58+
"url": "https://api.github.com/repos/hotwired/stimulus/releases/84541812",
59+
"assets_url": "https://api.github.com/repos/hotwired/stimulus/releases/84541812/assets",
60+
"upload_url": "https://uploads.github.com/repos/hotwired/stimulus/releases/84541812/assets{?name,label}",
61+
"html_url": "https://github.com/hotwired/stimulus/releases/tag/v3.2.1",
62+
"id": 84541812,
63+
"author": {
64+
"login": "dhh",
65+
"id": 2741,
66+
"node_id": "MDQ6VXNlcjI3NDE=",
67+
"avatar_url": "https://avatars.githubusercontent.com/u/2741?v=4",
68+
"gravatar_id": "",
69+
"url": "https://api.github.com/users/dhh",
70+
"html_url": "https://github.com/dhh",
71+
"followers_url": "https://api.github.com/users/dhh/followers",
72+
"following_url": "https://api.github.com/users/dhh/following{/other_user}",
73+
"gists_url": "https://api.github.com/users/dhh/gists{/gist_id}",
74+
"starred_url": "https://api.github.com/users/dhh/starred{/owner}{/repo}",
75+
"subscriptions_url": "https://api.github.com/users/dhh/subscriptions",
76+
"organizations_url": "https://api.github.com/users/dhh/orgs",
77+
"repos_url": "https://api.github.com/users/dhh/repos",
78+
"events_url": "https://api.github.com/users/dhh/events{/privacy}",
79+
"received_events_url": "https://api.github.com/users/dhh/received_events",
80+
"type": "User",
81+
"user_view_type": "public",
82+
"site_admin": false
83+
},
84+
"node_id": "RE_kwDOBJJD884FCgF0",
85+
"tag_name": "v3.2.1",
86+
"target_commitish": "main",
87+
"name": "v3.2.1",
88+
"draft": false,
89+
"prerelease": false,
90+
"created_at": "2022-11-30T08:01:13Z",
91+
"published_at": "2022-11-30T08:06:23Z",
92+
"assets": [
93+
94+
],
95+
"tarball_url": "https://api.github.com/repos/hotwired/stimulus/tarball/v3.2.1",
96+
"zipball_url": "https://api.github.com/repos/hotwired/stimulus/zipball/v3.2.1",
97+
"body": "## What's Changed\r\n\r\n* Fix compatibility with new hotkey syntax and jQuery/Bootstrap events by @NakajimaTakuya in https://github.com/hotwired/stimulus/pull/613\r\n\r\n**Full Changelog**: https://github.com/hotwired/stimulus/compare/v3.2.0...v3.2.1",
98+
"reactions": {
99+
"url": "https://api.github.com/repos/hotwired/stimulus/releases/84541812/reactions",
100+
"total_count": 13,
101+
"+1": 7,
102+
"-1": 0,
103+
"laugh": 0,
104+
"hooray": 0,
105+
"confused": 0,
106+
"heart": 6,
107+
"rocket": 0,
108+
"eyes": 0
109+
},
110+
"mentions_count": 1
111+
},
2112
{
3113
"url": "https://api.github.com/repos/hotwired/stimulus/releases/84344010",
4114
"assets_url": "https://api.github.com/repos/hotwired/stimulus/releases/84344010/assets",
@@ -23,6 +133,7 @@
23133
"events_url": "https://api.github.com/users/dhh/events{/privacy}",
24134
"received_events_url": "https://api.github.com/users/dhh/received_events",
25135
"type": "User",
136+
"user_view_type": "public",
26137
"site_admin": false
27138
},
28139
"node_id": "RE_kwDOBJJD884FBvzK",
@@ -41,14 +152,14 @@
41152
"body": "## What's Changed\r\n\r\n* Add modifier to filter keyboard events by @NakajimaTakuya in https://github.com/hotwired/stimulus/pull/442\r\n* Outlets API by @marcoroth in https://github.com/hotwired/stimulus/pull/576\r\n* Add ability to set `afterLoad` static methods on Controllers by @lb- in https://github.com/hotwired/stimulus/pull/579\r\n* Ensure that the Application.start static method uses overridden class by @lb- in https://github.com/hotwired/stimulus/pull/603\r\n\r\n**Full Changelog**: https://github.com/hotwired/stimulus/compare/v3.1.1...v3.2.0",
42153
"reactions": {
43154
"url": "https://api.github.com/repos/hotwired/stimulus/releases/84344010/reactions",
44-
"total_count": 41,
155+
"total_count": 51,
45156
"+1": 12,
46157
"-1": 0,
47158
"laugh": 0,
48-
"hooray": 12,
159+
"hooray": 18,
49160
"confused": 0,
50161
"heart": 0,
51-
"rocket": 17,
162+
"rocket": 21,
52163
"eyes": 0
53164
},
54165
"mentions_count": 3
@@ -77,6 +188,7 @@
77188
"events_url": "https://api.github.com/users/dhh/events{/privacy}",
78189
"received_events_url": "https://api.github.com/users/dhh/received_events",
79190
"type": "User",
191+
"user_view_type": "public",
80192
"site_admin": false
81193
},
82194
"node_id": "RE_kwDOBJJD884E3Ggn",
@@ -131,6 +243,7 @@
131243
"events_url": "https://api.github.com/users/dhh/events{/privacy}",
132244
"received_events_url": "https://api.github.com/users/dhh/received_events",
133245
"type": "User",
246+
"user_view_type": "public",
134247
"site_admin": false
135248
},
136249
"node_id": "RE_kwDOBJJD884ETsWC",
@@ -185,6 +298,7 @@
185298
"events_url": "https://api.github.com/users/dhh/events{/privacy}",
186299
"received_events_url": "https://api.github.com/users/dhh/received_events",
187300
"type": "User",
301+
"user_view_type": "public",
188302
"site_admin": false
189303
},
190304
"node_id": "RE_kwDOBJJD884DCU8e",
@@ -203,14 +317,14 @@
203317
"body": "## What's Changed\r\n* Default to toggle event on details HTML element by @rik in https://github.com/hotwired/stimulus/pull/464\r\n* Prevent infinite looping in target callbacks by @seanpdoyle in https://github.com/hotwired/stimulus/pull/459\r\n* Include `webpack-helpers` in `stimulus` glue/proxy package by @marcoroth in https://github.com/hotwired/stimulus/pull/453\r\n\r\n**Full Changelog**: https://github.com/hotwired/stimulus/compare/v3.0.0...v3.0.1",
204318
"reactions": {
205319
"url": "https://api.github.com/repos/hotwired/stimulus/releases/50941726/reactions",
206-
"total_count": 82,
320+
"total_count": 80,
207321
"+1": 35,
208322
"-1": 0,
209323
"laugh": 0,
210-
"hooray": 19,
324+
"hooray": 18,
211325
"confused": 0,
212326
"heart": 13,
213-
"rocket": 14,
327+
"rocket": 13,
214328
"eyes": 1
215329
},
216330
"mentions_count": 3
@@ -239,6 +353,7 @@
239353
"events_url": "https://api.github.com/users/dhh/events{/privacy}",
240354
"received_events_url": "https://api.github.com/users/dhh/received_events",
241355
"type": "User",
356+
"user_view_type": "public",
242357
"site_admin": false
243358
},
244359
"node_id": "RE_kwDOBJJD884C_dH-",
@@ -257,14 +372,14 @@
257372
"body": "[Release announcement](https://world.hey.com/hotwired/stimulus-3-c438d432) 🚀🎉",
258373
"reactions": {
259374
"url": "https://api.github.com/repos/hotwired/stimulus/releases/50188798/reactions",
260-
"total_count": 107,
375+
"total_count": 106,
261376
"+1": 34,
262377
"-1": 0,
263378
"laugh": 3,
264379
"hooray": 37,
265380
"confused": 0,
266381
"heart": 19,
267-
"rocket": 13,
382+
"rocket": 12,
268383
"eyes": 1
269384
}
270385
},
@@ -292,6 +407,7 @@
292407
"events_url": "https://api.github.com/users/dhh/events{/privacy}",
293408
"received_events_url": "https://api.github.com/users/dhh/received_events",
294409
"type": "User",
410+
"user_view_type": "public",
295411
"site_admin": false
296412
},
297413
"node_id": "RE_kwDOBJJD884C_Ulw",
@@ -345,6 +461,7 @@
345461
"events_url": "https://api.github.com/users/dhh/events{/privacy}",
346462
"received_events_url": "https://api.github.com/users/dhh/received_events",
347463
"type": "User",
464+
"user_view_type": "public",
348465
"site_admin": false
349466
},
350467
"node_id": "RE_kwDOBJJD884C8ZZb",
@@ -363,11 +480,11 @@
363480
"body": "* **FIXED:** New dispatch function wasn't in the right scope [70c98dedfe8ce6c12ead42fadd73c056ffbbe1dc]\r\n* **REMOVED:** webpacker-helpers and `definitionsFromContext` [#444]\r\n\r\nInstead of webpack-helpers, use either [stimulus-rails](https://github.com/hotwired/stimulus-rails) with [import maps](https://github.com/hotwired/stimulus-rails/blob/main/lib/install/app/javascript/controllers/index_for_importmap.js) or the [new rake task](https://github.com/hotwired/stimulus-rails/blob/main/lib/tasks/stimulus_tasks.rake#L34) + [generator](https://github.com/hotwired/stimulus-rails/blob/main/lib/generators/stimulus/USAGE) to keep a manifest up to date (or maintain a manifest by hand).",
364481
"reactions": {
365482
"url": "https://api.github.com/repos/hotwired/stimulus/releases/49387099/reactions",
366-
"total_count": 32,
483+
"total_count": 31,
367484
"+1": 11,
368485
"-1": 0,
369486
"laugh": 0,
370-
"hooray": 15,
487+
"hooray": 14,
371488
"confused": 0,
372489
"heart": 4,
373490
"rocket": 0,
@@ -398,6 +515,7 @@
398515
"events_url": "https://api.github.com/users/dhh/events{/privacy}",
399516
"received_events_url": "https://api.github.com/users/dhh/received_events",
400517
"type": "User",
518+
"user_view_type": "public",
401519
"site_admin": false
402520
},
403521
"node_id": "MDc6UmVsZWFzZTQ4NjgyMjc4",
@@ -416,14 +534,14 @@
416534
"body": "* **NEW:** Pass action method params [[#249](https://github.com/hotwired/stimulus/pull/249#issuecomment-734982671)]\r\n* **NEW:** Fire callbacks when targets are added or removed [#367]\r\n* **NEW:** Declare custom default values [[#350](https://github.com/hotwired/stimulus/pull/350#issuecomment-860169986)]\r\n* **NEW:** Add [key]Classes method to better handle multiple CSS classes [#344]\r\n* **NEW:** Introduce a Debug mode [#354]\r\n* **NEW:** Emit warnings for undefined controllers, actions and targets [#413]\r\n* **NEW:** Add a convenience method for dispatching DOM events inside a controller [#302]\r\n\r\nStimulus is moving package location on npm from `stimulus` to [`@hotwired/stimulus`](https://www.npmjs.com/package/@hotwired/stimulus/v/3.0.0-beta.1). The new package is an all-in-one, so no more individual packages for core, multi map, mutation-observers, etc.\r\n\r\nStimulus 3 will no longer support IE11. Our compile target is now ES6+.\r\n\r\nNote: This release was built from [the branch `single-package`](https://github.com/hotwired/stimulus/pull/421), which will be merged to main as soon as a few issues regarding tests and examples are resolved. But that has no impact on the use of this beta release.\r\n\r\nRails users: [You can use this release via stimulus-rails 0.3.10 with the new importmap-rails approach](https://github.com/hotwired/stimulus-rails/commit/dd20a9506f22e661f85e46246008c56d5e2eefc1).",
417535
"reactions": {
418536
"url": "https://api.github.com/repos/hotwired/stimulus/releases/48682278/reactions",
419-
"total_count": 140,
420-
"+1": 74,
537+
"total_count": 144,
538+
"+1": 75,
421539
"-1": 0,
422540
"laugh": 0,
423-
"hooray": 36,
541+
"hooray": 37,
424542
"confused": 0,
425-
"heart": 8,
426-
"rocket": 22,
543+
"heart": 9,
544+
"rocket": 23,
427545
"eyes": 0
428546
}
429547
},
@@ -451,6 +569,7 @@
451569
"events_url": "https://api.github.com/users/sstephenson/events{/privacy}",
452570
"received_events_url": "https://api.github.com/users/sstephenson/received_events",
453571
"type": "User",
572+
"user_view_type": "public",
454573
"site_admin": false
455574
},
456575
"node_id": "MDc6UmVsZWFzZTM0ODM3OTQ3",
@@ -492,6 +611,7 @@
492611
"events_url": "https://api.github.com/users/sstephenson/events{/privacy}",
493612
"received_events_url": "https://api.github.com/users/sstephenson/received_events",
494613
"type": "User",
614+
"user_view_type": "public",
495615
"site_admin": false
496616
},
497617
"node_id": "MDc6UmVsZWFzZTE0ODQxOTM3",
@@ -533,6 +653,7 @@
533653
"events_url": "https://api.github.com/users/sstephenson/events{/privacy}",
534654
"received_events_url": "https://api.github.com/users/sstephenson/received_events",
535655
"type": "User",
656+
"user_view_type": "public",
536657
"site_admin": false
537658
},
538659
"node_id": "MDc6UmVsZWFzZTEyNTUxOTMz",
@@ -574,6 +695,7 @@
574695
"events_url": "https://api.github.com/users/sstephenson/events{/privacy}",
575696
"received_events_url": "https://api.github.com/users/sstephenson/received_events",
576697
"type": "User",
698+
"user_view_type": "public",
577699
"site_admin": false
578700
},
579701
"node_id": "MDc6UmVsZWFzZTEyMjEyNTAw",
@@ -615,6 +737,7 @@
615737
"events_url": "https://api.github.com/users/javan/events{/privacy}",
616738
"received_events_url": "https://api.github.com/users/javan/received_events",
617739
"type": "User",
740+
"user_view_type": "public",
618741
"site_admin": false
619742
},
620743
"node_id": "MDc6UmVsZWFzZTk1MTU2Njk=",
@@ -656,6 +779,7 @@
656779
"events_url": "https://api.github.com/users/javan/events{/privacy}",
657780
"received_events_url": "https://api.github.com/users/javan/received_events",
658781
"type": "User",
782+
"user_view_type": "public",
659783
"site_admin": false
660784
},
661785
"node_id": "MDc6UmVsZWFzZTk0MzY3OTI=",
@@ -697,6 +821,7 @@
697821
"events_url": "https://api.github.com/users/javan/events{/privacy}",
698822
"received_events_url": "https://api.github.com/users/javan/received_events",
699823
"type": "User",
824+
"user_view_type": "public",
700825
"site_admin": false
701826
},
702827
"node_id": "MDc6UmVsZWFzZTk0NDU2MTk=",

0 commit comments

Comments
 (0)