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

Cornerstone 2.0 #1400

Open
wants to merge 50 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
3c1e4d8
update
sedghi Jul 22, 2024
71d1322
update
sedghi Jul 22, 2024
ebda078
api
sedghi Jul 22, 2024
45f1c6a
chore(version): version.json [skip ci]
Jul 22, 2024
7e6c170
revert createAndCache
sedghi Jul 22, 2024
2349c91
Merge branch 'beta' of github.com:cornerstonejs/cornerstone3D into beta
sedghi Jul 22, 2024
9e66760
chore: Update segmentation rendering trigger functions
sedghi Jul 22, 2024
311c9c3
reorganize
sedghi Jul 22, 2024
c1af6f0
Refactor segmentationId to segmentation in labelmap and segmentation …
sedghi Jul 23, 2024
5950924
update
sedghi Jul 23, 2024
49d47c5
make migration less painful
sedghi Jul 23, 2024
79deb1c
make migration less painful
sedghi Jul 23, 2024
0917735
update
sedghi Jul 23, 2024
c5f3697
update
sedghi Jul 23, 2024
b749b11
update
sedghi Jul 23, 2024
550516e
update docs
sedghi Jul 23, 2024
804dc6a
updates
sedghi Jul 23, 2024
74507cf
performance(volume-rendering): Optimize image-based volume creation a…
sedghi Aug 13, 2024
9e1fb8d
fix: wheel register API change to use binding (#1422)
wayfarer3130 Aug 14, 2024
dd02a05
fix/eslint any types (#1423)
sedghi Aug 15, 2024
f6b9075
fix/beta tests (#1426)
sedghi Aug 21, 2024
6dc7ffc
chore(version): version.json [skip ci]
Aug 21, 2024
de2d08d
chore(version): Update package versions [skip ci]
Aug 21, 2024
002a9f2
remove all circular dependencies (#1433)
sedghi Aug 22, 2024
7bf9904
chore(version): version.json [skip ci]
Aug 22, 2024
2728527
chore(version): Update package versions [skip ci]
Aug 22, 2024
e1eefd7
more beta stuff (#1434)
sedghi Aug 22, 2024
fcf5d14
chore(version): version.json [skip ci]
Aug 22, 2024
59acc61
chore(version): Update package versions [skip ci]
Aug 22, 2024
ca4a3d0
remove getScalars (#1435)
sedghi Aug 22, 2024
e07a8e2
chore(version): version.json [skip ci]
Aug 22, 2024
35b061e
chore(version): Update package versions [skip ci]
Aug 22, 2024
935bfd7
remove implemnets (#1437)
sedghi Aug 23, 2024
69cb27c
Merge branch 'main' of github.com:cornerstonejs/cornerstone3D into beta
sedghi Aug 23, 2024
cd21bea
chore(version): version.json [skip ci]
Aug 23, 2024
9094790
chore(version): Update package versions [skip ci]
Aug 23, 2024
01ee415
update
sedghi Aug 23, 2024
81d9c98
Merge branch 'beta' of github.com:cornerstonejs/cornerstone3D into beta
sedghi Aug 23, 2024
25b4490
chore(version): version.json [skip ci]
Aug 23, 2024
0057ad1
chore(version): Update package versions [skip ci]
Aug 23, 2024
7f893a3
try to run tests for beta
sedghi Aug 25, 2024
1b33e03
Merge branch 'beta' of github.com:cornerstonejs/cornerstone3D into beta
sedghi Aug 25, 2024
2001486
fix/releases (#1441)
sedghi Aug 26, 2024
8f91e70
chore(version): version.json [skip ci]
Aug 26, 2024
db51843
chore(version): Update package versions [skip ci]
Aug 26, 2024
58d3753
try to not publish source maps (#1442)
sedghi Aug 26, 2024
b253cf4
Fix htj2k decoder
wayfarer3130 Aug 29, 2024
51f7cde
feat(segmentation): Refactor segmentation and style handling (#1449)
sedghi Sep 12, 2024
c7af78b
chore(version): version.json [skip ci]
Sep 12, 2024
f07f340
chore(version): Update package versions [skip ci]
Sep 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,5 @@ workflows:
- NPM_PUBLISH:
requires:
- BUILD
- TEST

# VS Code Extension Version: 1.5.1
4 changes: 0 additions & 4 deletions .webpack/webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ module.exports = (env, argv, { DIST_DIR }) => {
resolve: {
modules: [path.resolve(PROJECT_ROOT, './node_modules'), SRC_PATH],
extensions: ['.ts', '.tsx', '.js', '.jsx'],
alias: {
'@cornerstonejs/dicom-image-loader':
'@cornerstonejs/dicom-image-loader/dist/dynamic-import/cornerstoneDICOMImageLoader.min.js',
},
fallback: {
fs: false,
path: require.resolve('path-browserify'),
Expand Down
68 changes: 68 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,74 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.19](https://github.com/cornerstonejs/cornerstone3D/compare/v2.0.0-beta.18...v2.0.0-beta.19) (2024-07-04)

**Note:** Version bump only for package root

# [2.0.0-beta.18](https://github.com/cornerstonejs/cornerstone3D/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2024-07-04)

### Features

- new segmentation state model per viewport ([#1374](https://github.com/cornerstonejs/cornerstone3D/issues/1374)) ([05cb720](https://github.com/cornerstonejs/cornerstone3D/commit/05cb7206e76ff07aafb953125b8e8e1a1be53d23))

# [2.0.0-beta.17](https://github.com/cornerstonejs/cornerstone3D/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2024-06-21)

**Note:** Version bump only for package root

# [2.0.0-beta.16](https://github.com/cornerstonejs/cornerstone3D/compare/v2.0.0-beta.15...v2.0.0-beta.16) (2024-06-20)

**Note:** Version bump only for package root

# [2.0.0-beta.15](https://github.com/cornerstonejs/cornerstone3D/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2024-06-20)

**Note:** Version bump only for package root

# [2.0.0-beta.14](https://github.com/cornerstonejs/cornerstone3D/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2024-06-19)

**Note:** Version bump only for package root

# [2.0.0-beta.13](https://github.com/cornerstonejs/cornerstone3D/compare/v2.0.0-beta.12...v2.0.0-beta.13) (2024-06-13)

### Bug Fixes

- remove pako from window ([#1326](https://github.com/cornerstonejs/cornerstone3D/issues/1326)) ([fdf704b](https://github.com/cornerstonejs/cornerstone3D/commit/fdf704b4f175b213c19131c24fbd1d5d810ec891))

# [2.0.0-beta.12](https://github.com/cornerstonejs/cornerstone3D/compare/v2.0.0-beta.11...v2.0.0-beta.12) (2024-06-13)

### Bug Fixes

- Add type: 'module' to web worker imports ([#1325](https://github.com/cornerstonejs/cornerstone3D/issues/1325)) ([1a39a15](https://github.com/cornerstonejs/cornerstone3D/commit/1a39a1549f24d37f237a9419c1269807c29a33fe))

# [2.0.0-beta.11](https://github.com/cornerstonejs/cornerstone3D/compare/v2.0.0-beta.10...v2.0.0-beta.11) (2024-06-13)

### Features

- **viewport:** Various viewport-related changes and improvements ([#1324](https://github.com/cornerstonejs/cornerstone3D/issues/1324)) ([ea63b3e](https://github.com/cornerstonejs/cornerstone3D/commit/ea63b3ef88ace08ff1291a2f67989d027e51e41e))

# [2.0.0-beta.10](https://github.com/cornerstonejs/cornerstone3D/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2024-06-13)

### Bug Fixes

- try to publish esm dicom loader ([#1323](https://github.com/cornerstonejs/cornerstone3D/issues/1323)) ([bd58aaf](https://github.com/cornerstonejs/cornerstone3D/commit/bd58aaf89888297e9e7ee87dfc4103ebca776c7d))

# [2.0.0-beta.9](https://github.com/cornerstonejs/cornerstone3D/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2024-06-13)

### Features

- **dicom loader:** switch the build to es modules with types ([#1322](https://github.com/cornerstonejs/cornerstone3D/issues/1322)) ([89e95eb](https://github.com/cornerstonejs/cornerstone3D/commit/89e95eba292e3322c031d92bcc71a39bdd65e330))

# [2.0.0-beta.8](https://github.com/cornerstonejs/cornerstone3D/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2024-06-12)

### Features

- **workers:** use the new webworker api for image decoders ([#1313](https://github.com/cornerstonejs/cornerstone3D/issues/1313)) ([440bb57](https://github.com/cornerstonejs/cornerstone3D/commit/440bb57602ea5faaf7c5056ce428d669779a7cd3))

# [2.0.0-beta.7](https://github.com/cornerstonejs/cornerstone3D/compare/v1.77.12...v2.0.0-beta.7) (2024-06-11)

### Features

- **structuredClone:** drop lodash.clonedeep in favor of structuredClone ([#517](https://github.com/cornerstonejs/cornerstone3D/issues/517)) ([04c863d](https://github.com/cornerstonejs/cornerstone3D/commit/04c863d442195ed9ad8271a581be646d78baca70))

## [1.82.5](https://github.com/cornerstonejs/cornerstone3D/compare/v1.82.4...v1.82.5) (2024-07-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
*/
"mainEntryPointFilePath": "<projectFolder>/dist/cjs/index.d.ts",
"mainEntryPointFilePath": "<projectFolder>/dist/esm/index.d.ts",

/**
* A list of NPM package names whose exports should be treated as part of this package.
Expand Down
2 changes: 1 addition & 1 deletion commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
33b255aefcc963b62d63f5c584e0a8ca6215f3f5
ebda0786bd67949b1d5d130094f0be1d957b22c8
Loading