Skip to content

Releases: carlonicora/nextjs-jsonapi

v1.81.0

26 Apr 18:36

Choose a tag to compare

1.81.0 (2026-04-26)

🚀 Features

  • rbac: add role-centric RBAC administration container (ebb246d)

v1.80.0

26 Apr 14:47

Choose a tag to compare

1.80.0 (2026-04-26)

🚀 Features

  • assistant-message: tabbed message sources panel with library-side fetch (66d874d)
  • group assistant and responder agents in a single call (31fbc4b)

v1.79.0

25 Apr 12:45

Choose a tag to compare

1.79.0 (2026-04-25)

🚀 Features

  • rbac: declarative matrix UI with sidebar + detail layout (dc72151)

💎 Styles

  • rbac: prettier reformat (38e5d39)

v1.78.0

23 Apr 09:31

Choose a tag to compare

1.78.0 (2026-04-23)

🚀 Features

  • assistant-message: add buildOptimistic factory for optimistic UI echo (d99495c)
  • assistant: add failedMessageIds + retrySend to context value (467f883)
  • assistant: chat UI redesign — polymorphic refs, thread context, sidebar (271698c)
  • assistant: error affordance + retry control on failed user messages (6907c40)
  • assistant: optimistic user-message echo on append (edce9dd)
  • assistant: track failed optimistic sends + support retrySend (3546f1b)
  • features/assistant: chat UI as library feature (281225b)

🐛 Bug Fixes

  • assistant: clear messages and reset URL on startNew (264d80d)
  • assistant: enhance AssistantProvider with breadcrumbs and title generation (60751b6)
  • assistant: resolve current user null issue on token update and enhance thread view logic (c712961)
  • auth: stop wiping currentUser when token cookie is absent (5782632)
  • MessageItem: streamline retry button implementation for failed messages (3ec6755)

💎 Styles

  • assistant-context: drop unused react-hooks/exhaustive-deps disable (69ac00e)
  • assistant: prettier auto-format carry-over from lint --fix (a335f38)
  • features/assistant: format via lint --fix (cc99ed0)

📦 Code Refactoring

  • assistant: fix server/client boundary — dehydrate props, drop AssistantsView middleman (42dcc88)
  • auth: await updateToken before writing userAtom in refreshUser (ccc425d)
  • tests: simplify JSX structure in CurrentUserContext tests (337a0c7)

🚨 Tests

  • assistant: lock in optimistic echo for first-message (new-thread) flow (502b738)

v1.77.3

16 Apr 20:03

Choose a tag to compare

1.77.3 (2026-04-16)

🐛 Bug Fixes

  • avoid errors on empty vapid keys (1e75d01)

v1.77.2

14 Apr 22:53

Choose a tag to compare

1.77.2 (2026-04-14)

♻️ Chores

  • update Node.js version to 24 and remove npm upgrade step (fc60455)

v1.77.1

31 Mar 07:57

Choose a tag to compare

1.77.1 (2026-03-31)

📦 Code Refactoring

  • consolidate imports from contexts and adjust spacing in RoundPageContainer (672fbbc)

v1.77.0

30 Mar 06:40

Choose a tag to compare

1.77.0 (2026-03-30)

🚀 Features

  • update EditorSheetProps to use ReactNode for title and description (3fbdf96)

v1.76.0

28 Mar 14:46

Choose a tag to compare

1.76.0 (2026-03-28)

🚀 Features

  • add useRef to track dialog open state in EditorSheet and reset form accordingly (e472bb5)

v1.75.0

26 Mar 15:00

Choose a tag to compare

1.75.0 (2026-03-26)

🚀 Features

  • implement EntityMultiSelector component and integrate into forms (f3cbf8e)
  • refactor HowToMultiSelector and UserMultiSelect to use EntityMultiSelector component (8f7eb68)