beads-ui 0.9.0 → 0.9.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.
- package/CHANGES.md +16 -0
- package/app/main.bundle.js +221 -206
- package/app/main.bundle.js.map +3 -3
- package/app/styles.css +24 -0
- package/package.json +1 -1
- package/server/list-adapters.js +18 -0
- package/server/subscriptions.js +10 -8
package/CHANGES.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changes
|
|
2
2
|
|
|
3
|
+
## 0.9.2
|
|
4
|
+
|
|
5
|
+
- [`ffa376c`](https://github.com/mantoni/beads-ui/commit/ffa376cab432b0e321232e8bc0de2caca20a6b17)
|
|
6
|
+
Filter tombstone epics in list adapter (#44) (Brent Traut)
|
|
7
|
+
|
|
8
|
+
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2026-01-22._
|
|
9
|
+
|
|
10
|
+
## 0.9.1
|
|
11
|
+
|
|
12
|
+
- [`bd6f412`](https://github.com/mantoni/beads-ui/commit/bd6f412570a6cb774a683106f9b6efa6ee0e318b)
|
|
13
|
+
Add dependency/dependent counts to issues list view (#35) (Enan Srivastava)
|
|
14
|
+
- [`c6391d1`](https://github.com/mantoni/beads-ui/commit/c6391d1b4ea98ae06ea5bc0c251da57123370ef4)
|
|
15
|
+
Fix stuck loading indicator during view switching (#28) (Ofer Shaal)
|
|
16
|
+
|
|
17
|
+
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2026-01-05._
|
|
18
|
+
|
|
3
19
|
## 0.9.0
|
|
4
20
|
|
|
5
21
|
- [`21fdde2`](https://github.com/mantoni/beads-ui/commit/21fdde230713a58001974db29caf288deeedb371)
|