Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## [0.1.0] - 2026-04-15

### Features

- No new features

### Bug Fixes

- fix image mapping (91b2069)
- fix containers with no docker image (3acf0ae)
- fix ci (0d4ed71)
- fix volumes (a46487a)
- fix import/export (5bebac0)
- fix import/export (4462baf)

### Other Changes

- use diagrams-js v0.3.0 (6a559e8)
- move skills (711e524)
- clean up (c912cd4)
- enable image mappings (e579a17)
- lazy load js-yaml from diagrams-js and remove it from dependencies (cca2e3b)
- v0.0.1 (ad39f72)
- move skill and update readme (f62d73c)
- load resource images for containers (ecb502d)
- refactor: rename resourceType to resource (60e1a06)
- bundle js-yaml (63c3dd2)
- use docker icon for generic containers (8b86a6d)
- preserve all meta data (6164013)
- initial commit (2c6d0d0)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@diagrams-js/plugin-docker-compose",
"version": "0.0.1",
"version": "0.1.0",
"description": "Docker Compose import/export plugin for diagrams-js",
"keywords": [
"architecture",
Expand Down
Loading