@fdm-monster/client-next 0.0.19 → 0.0.21

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.
@@ -71,6 +71,8 @@
71
71
  "useTemplateRef": true,
72
72
  "DirectiveBinding": true,
73
73
  "MaybeRef": true,
74
- "MaybeRefOrGetter": true
74
+ "MaybeRefOrGetter": true,
75
+ "Slot": true,
76
+ "Slots": true
75
77
  }
76
78
  }
Binary file
package/RELEASE_NOTES.MD CHANGED
@@ -1,8 +1,31 @@
1
1
  # Develop
2
2
 
3
+ ## Client 0.0.21
4
+
5
+ Feature
6
+
7
+ - Ability to set upload timeout separately
8
+
9
+ Chore
10
+
11
+ - Rename OctoPrint settings page to Printer
12
+
13
+ ## Client 0.0.20
14
+
15
+ Feature
16
+
17
+ - Introduce UI tweaks for FDM Monster 1.9 PrusaLink support
18
+
19
+ Fixes
20
+
21
+ - PrusaLink support should not be dependent on whether Klipper support is enabled. Fixed with new API subfeature, which was missing.
22
+
23
+ ## Client 0.0.19
24
+
3
25
  Chore
4
26
 
5
27
  - Remove OctoPrint reference in "Refreshing OctoPrint connection state"
28
+ - Remove all unused feature flags - the features are not optional
6
29
 
7
30
  ## Client 0.0.18
8
31