You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added limitCompactObjectEntries and maxPropertyLength options to struct view
Added prelude and postlude slots (new options in config) for source view
Added sectionPrelude and sectionPostlude for markdown view to define view config to render in the beggining of the section (right after a header) or in the end of the section (before next header or end of source)
Added codeConfig option for markdown view to specify a config for code block rendering
Removed codeActionButtons option for markdown view, use codeCofig.actionButtons instead
Changed markup of source view:
Wrapped action-buttons, lines and source blocks into view-source__content block
Added view-source__ prefix for class names of action-buttons, lines and source blocks
Added auto scrolling for source view content when size of source block is restricted
Fixed positioning for actions block when content overflows
Improved styles of the expanded section line in struct view to no longer rely on paddings used
Fixed rendering of truncated urls in struct view
Fixed table view rendering when a column content defined as a view shorthand with config, e.g. view{ prop: 1 }
Fixed context value for beforeDemo, demo and afterDemo sections in usage render