This refactor must make sure all the current features of screens should work: - [x] Render all the components - [x] Render all the containers - [x] Reactivity of data - [x] Calculated properties - [x] Watchers - [x] Multi-Columns - [x] Dynamic CSS - [x] Visibility rules - [x] Nested screens - [x] Validations - [x] page navigation - [x] Loop Control - [x] Record List - [x] Image control Improvements: - [x] An organized way to register extensions - [x] A better way to register new components - [x] Fix circular calculated fields - [x] Fix circular watchers - [x] Improve rendering and execution speed - [x] Add (unit, vue or E2E) tests to make sure everything is working as expected
This refactor must make sure all the current features of screens should work:
Improvements: