@fdm-monster/client-next 0.0.27 → 0.1.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.
Binary file
package/RELEASE_NOTES.MD CHANGED
@@ -1,5 +1,72 @@
1
1
  # Develop
2
2
 
3
+ ## Client 0.0.28
4
+
5
+ Features
6
+
7
+ - Redesigned loader, error and disconnect page
8
+ - Implement reconnect loop triggered by app initiation and socketIO disconnect
9
+ - Redesign app snackbars
10
+ - Redesign file sidenav with composable
11
+ - Design new job page
12
+ - Design new dashboard page
13
+ - Redesign camera page
14
+ - Redesign all settings pages
15
+ - Implement (group) tag filtering on both printer page and printer list page
16
+ - Implement (group) tag filtering on camera, jobs and dashboard pages
17
+ - Export and import yaml upgraded
18
+ - Printer placement UX redesigned, removed GridDialog/GridSettings
19
+ - Add camera references to printer list
20
+ - Redesign Job Menu including Tag and Type filter
21
+ - Design new Printer Status Menu
22
+ - Redesign the floor settings page
23
+ - Implement capabilities feature to allow better UI customization for different printer types
24
+ - Redesign About page and move into settings
25
+ - Redesign First Time Setup page with shared HelpBanner across pages using new GitHub and Discord button components
26
+
27
+ Fixes
28
+
29
+ - The overlay scrim added connected to Vuetify theme
30
+ - The overlay does not allow clicking away, it is persistent and click animation is removed
31
+ - The HTML vertical scrollbar now auto instead of scroll (Vuetify _reset.scss problem)
32
+ - The HTML background now matches theme color
33
+ - Navigation logo alignment improved by centering and size constraints
34
+ - Page content height now calculated with 100% to avoid pixel discrepancies on Edge for Desktop
35
+ - Border of tile color was wrong
36
+ - Printer drop default border was wrong
37
+ - Disable printer tile ripple when printer not online
38
+ - Close side explorer or dialogs when server has suddenly disconnected
39
+ - OctoFarm import dialog upgraded to Vuetify3 and import flow has been fixed
40
+ - Overall code cleanup, printer tile progress bar fix
41
+ - Printer page action buttons now aligned (even if badge is present)
42
+ - Improved app error handling user friendliness
43
+ - Improve creating first printer
44
+ - Regression settings page should route to floor settings
45
+ - Regression YAML import would not trigger validation
46
+ - YAML import will not allow importing users, user roles, settings as that will lead to failure
47
+ - First Time Setup page uses new backend endpoint
48
+ - CreateUserDialog will not load user roles on mount anymore
49
+ - FirstTimeSetup page too large, reduced in size
50
+ - Redirect from login to login prevented
51
+ - First time setup YAML import and manual setup will now trigger AppLoad through wizardCompleted
52
+ - Reimplement dialog context to be more strictly typed
53
+
54
+ Chores
55
+
56
+ - Replace sass with sass-embedded for increased compilation performance
57
+ - Remove dev splash screen
58
+ - Cleanup main.ts imports, add helpful CSS hints with vuetify-variables.d.css typing for Vuetify theme CSS variables
59
+ - Vite console doesnt clear screen anymore
60
+ - Add md icon set for more icons
61
+ - Split upload toolbar from PrinterGridView
62
+ - Remove bulk gcode feature - does not fit the overall design anymore
63
+ - Clean up TopBar
64
+ - Rename backend group service to tag service
65
+ - Indicate on printer create that we're creating a printer on a floor
66
+ - Add tooltips to NavBar
67
+ - Share Discord and GitHub buttons as component across pages
68
+ - Share YAML Import summary for First Time Setup and YAML import dialog
69
+
3
70
  ## Client 0.0.27
4
71
 
5
72
  Feature