Skip to content

Releases: kamiazya/rediagram

@rediagram/[email protected]

27 Jan 07:08
Compare
Choose a tag to compare

0.4.3 (2022-01-27)

Bug Fixes

  • @rediagram/aws: fix path to aws transfer family icons #536

Special thanks for @mattfirtion

[email protected]

10 Jan 09:29
Compare
Choose a tag to compare

0.2.1 (2021-01-10)

Bug Fixes

Special thanks for @yamatatsu

@rediagram/[email protected]

10 Jan 09:19
Compare
Choose a tag to compare

0.4.1 (2021-01-10)

Bug Fixes

[email protected]

07 Dec 20:55
Compare
Choose a tag to compare

0.2.0 (2020-12-07)

Features

  • create-rediagram-project: display message when graphviz is not installed #106 (994deaf)

@rediagram/[email protected]

07 Dec 20:56
Compare
Choose a tag to compare

0.3.0 (2020-12-07)

API Changes

Since there was a problem that the direction of the arrows of upstream and downstream was incorrect( #145 ), we provide an API that allows you to specify the direction such as forward and backward in upstream.

If you used to use downstream, you need to move to upstream.backward.

-<AppEngine type="Instance" name="instance2" upstream={['instance1', { destination: 'instance3', position: 'backward' }]}>
+<AppEngine
+    type="Instance"
+    name="instance2"
+    upstream={{
+        forword: ['instance1'],
+        backward: ['instance3'],
+    }} />

Features

  • @rediagram/gcp: add TitleBar component #141 (4adc5eb)

@rediagram/[email protected]

07 Dec 20:53
Compare
Choose a tag to compare

0.3.0 (2020-12-07)

Bug Fixes

  • @rediagram/cdk: refactor cdk dependencies api (90cac15)

Features

  • @rediagram/cdk: add Group component #159 (4a975d6)
  • @rediagram/cdk: add subLabel prop for IconNode #111 (b60b98a)
  • @rediagram/cdk: fix downstream direction and add upstream position api #145 (730153c)

@rediagram/[email protected]

07 Dec 20:54
Compare
Choose a tag to compare

0.4.0 (2020-12-07)

API Changes

Since there was a problem that the direction of the arrows of upstream and downstream was incorrect( #145 ), we provide an API that allows you to specify the direction such as forward and backward in upstream.

If you used to use downstream, you need to move to upstream.backward.

-<EC2 type="Instance" name="instance2" upstream={['instance1', { destination: 'instance3', position: 'backward' }]}>
+<EC2
+    type="Instance"
+    name="instance2"
+    upstream={{
+        forword: ['instance1'],
+        backward: ['instance3'],
+    }} />

Features

  • @rediagram/aws: add display service name option #111 (b5dcc4e)
  • @rediagram/aws: add some group components #159 (f918e70)

@rediagram/[email protected]

10 Nov 10:06
Compare
Choose a tag to compare

0.2.0 (2020-11-09)

Bug Fixes

Features

  • @rediagram/gcp: add theme and style for dependencies #143 (9efc33c)

@rediagram/[email protected]

10 Nov 10:04
Compare
Choose a tag to compare

0.2.0 (2020-11-09)

Bug Fixes

  • @rediagram/cdk: fix dependencies style logic (9ddb038)

Features

  • @rediagram/cdk: add dependencies style options #143 (9db6902)

@rediagram/[email protected]

10 Nov 10:03
Compare
Choose a tag to compare

0.3.0 (2020-11-09)

Bug Fixes

Features

  • @rediagram/aws: add theme and style for dependencies #143 (b61732f)