Releases: eclipse-docks/core
Release v0.7.50
Changes since v0.7.49:
a7a1cac feat: add vite-plugin-local-aliases entry to Vite configuration for improved module resolution
packages/core/vite.config.ts | 1 +
1 file changed, 1 insertion(+)
Release v0.7.49
Changes since v0.7.48:
575d80b feat: add local aliases plugin entry to package.json for improved import handling
packages/core/package.json | 4 ++++
1 file changed, 4 insertions(+)
Release v0.7.48
Changes since v0.7.47:
d10c668 refactor: remove optimization and manual chunking configurations from Vite setup to simplify build process
packages/app/vite.config.ts | 10 ----------
1 file changed, 10 deletions(-)
4d43c59 feat: introduce extension aliases plugin to streamline package imports in Vite configuration
package-lock.json | 848 ++++++++++++---------
package.json | 2 +-
packages/app/vite.config.ts | 58 +-
packages/core/src/vite-plugin-local-aliases.ts | 122 +++
.../template/packages/app/vite.config.ts | 13 +-
5 files changed, 657 insertions(+), 386 deletions(-)
Release v0.7.47
Changes since v0.7.46:
48735fd fix: add null checks in LyraTabs methods and enhance token estimation logic in TokenEstimator for better error handling
packages/core/src/parts/tabs.ts | 12 ++++++-----
.../src/tools/token-estimator.ts | 23 +++++++++++++++++++---
2 files changed, 27 insertions(+), 8 deletions(-)
61966c2 Update README.md to enhance clarity and usability of Eclipse Lyra documentation. Key changes include a refined project description, improved getting started instructions, and a more structured overview of the architecture for app authors. Added details on creating a new app and exploring internals using DeepWiki.
README.md | 169 +++++++++++++++++++++++---------------------------------------
1 file changed, 63 insertions(+), 106 deletions(-)
Release v0.7.46
Update Summary:
- Enhanced accessibility of the icon library by exporting the
registerIconLibraryfunction from the WebAwesome module. This improvement allows for easier integration and usage of icons in your projects.
Release v0.7.45
This commit focuses on improving the organization of the codebase by removing direct API imports from the extension catalog packages. This change streamlines the public API usage, enhancing overall efficiency and maintainability of the application.
Release v0.7.44
Summary of Recent Git Commits
- Feature Enhancement: Introduced a new icon utility that standardizes icon rendering across various components, ensuring a more cohesive user interface.
- Code Refactoring: Removed the outdated
lyra-iconcomponent, streamlining the codebase and improving maintainability. - Improvements: Various components were updated to utilize the new icon utility, enhancing consistency in icons throughout the application.
These changes aim to provide users with a more uniform and aesthetically pleasing experience while interacting with the application.
Release v0.7.43
Summary of Recent Commits:
- Feature Enhancement: Improved file handling capabilities in both IDBFileResource and WebDAVClient, now supporting ReadableStream for better data processing and management.
This update enhances the user experience when working with files, making it more efficient and versatile.
Release v0.7.42
Summary of Recent Updates
New Features:
- Introduced the Eclipse Lyra Extension Catalog, providing initial implementation and integration into the application, enhancing the extension management experience.
Improvements:
- Expanded the DuckDB extension with new SQL aggregation functions and sample notebooks, improving data handling capabilities.
- Enhanced the Notebook extension with additional sample notebooks that support various programming concepts and data interactions.
- Improved the Pglite extension with new SQL samples and functionality, enabling better database management and query demonstration.
Fixes:
- Various improvements across multiple packages to enhance stability and performance, including updates to the app configuration and core extension registry.
This update significantly enriches user experience by adding new functionalities and improving existing extensions within the app.
Release v0.7.41
Commit Summary:
- Improved tab management and signal handling by establishing a clearer division of responsibilities between the LyraTabs and EditorRegistry components.
- This enhancement streamlines the user experience when managing tabs within the application.