Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit deff835
Merge: 3ec2e61 5ac76df
Author: ivmartel <ivmartel@gmail.com>
Date:   Wed Apr 17 19:47:08 2024 +0200

    Merge branch 'v0.32'

commit 5ac76df
Author: ivmartel <ivmartel@gmail.com>
Date:   Wed Apr 17 19:45:50 2024 +0200

    Release 0.32.6

commit 3ec2e61
Merge: 042253e 9b8da76
Author: ivmartel <ivmartel@gmail.com>
Date:   Wed Apr 17 19:35:06 2024 +0200

    Merge branch 'v0.32'

commit 9b8da76
Author: ivmartel <ivmartel@gmail.com>
Date:   Wed Apr 17 19:34:01 2024 +0200

    Update build to 0.32.5

commit 042253e
Merge: 085f3db 7786d92
Author: ivmartel <ivmartel@gmail.com>
Date:   Wed Apr 17 18:38:37 2024 +0200

    Merge branch 'v0.32'

commit 7786d92
Author: ivmartel <ivmartel@gmail.com>
Date:   Wed Apr 17 18:24:33 2024 +0200

    Release 0.32.5

commit 4a68a43
Author: ivmartel <ivmartel@gmail.com>
Date:   Wed Apr 17 18:06:42 2024 +0200

    Resize div if no height, fixes #1655

commit 085f3db
Merge: f7522e9 84dc309
Author: ivmartel <ivmartel@gmail.com>
Date:   Mon Mar 18 12:27:08 2024 +0100

    Merge branch 'v0.32'

commit 84dc309
Author: ivmartel <ivmartel@gmail.com>
Date:   Mon Mar 18 12:23:43 2024 +0100

    Release 0.32.4

commit b969c92
Author: ivmartel <ivmartel@gmail.com>
Date:   Mon Mar 18 12:07:28 2024 +0100

    Add preventDefault for wheel handler, fixes #1632

commit c4b4f6a
Author: ivmartel <ivmartel@gmail.com>
Date:   Fri Sep 22 10:11:37 2023 +0200

    Release 0.32.3

commit 51e4326
Author: ivmartel <ivmartel@gmail.com>
Date:   Thu Sep 21 09:54:37 2023 +0200

    Treat unknown vr as UN, fixes #1505

commit 4dc492c
Author: ivmartel <ivmartel@gmail.com>
Date:   Mon Sep 4 14:06:38 2023 +0200

    Update doc examples

commit f7522e9
Author: ivmartel <ivmartel@gmail.com>
Date:   Mon Sep 4 12:11:21 2023 +0200

    Release 0.32.2

commit f47ab35
Author: ivmartel <ivmartel@gmail.com>
Date:   Thu Aug 31 12:00:51 2023 +0200

    Add constuctor for colourmap

commit aff9457
Author: ivmartel <ivmartel@gmail.com>
Date:   Wed Aug 30 13:32:54 2023 +0200

    Fix typo in method name (toogle -> toggle)

commit 3d825b1
Author: ivmartel <ivmartel@gmail.com>
Date:   Wed Aug 30 13:30:08 2023 +0200

    Add constructor and update doc for WriterRule

commit 9b72102
Author: ivmartel <ivmartel@gmail.com>
Date:   Wed Aug 23 14:46:27 2023 +0200

    More doc types

commit eae25e7
Author: ivmartel <ivmartel@gmail.com>
Date:   Tue Aug 22 17:37:49 2023 +0200

    Fix lint jsdoc warnings

commit 73351c0
Author: ivmartel <ivmartel@gmail.com>
Date:   Tue Aug 22 16:40:43 2023 +0200

    Add undefined in doc for option tools
  • Loading branch information
ivmartel committed Jun 6, 2024
1 parent e89ff3a commit 677e076
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 677e076

Please sign in to comment.