Releases: bitsocialnet/bitsocial-react-hooks
Releases · bitsocialnet/bitsocial-react-hooks
v0.1.11
v0.1.10
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
0.1.2 (2026-04-20)
Bug Fixes
- accounts-store: add fetching link dimensions state (15cf17f)
- accounts-store: add fetching link dimensions state (f226408)
- accounts-store: dont mutate subscriptions array (a3088a3)
- accounts-store: instantly return account comment index from usePublishComment (3e16386)
- accounts-store: only fetch 10 comment updates on init, it slows down fetching comments/subs (e45f527)
- accounts-store: subscribe and block actions add to db async, so feedback is more instant (d551fd5)
- accounts-store: validate replies notifications properly (9e7b06b)
- accounts: address account history review regressions (fbe9c3d)
- accounts: address final account history review findings (7feb65d)
- accounts: align pending comment failure state with plebbit-js (#48) (a9f7111)
- accounts: compact legacy stored account comments (#44) (5f90193)
- accounts: deeply compact stored account comments (#46) (f2f8b4c)
- accounts: defer moderation rollback until edit is stored (b59b8a0)
- accounts: optimistically remove pending comment on abandon delete (bde1501)
- accounts: preserve legacy publication field names (#29) (dc23dca)
- accounts: roll back failed optimistic comment edits (#34) (45aa5f6)
- accounts: rollback terminal comment edit challenge failures (#35) (d8af0ad), closes #33
- accounts: simplify account history query naming (38a67e3)
- accounts: stabilize account history e2e paths (b9705b6)
- accounts: start comment moderation publish earlier (10ef375)
- accounts: stop auto-generating sol wallets (2eab3dc), closes #20
- accounts: stop stale moderation edits from sticking (f8af7b6)
- accounts: switch default eth rpc to publicnode (85d3ee4)
- actions: add exports and test (b298a50)
- actions: ignore stale usePublishComment updates after abandon (cb0ad7e)
- actions: implement usePublishCommentModeration (1a8a5c1)
- address community refactor follow-up bugs (#24) (1c38324), closes #22
- authors-comments-store: scrolling comments stalls sometimes (173b214)
- authors-comments: tolerate React 19 batching off-by-one in discover lastCommentCid test (20676f8)
- authors: align author name resolution with pkc-js (#53) (3294f39)
- authors: support .bso author address resolution (35da119), closes #21
- authors: undefined useAuthorAddress with argument accountComment before challenge verification (6ec824e)
- build: remove consumer patch requirements (#50) (cd76e12)
- build: support TypeScript 6 compiler checks (29cd3e6)
- chain: auto generated wallets had timestamps in ms, not seconds (24f2373)
- ci: align browser e2e pkc options (b29ca70)
- ci: avoid husky during yarn install (a3c2184)
- ci: disable husky during yarn install to prevent git dependency postinstall failure (9dd99f7)
- ci: drop legacy yarn install flags (5921bde)
- ci: push dist auto-commit from branch instead of detached HEAD (57a3921)
- ci: reduce e2e debug output (ce7eeb1)
- ci: remove setup-node yarn cache (ec3a133)
- ci: replace tsgo with tsc in type-check script (5b2144d)
- ci: retry yarn install with cache clean on corrupt tar extraction (434bec2)
- ci: skip non-e2e build scripts during checks install (c7f18d9)
- ci: use --network-concurrency 1 to avoid yarn v1 parallel tar extraction race (2073797)
- comments: address PR 31 review follow-ups (#32) (0b0d635)
- comments: new comments shouldnt show updating state for 5 minutes (1691bdf)
- comments: plebbit.createComment throws adds useComment().error (8ff7aba)
- comments: resolve pending mod-queue comments without updatedAt in useComment path ([7236fc4](7236fc...