Skip to content

Releases: cubbles/cubbles-webinspector

Components without cubx-webpackage-id and RTE 4

30 Aug 15:46
Compare
Choose a tag to compare
  • Components which does not have the attribute cubx-webpackage-id are detected
  • RTE 4-SNAPSHOT is supported

cubbles-webinspector listing cubbles

01 Jul 21:24
Compare
Choose a tag to compare

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

15 Dec 17:54
Compare
Choose a tag to compare
0.9.1

 #4 Modify CSP to allow the blob script injectetd by DepMgr._fireDepM…

cubbles-webinspector-0.8

24 Jan 23:22
Compare
Choose a tag to compare

Tasks

  • WEB-5: Use current value as base for setting a new value in cubbles-sidebar

Bugs

  • WEB-2: Dataflow view seems to hang if there are many components and connections
  • WEB-4: Webinspector does not render slot values properly when containing HTML markup
  • WEB-6: dependency-tree is not displayed at the first time

cubbles-webinspector-0.7

04 Jan 17:29
Compare
Choose a tag to compare

Task

  • WEB-3: Use cubx-generic-component-viewer@1.3.4 within webinspector

cubbles-webinspector-0.6

22 Dec 03:15
Compare
Choose a tag to compare

Bug Fix

  • WEB-2: Dataflow view seems to hang if there are many components and connections

cubbles-webinspector-0.4

02 Dec 17:51
Compare
Choose a tag to compare

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

28 Sep 17:34
Compare
Choose a tag to compare

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

08 Sep 19:07
Compare
Choose a tag to compare

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