Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CADENZA-37531 and CADENZA-38242: #67

Merged
merged 23 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
573cba3
CADENZA-37531 and CADENZA-38242:
Nov 19, 2024
bb07d4f
Slb/cadenza 37667 (#61)
qulol Nov 7, 2024
6d734e6
chore: release 10.2.3
github-actions[bot] Nov 7, 2024
dac7756
chore: bump up version to 10.2.4-dev
github-actions[bot] Nov 7, 2024
d0f5d30
undo broken release
jkissel Nov 7, 2024
2913f2e
TENT-5976 fix: Release to NPM before bumping up project version to n…
sebastianbarth-disy Nov 7, 2024
faabf5d
TENT-5976 fix: Also commit changes to package-log.json after version …
sebastianbarth-disy Nov 7, 2024
3949d27
TENT-5976 fix: Use v prefix for tags and release upload on GitHub
sebastianbarth-disy Nov 7, 2024
9ff7d71
CADENZA-37830 CADENZA-37929 feat: Document support to show, fetch and…
sebastianbarth-disy Nov 6, 2024
5297e90
chore: release 10.2.3
github-actions[bot] Nov 8, 2024
0a3e3e3
chore: bump up version to 10.2.4-dev
github-actions[bot] Nov 8, 2024
fd2f73d
TENT-5976 fix: Remove v prefix for NPM RELEASE_TAG
sebastianbarth-disy Nov 8, 2024
3e27d41
Merge branch 'main' into slb/CADENZA-37531
klschm Nov 19, 2024
cc08b7e
CADENZA-37531 and CADENZA-38242:
Nov 19, 2024
352baec
CADENZA-37531 and CADENZA-38242:
Nov 19, 2024
1f8afe7
CADENZA-37531 and CADENZA-38242:
Nov 19, 2024
5a2689c
CADENZA-37531 and CADENZA-38242:
Nov 20, 2024
1811f72
CADENZA-37531 and CADENZA-38242:
Nov 20, 2024
3656ef8
CADENZA-37531 and CADENZA-38242:
Nov 21, 2024
7e71520
CADENZA-37531 and CADENZA-38242:
Nov 21, 2024
137ae23
CADENZA-37531 and CADENZA-38242: Changes after first code review:
Nov 22, 2024
f9e0650
CADENZA-37531 and CADENZA-38242: Remove unneeded namespace
Nov 25, 2024
360bdf0
Merge branch 'main' into slb/CADENZA-37531
klschm Nov 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project uses a version scheme based on the Cadenza main version in the format x.x.y, where x.x is the Cadenza main version and y a functional change or bugfix.

## Unreleased
### Added
- Multiple `ZoomTarget` types added
jkissel marked this conversation as resolved.
Show resolved Hide resolved

### Deprecated
- The optional zooming parameters `locationFinder` and `mapExtent` in `CadenzaClient#showMap`, `CadenzaClient#createGeometry` and `CadenzaClient#editGeometry`

## 10.2.3 - 2024-11-08
### Added
Expand Down
Loading