A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.
40
fork

Configure Feed

Select the types of activity you want to include in your feed.

version bump

+1 -2
-1
lib/components/BlueskyPostList.tsx
··· 299 299 300 300 const isReply = !!parentUri; 301 301 const replyTargetHandle = replyParent?.author?.handle ?? parentHandle; 302 - const replyTargetName = parentDisplayName ?? replyTargetHandle ?? formatDid(parentDid ?? ""); 303 302 304 303 const postPreview = text.slice(0, 100); 305 304 const ariaLabel = text
+1 -1
package.json
··· 1 1 { 2 2 "name": "atproto-ui", 3 - "version": "0.11.3", 3 + "version": "0.12", 4 4 "type": "module", 5 5 "description": "React components and hooks for rendering AT Protocol records.", 6 6 "main": "./lib-dist/index.js",