@metadev/daga-react 0.0.4 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Changelog.md +1 -0
- package/index.js +2 -2
- package/index.mjs +270 -272
- package/package.json +2 -2
package/Changelog.md
CHANGED
|
@@ -10,6 +10,7 @@ List of releases and changes.
|
|
|
10
10
|
- Throw error when a diagram element is initialized with an empty or null id to prevent errors with selectors caused by empty ids [#240](https://github.com/metadevpro/daga/pull/240)
|
|
11
11
|
- Change the structure of the configuration for the looks of nodes, sections, ports and connections [#244](https://github.com/metadevpro/daga/pull/244)
|
|
12
12
|
- Ensure that the type of a node can be changed safely [#244](https://github.com/metadevpro/daga/pull/244)
|
|
13
|
+
- Fix error with text map properties disappearing on update [#245](https://github.com/metadevpro/daga/pull/245)
|
|
13
14
|
|
|
14
15
|
## v. 3.1.5
|
|
15
16
|
|