10.4.2
Bugfix
- Fix numeric widget console warnings regarding flex styling refs #2059 @ichim-david
- Fix numeric widget crash once we click inside it refs #2059 @ichim-david
Internal
-
Fix some key points to improve the circular imports problem @sneridagh
AppandViewcomponents are meant to be used only by Volto internals, so it's no
point into having them exported incomponents/index.jsthat facilitated a path for
circular imports.withObjectBrowserand friends also are prone to facilitate a path for having
circular imports, so we are using there only absolute imports.- All these changes are non-breaking and non-intrusive.