recourse 5.6.0 → 5.6.1
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 +9 -0
- data/lib/recourse/assets.rb +1 -1
- data/lib/recourse/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35965cb0f94b2d2fca0366cea985b802e99b777307c665028a112cab73bd37e4
|
|
4
|
+
data.tar.gz: 3ba554f83c3f8a9525482ea3df5a5d8c41356fc00897a25d5bce865c36f90792
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a562bc4ad1b45cb1f29a82fe2bb81a69d85d59771becf9761da3cc4ef34dbbd14f6e251f5904fa0b0a42104cfdbe295bbdfdc191704284eb6f069bed5574daf2
|
|
7
|
+
data.tar.gz: d71660925c2cf5cc173240c7404254e1f0a5ff3bf1a9c75d8dc7a9a5856266fa21f2622cd0f1fb9fd1e65afccbf2472b5c8627bb89582e4656ca0072db18aea3
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ For more information about changelogs, check [Keep a Changelog](http://keepachan
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## 5.6.1 - 2026-09-18
|
|
11
|
+
|
|
12
|
+
* [Change] The pinned bundle is `houseaccount@0.14.2`
|
|
13
|
+
|
|
14
|
+
A conversation reads at the house's own size wherever it is drawn, a bubble inside a flow
|
|
15
|
+
is read from its start, and a focus ring is no longer painted over by the link below it.
|
|
16
|
+
These pages compact their body type for tables dense with figures, which is what made the
|
|
17
|
+
first of those visible here.
|
|
18
|
+
|
|
10
19
|
## 5.6.0 - 2026-09-18
|
|
11
20
|
|
|
12
21
|
* [Feature] A table can be dragged into an order
|
data/lib/recourse/assets.rb
CHANGED
|
@@ -5,7 +5,7 @@ module Recourse
|
|
|
5
5
|
# release. A published version is never written again, so the bytes behind these URLs
|
|
6
6
|
# cannot move under us, and a change to the bundle reaches these pages when somebody
|
|
7
7
|
# moves this line and not before.
|
|
8
|
-
BUNDLE = '0.14.
|
|
8
|
+
BUNDLE = '0.14.2'
|
|
9
9
|
|
|
10
10
|
class << self
|
|
11
11
|
# Where that release is served from, with no trailing slash. jsdelivr's copy of the
|
data/lib/recourse/version.rb
CHANGED