Skip to content

Commit b8a23cb

Browse files
committed
Merge branch 'dev'
2 parents 21eb2c0 + 46413d1 commit b8a23cb

67 files changed

Lines changed: 485 additions & 513 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.editorconfigβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# top-most EditorConfig file
22
root = true
33

4-
[docs/_includes/snippets/*]
5-
insert_final_newline = false
4+
[*]
5+
trim_trailing_whitespace = true
6+
insert_final_newline = true

β€Ž.github/ISSUE_TEMPLATE/Code.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
1818
#### Before posting, ensure to...
1919
20-
1. Run Pagy version 43.4.1
20+
1. Run Pagy version 43.4.2
2121
2. Search through [Docs](https://ddnexus.github.io/pagy/), [Issues](https://github.com/ddnexus/pagy/issues), and [Q&A](https://github.com/ddnexus/pagy/discussions/categories/q-a)
2222
3. Provide MINIMAL code to reproduce it. For example:
2323
- An edited single-file APP from the [Pagy Playground](https://ddnexus.github.io/pagy/sandbox/playground)

β€Ž.github/latest_release_body.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
### Changes in 43.4.1
1+
### Changes in 43.4.2
22

33
<!-- changes_start -->
4-
- Normalize deprecations
4+
- Fix edge-case for queries with multiple orderings on same column (#888)
55
<!-- changes_end -->
66

77
[CHANGELOG](https://ddnexus.github.io/pagy/changelog)

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ If you upgrade from version `< 9.0.0` see the following:
5050

5151
<hr>
5252

53+
### Version 43.4.2
54+
55+
- Fix edge-case for queries with multiple orderings on same column (#888)
56+
5357
### Version 43.4.1
5458

5559
- Normalize deprecations

β€ŽCHANGELOG_LEGACY.mdβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,6 @@ Dropped `pagy_serialized`, `pagy_apply_init_tag` and `PagyInit` javascript names
19681968
- [2a90e6a](http://github.com/ddnexus/pagy/commit/2a90e6a): stop following the GitFlow conventions (extra complexity for no advantage for this project; too many merge commits; history difficult to follow)
19691969
- [198883c](http://github.com/ddnexus/pagy/commit/198883c): Fix legacy changelog url (#144)
19701970

1971-
19721971
### Version 2.1.2
19731972

19741973
### Changes
@@ -2216,7 +2215,6 @@ The pagy initializer has changed: please replace/update it: [pagy.rb](https://gi
22162215
- [a64a8bd](http://github.com/ddnexus/pagy/commit/a64a8bd): fix for items test
22172216
- [e9ab4a1](http://github.com/ddnexus/pagy/commit/e9ab4a1): renamed argument items > fetched; removed redundant assignation
22182217

2219-
22202218
### Version 1.2.1
22212219

22222220
### Changes
@@ -2421,7 +2419,6 @@ The pagy initializer has changed: please replace/update it: [pagy.rb](https://gi
24212419
- [a8ad399](https://github.com/ddnexus/pagy/commit/a8ad399): docs fixes and improvements
24222420
- [435e849](https://github.com/ddnexus/pagy/commit/435e849): updated docs
24232421

2424-
24252422
### Version 0.19.0
24262423

24272424
### Important Changes

β€ŽGemfile.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GIT
1212
PATH
1313
remote: gem
1414
specs:
15-
pagy (43.4.1)
15+
pagy (43.4.2)
1616
json
1717
uri
1818
yaml
@@ -470,7 +470,7 @@ CHECKSUMS
470470
nokogiri (1.19.1-x86_64-linux-musl) sha256=4267f38ad4fc7e52a2e7ee28ed494e8f9d8eb4f4b3320901d55981c7b995fc23
471471
oj (3.16.16) sha256=3635b36128991796434f55da8decc0de236a323535adcb36fc04e6d0253c013d
472472
ostruct (0.6.3) sha256=95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912
473-
pagy (43.4.1)
473+
pagy (43.4.2)
474474
parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
475475
parser (3.3.10.2) sha256=6f60c84aa4bdcedb6d1a2434b738fe8a8136807b6adc8f7f53b97da9bc4e9357
476476
pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

β€Ždocs/_includes/head.htmlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@
9696
<!-- ai_widget_end -->
9797

9898
<style>
99+
.sidebar-right {
100+
display: none;
101+
}
99102
.compact-dl div {
100103
border: none !important;
101104
margin: 0;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[*]
2+
insert_final_newline = false
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
&nbsp;&nbsp;[!button variant="info" icon="alert" size="s" corners="pill" text="JavaScript Support Required!"](/resources/javascript)
1+
&nbsp;&nbsp;[!button variant="info" icon="alert" size="s" corners="pill" text="JavaScript Setup Required!"](/resources/javascript)

0 commit comments

Comments
Β (0)