Skip to content

Releases: erdalkaraca/geospace

Release 1.3.13

19 Apr 08:33

Choose a tag to compare

Commit Summary:

  • Fix: Corrected the import path for the appSplashPlugin to ensure it uses the appropriate package from Eclipse Docks. This update enhances the reliability of the application.

Release 1.3.12

19 Apr 08:27

Choose a tag to compare

Summary of Recent Updates

  • Dependency Upgrades: The application has been updated to include the latest dependency versions, enhancing performance and security.
  • User Interface Improvement: The loading overlay has been removed from the main interface, streamlining the user experience.
  • Code Refactoring: Enhancements have been made to the gs-map-props component for better integration with the new command element, leading to improved functionality.

Release 1.3.11

09 Apr 16:10

Choose a tag to compare

Summary of Recent Git Commits

  • Feature Migration: The project has transitioned from Eclipse Lyra to Eclipse Docks, enhancing the overall architecture and compatibility.

  • Dependency Updates: Multiple packages have been updated to improve performance and security, ensuring the project remains up-to-date with the latest standards.

  • Codebase Refinement: Various files across the application have undergone refactoring to simplify the code structure and improve maintainability without altering existing functionalities.

  • Overall Improvement: Users can expect a more robust and efficient application with the latest updates, leading to better performance and user experience.

Release 1.3.10

26 Mar 10:57

Choose a tag to compare

Summary of Recent Updates

  • Dependency Upgrades: The project has been updated to use TypeScript 6.0.0 and Vite 8.0.0, improving overall performance and compatibility.

  • Enhanced Debugging: Launch configurations have been improved for debugging PBF processing, making it easier for developers to troubleshoot issues.

  • General Maintenance: Several packages have been refined, including updates to package files and configuration settings, which enhance stability and functionality across the board.

These updates collectively contribute to a more robust and efficient development environment.

Release 1.3.9

20 Mar 11:22

Choose a tag to compare

Changes since 1.3.8:

c954deb feat: add offline PBF filepre- processing and logging to routx-wasm
packages/extension-routing/.gitignore | 2 +-
packages/extension-routing/package.json | 7 +-
packages/extension-routing/routx-wasm/Cargo.lock | 211 ++++++++++++++++++++++
packages/extension-routing/routx-wasm/Cargo.toml | 10 +
packages/extension-routing/routx-wasm/src/lib.rs | 31 +++-
packages/extension-routing/routx-wasm/src/main.rs | 39 ++++
packages/extension-routing/src/bin/pbf-to-routx | Bin 0 -> 2836840 bytes
packages/extension-routing/src/routing-service.ts | 62 ++++---
8 files changed, 330 insertions(+), 32 deletions(-)

Release 1.3.8

19 Mar 16:25

Choose a tag to compare

Changes since 1.3.7:

e3edfad feat: add toolbar contributions for map editor and extend toolbar context events
packages/extension-map-editor/src/geo.ts | 10 +
.../src/gs-map-editor-contributions.ts | 59 ++++++
.../src/gs-map-editor-toolbar-events.ts | 16 ++
packages/extension-map-editor/src/gs-map-editor.ts | 181 +++++++++++++----
packages/extension-map-editor/src/gs-signals.ts | 2 +-
.../src/map-editor-toolbar-extension.ts | 15 ++
packages/extension-mapbuilder/src/loader.ts | 2 +-
packages/extension-routing/src/loader.ts | 222 ++-------------------
packages/extension-routing/src/routing-actions.ts | 137 +++++++++++++
packages/extension-routing/src/routing-service.ts | 69 ++++++-
packages/extension-routing/src/routing-toolbar.ts | 210 +++++++++++++++++++
packages/extension-routing/src/routing-worker.ts | 12 ++
packages/extension-routing/tsconfig.json | 4 +-
13 files changed, 684 insertions(+), 255 deletions(-)
6c9114d chore: update @eclipse-lyra extensions to version 0.7.55 and refactor gs-map-editor and gs-map-props components to remove unnecessary toolbar updates
package-lock.json | 114 ++++++++++-----------
packages/extension-map-editor/src/gs-map-editor.ts | 26 ++---
packages/extension-mapprops/src/gs-map-props.ts | 16 +--
3 files changed, 75 insertions(+), 81 deletions(-)

