plutonium 0.45.1 → 0.45.2

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: 2ec1a124615fb8539ddbdb8385100efb6ccfb4d2ff300dc2aef1610291bb8033
4
- data.tar.gz: 5ff37e475beac544e0cfc892890799f2528bd110010bd807796e48bff493a1c5
3
+ metadata.gz: cc740ff66131d5229f95ccf0591e8d9720ababf1fd54ada32d4ab27ee2335936
4
+ data.tar.gz: 575b9d2dff73e8347ec22aed06ec3a9e8c6e3e647bc24d3d9ea627011d36845e
5
5
  SHA512:
6
- metadata.gz: 7684effe6531a638833ad9c19166c080a61de1b3dd5b9d4a8e9c7189b5201bb67c7d48c25f05dca5cf974fa9351866d4ce6877dd0c470d97cf3e6154a5a59a1b
7
- data.tar.gz: 1cbcf77b215cc0f19f1c15738ad5c6add48cabc6f1b687ac960379062fab3b49376956d2ef72edc758168259ab7e821709c8bd69b033009c95c8f06d56ec4f17
6
+ metadata.gz: 2b9c7983d33f07ea8ee714d5718620bd1197f5ae302da78c0dbbcf028a219017023f40f35542f1eabeab78062b0120b53729fba81b6ef4c956e45762aca01b36
7
+ data.tar.gz: 4ccdd9c3f8e80bc678fb1daf89041fabbcd99f9a496779b7088ffce8977bc1b60b9728f8ca4199774141d8ab8aa81b7dd9658fa157a4188cd3632199791c4d9d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [0.45.2] - 2026-04-07
2
+
3
+ ### 🐛 Bug Fixes
4
+
5
+ - *(pagy)* Honor limit param by setting client_max_limit
1
6
  ## [0.45.1] - 2026-04-02
2
7
 
3
8
  ### 🐛 Bug Fixes
@@ -1,2 +1,6 @@
1
1
  require "pagy"
2
2
  require "pagy/toolbox/helpers/support/series"
3
+
4
+ # Allow clients to override the page size via the `limit` param.
5
+ # Without this, Pagy::Request#resolve_limit ignores the param entirely.
6
+ Pagy::DEFAULT[:client_max_limit] = 100
@@ -1,5 +1,5 @@
1
1
  module Plutonium
2
- VERSION = "0.45.1"
2
+ VERSION = "0.45.2"
3
3
  NEXT_MAJOR_VERSION = VERSION.split(".").tap { |v|
4
4
  v[1] = v[1].to_i + 1
5
5
  v[2] = 0
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radioactive-labs/plutonium",
3
- "version": "0.45.1",
3
+ "version": "0.45.2",
4
4
  "description": "Build production-ready Rails apps in minutes, not days. Convention-driven, fully customizable, AI-ready.",
5
5
  "type": "module",
6
6
  "main": "src/js/core.js",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plutonium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.1
4
+ version: 0.45.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Froelich
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-04-02 00:00:00.000000000 Z
10
+ date: 2026-04-07 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: zeitwerk