@metadev/daga 3.1.1 → 3.1.2
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 +9 -0
- package/package.json +1 -1
package/Changelog.md
CHANGED
|
@@ -6,8 +6,17 @@ List of releases and changes.
|
|
|
6
6
|
|
|
7
7
|
## Next release Joyeuse
|
|
8
8
|
|
|
9
|
+
## v. 3.1.2
|
|
10
|
+
|
|
11
|
+
Date: _2025-01-24_
|
|
12
|
+
|
|
13
|
+
- Expose configuration and canvas observables in diagram component [#221](https://github.com/metadevpro/daga/pull/221)
|
|
14
|
+
- Fix bug where palette fails to reload properly [#221](https://github.com/metadevpro/daga/pull/221)
|
|
15
|
+
|
|
9
16
|
## v. 3.1.1
|
|
10
17
|
|
|
18
|
+
Date: _2025-01-23_
|
|
19
|
+
|
|
11
20
|
- Enable switching the configuration of a diagram [#220](https://github.com/metadevpro/daga/pull/220)
|
|
12
21
|
- Remove `viewInitialized$` subject in canvas [#220](https://github.com/metadevpro/daga/pull/220)
|
|
13
22
|
|