Skip to content

Releases: PepperDash/essentials-devtools

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)

v1.0.0-various-fixes.2

05 May 20:50

Choose a tag to compare

Pre-release

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

Features

  • Add refresh button to ConfigFile component and improve loading state handling; adjust ListFiltersHeader styling (f13e6d6)

v1.0.0-various-fixes.1

05 May 20:28

Choose a tag to compare

Pre-release

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

Bug Fixes

  • improve build step error handling and update output directory (0cc1b15)
  • remove unused assets and update API parameter types (2c4932a)
  • update button variants in DebugConsole and clean up tsconfig.tsbuildinfo formatting (9f4f19f)
  • update loading message in ConfigFile component for clarity (bfbf535)
  • update programId retrieval to use import.meta.env for Vite compatibility (b8ff767)

Features

  • add CI workflows for building and versioning the application (45a1b43)
  • add ErrorBoundary and InitializationExceptions components, enhance Routing with dark mode and unconnected ports functionality (50184a1)
  • add GitHub Actions workflows for build and version management (d556d9f)
  • add mainlayout and mobilecontrol components to tsconfig (bea2535)
  • add Prettier and semantic-release configuration files (4c732d5)
  • add roomId selector and hook for common UI state management (ed760b9)
  • add routing feature with React Flow integration (e13afa6)
  • add semantic release configuration for automated versioning and changelog generation (e0e08ac)
  • add version check for routing feature availability (122704b)
  • Adds better formatting, config file component and device detail preliminary component (889626d)
  • adds modal and right drawer as well as dropdown for debug level (c531be0)
  • adds scrolling on versions, types and config file (7000ae0)
  • adds svgs and moves lifts ws and messages state up to App (5ab09e8)
  • Adds working proxy for local development (22d2f4e)
  • commit latest changes (33dd552)
  • enhance DebugConsole with connection failure alerts, improve MobileControl UI, and add TieLineEdge component for routing visualization (610788f)
  • enhance DeviceDetail and DeviceList components with improved UI and method execution functionality (64cf7ac)
  • Enhance documentation with authentication details, per-device log level filtering, and routing features (bf8c768)
  • Enhance navigation links with AppNavLink component and add disabled state styling (86a27c3)
  • enhance RoutingDeviceNode with hide functionality and improve layout (8ff88ed)
  • fixes text filtering, adds better console window styling adds status in top nav (34fbe89)
  • Gets RTKQ and redux store up and running (33d07c6)
  • gets scrolling working as intended and adds ability to prevent config from loading on boot (df50c12)
  • implement dynamic WebSocket reverse-proxy for debug sessions in Vite (5f21822)
  • Implement login functionality and API path management (b150ea4)
  • implement websocket connection management and state handling (9268755)
  • Initial commit (8dbca12)
  • integrate appId handling across components and enhance mobile control functionality (d88c36a)
  • integrate Monaco Editor for enhanced configuration viewing and add device feedbacks querying (d241f58)
  • Integrate search functionality in DebugConsole and ListFiltersHeader; enhance FilterSearchText for controlled mode (81494a1)
  • migrate from Create React App to Vite, update dependencies and configurations (eb0e34f)
  • more updates for scrolling and styling of debug console (6dcfbb0)
  • More work on main components (1f27a02)
  • progress on debug console (6a97c6a)
  • refactor CI workflows for building and versioning the application (47ed33f)
  • refactor routing and layout structure, enhance navigation with dynamic appId dropdown (cb5b37c)
  • remove Prettier and semantic-release configuration files (d970d86)
  • Remove tsconfig.tsbuildinfo file as part of project cleanup (ab75975)
  • Rename availableApps to discoveredApps in LoginForm and update safeAppId logic; refactor Routing and TopNav for improved readability and accessibility (1ba566f)
  • update .gitignore to exclude tsconfig.tsbuildinfo, fix URL in troubleshooting guide, and refactor useAppParams import (e393f72)
  • Update app version to 1.0.0-local, enhance TopNav component layout, and define APP_VERSION in Vite config (91933ba)
  • update download-artifact action to v4 in build-and-push workflow (0c90344)
  • update Node version to 22 in build workflow and refactor DeviceList styles (cded4b8)
  • Update routing for login and enhance LoginForm UI with title (9c79947)
  • update TopNav dropdown to handle empty appIdOptions and change base path in Vite config (8483048)
  • update upload-artifact action to v4 in get-version workflow (dfcb428)
  • Websocket debug messages working (de685b7)

v1.2.0

01 May 22:17
67c8f1a

Choose a tag to compare

1.2.0 (2026-05-01)

Features

  • Enhance navigation links with AppNavLink component and add disabled state styling (86a27c3)
  • Remove tsconfig.tsbuildinfo file as part of project cleanup (ab75975)
  • Rename availableApps to discoveredApps in LoginForm and update safeAppId logic; refactor Routing and TopNav for improved readability and accessibility (1ba566f)
  • Update app version to 1.0.0-local, enhance TopNav component layout, and define APP_VERSION in Vite config (91933ba)
  • Update routing for login and enhance LoginForm UI with title (9c79947)