Skip to content

Releases: PepperDash/essentials-devtools

v1.5.0

12 Jun 21:13
4655221

Choose a tag to compare

1.5.0 (2026-06-12)

Bug Fixes

  • update DebugSession interface to use fallbackUrl and correct join function logic (bd56c6a)
  • update websocket handling to support multiple failed URLs (ff72398)

Features

  • enhance WebSocket connection handling with fallback URL support (d99a587)

v1.4.0-various-fixes.3

12 Jun 21:06

Choose a tag to compare

Pre-release

1.4.0-various-fixes.3 (2026-06-12)

Bug Fixes

  • update DebugSession interface to use fallbackUrl and correct join function logic (bd56c6a)
  • update websocket handling to support multiple failed URLs (ff72398)

v1.4.0-various-fixes.2

12 Jun 20:29

Choose a tag to compare

Pre-release

1.4.0-various-fixes.2 (2026-06-12)

Features

  • enhance WebSocket connection handling with fallback URL support (d99a587)

v1.4.0

22 May 16:15
18afbe2

Choose a tag to compare

1.4.0 (2026-05-22)

Bug Fixes

  • Filter out empty tokens when splitting search text in FilterSearchText component (75e3d5a)
  • Standardize import statements and improve code formatting in DebugConsole, DebugFilters, DeviceFilterDropdown, and LoginForm components (ea297de)

Features

  • Add export log functionality to DebugConsole component (bc8b499)
  • closes #30 (865741e)

v1.4.0-various-fixes.1

21 May 22:47

Choose a tag to compare

Pre-release

1.4.0-various-fixes.1 (2026-05-21)

Bug Fixes

  • Filter out empty tokens when splitting search text in FilterSearchText component (75e3d5a)
  • Standardize import statements and improve code formatting in DebugConsole, DebugFilters, DeviceFilterDropdown, and LoginForm components (ea297de)

Features

  • Add export log functionality to DebugConsole component (bc8b499)
  • closes #30 (865741e)

v1.0.0-various-fixes.6

21 May 16:50

Choose a tag to compare

Pre-release

1.0.0-various-fixes.6 (2026-05-21)

Bug Fixes

  • Filter out empty tokens when splitting search text in FilterSearchText component (75e3d5a)
  • Standardize import statements and improve code formatting in DebugConsole, DebugFilters, DeviceFilterDropdown, and LoginForm components (ea297de)

v1.3.0

07 May 16:07
804d099

Choose a tag to compare

1.3.0 (2026-05-07)

Bug Fixes

  • Ensure FilterSearchText handles undefined onSearchChange gracefully (c5bd41c)
  • Improve error handling for invalid credentials in LoginForm component (c801ea5)

Features

  • Add refresh button to ConfigFile component and improve loading state handling; adjust ListFiltersHeader styling (f13e6d6)
  • Add version display to LoginForm component for better user awareness (afd3fc5)
  • Integrate search functionality in DebugConsole and ListFiltersHeader; enhance FilterSearchText for controlled mode (81494a1)

v1.0.0-various-fixes.5

07 May 15:36

Choose a tag to compare

Pre-release

1.0.0-various-fixes.5 (2026-05-07)

Bug Fixes

  • Improve error handling for invalid credentials in LoginForm component (c801ea5)

v1.0.0-various-fixes.4

05 May 21:08

Choose a tag to compare

Pre-release

1.0.0-various-fixes.4 (2026-05-05)

Bug Fixes

  • Ensure FilterSearchText handles undefined onSearchChange gracefully (c5bd41c)

v1.0.0-various-fixes.3

05 May 21:01

Choose a tag to compare

Pre-release

1.0.0-various-fixes.3 (2026-05-05)

Features

  • Add version display to LoginForm component for better user awareness (afd3fc5)