Skip to content

Latest commit

 

History

History
126 lines (60 loc) · 5.61 KB

CHANGELOG.md

File metadata and controls

126 lines (60 loc) · 5.61 KB

Changelog

0.3.0 (2024-09-30)

Features

0.2.2 (2024-09-17)

Performance Improvements

  • ⚡ improve performence list services (9e13675)

0.2.1 (2024-09-17)

Performance Improvements

  • improve performence list services (989e513)

0.2.0 (2024-09-06)

Features

  • implement login with sso (1c79c83)

Bug Fixes

  • correct fetch services using search (706d5dd)
  • correct select option (757b0ad)

Performance Improvements

  • implement modular for form service (0455414)

0.1.7 (2024-08-27)

Miscellaneous Chores

0.1.6 (2024-08-27)

Bug Fixes

  • correct current page if query is exist (e7ddd29)
  • correct services fallback when page size in odd (c9ed294)
  • use default for limit or page if not valid (42b8cae)

0.1.5 (2024-08-27)

Performance Improvements

  • configure profiling using sentry (e228fb9)

0.1.4 (2024-08-26)

Bug Fixes

  • correct only super user can delete team (bf64e87)

0.1.3 (2024-08-25)

Bug Fixes

  • correct configure sentry release (1c021d9)

0.1.2 (2024-08-25)

Bug Fixes

  • correct handle response status 204 (3c84ec0)
  • handle modal delete service and team (70999c5)

0.1.1 (2024-08-25)

Bug Fixes

  • correct call as async when delete service or service (6c64e08)
  • correct type props as promise (df78694)

Performance Improvements

  • implement sentry (a03dc58)
  • implement suspense and fallback in list service (884b7e2)
  • update params based on filter (82c8de9)

0.1.0 (2024-08-25)

Features

  • add modal when delete service or team (70debf3)

Bug Fixes

  • correct directory workflow (d4fdee9)
  • correct username copy to clipboard (07806af)
  • page size must be even (184862a)
  • send empty array if tag not selected (d8b4197)
  • use notification from app (6fb3813)

Performance Improvements

  • use Link instead of default in breadcrumbs (41a8541)

Miscellaneous Chores