All release notes

v1.133.2

2 fixes

Refine toast notification handling in Layout component

  • Updated type assertion for toast method to improve type safety and clarity.
  • Ensured proper invocation of the toast method with a fallback for the message parameter.

Improve BottomSheet overlay behavior and toast notification duration

  • Added useLayoutEffect to clear overlay styles on sheet close, ensuring smooth transitions.
  • Implemented useEffect to manage overlay pointer events post-close, preventing interaction issues.
  • Updated toast notifications to include a duration of 4000ms for better user experience.
  • Refactored date formatting in profile page to utilize a new utility function for consistent month-year display.