1.0.0-beta.85
- Changed
Widget#scheduleRender()to schedule render for all subjects when no subject is specified (invoked without parameters) - Bumped jora to 1.0.0-beta.13
- Added display of tens marks in
structview - Added new actions for expanded values in the
structview:These actions activate when certain actions are available in the context. First, if the
queryAcceptChangesaction exists and returns a truthy value for thestruct's data (root value), then specific actions likequerySubqueryandqueryAppendare checked for existence. If they exist, the relevant actions are added to the actions menu. These actions should take apathandstructview data and make relevant changes to the query that the currentstructview instance is based on. Thediscoverypage provides such actions in the context, so anystructview that takes query editor output as its input data provides these actions.- "Create a subquery from the path" – calls the
querySubqueryaction from the context (i.e.,#.action.querySubquery), which creates on thediscoverypage a new node in the query graph with the selected path. - "Append path to current query" – calls the
queryAppendaction, which appends on thediscoverypage the selected path to the current query in the query editor.
- "Create a subquery from the path" – calls the
- Changes for
tableview:- Changed rendering of arrays when it's a row value, to render as other non-object values using
structview - Renamed
scalarColoption intovalueCol - Tweaked styles to dim the display of
true,false,null,NaN, andInfinityvalues to differentiate them from strings and numbers - Changed in the
colsconfiguration:- Added the
colWhenoption (likewhenorwhenData) for thetableview to conditionally render columns based on the table's data - Added the
contentWhenoption (likewhenorwhenData) fortable-cellto conditionally render cell content based on the cell's data - Changed the
whenandwhenDataoptions to behave as regular options for thetable-cellview:- Previously,
whencanceled column rendering; nowcolWhenshould be used instead - Previously,
whenDatacanceled cell content rendering; nowcontentWhen(thetable-celloption) should be used instead
- Previously,
- Added the
- Changed rendering of arrays when it's a row value, to render as other non-object values using