Releases: maxGraph/maxgraph-integration-examples
0.7.0
Relates to maxGraph 0.7.0.
What's Changed
📦 Dependencies
- chore(deps): bump lit from 3.1.0 to 3.1.1 by @dependabot in #86
- chore(deps-dev): bump vite from 5.0.7 to 5.0.12 by @dependabot in #90
- chore(deps): bump @maxgraph/core from 0.6.0 to 0.7.0 by @dependabot in #91
Full Changelog: v0.6.0...v0.7.0
0.6.0
Relates to maxGraph 0.6.0.
What's Changed
📦 Dependencies
- chore(deps-gha): bump actions/deploy-pages from 2 to 3 by @dependabot in #74
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #75
- chore(deps-gha): bump actions/upload-artifact from 3 to 4 by @dependabot in #77
- chore(deps): bump @maxgraph/core from 0.5.0 to 0.6.0 by @dependabot in #81
- chore(deps-gha): bump actions/deploy-pages from 3 to 4 by @dependabot in #80
🛠 Chore
- ci: automate release creation by @tbouffard in #85
Full Changelog: v0.5.0...v0.6.0
0.5.0
Relates to https://github.com/maxGraph/maxGraph/releases/tag/v0.5.0
What's Changed
📦 Dependencies
- chore(deps): bump lit from 3.0.2 to 3.1.0 by @dependabot in #65
- chore(deps-dev): bump the development-dependencies group with 7 updates by @dependabot in #67
- chore(deps-dev): bump the development-dependencies group with 2 updates by @dependabot in #68
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #71
- chore(deps): bump @maxgraph/core from 0.4.1 to 0.5.0 by @dependabot in #73
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #72
Full Changelog: v0.4.1...v0.5.0
0.4.1
Relates to https://github.com/maxGraph/maxGraph/releases/tag/v0.4.1
What's Changed
📦 Dependencies
- chore(deps-dev): bump the development-dependencies group with 1 update by @dependabot in #56
- chore(deps-gha): bump actions/setup-node from 3 to 4 by @dependabot in #58
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #57
- chore(deps): bump @maxgraph/core from 0.4.0 to 0.4.1 by @dependabot in #60
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #59
- chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #61
- chore(deps): bump lit from 3.0.0 to 3.0.2 by @dependabot in #62
- chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #63
- chore(deps-gha): bump actions/github-script from 6 to 7 by @dependabot in #66
Full Changelog: v0.4.0...v0.4.1
0.4.0
Relates to https://github.com/maxGraph/maxGraph/releases/tag/v0.4.0
What's Changed
🎉 New Features
📦 Dependencies
- chore(deps-gha): bump actions/upload-pages-artifact from 1 to 2 by @dependabot in #43
- chore(deps-gha): bump actions/checkout from 3 to 4 by @dependabot in #44
- chore(dev-deps): bump dev dependencies by @tbouffard in #49
- chore(deps-dev): bump dependencies in the sveltekit project by @tbouffard in #51
- chore(deps-dev): bump postcss from 8.4.30 to 8.4.31 in /projects/sveltekit-ts by @dependabot in #50
- chore(deps): bump @maxgraph/core from 0.3.0 to 0.4.0 by @dependabot in #53
- chore(deps): bump lit from 2.7.6 to 3.0.0 by @dependabot in #54
⚙️ Refactor
- refactor: share common code in a dedicated package by @tbouffard in #55
🛠 Chore
- chore: fix dependabot configuration by @tbouffard in #42
- chore: use npm workspaces by @tbouffard in #45
- chore: update npm dependencies with dependabot by @tbouffard in #52
New Contributors
- @dependabot made their first contribution in #43
- @indaco made their first contribution in #46
Full Changelog: v0.3.0...v0.4.0
0.3.0
Relates to https://github.com/maxGraph/maxGraph/releases/tag/v0.3.0
What's Changed
🎉 New Features
- feat: add a project with maxGraph as a lit Web Component by @tbouffard in #38
📦 Dependencies
- chore(deps-dev): bump dev dependencies by @tbouffard in #37
- chore(deps): bump @maxgraph/core from 0.2.1 to 0.3.0 by @tbouffard in #40
Full Changelog: v0.2.1...v0.3.0
0.2.1
Relates to https://github.com/maxGraph/maxGraph/releases/tag/v0.2.1
What's Changed
📝 Documentation
- docs: configure the auto-generated release notes by @tbouffard in #34
- docs: add a "dependencies" paragraph in the release notes by @tbouffard in #36
📦 Dependencies
- chore(deps): bump @maxgraph/core from 0.2.0 to 0.2.1 by @tbouffard in #35
Full Changelog: v0.2.0...v0.2.1
0.2.0
Relates to https://github.com/maxGraph/maxGraph/releases/tag/v0.2.0
What's Changed
- chore: deploy examples to GitHub Pages by @tbouffard in #30
- chore: bump development dependencies by @tbouffard in #29
- chore(deps-dev): bump dev dependencies by @tbouffard in #32
- chore(deps): bump @maxgraph/core from 0.1.0 to 0.2.0 by @tbouffard in #33
Full Changelog: v0.1.0...v0.2.0
0.1.0
Relates to https://github.com/maxGraph/maxGraph/releases/tag/v0.1.0
What's Changed
🎉 New Features
- feat: add TypeScript projects built with ViteJS and Rollup by @tbouffard in #1
- feat: add parcel ts project + improve other projects by @tbouffard in #5
- feat: do not skipLibCheck by @tbouffard in #17
- feat: restore rounded rectangle by @tbouffard in #18
📝 Documentation
- doc: improve 'how to build maxgraph' paragraph by @tbouffard in #13
⚙️ Refactor
- refactor: use the same code in all examples by @tbouffard in #10
🛠 Chore
- chore: check the examples build with GitHub Actions by @tbouffard in #8
- chore: remove commonsjs plugin from the rollup project by @tbouffard in #7
- chore: generate ESM bundle in the rollup-ts example by @tbouffard in #11
- chore: use maxgraph default branch in GH workflows by @tbouffard in #14
- chore: bump devDependencies in projects by @tbouffard in #19
- chore: update GitHub Actions with Dependabot by @tbouffard in #24
- chore: bump Node requirement from 16 to 18 by @tbouffard in #25
- chore: bump projects devDependencies by @tbouffard in #26
- chore: use maxgraph@core 0.1.0 by @tbouffard in #28
Full Changelog: https://github.com/maxGraph/maxgraph-integration-examples/commits/v0.1.0