Skip to content

Releases: sugarcrm/SidecarDevTools

v0.2

14 Jun 15:51
Compare
Choose a tag to compare
  • Improvements regarding the records generation
  • Changes in the UI, especially on the Home page
  • Added alerts to inform the user if the extension is not in Debug mode
    -in the structure page, remove 'expand', 'collapse' and 'render' buttons

First release of SidecarDevTools

09 Jun 02:53
Compare
Choose a tag to compare

This release contains:

  • Easy enable/disable debugging mode by clicking on the Sugar cube in the toolbar
  • Application Stream
    • A timeline of what is happening in the app. It shows the methods that are called and the events that are triggered. For each of them, you have access to the passed arguments and the component object.
  • Structure
    • A hierarchical tree representing the Sugar components of the current page.
  • Render times
    • Allows you to measure the render duration of the different fields.
  • Performance Report
    • Allows detection of which components are rendering too many times and their average time to render. Provides name and component type in a table.
  • Generate records
    • An easy way to generate records in your SugarCRM instance.