> ## Documentation Index
> Fetch the complete documentation index at: https://learn.social.plus/llms.txt
> Use this file to discover all available pages before exploring further.

# Web (React)

> On this page, you will find an overview of all relevant changes to the Social Plus UIKit

<Update label="4.18.0  (03/07/2026)" tags={["New Releases","Improvements"]}>
  ## 🚀 New Features

  #### For You Feed

  Added the personalized **For You** feed, gated by network-level configuration, with the option to default the social home to the For You feed.

  #### Shareable Event Links

  Added the ability to share event links, including a copy-link action in the event share menu.

  #### Color Token

  Upgraded color token placements to better fit dark theming colors

  ## 🐞 Bug Fixes

  * Fixed non-members receiving incorrect toast when reporting a post.
  * Fixed the clip comment list showing all comments instead of the relevant thread.
  * Fixed pending posts not being shown.
  * Fixed assorted icon and color issues, including the create-community camera icon, disabled vote button opacity, and empty-feed text.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library         | Version |
      | :-------------- | :------ |
      | @amityco/ts-sdk | 7.23.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.17.3  (17/06/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed embedded UIKit components (such as the comment tray) scrolling the host page to the top on mount. The popup scroll lock is now only applied and restored around an actual open → close cycle.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.17.2  (12/06/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed broadcaster portrait livestream not displaying in the correct orientation.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.17.1  (08/06/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed input focus being lost while typing in form fields.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.17.0  (05/06/2026)" tags={["New Releases","Improvements"]}>
  ## 🚀 New Features

  #### Visitor Usage Limit Page

  Added `VisitorUsageLimitPage` , a full-screen error shown when a visitor exceeds their daily read quota. Two new `AmityGlobalBehavior` overrides let you customise the experience:

  * `handleVisitorUsageLimitReached()` — replace the default full-page error with your own UI
  * `handleVisitorUsageLimitSignIn()` — replace the default sign-in toast with navigation to your own sign-in screen

  ## 🐞 Bug Fixes

  * Fixed livestream chat not connecting to the correct community for event-linked livestreams.
  * Fixed localization not applied to the edit post form.
  * Fixed incorrect permission check causing unintended post action restrictions.
  * Fixed cohost invite handling when the referenced post is hidden.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.16.3  (28/05/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed mention item click not responding when selected from the suggestion list.
  * Fixed mention trigger input not activating the suggestion popover correctly.
  * Fixed missing `displayName` prop in user-facing components.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.16.0  (15/05/2026)" tags={["New Releases","Improvements"]}>
  ## 🚀 New Features

  #### Social Localization

  All UI strings are now externalised into string resource files, enabling custom translations and runtime language switching. Developers can add any language by providing translated resource files without modifying application code. See the [Localization guide](/uikit/customization/localization) for setup instructions and platform-specific details.

  ## 🐞 Bug Fixes

  * Fixed create comment failing silently due to incorrect option handling.
  * Fixed deleted reply tag still appearing in comment threads.
  * Fixed missing auto link preview on posts.
  * Fixed visitor toast notification behavior.
  * Fixed clip menu click handling.

  ## ✨ Improvements

  * Upgraded `@amityco/ts-sdk` dependency to `>=7.21.0`.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.15.0  (28/04/2026)" tags={["New Releases"]}>
  * Version 4.15 Stable release

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.15.0-beta.10  (24/04/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed the livestream badge on the user profile feed overlapping the header when scrolling on mobile.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.15.0-beta.8  (03/04/2026)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Product Tag Click Handlers in Global Behavior

  Add `onPostProductTagClick` and `onLivestreamProductTagClick` callbacks in `AmityGlobalBehavior`, enabling custom handling of product tag interactions in posts and livestreams.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.15.0-beta.7  (27/03/2026)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Multi-Level Reply Rendering

  Add multi-level reply rendering with optimistic reply support.

  #### Expand Replies with Load More

  Add expand replies with load more support.

  #### URL/Hyperlink Text in Comments

  Add URL/hyperlink text support in comments.

  #### Portrait Livestream Thumbnail Placeholder

  Add portrait livestream thumbnail placeholder.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.15.0-beta.5  (20/03/2026)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Product Tagging in Posts

  Support product tagging in post composer — tag products via `@` text mention or per-media tag button with up to 20 products per post. Tagged products display as a list below post content.

  #### Livestream Product Tagging

  Support product management in livestreams — hosts and co-hosts can tag, pin, and remove products during broadcasts. Viewers browse tagged products via a scrollable overlay with real-time pinned product display.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.15.0-beta.4  (04/03/2026)" tags={["New Releases"]}>
  ## 🚀 New Features

  * Fallback to `SocoalHomePage` when there's no page left in the stack.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.15.0-beta.3  (13/02/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed channel creation modal crash

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.15.0-beta.2  (30/01/2026)" tags={["New Releases,Improvements"]}>
  ## 🚀 New Features

  #### Livestream Analytics

  Viewers watching sessions are captured automatically on UIKit

  ## 🐞 Bug Fixes

  * Fixed toast notification positioning
  * Fixed UI interaction issues (focus, z-index, navigation)
  * Fixed content and link handling

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.15.0-beta.1  (24/12/2025)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Event Scheduling

  Introduce Event scheduling with functionalities such as RSVP, reminders, discussion, and livestreaming

  #### Co-Streaming

  Introduce an ability to invite a viewer to co-stream a livestream session for livestram in communities

  #### Livestream Creation

  Support Livestream creation in desktop mode

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.13.1  (06/10/2025)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Public Access

  * Support visitor and bot access.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.14.0  (17/10/2025)" tags={["New Releases,Improvements"]}>
  ## 🚀 New Features

  #### Post structure compatibility

  * Ensure UIKit only query for posts that can be rendered.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.13.1  (06/10/2025)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Public Access

  * Support visitor and bot access.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.12.0  (11/09/2025)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Image Poll Post

  * Poll post now support having images as options.
  * Add an ability update poll answer.

  #### Post title

  * Post can now be created with an optinal title.

  #### Hashtag

  * Add hashtag support on Post.
  * Enable Post search by hashtag.

  #### Reaction Options

  * Add Multiple reaction options support.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.11.0  (18/07/2025)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Livestream chat & reactions

  * Introduce an ability to chat in a community's livestream.
  * Introduce an ability to send reaction in a community's livestream.

  #### Clip post

  * Introduce an ability create and view a clip post (vertically scrolling video).

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config | Version |
      | :----- | :------ |
      | NodeJS | >= v16  |
      | PNPM   | >= v8   |
      | React  | >= v18  |
    </Accordion>
  </AccordionGroup>
</Update>