Release 1.3.7

17 Mar 20:20

Choose a tag to compare

Changes since 1.3.6:

33e402b fix: vite worker issue
packages/extension-routing/src/routing-service.ts | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Release 1.3.6

17 Mar 19:58

Choose a tag to compare

Changes since 1.3.5:

89846d5 feat: new extension for in-browser routing using rust routx
package-lock.json | 138 +++---
packages/app/package.json | 1 +
packages/app/src/main.ts | 2 +
.../src/iframe-map-renderer.ts | 8 +
.../extension-map-editor/src/iframe-messaging.ts | 15 +
packages/extension-routing/.gitignore | 2 +
packages/extension-routing/README.md | 51 +++
packages/extension-routing/package.json | 23 +
packages/extension-routing/routx-wasm/Cargo.lock | 284 ++++++++++++
packages/extension-routing/routx-wasm/Cargo.toml | 13 +
packages/extension-routing/routx-wasm/src/lib.rs | 232 ++++++++++
packages/extension-routing/src/index.ts | 10 +
packages/extension-routing/src/loader.ts | 508 +++++++++++++++++++++
.../src/routing-graph-selector.ts | 105 +++++
packages/extension-routing/src/routing-service.ts | 158 +++++++
packages/extension-routing/src/routing-worker.ts | 185 ++++++++
packages/extension-routing/src/routx_wasm.d.ts | 18 +
packages/extension-routing/src/routx_wasm.js | 241 ++++++++++
packages/extension-routing/src/routx_wasm_bg.wasm | Bin 0 -> 498106 bytes
packages/extension-routing/tsconfig.json | 12 +
packages/gs-lib/src/map-renderer.ts | 27 +-
packages/gs-lib/src/ml/maplibre-map-renderer.ts | 14 +-
packages/gs-lib/src/ol/openlayers-map-renderer.ts | 24 +-
packages/src/routx_wasm.js | 189 ++++++++
packages/src/routx_wasm_bg.wasm | Bin 0 -> 473027 bytes
25 files changed, 2191 insertions(+), 69 deletions(-)
4a9df5b Enhance Vite configuration to include 'gs-lib' folder prefix in local aliases, improving path resolution for project modules.
packages/app/vite.config.ts | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
3703b7b Update dependencies for Eclipse Lyra extensions to version 0.7.52 and refactor Vite configuration to improve path handling and plugin integration. This enhances project organization and ensures consistency across the codebase.
package-lock.json | 142 +++++++++++++++++++++++---------------------
packages/app/vite.config.ts | 70 ++++++++++++----------
2 files changed, 112 insertions(+), 100 deletions(-)
495a35f Refactor app name and clean up whitespace in main.ts
packages/app/src/main.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Release 1.3.5

16 Mar 08:27

Choose a tag to compare

Summary of Git Commits:

  • Dependency Updates: Updated multiple Eclipse Lyra extensions to the latest version for improved functionality.
  • Configuration Improvements: Refined project configuration for better path handling, enhancing overall project organization.
  • Code Consistency: Adjusted imports in key application files and webawesome integration to ensure uniformity across the codebase.
  • Package Enhancements: Enhanced the gs-lib package to include new entry points for additional modules, expanding its usability.

These changes contribute to a more stable and efficient development environment.

Release 1.3.4

15 Mar 15:09

Choose a tag to compare

Summary of Recent Updates

  • Dependency Updates: The project has been refreshed with updated dependencies to enhance stability and performance.

  • Catalog Integration Restructuring: Significant improvements have been made to the catalog integration, streamlining its functionality and improving user experience.

  • Feature Removals: Several features related to the extension catalog have been removed to simplify the codebase and focus on core functionalities.

  • General Improvements: Various components across extensions have undergone optimization, resulting in a cleaner and more efficient structure.

This update aims to provide users with a more robust and user-friendly experience while maintaining a focus on essential features.