ukis-frontend-libraries icon indicating copy to clipboard operation
ukis-frontend-libraries copied to clipboard

A collection of angular ui-components, services, interfaces... to help you create geospatial mapping applications for the web.

Results 18 ukis-frontend-libraries issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 4.5.3 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `vite` from 4.4.7 to 4.5.3 Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix:...

dependencies

Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

## Description The main map libraries using OpenLayers, CesiumJS and Maplibre should be updated to newer versions. The update of major versions in the map dependencies can be regarded as...

enhancement
BREAKING CHANGE
dependencies

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

## Description We're close to issuing a ukis-version 8.0. To this occasion, maybe cleaning up some places in the code could be useful. Last time we did that, there were...

enhancement
needs investigation

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

## Description Currently, releasing new versions requires a lot of manual work and time for reviewers. - https://github.com/dlr-eoc/ukis-frontend-libraries/discussions/82 - https://github.com/dlr-eoc/ukis-frontend-libraries/issues/62 - https://github.com/dlr-eoc/ukis-frontend-libraries/issues/143 - https://github.com/dlr-eoc/ukis-frontend-libraries/issues/79 - https://github.com/dlr-eoc/ukis-frontend-libraries/issues/129 Maybe we can automate...

enhancement

## Description Currently angular Change Detection is triggered on every mouse `move`/`click`/`zoom`/`view change`... Maybe we can reduce some not needed checks. They are definitely needed for: - popups - ......

enhancement

## Description I propose to include current map projection into mapState object, next to the coordiantes, zoom and time. * What is it useful for? it can be useful for...

enhancement