From 677e076a81724d1e2b659aca942d899175d203ea Mon Sep 17 00:00:00 2001 From: ivmartel Date: Thu, 6 Jun 2024 17:30:49 +0200 Subject: [PATCH] Squashed commit of the following: commit deff83596945b89fed07ee35fb1642a88c324a18 Merge: 3ec2e61ed 5ac76df19 Author: ivmartel Date: Wed Apr 17 19:47:08 2024 +0200 Merge branch 'v0.32' commit 5ac76df190c4b6ed6b0fcf3649d9085b81a4a4c5 Author: ivmartel Date: Wed Apr 17 19:45:50 2024 +0200 Release 0.32.6 commit 3ec2e61ed88501e0f6ccf1f85d96302b9ea0fa88 Merge: 042253ef2 9b8da76fb Author: ivmartel Date: Wed Apr 17 19:35:06 2024 +0200 Merge branch 'v0.32' commit 9b8da76fba7d733553571f2e38a34372d077db82 Author: ivmartel Date: Wed Apr 17 19:34:01 2024 +0200 Update build to 0.32.5 commit 042253ef22ba08e53536b8cb1d2a128500f1b422 Merge: 085f3db7f 7786d9296 Author: ivmartel Date: Wed Apr 17 18:38:37 2024 +0200 Merge branch 'v0.32' commit 7786d929681be66f52da2686da4061962574ce0f Author: ivmartel Date: Wed Apr 17 18:24:33 2024 +0200 Release 0.32.5 commit 4a68a43046a03ed0bf205d568da77c5d9d931d15 Author: ivmartel Date: Wed Apr 17 18:06:42 2024 +0200 Resize div if no height, fixes #1655 commit 085f3db7fea94f0a49bea859c5b4ecf3a8c086cc Merge: f7522e93f 84dc30964 Author: ivmartel Date: Mon Mar 18 12:27:08 2024 +0100 Merge branch 'v0.32' commit 84dc30964d9b33157604abb4441ebfc16f0680e5 Author: ivmartel Date: Mon Mar 18 12:23:43 2024 +0100 Release 0.32.4 commit b969c9286648f697a9866b95cc51e72a2f7ffe24 Author: ivmartel Date: Mon Mar 18 12:07:28 2024 +0100 Add preventDefault for wheel handler, fixes #1632 commit c4b4f6a8717990065cda0c1e105b8fc9bab0afc7 Author: ivmartel Date: Fri Sep 22 10:11:37 2023 +0200 Release 0.32.3 commit 51e432677773541f7c1a92cd9f94b98b46fd9b17 Author: ivmartel Date: Thu Sep 21 09:54:37 2023 +0200 Treat unknown vr as UN, fixes #1505 commit 4dc492c948e8854f3f4e10255d3d39e9a1fd7f81 Author: ivmartel Date: Mon Sep 4 14:06:38 2023 +0200 Update doc examples commit f7522e93f183cb1c4878ff800ed44861b964404a Author: ivmartel Date: Mon Sep 4 12:11:21 2023 +0200 Release 0.32.2 commit f47ab35c5dcd9c28b41d2e94babf97af45518993 Author: ivmartel Date: Thu Aug 31 12:00:51 2023 +0200 Add constuctor for colourmap commit aff9457b4d004c622a824412cc032b1db3a1db52 Author: ivmartel Date: Wed Aug 30 13:32:54 2023 +0200 Fix typo in method name (toogle -> toggle) commit 3d825b1ff66fe3d183d29317553209a670568aba Author: ivmartel Date: Wed Aug 30 13:30:08 2023 +0200 Add constructor and update doc for WriterRule commit 9b721021bf58297b999dc3832238cc4431b1606f Author: ivmartel Date: Wed Aug 23 14:46:27 2023 +0200 More doc types commit eae25e7475091594185a15a9d7c656bcd0f51f36 Author: ivmartel Date: Tue Aug 22 17:37:49 2023 +0200 Fix lint jsdoc warnings commit 73351c0b4b0e6e89be948ca632b302701d9469ac Author: ivmartel Date: Tue Aug 22 16:40:43 2023 +0200 Add undefined in doc for option tools --- changelog.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1fa93b8369..352bc2099c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,34 @@ # Changelog +## [v0.32.6](https://github.com/ivmartel/dwv/releases/tag/v0.32.6) - 17/04/2024 + +### Fixed + +- Fix npm publish [#1656](https://github.com/ivmartel/dwv/issues/1656) + +## [v0.32.5](https://github.com/ivmartel/dwv/releases/tag/v0.32.5) - 17/04/2024 + +### Fixed + +- Image does not completely fill div [#1655](https://github.com/ivmartel/dwv/issues/1655) + +## [v0.32.4](https://github.com/ivmartel/dwv/releases/tag/v0.32.4) - 18/03/2024 + +### Fixed + +- event.preventDefault for wheel events [#1632](https://github.com/ivmartel/dwv/issues/1632) + +## [v0.32.3](https://github.com/ivmartel/dwv/releases/tag/v0.32.3) - 22/09/2023 + +### Added + +- Add support for writing DICOM with unknown VR [#1507](https://github.com/ivmartel/dwv/issues/1481) + ## [v0.32.2](https://github.com/ivmartel/dwv/releases/tag/v0.32.2) - 04/09/2023 ### Added -- Add app options type [#1481](https://github.com/ivmartel/dwv/issues/1481) +- Add app options type [#1481](https://github.com/ivmartel/dwv/issues/1481) - Add data element type [#1474](https://github.com/ivmartel/dwv/issues/1474) - Export luts as plural not singular [#1478](https://github.com/ivmartel/dwv/issues/1478) - Add data view config type [#1475](https://github.com/ivmartel/dwv/issues/1475)