Skip to content

Releases: bitsocialnet/bitsocial-react-hooks

v0.1.11

20 May 09:07

Choose a tag to compare

0.1.11

  • Bump @pkcprotocol/pkc-js from 0.0.33 to 0.0.35.

v0.1.10

15 May 11:36

Choose a tag to compare

0.1.10 (2026-05-15)

Bug Fixes

  • deps: upgrade pkc-js to 0.0.33 (3438c0d)

v0.1.9

10 May 08:39
2acf260

Choose a tag to compare

0.1.9 (2026-05-10)

Bug Fixes

  • deps: upgrade pkc-js to 0.0.30 (9942a82)

v0.1.8

07 May 09:27
d46dc3a

Choose a tag to compare

0.1.8 (2026-05-07)

v0.1.7

06 May 09:04

Choose a tag to compare

0.1.7 (2026-05-06)

Bug Fixes

  • comments: pass community identity to pkc comments (8db8b8c)

v0.1.6

05 May 07:00

Choose a tag to compare

0.1.6 (2026-05-05)

Bug Fixes

  • deps: resolve axios dependabot alerts (f05eac0)
  • deps: resolve dependabot alerts (805ac34)
  • replies: keep newly published account replies visible (96ab074)
  • tests: stop account hook suite OOM (1e217d6)

v0.1.5

02 May 08:50

Choose a tag to compare

0.1.5 (2026-05-02)

Bug Fixes

  • ci: fetch tags for release notes (6d22e9f)
  • replies: hide purged account replies (570a5f2)

v0.1.4

30 Apr 11:21

Choose a tag to compare

0.1.4 (2026-04-30)

Bug Fixes

  • ci: create GitHub release after publish (26562d5)
  • stores: dedupe pending comments after approval (1fe46f7)

v0.1.3

29 Apr 16:18

Choose a tag to compare

0.1.3 (2026-04-29)

Bug Fixes

  • accounts: use explicit RPC fallbacks for ETH defaults (b0c9907)

v0.1.2

20 Apr 15:10

Choose a tag to compare

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...
Read more