Commit Graph

16 Commits (a0ea2b99fc76c3f1384b633ab7f1c1596d1e6594)

Author SHA1 Message Date
Thomas Bouffard 5ddc8f5af2
feat: declare exports in package.json (#306)
It lets use `moduleResolution=bundler` in TypeScript applications.
In particular, it lets use it with Storybook and ts-example in this
repository.
2024-01-18 07:44:23 +01:00
dependabot[bot] eb1e866ede
chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 (#304) 2024-01-10 09:32:11 +00:00
Thomas Bouffard 7544da2da3 chore(release): prepare version 0.6.0
Also improve the release procedure.
2023-12-22 08:26:38 +01:00
Thomas Bouffard 9463e1e21e chore(release): prepare version 0.5.0
Also improve the documentation of the release procedure.
2023-12-07 16:57:36 +01:00
dependabot[bot] e1e7c19e3d
chore(deps-dev): bump ansi-regex from 5.0.0 to 5.0.1 (#278) 2023-12-07 15:35:44 +00:00
dependabot[bot] 0e7bd5fece
chore(deps-dev): bump semver from 5.7.1 to 5.7.2 (#277) 2023-12-06 03:55:53 +00:00
dependabot[bot] 23ec0bf9c1
chore(deps): bump word-wrap from 1.2.3 to 1.2.5 (#276) 2023-12-06 03:55:09 +00:00
dependabot[bot] 4aa3ac0e12
chore(deps-dev): bump json5 from 1.0.1 to 1.0.2 (#275) 2023-12-06 03:54:45 +00:00
dependabot[bot] 76f3f2e389
chore(deps-dev): bump vite from 4.4.11 to 4.4.12 (#281) 2023-12-06 03:47:56 +00:00
Thomas Bouffard d9b85945f8
chore: use npm workspaces (#273)
`maxGraph` was using `lerna` v4 to build and only used its "build
workspaces" support, not the "publishing" support as we only published a
single package and it is done manually, without using `lerna`.
The support for packages in `lerna` was removed in version 7. See
https://github.com/lerna/lerna/releases/tag/7.0.0 and
https://lerna.js.org/docs/legacy-package-management.
So, start using npm workspaces as we don't need to manage the publishing
of several packages for now.

This will allow to do more reproducible builds by locking dependencies
with a `package-lock.json` file. This didn't work well with `lerna` v4
and had been disabled.
2023-12-04 03:25:41 +01:00
Dave Morrissey 0114966be2 removed package-lock 2021-11-27 17:51:49 +11:00
Dave Morrissey bd70a74074 workarounds for node 17 2021-11-27 17:51:03 +11:00
Dave Morrissey c9753a2691 update packages and remove circular dependancies 2021-11-27 17:17:08 +11:00
Junsik Shim bdc50a9f48 Refactored everything... 2021-09-07 18:07:27 +09:00
Junsik Shim 1d05e161c9 - Add css support in storybook.
- Add icons to mxgraph.
- Convert some examples to storybook.
2021-04-24 21:30:30 +09:00
Junsik Shim 1b0f3d6b9e - Restructure into a monorepo.
- Add Storybook to packages.
- Remove circular dependencies.
2021-04-15 13:12:12 +09:00