Releases: cubbles/cubbles-webinspector
Releases · cubbles/cubbles-webinspector
Components without cubx-webpackage-id and RTE 4
- Components which does not have the attribute
cubx-webpackage-id
are detected - RTE 4-SNAPSHOT is supported
cubbles-webinspector listing cubbles
The new version of the cubbles-webinspector does not include a panel in the Elements tab of the Chrome devtool. Now everything is integrated into the Cubbles panel. It has now 3 tabs, one for list of cubbles, slots info and dep trees; another one for the interface/dtataflow view and the last one for the Root deps trees. The new version includes mainly:
- All cubbles are listed in a similar way as DOM tree in elements tab of chrome inspector (A TreeView using jstree)
- The Code Mirror editor is employed for editing the value of slots of type string, object, and array
- When passing over listed Cubbles, thos are highlighted directly in the inspected page
- A variable called
$cubble
is available to access the inspected cubble in console - Order slots alphabetically
- Make possible to access current value, initial value or first available value of a slot as a base to edit its new value
- Allow accessing the root dep of each inspected Cubble
cubbles-webinspector offline version
0.9.1 #4 Modify CSP to allow the blob script injectetd by DepMgr._fireDepM…
cubbles-webinspector-0.8
cubbles-webinspector-0.7
Task
- WEB-3: Use
cubx-generic-component-viewer@1.3.4
within webinspector
cubbles-webinspector-0.6
Bug Fix
- WEB-2: Dataflow view seems to hang if there are many components and connections
cubbles-webinspector-0.4
Bug fixes
- CUBBLES-108: cubbles-webinspector: dep-trees are not correctly resized when panels are expanded
- CUBBLES-107: cubbles-chrome-extention show nothing in datatflowView for odin examples
- CUBBLES-103: cubbles-webinspector: the selected component in webinspector should be selected only once
cubbles-webinspector-0.2
Tasks
- CUBBLES-80: webinspector: web developers can see the current slot values within a
Chrome Devtools Elements sidebar
- CUBBLES-81: webinspector: dataflow viewer doesn't respect dynamically created connections
- CUBBLES-85: webinspector: side panel shows description of a slot
- CUBBLES-86: webinspector v 0.2 improvements
0.0.1
Task
- CUBBLES-73: POC: Provide using chrome extension (devtools)
Initial functionalities
- Visualize root connections of inspected page
- Visualize dependency trees of root nodes of the inspected page
- Update both visualizations by clicking a button