Skip to main content
Version: 2.2.0

Changelog

@mssfoobar/ian-app

1.0.2

  • Upgrade dependencies:
    • Go to v1.25.3 to fix security vulnerabilities
  • Update dockerfile:
    • Update base image to golang:1.25.3
    • Add GITHUB_USERNAME and GITHUB_TOKEN to build docker image
  • Swagger UI

1.0.1

  • Bugs fix in In-app Notification

1.0.0

Initial release - view the IAN docs for more information.

The In-App Notifications (IAN) module provides three frontend components: Toast, Notification Badge, and Dropdown Menu, as well as the backend API service.

Features

  • Toast Notification: A real-time toast notification.
  • Notification Badge
  • Dropdown Menu: The dropdown menu is expanded by clicking on the notification badge, including list of notifications.

@mssfoobar/ian-web

1.0.5

Patch Changes

  • Update Node.js and dependency version to address security vulnerabilities.
  • Migrate to latest web-base with SDS integration.

1.0.4

Patch Changes

  • Remove UNREAD toggle, return the mark-all button and update small UI

1.0.3

Patch Changes

  • Update Toast and Access Panel UI

1.0.2

What's Changed

  • Refactor calculateTimeDifference and categorizeMessages functions
  • Update ian-web with new headerbar and sidebar
  • Refine toast UI

1.0.1

What's Changed

  • Add infinite scroll, notification with icon, and event listener for RNR module
  • Fix notification taking too long to close and not closing on click
  • Improve the logic for updating notification store and handling update message status

1.0.0

Initial release - view the IAN docs for more information.