drawio_dsl 0.9.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c1ea476bcdeedbff0ddd9a333eaba42dd38eb0551800068d0d63fff70847ad9
4
- data.tar.gz: '019f50e2d62c8d725931c4c69175c10e5e343bbe0b35ca6da344447aa837771e'
3
+ metadata.gz: aec1cf17d15d71a31e8a55f5244fb727c4edbea022d37226efe3f8582bd9e36b
4
+ data.tar.gz: aba893dfd4f7800fbe02dcac6f64b8d3e4d605b1959a63e24baca04d899c2b17
5
5
  SHA512:
6
- metadata.gz: 108f2aafe763bd48d701d2db7962cf681254ebd075fef46dcdabf2c21baa306db3d66b4286d6c4e8fc8c9a9ca0d9b68b077bdc6435c3f90e330f22b9766b6681
7
- data.tar.gz: de6f4a79058462677df419f1fbaa61515951920c8f0309befff859641f98c371434229dfd75a74b4616482874a9c9bc766c455904c261f5728d043eaea77d072
6
+ metadata.gz: 5840f8a537775246cf4a9a21622a03cb9eb3f40d14cd48e71886975d2ade28ee8b46c216ace41e4e4c00b271890925825558719c0f4ea479689f3577e9e4c633
7
+ data.tar.gz: 0ffa39d21a2753b24292a9e4b7549faf25e88b8a5b2151760414a3242227867146e2c9b1b9d16d5b1d408724e39140b53871b76801f907d206225ca433c04cc8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## [0.10.1](https://github.com/klueless-io/drawio_dsl/compare/v0.10.0...v0.10.1) (2022-03-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add sample for backgrounds with text on top, add support for favourite backgrounds ([39f5727](https://github.com/klueless-io/drawio_dsl/commit/39f57279cb6acfd02ada2f5716d33ff59a0211da))
7
+
8
+ # [0.10.0](https://github.com/klueless-io/drawio_dsl/compare/v0.9.0...v0.10.0) (2022-03-24)
9
+
10
+
11
+ ### Features
12
+
13
+ * refactor shapes configuration so that it reads from custom file ([4b48e02](https://github.com/klueless-io/drawio_dsl/commit/4b48e02bf8e4a701418641946db47a76b2b3e9ab))
14
+
15
+ # [0.9.0](https://github.com/klueless-io/drawio_dsl/compare/v0.8.11...v0.9.0) (2022-03-23)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * broken spec ([f15b77f](https://github.com/klueless-io/drawio_dsl/commit/f15b77fb1ee40a944ad9372035f6b3d870d727a2))
21
+
22
+
23
+ ### Features
24
+
25
+ * refactor shapes configuration so that it reads from custom file ([59eb6e7](https://github.com/klueless-io/drawio_dsl/commit/59eb6e729e1853fc7018ae16e8ad6a079a488eeb))
26
+
1
27
  ## [0.8.11](https://github.com/klueless-io/drawio_dsl/compare/v0.8.10...v0.8.11) (2022-03-23)
2
28
 
3
29