Skip to content
Snippets Groups Projects
Unverified Commit 335b8cad authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #1349 from FZJ-INM1-BDA/hotfix_ngLayerTune

hotfix: ng layer tune shader selection state persistence
parents 3bdf9937 13a3f247
No related branches found
No related tags found
No related merge requests found
# v2.11.3
## Bugfixes
- Fix ng-layer-tune not persisting shader selection
## Behind the scene
- Bump siibra-api version
\ No newline at end of file
......@@ -33,6 +33,7 @@ nav:
- Fetching datasets: 'advanced/datasets.md'
- Display non-atlas volumes: 'advanced/otherVolumes.md'
- Release notes:
- v2.11.3: 'releases/v2.11.3.md'
- v2.11.2: 'releases/v2.11.2.md'
- v2.11.1: 'releases/v2.11.1.md'
- v2.11.0: 'releases/v2.11.0.md'
......
{
"name": "siibra-explorer",
"version": "2.11.2",
"version": "2.11.3",
"description": "siibra-explorer - explore brain atlases. Based on humanbrainproject/nehuba & google/neuroglancer. Built with angular",
"scripts": {
"lint": "eslint src --ext .ts",
......
......@@ -21,7 +21,7 @@ export const useViewer = {
} as const
export const SIIBRA_API_VERSION_HEADER_KEY='x-siibra-api-version'
export const EXPECTED_SIIBRA_API_VERSION = '0.3.5'
export const EXPECTED_SIIBRA_API_VERSION = '0.3.6'
let BS_ENDPOINT_CACHED_VALUE: Observable<string> = null
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment