Skip to content

Commit

Permalink
Beta v0.35.0-beta.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Feb 18, 2025
1 parent a641523 commit 0f8fff7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions dist/dwv.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,8 @@ export declare class App {
addDataViewConfig(dataId: string, config: ViewConfig): void;
/**
* Remove a data view config.
* Removes the associated layer if found, removes
* the layer group if empty.
*
* @param {string} dataId The data id.
* @param {string} divId The div id.
Expand Down
2 changes: 1 addition & 1 deletion dist/dwv.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dwv.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dwv",
"version": "0.35.0-beta.16",
"version": "0.35.0-beta.17",
"description": "DICOM Web Viewer.",
"keywords": [
"DICOM",
Expand Down
4 changes: 2 additions & 2 deletions resources/doc/jsdoc.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"package": "package.json",
"theme_opts": {
"title": "DWV",
"footer": "<i>Documentation generated for dwv v0.35.0-beta.16.</i>",
"footer": "<i>Documentation generated for dwv v0.35.0-beta.17.</i>",
"sections": [
"Tutorials",
"Namespaces",
Expand All @@ -50,7 +50,7 @@
"codepen": {
"enable_for": ["examples"],
"options": {
"js_external": "https://github.com/ivmartel/dwv/releases/download/v0.35.0-beta.16/dwv-0.35.0-beta.16.min.js",
"js_external": "https://github.com/ivmartel/dwv/releases/download/v0.35.0-beta.17/dwv-0.35.0-beta.17.min.js",
"html": "<div id='dwv'><div id='layerGroup0'></div></div>"
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/dicom/dicomParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {logger} from '../utils/logger';
* @returns {string} The version of the library.
*/
export function getDwvVersion() {
return '0.35.0-beta.16';
return '0.35.0-beta.17';
}

/**
Expand Down

0 comments on commit 0f8fff7

Please sign in to comment.